2022-11-23T01:11:43.3350730Z Requested labels: linux.2xlarge 2022-11-23T01:11:43.3350826Z Job defined at: pytorch/pytorch/.github/workflows/_linux-build.yml@refs/heads/master 2022-11-23T01:11:43.3350855Z Waiting for a runner to pick up this job... 2022-11-23T01:11:43.5190759Z Job is about to start running on the runner: i-05e61c88c50069327 (organization) 2022-11-23T01:11:48.4397513Z Current runner version: '2.299.1' 2022-11-23T01:11:48.4402301Z Runner name: 'i-05e61c88c50069327' 2022-11-23T01:11:48.4402655Z Runner group name: 'Default' 2022-11-23T01:11:48.4403134Z Machine name: 'ip-10-0-6-100' 2022-11-23T01:11:48.4404410Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:11:48.4404885Z Actions: write 2022-11-23T01:11:48.4405051Z Checks: write 2022-11-23T01:11:48.4405228Z Contents: write 2022-11-23T01:11:48.4405410Z Deployments: write 2022-11-23T01:11:48.4405580Z Discussions: write 2022-11-23T01:11:48.4405761Z Issues: write 2022-11-23T01:11:48.4405933Z Metadata: read 2022-11-23T01:11:48.4406100Z Packages: write 2022-11-23T01:11:48.4406276Z Pages: write 2022-11-23T01:11:48.4406454Z PullRequests: write 2022-11-23T01:11:48.4406651Z RepositoryProjects: write 2022-11-23T01:11:48.4406854Z SecurityEvents: write 2022-11-23T01:11:48.4407037Z Statuses: write 2022-11-23T01:11:48.4407196Z ##[endgroup] 2022-11-23T01:11:48.4410192Z Secret source: Actions 2022-11-23T01:11:48.4410569Z Prepare workflow directory 2022-11-23T01:11:48.6206007Z Prepare all required actions 2022-11-23T01:11:48.6365205Z Getting action download info 2022-11-23T01:11:48.8298415Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:11:49.0945555Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:11:51.6190033Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T01:11:51.8872111Z Getting action download info 2022-11-23T01:11:52.0323421Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:11:52.1977396Z Uses: pytorch/pytorch/.github/workflows/_linux-build.yml 2022-11-23T01:11:52.1978951Z ##[group] Inputs 2022-11-23T01:11:52.1979233Z build-environment: linux-focal-rocm5.2-py3.8 2022-11-23T01:11:52.1979543Z docker-image-name: pytorch-linux-focal-rocm5.2-py3.8 2022-11-23T01:11:52.1980098Z build-generates-artifacts: true 2022-11-23T01:11:52.1980323Z build-with-debug: false 2022-11-23T01:11:52.1980512Z sync-tag: 2022-11-23T01:11:52.1980683Z cuda-arch-list: 5.2 2022-11-23T01:11:52.1980881Z runner: linux.2xlarge 2022-11-23T01:11:52.1981228Z test-matrix: { include: [ { config: "distributed", shard: 1, num_shards: 2, runner: "linux.rocm.gpu" }, { config: "distributed", shard: 2, num_shards: 2, runner: "linux.rocm.gpu" }, ]} 2022-11-23T01:11:52.1981567Z ##[endgroup] 2022-11-23T01:11:52.1981972Z Complete job name: linux-focal-rocm5.2-py3.8-distributed / build 2022-11-23T01:11:52.2749913Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T01:11:52.2750182Z with: 2022-11-23T01:11:52.2750684Z github-secret: *** 2022-11-23T01:11:52.2750894Z activate-with-label: false 2022-11-23T01:11:52.2751093Z label: with-ssh 2022-11-23T01:11:52.2751272Z remove-existing-keys: true 2022-11-23T01:11:52.2751466Z ##[endgroup] 2022-11-23T01:11:52.3509511Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T01:11:52.3676134Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:11:52.3676397Z with: 2022-11-23T01:11:52.3676561Z submodules: recursive 2022-11-23T01:11:52.3676748Z fetch-depth: 0 2022-11-23T01:11:52.3676938Z ##[endgroup] 2022-11-23T01:11:52.3884639Z ##[group]Run retry () { 2022-11-23T01:11:52.3884901Z retry () { 2022-11-23T01:11:52.3885113Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:11:52.3885328Z } 2022-11-23T01:11:52.3885516Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:11:52.3885723Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:11:52.3885951Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:11:52.3886156Z else 2022-11-23T01:11:52.3886503Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:11:52.3886685Z fi 2022-11-23T01:11:52.3887017Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:11:52.3903012Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:11:52.3903245Z env: 2022-11-23T01:11:52.3903410Z NO_SUDO: 2022-11-23T01:11:52.3903579Z ##[endgroup] 2022-11-23T01:11:52.3995168Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:11:58.7775115Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:11:58.7775359Z with: 2022-11-23T01:11:58.7775553Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:11:58.7775742Z fetch-depth: 0 2022-11-23T01:11:58.7775924Z submodules: recursive 2022-11-23T01:11:58.7776114Z quiet-checkout: true 2022-11-23T01:11:58.7776299Z repository: pytorch/pytorch 2022-11-23T01:11:58.7776639Z token: *** 2022-11-23T01:11:58.7776809Z ssh-strict: true 2022-11-23T01:11:58.7776988Z persist-credentials: true 2022-11-23T01:11:58.7777175Z clean: true 2022-11-23T01:11:58.7777335Z lfs: false 2022-11-23T01:11:58.7777503Z set-safe-directory: true 2022-11-23T01:11:58.7777691Z ##[endgroup] 2022-11-23T01:11:58.8855853Z Syncing repository: pytorch/pytorch 2022-11-23T01:11:58.8857248Z ##[group]Getting Git version info 2022-11-23T01:11:58.8857683Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T01:11:58.8858115Z [command]/usr/bin/git version 2022-11-23T01:11:58.8858312Z git version 2.37.1 2022-11-23T01:11:58.8858865Z ##[endgroup] 2022-11-23T01:11:58.8870054Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/29ee7a71-a4a8-4c52-a0b3-c11755dc661a' before making global git config changes 2022-11-23T01:11:58.8870481Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:11:58.8871442Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:11:58.8909444Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-11-23T01:11:58.8913654Z ##[group]Initializing the repository 2022-11-23T01:11:58.8916300Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:11:58.8945203Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-11-23T01:11:58.8945768Z hint: is subject to change. To configure the initial branch name to use in all 2022-11-23T01:11:58.8986884Z hint: of your new repositories, which will suppress this warning, call: 2022-11-23T01:11:58.8987332Z hint: 2022-11-23T01:11:58.8988015Z hint: git config --global init.defaultBranch 2022-11-23T01:11:58.8988376Z hint: 2022-11-23T01:11:58.8988894Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-11-23T01:11:58.8989546Z hint: 'development'. The just-created branch can be renamed via this command: 2022-11-23T01:11:58.8989768Z hint: 2022-11-23T01:11:58.8989991Z hint: git branch -m 2022-11-23T01:11:58.8990354Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:11:58.8990856Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:11:58.8991293Z ##[endgroup] 2022-11-23T01:11:58.8991650Z ##[group]Disabling automatic garbage collection 2022-11-23T01:11:58.8991940Z [command]/usr/bin/git config --local gc.auto 0 2022-11-23T01:11:58.9015306Z ##[endgroup] 2022-11-23T01:11:58.9015956Z ##[group]Setting up auth 2022-11-23T01:11:58.9021936Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:11:58.9050408Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T01:11:58.9287273Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:11:58.9314605Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-11-23T01:11:58.9552025Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T01:11:58.9595833Z ##[endgroup] 2022-11-23T01:11:58.9596181Z ##[group]Fetching the repository 2022-11-23T01:11:58.9602114Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-11-23T01:12:49.9649651Z [command]/usr/bin/git rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T01:12:49.9676720Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:12:49.9682184Z ##[endgroup] 2022-11-23T01:12:49.9682759Z ##[group]Determining the checkout info 2022-11-23T01:12:49.9683497Z ##[endgroup] 2022-11-23T01:12:49.9684030Z ##[group]Checking out the ref 2022-11-23T01:12:49.9688140Z [command]/usr/bin/git checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:12:51.2483714Z ##[endgroup] 2022-11-23T01:12:51.2484168Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:12:51.2489115Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T01:12:51.2540929Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:12:51.2569276Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:12:51.2595805Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T01:12:51.2620767Z ##[endgroup] 2022-11-23T01:12:51.2621107Z ##[group]Fetching submodules 2022-11-23T01:12:51.2624535Z [command]/usr/bin/git submodule sync --recursive 2022-11-23T01:12:51.2881903Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T01:12:51.3135041Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:12:51.3135640Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:12:51.3137328Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:12:51.3139341Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:12:51.3141541Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:12:51.3143945Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:12:51.3146189Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:12:51.3149928Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:12:51.3152675Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:12:51.3155509Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:12:51.3158216Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:12:51.3161071Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:12:51.3164078Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:12:51.3167127Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:12:51.3170335Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:12:51.3173559Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:12:51.3176945Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:12:51.3180512Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:12:51.3184045Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:12:51.3188639Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:12:51.3192022Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:12:51.3196023Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:12:51.3200053Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:12:51.3204084Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:12:51.3208304Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:12:51.3212609Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:12:51.3216987Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:12:51.3221449Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:12:51.3226103Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:12:51.3230985Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:12:51.3235862Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:12:51.3240690Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:12:51.3245755Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:12:51.3250946Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:12:51.3256221Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:12:51.3261494Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:12:51.3267017Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:12:51.3273688Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:12:51.3279367Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:12:51.3285292Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:12:51.3291197Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:12:51.3316333Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:12:51.6364582Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:12:51.8461312Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:12:52.0695817Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:12:52.3794223Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:12:52.6412269Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:12:54.5977966Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:13:01.6636565Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:13:02.0819611Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:13:02.6671191Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T01:13:04.1702686Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:13:05.2845389Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:13:06.7021652Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:13:11.8827101Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:13:12.5577621Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:13:13.9170851Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:13:15.0203941Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:13:15.2472124Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:13:15.6780114Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:13:15.9948577Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:13:16.9890974Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:13:17.3762120Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:13:17.5672543Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:13:17.8152057Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T01:13:19.1354466Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T01:13:19.5547099Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T01:13:19.9136326Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T01:13:25.7972122Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T01:13:27.6037937Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T01:13:28.0764083Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T01:13:28.2769623Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T01:13:33.6748419Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T01:13:33.8784265Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T01:13:34.0924015Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T01:13:34.9070419Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T01:13:35.1395364Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T01:13:35.4559167Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T01:13:35.7549975Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T01:13:36.3243722Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T01:13:38.3263963Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T01:13:38.8413249Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T01:13:41.0095216Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T01:13:41.0191650Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T01:13:41.0266917Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T01:13:41.0473337Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T01:13:41.0675187Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T01:13:41.1000900Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T01:13:41.6517420Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T01:13:41.6710301Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:13:41.7623669Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T01:13:41.7946682Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T01:13:42.0607595Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T01:13:42.4335255Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T01:13:42.6565207Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T01:13:42.6987398Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T01:13:42.7002557Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:42.7003732Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:42.7005913Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:42.7008051Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:13:42.7030619Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T01:13:43.5987014Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T01:13:44.1440790Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T01:13:45.2650858Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T01:13:45.5788187Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T01:13:45.6714892Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T01:13:45.7261861Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T01:13:45.7357167Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T01:13:45.8209382Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T01:13:45.8544002Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T01:13:45.8630273Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T01:13:45.9002116Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T01:13:45.9223643Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T01:13:45.9653809Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T01:13:45.9759446Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T01:13:45.9772906Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:45.9794488Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T01:13:53.7662977Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T01:13:53.7679301Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:13:53.7702118Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T01:14:01.6751708Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T01:14:01.6847296Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T01:14:01.6979519Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T01:14:01.7831213Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T01:14:01.7846773Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:14:01.7848727Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:14:01.7872199Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T01:14:02.9565633Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T01:14:04.0454946Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T01:14:04.0958173Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T01:14:04.1144465Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T01:14:04.1273735Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T01:14:04.2250578Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T01:14:04.4464870Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T01:14:04.4491349Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T01:14:04.4492542Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T01:14:04.4514987Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T01:14:04.8570560Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T01:14:05.6969111Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:14:05.7254629Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T01:14:05.7395963Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T01:14:05.7407738Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:14:05.7428593Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T01:14:07.4854429Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T01:14:07.4873515Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:14:07.4875395Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:14:07.4898511Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T01:14:07.8848507Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T01:14:08.6922601Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T01:14:08.7522709Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T01:14:08.7536043Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:14:08.7559296Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T01:14:08.9926409Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:14:09.0008649Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T01:14:09.2355388Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T01:14:09.2374392Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:14:09.2375735Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T01:14:09.2399036Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T01:14:09.6341390Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T01:14:10.6493854Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T01:14:10.7128675Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T01:14:10.7207509Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T01:14:10.7306206Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T01:14:10.7605984Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T01:14:10.7685910Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T01:14:10.7944048Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T01:14:10.8029892Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T01:14:10.8430459Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T01:14:10.9415980Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T01:14:10.9656364Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T01:14:10.9671089Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:14:10.9673135Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:14:10.9676389Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:14:10.9679243Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:14:10.9701187Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T01:14:11.9744775Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T01:14:12.2316874Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T01:14:13.3965940Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T01:14:14.2760644Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T01:14:14.2896575Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T01:14:14.3494213Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T01:14:14.3768795Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T01:14:14.3782931Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:14:14.3806797Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T01:14:14.6727701Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:14:14.7968808Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T01:14:14.8003732Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-11-23T01:14:14.8266597Z Entering 'android/libs/fbjni' 2022-11-23T01:14:14.8299645Z Entering 'third_party/FP16' 2022-11-23T01:14:14.8334385Z Entering 'third_party/FXdiv' 2022-11-23T01:14:14.8368855Z Entering 'third_party/NNPACK' 2022-11-23T01:14:14.8404965Z Entering 'third_party/QNNPACK' 2022-11-23T01:14:14.8440283Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:14:14.8474455Z Entering 'third_party/XNNPACK' 2022-11-23T01:14:14.8519991Z Entering 'third_party/benchmark' 2022-11-23T01:14:14.8558253Z Entering 'third_party/cpuinfo' 2022-11-23T01:14:14.8593153Z Entering 'third_party/cub' 2022-11-23T01:14:14.8627469Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:14:14.8666189Z Entering 'third_party/cutlass' 2022-11-23T01:14:14.8708718Z Entering 'third_party/eigen' 2022-11-23T01:14:14.8745784Z Entering 'third_party/fbgemm' 2022-11-23T01:14:14.8781183Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:14:14.8815242Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:14:14.8851460Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:14:14.8885503Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:14:14.8921433Z Entering 'third_party/flatbuffers' 2022-11-23T01:14:14.8958047Z Entering 'third_party/fmt' 2022-11-23T01:14:14.8992907Z Entering 'third_party/foxi' 2022-11-23T01:14:14.9027342Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:14:14.9062511Z Entering 'third_party/gloo' 2022-11-23T01:14:14.9098549Z Entering 'third_party/googletest' 2022-11-23T01:14:14.9132873Z Entering 'third_party/ideep' 2022-11-23T01:14:14.9166052Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:14:14.9201889Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:14:14.9241993Z Entering 'third_party/ios-cmake' 2022-11-23T01:14:14.9276215Z Entering 'third_party/ittapi' 2022-11-23T01:14:14.9309928Z Entering 'third_party/kineto' 2022-11-23T01:14:14.9343949Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:14:14.9377800Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:14:14.9414885Z Entering 'third_party/nccl/nccl' 2022-11-23T01:14:14.9450057Z Entering 'third_party/neon2sse' 2022-11-23T01:14:14.9483524Z Entering 'third_party/nlohmann' 2022-11-23T01:14:14.9519829Z Entering 'third_party/onnx' 2022-11-23T01:14:14.9567230Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:14:14.9600884Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:14:14.9639031Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:14:14.9672876Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:14:14.9710827Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:14:14.9744635Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:14:14.9778580Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:14:14.9816989Z Entering 'third_party/pocketfft' 2022-11-23T01:14:14.9851086Z Entering 'third_party/protobuf' 2022-11-23T01:14:14.9889457Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:14:14.9922513Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:14:14.9958555Z Entering 'third_party/psimd' 2022-11-23T01:14:14.9992656Z Entering 'third_party/pthreadpool' 2022-11-23T01:14:15.0026880Z Entering 'third_party/pybind11' 2022-11-23T01:14:15.0063668Z Entering 'third_party/python-enum' 2022-11-23T01:14:15.0097183Z Entering 'third_party/python-peachpy' 2022-11-23T01:14:15.0132284Z Entering 'third_party/python-six' 2022-11-23T01:14:15.0166340Z Entering 'third_party/sleef' 2022-11-23T01:14:15.0200041Z Entering 'third_party/tbb' 2022-11-23T01:14:15.0236705Z Entering 'third_party/tensorpipe' 2022-11-23T01:14:15.0271241Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:14:15.0304730Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:14:15.0338296Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:14:15.0371562Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:14:15.0405818Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:14:15.0442868Z Entering 'third_party/zstd' 2022-11-23T01:14:15.0486716Z ##[endgroup] 2022-11-23T01:14:15.0487094Z ##[group]Persisting credentials for submodules 2022-11-23T01:14:15.0492900Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-11-23T01:14:15.0752753Z Entering 'android/libs/fbjni' 2022-11-23T01:14:15.0786183Z Entering 'third_party/FP16' 2022-11-23T01:14:15.0820573Z Entering 'third_party/FXdiv' 2022-11-23T01:14:15.0855124Z Entering 'third_party/NNPACK' 2022-11-23T01:14:15.0888777Z Entering 'third_party/QNNPACK' 2022-11-23T01:14:15.0924204Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:14:15.0959043Z Entering 'third_party/XNNPACK' 2022-11-23T01:14:15.1004539Z Entering 'third_party/benchmark' 2022-11-23T01:14:15.1039040Z Entering 'third_party/cpuinfo' 2022-11-23T01:14:15.1073607Z Entering 'third_party/cub' 2022-11-23T01:14:15.1106749Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:14:15.1147336Z Entering 'third_party/cutlass' 2022-11-23T01:14:15.1189451Z Entering 'third_party/eigen' 2022-11-23T01:14:15.1224324Z Entering 'third_party/fbgemm' 2022-11-23T01:14:15.1258101Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:14:15.1290787Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:14:15.1324299Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:14:15.1358237Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:14:15.1393493Z Entering 'third_party/flatbuffers' 2022-11-23T01:14:15.1431105Z Entering 'third_party/fmt' 2022-11-23T01:14:15.1464665Z Entering 'third_party/foxi' 2022-11-23T01:14:15.1498355Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:14:15.1533894Z Entering 'third_party/gloo' 2022-11-23T01:14:15.1568073Z Entering 'third_party/googletest' 2022-11-23T01:14:15.1603450Z Entering 'third_party/ideep' 2022-11-23T01:14:15.1637647Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:14:15.1677251Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:14:15.1717371Z Entering 'third_party/ios-cmake' 2022-11-23T01:14:15.1751722Z Entering 'third_party/ittapi' 2022-11-23T01:14:15.1785417Z Entering 'third_party/kineto' 2022-11-23T01:14:15.1819866Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:14:15.1854131Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:14:15.1888906Z Entering 'third_party/nccl/nccl' 2022-11-23T01:14:15.1923090Z Entering 'third_party/neon2sse' 2022-11-23T01:14:15.1956879Z Entering 'third_party/nlohmann' 2022-11-23T01:14:15.1994233Z Entering 'third_party/onnx' 2022-11-23T01:14:15.2039988Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:14:15.2071876Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:14:15.2106927Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:14:15.2140933Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:14:15.2178236Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:14:15.2212507Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:14:15.2245889Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:14:15.2283498Z Entering 'third_party/pocketfft' 2022-11-23T01:14:15.2319124Z Entering 'third_party/protobuf' 2022-11-23T01:14:15.2356438Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:14:15.2389278Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:14:15.2423581Z Entering 'third_party/psimd' 2022-11-23T01:14:15.2458083Z Entering 'third_party/pthreadpool' 2022-11-23T01:14:15.2491449Z Entering 'third_party/pybind11' 2022-11-23T01:14:15.2526770Z Entering 'third_party/python-enum' 2022-11-23T01:14:15.2560103Z Entering 'third_party/python-peachpy' 2022-11-23T01:14:15.2594004Z Entering 'third_party/python-six' 2022-11-23T01:14:15.2627403Z Entering 'third_party/sleef' 2022-11-23T01:14:15.2661093Z Entering 'third_party/tbb' 2022-11-23T01:14:15.2696248Z Entering 'third_party/tensorpipe' 2022-11-23T01:14:15.2730254Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:14:15.2764712Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:14:15.2798016Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:14:15.2831400Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:14:15.2864568Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:14:15.2901536Z Entering 'third_party/zstd' 2022-11-23T01:14:15.2946697Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-11-23T01:14:15.3202812Z Entering 'android/libs/fbjni' 2022-11-23T01:14:15.3235099Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T01:14:15.3250470Z Entering 'third_party/FP16' 2022-11-23T01:14:15.3284946Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T01:14:15.3299486Z Entering 'third_party/FXdiv' 2022-11-23T01:14:15.3331516Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T01:14:15.3345796Z Entering 'third_party/NNPACK' 2022-11-23T01:14:15.3379814Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T01:14:15.3394540Z Entering 'third_party/QNNPACK' 2022-11-23T01:14:15.3425924Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T01:14:15.3440798Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:14:15.3472042Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T01:14:15.3487429Z Entering 'third_party/XNNPACK' 2022-11-23T01:14:15.3520062Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T01:14:15.3545467Z Entering 'third_party/benchmark' 2022-11-23T01:14:15.3577217Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:14:15.3592201Z Entering 'third_party/cpuinfo' 2022-11-23T01:14:15.3623766Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:14:15.3639240Z Entering 'third_party/cub' 2022-11-23T01:14:15.3671058Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T01:14:15.3685997Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:14:15.3718310Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T01:14:15.3737840Z Entering 'third_party/cutlass' 2022-11-23T01:14:15.3769787Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T01:14:15.3792057Z Entering 'third_party/eigen' 2022-11-23T01:14:15.3824228Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T01:14:15.3840889Z Entering 'third_party/fbgemm' 2022-11-23T01:14:15.3873178Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T01:14:15.3887534Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:14:15.3920671Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T01:14:15.3934783Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:14:15.3965670Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:14:15.3980173Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:14:15.4011486Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:14:15.4025615Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:14:15.4058188Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T01:14:15.4074015Z Entering 'third_party/flatbuffers' 2022-11-23T01:14:15.4105704Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T01:14:15.4121653Z Entering 'third_party/fmt' 2022-11-23T01:14:15.4153777Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T01:14:15.4167706Z Entering 'third_party/foxi' 2022-11-23T01:14:15.4200226Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T01:14:15.4213915Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:14:15.4245297Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T01:14:15.4259718Z Entering 'third_party/gloo' 2022-11-23T01:14:15.4291145Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T01:14:15.4305827Z Entering 'third_party/googletest' 2022-11-23T01:14:15.4338045Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:14:15.4353194Z Entering 'third_party/ideep' 2022-11-23T01:14:15.4384229Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T01:14:15.4398119Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:14:15.4429610Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T01:14:15.4445827Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:14:15.4477599Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T01:14:15.4498429Z Entering 'third_party/ios-cmake' 2022-11-23T01:14:15.4529846Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T01:14:15.4543764Z Entering 'third_party/ittapi' 2022-11-23T01:14:15.4576410Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T01:14:15.4590038Z Entering 'third_party/kineto' 2022-11-23T01:14:15.4621161Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T01:14:15.4637211Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:14:15.4668054Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T01:14:15.4682189Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:14:15.4713120Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T01:14:15.4729459Z Entering 'third_party/nccl/nccl' 2022-11-23T01:14:15.4761311Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T01:14:15.4774992Z Entering 'third_party/neon2sse' 2022-11-23T01:14:15.4808976Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T01:14:15.4823203Z Entering 'third_party/nlohmann' 2022-11-23T01:14:15.4854432Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T01:14:15.4870277Z Entering 'third_party/onnx' 2022-11-23T01:14:15.4901654Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:14:15.4930553Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:14:15.4962884Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:14:15.4976905Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:14:15.5008919Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:14:15.5025273Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:14:15.5057916Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T01:14:15.5072301Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:14:15.5105613Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:14:15.5124968Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:14:15.5158000Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:14:15.5172750Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:14:15.5204055Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:14:15.5218288Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:14:15.5250870Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:14:15.5270411Z Entering 'third_party/pocketfft' 2022-11-23T01:14:15.5302565Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T01:14:15.5317608Z Entering 'third_party/protobuf' 2022-11-23T01:14:15.5351496Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T01:14:15.5368983Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:14:15.5402842Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:14:15.5416645Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:14:15.5450005Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:14:15.5466112Z Entering 'third_party/psimd' 2022-11-23T01:14:15.5499068Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T01:14:15.5514746Z Entering 'third_party/pthreadpool' 2022-11-23T01:14:15.5548225Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T01:14:15.5561151Z Entering 'third_party/pybind11' 2022-11-23T01:14:15.5592762Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:14:15.5607334Z Entering 'third_party/python-enum' 2022-11-23T01:14:15.5639939Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T01:14:15.5653913Z Entering 'third_party/python-peachpy' 2022-11-23T01:14:15.5686017Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T01:14:15.5700731Z Entering 'third_party/python-six' 2022-11-23T01:14:15.5733123Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T01:14:15.5747931Z Entering 'third_party/sleef' 2022-11-23T01:14:15.5780095Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T01:14:15.5795371Z Entering 'third_party/tbb' 2022-11-23T01:14:15.5827013Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T01:14:15.5843015Z Entering 'third_party/tensorpipe' 2022-11-23T01:14:15.5876359Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T01:14:15.5889997Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:14:15.5921679Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:14:15.5936535Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:14:15.5968504Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T01:14:15.5982202Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:14:15.6014164Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T01:14:15.6028536Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:14:15.6059630Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:14:15.6073188Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:14:15.6105076Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:14:15.6121920Z Entering 'third_party/zstd' 2022-11-23T01:14:15.6153492Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T01:14:15.9097759Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-11-23T01:14:15.9365224Z Entering 'android/libs/fbjni' 2022-11-23T01:14:15.9401071Z Entering 'third_party/FP16' 2022-11-23T01:14:15.9436494Z Entering 'third_party/FXdiv' 2022-11-23T01:14:15.9471505Z Entering 'third_party/NNPACK' 2022-11-23T01:14:15.9506688Z Entering 'third_party/QNNPACK' 2022-11-23T01:14:15.9543653Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:14:15.9581106Z Entering 'third_party/XNNPACK' 2022-11-23T01:14:15.9628160Z Entering 'third_party/benchmark' 2022-11-23T01:14:15.9664432Z Entering 'third_party/cpuinfo' 2022-11-23T01:14:15.9700581Z Entering 'third_party/cub' 2022-11-23T01:14:15.9737053Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:14:15.9777480Z Entering 'third_party/cutlass' 2022-11-23T01:14:15.9819317Z Entering 'third_party/eigen' 2022-11-23T01:14:15.9856150Z Entering 'third_party/fbgemm' 2022-11-23T01:14:15.9894498Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:14:15.9930978Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:14:15.9965562Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:14:16.0000110Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:14:16.0035478Z Entering 'third_party/flatbuffers' 2022-11-23T01:14:16.0072355Z Entering 'third_party/fmt' 2022-11-23T01:14:16.0107931Z Entering 'third_party/foxi' 2022-11-23T01:14:16.0142126Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:14:16.0179323Z Entering 'third_party/gloo' 2022-11-23T01:14:16.0215004Z Entering 'third_party/googletest' 2022-11-23T01:14:16.0249869Z Entering 'third_party/ideep' 2022-11-23T01:14:16.0284643Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:14:16.0321113Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:14:16.0362724Z Entering 'third_party/ios-cmake' 2022-11-23T01:14:16.0397729Z Entering 'third_party/ittapi' 2022-11-23T01:14:16.0433038Z Entering 'third_party/kineto' 2022-11-23T01:14:16.0467865Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:14:16.0503646Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:14:16.0539259Z Entering 'third_party/nccl/nccl' 2022-11-23T01:14:16.0573722Z Entering 'third_party/neon2sse' 2022-11-23T01:14:16.0608571Z Entering 'third_party/nlohmann' 2022-11-23T01:14:16.0644882Z Entering 'third_party/onnx' 2022-11-23T01:14:16.0691285Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:14:16.0726395Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:14:16.0765164Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:14:16.0799436Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:14:16.0838953Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:14:16.0875538Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:14:16.0909279Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:14:16.0949131Z Entering 'third_party/pocketfft' 2022-11-23T01:14:16.0985719Z Entering 'third_party/protobuf' 2022-11-23T01:14:16.1024869Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:14:16.1059855Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:14:16.1095490Z Entering 'third_party/psimd' 2022-11-23T01:14:16.1131917Z Entering 'third_party/pthreadpool' 2022-11-23T01:14:16.1166938Z Entering 'third_party/pybind11' 2022-11-23T01:14:16.1201416Z Entering 'third_party/python-enum' 2022-11-23T01:14:16.1236012Z Entering 'third_party/python-peachpy' 2022-11-23T01:14:16.1271092Z Entering 'third_party/python-six' 2022-11-23T01:14:16.1304672Z Entering 'third_party/sleef' 2022-11-23T01:14:16.1339479Z Entering 'third_party/tbb' 2022-11-23T01:14:16.1377434Z Entering 'third_party/tensorpipe' 2022-11-23T01:14:16.1415549Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:14:16.1451780Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:14:16.1486868Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:14:16.1520663Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:14:16.1554727Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:14:16.1591681Z Entering 'third_party/zstd' 2022-11-23T01:14:16.1637960Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-11-23T01:14:16.1896365Z Entering 'android/libs/fbjni' 2022-11-23T01:14:16.1931886Z Entering 'third_party/FP16' 2022-11-23T01:14:16.1966912Z Entering 'third_party/FXdiv' 2022-11-23T01:14:16.2002416Z Entering 'third_party/NNPACK' 2022-11-23T01:14:16.2037672Z Entering 'third_party/QNNPACK' 2022-11-23T01:14:16.2074603Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:14:16.2109531Z Entering 'third_party/XNNPACK' 2022-11-23T01:14:16.2156798Z Entering 'third_party/benchmark' 2022-11-23T01:14:16.2192198Z Entering 'third_party/cpuinfo' 2022-11-23T01:14:16.2226839Z Entering 'third_party/cub' 2022-11-23T01:14:16.2262618Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:14:16.2303461Z Entering 'third_party/cutlass' 2022-11-23T01:14:16.2344838Z Entering 'third_party/eigen' 2022-11-23T01:14:16.2381994Z Entering 'third_party/fbgemm' 2022-11-23T01:14:16.2417431Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:14:16.2451667Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:14:16.2486861Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:14:16.2520995Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:14:16.2556673Z Entering 'third_party/flatbuffers' 2022-11-23T01:14:16.2593888Z Entering 'third_party/fmt' 2022-11-23T01:14:16.2630005Z Entering 'third_party/foxi' 2022-11-23T01:14:16.2664490Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:14:16.2699447Z Entering 'third_party/gloo' 2022-11-23T01:14:16.2736040Z Entering 'third_party/googletest' 2022-11-23T01:14:16.2770985Z Entering 'third_party/ideep' 2022-11-23T01:14:16.2805091Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:14:16.2842420Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:14:16.2883818Z Entering 'third_party/ios-cmake' 2022-11-23T01:14:16.2919905Z Entering 'third_party/ittapi' 2022-11-23T01:14:16.2955328Z Entering 'third_party/kineto' 2022-11-23T01:14:16.2990881Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:14:16.3024904Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:14:16.3060189Z Entering 'third_party/nccl/nccl' 2022-11-23T01:14:16.3095680Z Entering 'third_party/neon2sse' 2022-11-23T01:14:16.3130087Z Entering 'third_party/nlohmann' 2022-11-23T01:14:16.3166580Z Entering 'third_party/onnx' 2022-11-23T01:14:16.3213065Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:14:16.3248022Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:14:16.3284529Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:14:16.3319569Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:14:16.3357658Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:14:16.3391597Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:14:16.3425069Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:14:16.3465172Z Entering 'third_party/pocketfft' 2022-11-23T01:14:16.3506467Z Entering 'third_party/protobuf' 2022-11-23T01:14:16.3545456Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:14:16.3581042Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:14:16.3618125Z Entering 'third_party/psimd' 2022-11-23T01:14:16.3657423Z Entering 'third_party/pthreadpool' 2022-11-23T01:14:16.3693215Z Entering 'third_party/pybind11' 2022-11-23T01:14:16.3727835Z Entering 'third_party/python-enum' 2022-11-23T01:14:16.3762624Z Entering 'third_party/python-peachpy' 2022-11-23T01:14:16.3797077Z Entering 'third_party/python-six' 2022-11-23T01:14:16.3833138Z Entering 'third_party/sleef' 2022-11-23T01:14:16.3868805Z Entering 'third_party/tbb' 2022-11-23T01:14:16.3904813Z Entering 'third_party/tensorpipe' 2022-11-23T01:14:16.3940962Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:14:16.3975249Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:14:16.4009997Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:14:16.4071609Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:14:16.4105867Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:14:16.4142569Z Entering 'third_party/zstd' 2022-11-23T01:14:16.4186425Z ##[endgroup] 2022-11-23T01:14:16.4232464Z [command]/usr/bin/git log -1 --format='%H' 2022-11-23T01:14:16.4258280Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:14:16.4380998Z Prepare all required actions 2022-11-23T01:14:16.4429733Z ##[group]Run ./.github/actions/setup-linux 2022-11-23T01:14:16.4429942Z ##[endgroup] 2022-11-23T01:14:16.4442687Z ##[group]Run set -euo pipefail 2022-11-23T01:14:16.4442925Z set -euo pipefail 2022-11-23T01:14:16.4443135Z function get_ec2_metadata() { 2022-11-23T01:14:16.4443366Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T01:14:16.4443722Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T01:14:16.4444022Z  category=$1 2022-11-23T01:14:16.4444250Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T01:14:16.4444474Z } 2022-11-23T01:14:16.4444672Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T01:14:16.4444929Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T01:14:16.4445218Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T01:14:16.4445452Z echo "system info $(uname -a)" 2022-11-23T01:14:16.4456841Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:16.4457187Z ##[endgroup] 2022-11-23T01:14:16.4563725Z ami-id: ami-096198a0bccc6bad4 2022-11-23T01:14:16.4615312Z instance-id: i-05e61c88c50069327 2022-11-23T01:14:16.4666546Z instance-type: c5.2xlarge 2022-11-23T01:14:16.4673734Z system info Linux ip-10-0-6-100.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-11-23T01:14:16.4732553Z ##[group]Run if systemctl is-active --quiet docker; then 2022-11-23T01:14:16.4732842Z if systemctl is-active --quiet docker; then 2022-11-23T01:14:16.4733073Z  echo "Docker daemon is running..."; 2022-11-23T01:14:16.4733275Z else 2022-11-23T01:14:16.4733509Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-11-23T01:14:16.4733735Z fi 2022-11-23T01:14:16.4745190Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:16.4745415Z ##[endgroup] 2022-11-23T01:14:16.4838784Z Docker daemon is running... 2022-11-23T01:14:16.4862064Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T01:14:16.4862424Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-11-23T01:14:16.4862708Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T01:14:16.4863098Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-11-23T01:14:16.4863423Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-11-23T01:14:16.4874199Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:16.4874415Z env: 2022-11-23T01:14:16.4874572Z AWS_RETRY_MODE: standard 2022-11-23T01:14:16.4874759Z AWS_MAX_ATTEMPTS: 5 2022-11-23T01:14:16.4874961Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:14:16.4875133Z ##[endgroup] 2022-11-23T01:14:17.8648717Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-11-23T01:14:17.8649064Z Configure a credential helper to remove this warning. See 2022-11-23T01:14:17.8649728Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-11-23T01:14:17.8650037Z 2022-11-23T01:14:17.8650150Z Login Succeeded 2022-11-23T01:14:17.8684753Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T01:14:17.8685213Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T01:14:17.8685643Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-11-23T01:14:17.8697542Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:17.8697770Z ##[endgroup] 2022-11-23T01:14:17.8821668Z Prepare all required actions 2022-11-23T01:14:17.8872443Z ##[group]Run ./.github/actions/calculate-docker-image 2022-11-23T01:14:17.8872667Z with: 2022-11-23T01:14:17.8872903Z docker-image-name: pytorch-linux-focal-rocm5.2-py3.8 2022-11-23T01:14:17.8873123Z xla: false 2022-11-23T01:14:17.8873372Z skip_push: true 2022-11-23T01:14:17.8873549Z ##[endgroup] 2022-11-23T01:14:17.8923814Z ##[group]Run if [ -n "${IS_XLA}" ]; then 2022-11-23T01:14:17.8924050Z if [ -n "${IS_XLA}" ]; then 2022-11-23T01:14:17.8924302Z  echo "XLA workflow uses pre-built test image at ${XLA_IMAGE_TAG}" 2022-11-23T01:14:17.8924587Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T01:14:17.8924841Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:17.8925137Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${XLA_IMAGE_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:17.8925377Z else 2022-11-23T01:14:17.8925607Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-11-23T01:14:17.8925867Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:17.8926153Z  echo "docker-image=${DOCKER_IMAGE_BASE}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:17.8926384Z fi 2022-11-23T01:14:17.8937353Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:17.8937661Z env: 2022-11-23T01:14:17.8937813Z IS_XLA: 2022-11-23T01:14:17.8937969Z XLA_IMAGE_TAG: v0.4 2022-11-23T01:14:17.8938274Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8 2022-11-23T01:14:17.8938567Z ##[endgroup] 2022-11-23T01:14:17.9014510Z ##[group]Run set -x 2022-11-23T01:14:17.9014744Z set -x 2022-11-23T01:14:17.9014979Z # Check if image already exists, if it does then skip building it 2022-11-23T01:14:17.9015242Z if docker manifest inspect "${DOCKER_IMAGE}"; then 2022-11-23T01:14:17.9015459Z  exit 0 2022-11-23T01:14:17.9015620Z fi 2022-11-23T01:14:17.9015822Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2022-11-23T01:14:17.9016094Z  # if we're on the base branch then use the parent commit 2022-11-23T01:14:17.9016344Z  MERGE_BASE=$(git rev-parse HEAD~) 2022-11-23T01:14:17.9016542Z else 2022-11-23T01:14:17.9016752Z  # otherwise we're on a PR, so use the most recent base commit 2022-11-23T01:14:17.9017027Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2022-11-23T01:14:17.9017238Z fi 2022-11-23T01:14:17.9017448Z # Covers the case where a previous tag doesn't exist for the tree 2022-11-23T01:14:17.9017780Z # this is only really applicable on trees that don't have `.circleci/docker` at its merge base, i.e. nightly 2022-11-23T01:14:17.9018101Z if ! git rev-parse "$MERGE_BASE:.circleci/docker"; then 2022-11-23T01:14:17.9018441Z  echo "Directory '.circleci/docker' not found in commit $MERGE_BASE, you should probably rebase onto a more recent commit" 2022-11-23T01:14:17.9018704Z  exit 1 2022-11-23T01:14:17.9018866Z fi 2022-11-23T01:14:17.9019098Z PREVIOUS_DOCKER_TAG=$(git rev-parse "$MERGE_BASE:.circleci/docker") 2022-11-23T01:14:17.9019408Z # If no image exists but the hash is the same as the previous hash then we should error out here 2022-11-23T01:14:17.9019711Z if [[ "${PREVIOUS_DOCKER_TAG}" = "${DOCKER_TAG}" ]]; then 2022-11-23T01:14:17.9020041Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2022-11-23T01:14:17.9020392Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2022-11-23T01:14:17.9020695Z  # NOTE: DOCKER_FORCE_PUSH will always be set to true for docker-builds.yml 2022-11-23T01:14:17.9021043Z  if [[ "${DOCKER_FORCE_PUSH}" != "true" ]]; then 2022-11-23T01:14:17.9021329Z  # In order to avoid a stampeding herd of jobs trying to push all at once we set it to 2022-11-23T01:14:17.9021660Z  # skip the push. If this is negatively affecting TTS across the board the suggestion 2022-11-23T01:14:17.9021983Z  # should be to run the docker-builds.yml workflow to generate the correct docker builds 2022-11-23T01:14:17.9022279Z  echo "skip_push=true" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:17.9022480Z  fi 2022-11-23T01:14:17.9022639Z fi 2022-11-23T01:14:17.9022821Z echo "rebuild=yes" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:17.9033429Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:17.9033644Z env: 2022-11-23T01:14:17.9033836Z BASE_REVISION: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:14:17.9034222Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:14:17.9034589Z DOCKER_TAG: 072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:14:17.9034791Z DOCKER_FORCE_PUSH: 2022-11-23T01:14:17.9034966Z ##[endgroup] 2022-11-23T01:14:17.9057942Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:14:18.1141254Z { 2022-11-23T01:14:18.1141602Z "schemaVersion": 2, 2022-11-23T01:14:18.1142062Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2022-11-23T01:14:18.1142977Z "config": { 2022-11-23T01:14:18.1143395Z "mediaType": "application/vnd.docker.container.image.v1+json", 2022-11-23T01:14:18.1143754Z "size": 17005, 2022-11-23T01:14:18.1143996Z "digest": "sha256:811bd0469bb7b13f7d5156ef28797d4806c557ef468fb898056e584dc9b3fde0" 2022-11-23T01:14:18.1144302Z }, 2022-11-23T01:14:18.1144592Z "layers": [ 2022-11-23T01:14:18.1146380Z { 2022-11-23T01:14:18.1146874Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1147223Z "size": 28577834, 2022-11-23T01:14:18.1147620Z "digest": "sha256:eaead16dc43bb8811d4ff450935d607f9ba4baffda4fc110cc402fa43f601d83" 2022-11-23T01:14:18.1148053Z }, 2022-11-23T01:14:18.1148203Z { 2022-11-23T01:14:18.1148449Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1148693Z "size": 2063, 2022-11-23T01:14:18.1148949Z "digest": "sha256:27658ccd5bfe102a7da8a4346f16f55187546dd11de0f6f09568d9d201f5f051" 2022-11-23T01:14:18.1149186Z }, 2022-11-23T01:14:18.1149320Z { 2022-11-23T01:14:18.1149560Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1149850Z "size": 310125601, 2022-11-23T01:14:18.1150191Z "digest": "sha256:d9201a8b6e7d9b6aa0ee99e26415664114f782619ec6a19d0226d0c0618e2bc2" 2022-11-23T01:14:18.1150513Z }, 2022-11-23T01:14:18.1150662Z { 2022-11-23T01:14:18.1151094Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1151473Z "size": 848, 2022-11-23T01:14:18.1151873Z "digest": "sha256:c2ae9ef00951fe5513d17d1d688152cce1c669ba0e2198fd74af7d1e93761f80" 2022-11-23T01:14:18.1152235Z }, 2022-11-23T01:14:18.1152433Z { 2022-11-23T01:14:18.1152812Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1153311Z "size": 106, 2022-11-23T01:14:18.1153684Z "digest": "sha256:217c4a5a2f7b506724f08885e19841d489b3644912f5d357cb277dfcc847299f" 2022-11-23T01:14:18.1154037Z }, 2022-11-23T01:14:18.1154222Z { 2022-11-23T01:14:18.1154456Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1154707Z "size": 452, 2022-11-23T01:14:18.1154968Z "digest": "sha256:d14f801ddf5549e596bbe263cdd1348a72da9169da35e69637d4091e288ff890" 2022-11-23T01:14:18.1155262Z }, 2022-11-23T01:14:18.1155497Z { 2022-11-23T01:14:18.1155783Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1156262Z "size": 1275, 2022-11-23T01:14:18.1156636Z "digest": "sha256:6498cf6e7504b99ca79375ee6b3806256c46928b89640d67c497ff8935ceb659" 2022-11-23T01:14:18.1156993Z }, 2022-11-23T01:14:18.1157212Z { 2022-11-23T01:14:18.1157554Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1157955Z "size": 2611, 2022-11-23T01:14:18.1158336Z "digest": "sha256:22294a5006686d3a178477ffbc777e515ee369f149c9cb9e4895fbed976751cd" 2022-11-23T01:14:18.1158657Z }, 2022-11-23T01:14:18.1158884Z { 2022-11-23T01:14:18.1159327Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1159734Z "size": 1959, 2022-11-23T01:14:18.1160122Z "digest": "sha256:426971e89b4e94f5090d5763753b71d84ca885bc2f65f82d0e2bd050034d18f7" 2022-11-23T01:14:18.1160462Z }, 2022-11-23T01:14:18.1160672Z + exit 0 2022-11-23T01:14:18.1160836Z { 2022-11-23T01:14:18.1161083Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1161335Z "size": 1726729615, 2022-11-23T01:14:18.1161597Z "digest": "sha256:f377a38c638bad568413c26ffa0ccf6d64888547d7bb14a414f12d928659764a" 2022-11-23T01:14:18.1161836Z }, 2022-11-23T01:14:18.1161969Z { 2022-11-23T01:14:18.1162247Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1162554Z "size": 170, 2022-11-23T01:14:18.1163060Z "digest": "sha256:0ad2147f82bb866fb378e223529556c650a0d1ef996db6dec4418acbddaf70fe" 2022-11-23T01:14:18.1163314Z }, 2022-11-23T01:14:18.1163555Z { 2022-11-23T01:14:18.1163945Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1164377Z "size": 465, 2022-11-23T01:14:18.1164803Z "digest": "sha256:aa50cd954d4e446450528468353b6c96aefe05a7cc18b8f61a293b081ae417b4" 2022-11-23T01:14:18.1165172Z }, 2022-11-23T01:14:18.1165426Z { 2022-11-23T01:14:18.1165862Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1166310Z "size": 11054, 2022-11-23T01:14:18.1166741Z "digest": "sha256:95709ae608b3cb0a9ff2a5d2fe3abf2fec5599eb22be085d99d6b78d1e1eafe2" 2022-11-23T01:14:18.1167194Z }, 2022-11-23T01:14:18.1167456Z { 2022-11-23T01:14:18.1167881Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1168329Z "size": 888, 2022-11-23T01:14:18.1168777Z "digest": "sha256:45f8609ca5d25762be37396f445cbdc8157f8003909bfc9c108bd6d42b1892ed" 2022-11-23T01:14:18.1169142Z }, 2022-11-23T01:14:18.1169365Z { 2022-11-23T01:14:18.1169751Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1170200Z "size": 121477470, 2022-11-23T01:14:18.1170648Z "digest": "sha256:b8a666b890892f9fe33a3c89587a381d24c3d883a0593fff34056f7b19a9c2fa" 2022-11-23T01:14:18.1171055Z }, 2022-11-23T01:14:18.1171315Z { 2022-11-23T01:14:18.1171744Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1172189Z "size": 109, 2022-11-23T01:14:18.1172633Z "digest": "sha256:1556aa636e88476cc93ef6a326c75f4007c4870976049de9f8022c90ce039efe" 2022-11-23T01:14:18.1173020Z }, 2022-11-23T01:14:18.1173282Z { 2022-11-23T01:14:18.1173714Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1174129Z "size": 560, 2022-11-23T01:14:18.1174403Z "digest": "sha256:bd8d858b2bd1edae3f8990e06521fd58c73a80f21753a28989b5bd39caef56b3" 2022-11-23T01:14:18.1174645Z }, 2022-11-23T01:14:18.1174778Z { 2022-11-23T01:14:18.1175017Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1175258Z "size": 1143386, 2022-11-23T01:14:18.1175513Z "digest": "sha256:ed83ff249465690aef6cc7a4abe0473a5cd9cfe6d84444dd4bdeae15518b9498" 2022-11-23T01:14:18.1175762Z }, 2022-11-23T01:14:18.1175907Z { 2022-11-23T01:14:18.1176135Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1176377Z "size": 103, 2022-11-23T01:14:18.1176702Z "digest": "sha256:1e98efa914dfe841728259746725183f2e469135a07590dee64b7d276220b5d0" 2022-11-23T01:14:18.1176915Z }, 2022-11-23T01:14:18.1177059Z { 2022-11-23T01:14:18.1177298Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1177540Z "size": 550, 2022-11-23T01:14:18.1177786Z "digest": "sha256:c0dccc0db920086b43da319bf4a92201fb3a9104ea226e7aa676d772741a1233" 2022-11-23T01:14:18.1178028Z }, 2022-11-23T01:14:18.1178176Z { 2022-11-23T01:14:18.1178399Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1178679Z "size": 219199777, 2022-11-23T01:14:18.1178946Z "digest": "sha256:2ba92de579227ece9a1daaba03026c62f5896af6d5fc5dabe0119d5a20c3dca6" 2022-11-23T01:14:18.1179195Z }, 2022-11-23T01:14:18.1179327Z { 2022-11-23T01:14:18.1179563Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1179806Z "size": 107, 2022-11-23T01:14:18.1180060Z "digest": "sha256:9dbedcd13c1aa604b12b5af0a7c5d91566f970e24dbb6b84db2067c66640026f" 2022-11-23T01:14:18.1180313Z }, 2022-11-23T01:14:18.1180461Z { 2022-11-23T01:14:18.1180688Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1180929Z "size": 1567, 2022-11-23T01:14:18.1181170Z "digest": "sha256:3aa29996433241350e5d1ac694c00a06a683681f7c3fe2a6918f2285fe11856d" 2022-11-23T01:14:18.1181381Z }, 2022-11-23T01:14:18.1181526Z { 2022-11-23T01:14:18.1181807Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1182038Z "size": 4447548988, 2022-11-23T01:14:18.1182285Z "digest": "sha256:3043ecc0752cb3aba072588037b899565418fc9d503798eafe31c1454eccc835" 2022-11-23T01:14:18.1182512Z }, 2022-11-23T01:14:18.1182644Z { 2022-11-23T01:14:18.1182881Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1183123Z "size": 105, 2022-11-23T01:14:18.1183369Z "digest": "sha256:8aaa872fa4624805f21238a39f8859f7964c2c554f1a1317dfe21e1816365800" 2022-11-23T01:14:18.1183584Z }, 2022-11-23T01:14:18.1183725Z { 2022-11-23T01:14:18.1183965Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1184193Z "size": 820, 2022-11-23T01:14:18.1184455Z "digest": "sha256:f00db5c428e3a1cf98679cb6fc335095b37efbbab168a7289b6a9fc752036a30" 2022-11-23T01:14:18.1184697Z }, 2022-11-23T01:14:18.1184827Z { 2022-11-23T01:14:18.1185066Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1185310Z "size": 185330767, 2022-11-23T01:14:18.1185554Z "digest": "sha256:f97ef057eff7c4b706ea124a1b8e202183e25f005a6238dcc7144284773c9024" 2022-11-23T01:14:18.1185789Z }, 2022-11-23T01:14:18.1185933Z { 2022-11-23T01:14:18.1186155Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1186399Z "size": 111, 2022-11-23T01:14:18.1186657Z "digest": "sha256:e6bcce98053a2e2a5f82c2a3c6a24c875bcce4392fab3af62394057557943706" 2022-11-23T01:14:18.1186929Z }, 2022-11-23T01:14:18.1187071Z { 2022-11-23T01:14:18.1187314Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1187542Z "size": 449, 2022-11-23T01:14:18.1187979Z "digest": "sha256:36ebb57ed8c8ed21dbc0352d7d47eed503296fcb2581b1bd1dce19871302545e" 2022-11-23T01:14:18.1188237Z }, 2022-11-23T01:14:18.1188367Z { 2022-11-23T01:14:18.1188609Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1188855Z "size": 106, 2022-11-23T01:14:18.1189104Z "digest": "sha256:da6d166ba3ed94f25020a1c1b55f2b141494e85b280820538658ea067dd47bde" 2022-11-23T01:14:18.1189323Z }, 2022-11-23T01:14:18.1189466Z { 2022-11-23T01:14:18.1189703Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1189932Z "size": 293, 2022-11-23T01:14:18.1190184Z "digest": "sha256:e507200c3cc14e346c2fe989664fd07f9de813fe60a51b679c73db7bb039cafa" 2022-11-23T01:14:18.1190417Z }, 2022-11-23T01:14:18.1190548Z { 2022-11-23T01:14:18.1190860Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1191105Z "size": 106, 2022-11-23T01:14:18.1191349Z "digest": "sha256:de6e714ebb02b54cfe99ffee5524071f5d70c1477c3807a00629870783a13ee6" 2022-11-23T01:14:18.1191587Z }, 2022-11-23T01:14:18.1191733Z { 2022-11-23T01:14:18.1191957Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1192198Z "size": 1763, 2022-11-23T01:14:18.1192468Z "digest": "sha256:9be8d6392bc862d9aeb782a6fed82b586c9167b6def3e6e0b08e01784ebdf9e4" 2022-11-23T01:14:18.1192701Z }, 2022-11-23T01:14:18.1192847Z { 2022-11-23T01:14:18.1193085Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-11-23T01:14:18.1193378Z "size": 15983040, 2022-11-23T01:14:18.1193630Z "digest": "sha256:755b5e40164d2073ac86b270a2d4d7d004e916fd11d00007126a2e5b5c815b36" 2022-11-23T01:14:18.1193860Z } 2022-11-23T01:14:18.1194020Z ] 2022-11-23T01:14:18.1194150Z } 2022-11-23T01:14:18.1285431Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-11-23T01:14:18.1285677Z with: 2022-11-23T01:14:18.1286014Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:14:18.1286344Z ##[endgroup] 2022-11-23T01:14:18.1296926Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T01:14:18.1297264Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-11-23T01:14:18.1297526Z # ignore output since only exit code is used for conditional 2022-11-23T01:14:18.1297806Z # only pull docker image if it's not available locally 2022-11-23T01:14:18.1298086Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-11-23T01:14:18.1298358Z  retry docker pull "${DOCKER_IMAGE}" 2022-11-23T01:14:18.1298559Z fi 2022-11-23T01:14:18.1310080Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:18.1310294Z env: 2022-11-23T01:14:18.1310611Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:14:18.1310939Z ##[endgroup] 2022-11-23T01:14:18.3535568Z 072aae4a77ed7d3a69ad5683420509c41301b940: Pulling from pytorch/pytorch-linux-focal-rocm5.2-py3.8 2022-11-23T01:14:18.3548906Z eaead16dc43b: Pulling fs layer 2022-11-23T01:14:18.3549300Z 27658ccd5bfe: Pulling fs layer 2022-11-23T01:14:18.3549629Z d9201a8b6e7d: Pulling fs layer 2022-11-23T01:14:18.3549922Z c2ae9ef00951: Pulling fs layer 2022-11-23T01:14:18.3550217Z 217c4a5a2f7b: Pulling fs layer 2022-11-23T01:14:18.3550506Z d14f801ddf55: Pulling fs layer 2022-11-23T01:14:18.3550789Z 6498cf6e7504: Pulling fs layer 2022-11-23T01:14:18.3551131Z 22294a500668: Pulling fs layer 2022-11-23T01:14:18.3551452Z 426971e89b4e: Pulling fs layer 2022-11-23T01:14:18.3551786Z f377a38c638b: Pulling fs layer 2022-11-23T01:14:18.3552128Z 0ad2147f82bb: Pulling fs layer 2022-11-23T01:14:18.3552485Z aa50cd954d4e: Pulling fs layer 2022-11-23T01:14:18.3552809Z 95709ae608b3: Pulling fs layer 2022-11-23T01:14:18.3553138Z 45f8609ca5d2: Pulling fs layer 2022-11-23T01:14:18.3553539Z b8a666b89089: Pulling fs layer 2022-11-23T01:14:18.3553869Z 1556aa636e88: Pulling fs layer 2022-11-23T01:14:18.3554240Z 22294a500668: Waiting 2022-11-23T01:14:18.3554575Z bd8d858b2bd1: Pulling fs layer 2022-11-23T01:14:18.3554937Z d14f801ddf55: Waiting 2022-11-23T01:14:18.3555258Z ed83ff249465: Pulling fs layer 2022-11-23T01:14:18.3555488Z 6498cf6e7504: Waiting 2022-11-23T01:14:18.3555676Z 1e98efa914df: Pulling fs layer 2022-11-23T01:14:18.3555843Z 95709ae608b3: Waiting 2022-11-23T01:14:18.3556033Z c0dccc0db920: Pulling fs layer 2022-11-23T01:14:18.3556218Z 1556aa636e88: Waiting 2022-11-23T01:14:18.3556384Z 2ba92de57922: Pulling fs layer 2022-11-23T01:14:18.3556609Z ed83ff249465: Waiting 2022-11-23T01:14:18.3556779Z 45f8609ca5d2: Waiting 2022-11-23T01:14:18.3556946Z bd8d858b2bd1: Waiting 2022-11-23T01:14:18.3557130Z 9dbedcd13c1a: Pulling fs layer 2022-11-23T01:14:18.3557366Z b8a666b89089: Waiting 2022-11-23T01:14:18.3557527Z f377a38c638b: Waiting 2022-11-23T01:14:18.3557707Z 3aa299964332: Pulling fs layer 2022-11-23T01:14:18.3557885Z 0ad2147f82bb: Waiting 2022-11-23T01:14:18.3558105Z c2ae9ef00951: Waiting 2022-11-23T01:14:18.3558273Z 3043ecc0752c: Pulling fs layer 2022-11-23T01:14:18.3558457Z aa50cd954d4e: Waiting 2022-11-23T01:14:18.3558633Z 1e98efa914df: Waiting 2022-11-23T01:14:18.3558878Z 8aaa872fa462: Pulling fs layer 2022-11-23T01:14:18.3559064Z c0dccc0db920: Waiting 2022-11-23T01:14:18.3559237Z 217c4a5a2f7b: Waiting 2022-11-23T01:14:18.3559395Z 2ba92de57922: Waiting 2022-11-23T01:14:18.3559602Z f00db5c428e3: Pulling fs layer 2022-11-23T01:14:18.3559795Z 9dbedcd13c1a: Waiting 2022-11-23T01:14:18.3559951Z 3aa299964332: Waiting 2022-11-23T01:14:18.3560128Z f97ef057eff7: Pulling fs layer 2022-11-23T01:14:18.3560467Z e6bcce98053a: Pulling fs layer 2022-11-23T01:14:18.3560650Z 36ebb57ed8c8: Pulling fs layer 2022-11-23T01:14:18.3560844Z da6d166ba3ed: Pulling fs layer 2022-11-23T01:14:18.3561034Z e507200c3cc1: Pulling fs layer 2022-11-23T01:14:18.3561211Z de6e714ebb02: Pulling fs layer 2022-11-23T01:14:18.3561391Z 3043ecc0752c: Waiting 2022-11-23T01:14:18.3561569Z 9be8d6392bc8: Pulling fs layer 2022-11-23T01:14:18.3561747Z 36ebb57ed8c8: Waiting 2022-11-23T01:14:18.3561919Z 755b5e40164d: Pulling fs layer 2022-11-23T01:14:18.3562157Z 9be8d6392bc8: Waiting 2022-11-23T01:14:18.3562324Z e507200c3cc1: Waiting 2022-11-23T01:14:18.3562475Z 755b5e40164d: Waiting 2022-11-23T01:14:18.3562641Z da6d166ba3ed: Waiting 2022-11-23T01:14:18.3562810Z f97ef057eff7: Waiting 2022-11-23T01:14:18.3562964Z f00db5c428e3: Waiting 2022-11-23T01:14:18.4343521Z 27658ccd5bfe: Verifying Checksum 2022-11-23T01:14:18.4344076Z 27658ccd5bfe: Download complete 2022-11-23T01:14:18.5327189Z c2ae9ef00951: Verifying Checksum 2022-11-23T01:14:18.5327496Z c2ae9ef00951: Download complete 2022-11-23T01:14:18.6207595Z 217c4a5a2f7b: Verifying Checksum 2022-11-23T01:14:18.6207864Z 217c4a5a2f7b: Download complete 2022-11-23T01:14:18.7065711Z d14f801ddf55: Verifying Checksum 2022-11-23T01:14:18.7066085Z d14f801ddf55: Download complete 2022-11-23T01:14:18.7196034Z eaead16dc43b: Verifying Checksum 2022-11-23T01:14:18.7196499Z eaead16dc43b: Download complete 2022-11-23T01:14:18.7821698Z 6498cf6e7504: Verifying Checksum 2022-11-23T01:14:18.7822211Z 6498cf6e7504: Download complete 2022-11-23T01:14:18.7897996Z 22294a500668: Verifying Checksum 2022-11-23T01:14:18.7898254Z 22294a500668: Download complete 2022-11-23T01:14:18.8662581Z 426971e89b4e: Download complete 2022-11-23T01:14:18.9591457Z 0ad2147f82bb: Download complete 2022-11-23T01:14:19.0488439Z aa50cd954d4e: Download complete 2022-11-23T01:14:19.1368144Z 95709ae608b3: Verifying Checksum 2022-11-23T01:14:19.1368611Z 95709ae608b3: Download complete 2022-11-23T01:14:19.2141076Z 45f8609ca5d2: Verifying Checksum 2022-11-23T01:14:19.2141785Z 45f8609ca5d2: Download complete 2022-11-23T01:14:19.4305093Z eaead16dc43b: Pull complete 2022-11-23T01:14:19.5288346Z 27658ccd5bfe: Pull complete 2022-11-23T01:14:20.4673613Z b8a666b89089: Verifying Checksum 2022-11-23T01:14:20.4673879Z b8a666b89089: Download complete 2022-11-23T01:14:20.5369554Z 1556aa636e88: Verifying Checksum 2022-11-23T01:14:20.5369989Z 1556aa636e88: Download complete 2022-11-23T01:14:20.6200513Z bd8d858b2bd1: Verifying Checksum 2022-11-23T01:14:20.6200951Z bd8d858b2bd1: Download complete 2022-11-23T01:14:20.7108417Z ed83ff249465: Verifying Checksum 2022-11-23T01:14:20.7108778Z ed83ff249465: Download complete 2022-11-23T01:14:20.7926852Z 1e98efa914df: Verifying Checksum 2022-11-23T01:14:20.7927239Z 1e98efa914df: Download complete 2022-11-23T01:14:20.8886806Z c0dccc0db920: Verifying Checksum 2022-11-23T01:14:20.8887067Z c0dccc0db920: Download complete 2022-11-23T01:14:21.5111156Z d9201a8b6e7d: Download complete 2022-11-23T01:14:21.5964591Z 9dbedcd13c1a: Verifying Checksum 2022-11-23T01:14:21.5967772Z 9dbedcd13c1a: Download complete 2022-11-23T01:14:21.6758999Z 3aa299964332: Download complete 2022-11-23T01:14:23.4330785Z 2ba92de57922: Verifying Checksum 2022-11-23T01:14:23.4331269Z 2ba92de57922: Download complete 2022-11-23T01:14:23.4985441Z 8aaa872fa462: Verifying Checksum 2022-11-23T01:14:23.4985818Z 8aaa872fa462: Download complete 2022-11-23T01:14:23.5842962Z f00db5c428e3: Verifying Checksum 2022-11-23T01:14:23.5845298Z f00db5c428e3: Download complete 2022-11-23T01:14:25.4895337Z f97ef057eff7: Verifying Checksum 2022-11-23T01:14:25.4895795Z f97ef057eff7: Download complete 2022-11-23T01:14:25.5776275Z e6bcce98053a: Verifying Checksum 2022-11-23T01:14:25.5776593Z e6bcce98053a: Download complete 2022-11-23T01:14:25.6513060Z 36ebb57ed8c8: Verifying Checksum 2022-11-23T01:14:25.6513496Z 36ebb57ed8c8: Download complete 2022-11-23T01:14:25.7335410Z da6d166ba3ed: Download complete 2022-11-23T01:14:25.8124253Z e507200c3cc1: Verifying Checksum 2022-11-23T01:14:25.8124520Z e507200c3cc1: Download complete 2022-11-23T01:14:25.8920915Z de6e714ebb02: Verifying Checksum 2022-11-23T01:14:25.8921309Z de6e714ebb02: Download complete 2022-11-23T01:14:25.9763572Z 9be8d6392bc8: Download complete 2022-11-23T01:14:26.1857592Z 755b5e40164d: Verifying Checksum 2022-11-23T01:14:26.1857852Z 755b5e40164d: Download complete 2022-11-23T01:14:35.5829330Z d9201a8b6e7d: Pull complete 2022-11-23T01:14:36.0546925Z c2ae9ef00951: Pull complete 2022-11-23T01:14:36.4603656Z 217c4a5a2f7b: Pull complete 2022-11-23T01:14:36.7851373Z d14f801ddf55: Pull complete 2022-11-23T01:14:37.1541621Z 6498cf6e7504: Pull complete 2022-11-23T01:14:37.6680485Z 22294a500668: Pull complete 2022-11-23T01:14:38.1518715Z 426971e89b4e: Pull complete 2022-11-23T01:14:42.7120651Z f377a38c638b: Verifying Checksum 2022-11-23T01:14:42.7121125Z f377a38c638b: Download complete 2022-11-23T01:15:09.6011586Z 3043ecc0752c: Download complete 2022-11-23T01:15:38.6904632Z f377a38c638b: Pull complete 2022-11-23T01:15:39.0402935Z 0ad2147f82bb: Pull complete 2022-11-23T01:15:39.2886336Z aa50cd954d4e: Pull complete 2022-11-23T01:15:39.5329655Z 95709ae608b3: Pull complete 2022-11-23T01:15:39.7775067Z 45f8609ca5d2: Pull complete 2022-11-23T01:15:43.4616151Z b8a666b89089: Pull complete 2022-11-23T01:15:43.8556063Z 1556aa636e88: Pull complete 2022-11-23T01:15:44.1803773Z bd8d858b2bd1: Pull complete 2022-11-23T01:15:44.4528619Z ed83ff249465: Pull complete 2022-11-23T01:15:44.6927951Z 1e98efa914df: Pull complete 2022-11-23T01:15:44.8888114Z c0dccc0db920: Pull complete 2022-11-23T01:15:49.8540257Z 2ba92de57922: Pull complete 2022-11-23T01:15:50.0724696Z 9dbedcd13c1a: Pull complete 2022-11-23T01:15:50.3351717Z 3aa299964332: Pull complete 2022-11-23T01:17:45.0533046Z 3043ecc0752c: Pull complete 2022-11-23T01:17:45.4351548Z 8aaa872fa462: Pull complete 2022-11-23T01:17:45.6314841Z f00db5c428e3: Pull complete 2022-11-23T01:17:49.1384867Z f97ef057eff7: Pull complete 2022-11-23T01:17:49.3628618Z e6bcce98053a: Pull complete 2022-11-23T01:17:49.5951431Z 36ebb57ed8c8: Pull complete 2022-11-23T01:17:49.8393390Z da6d166ba3ed: Pull complete 2022-11-23T01:17:50.0756367Z e507200c3cc1: Pull complete 2022-11-23T01:17:50.3078235Z de6e714ebb02: Pull complete 2022-11-23T01:17:50.5287499Z 9be8d6392bc8: Pull complete 2022-11-23T01:17:51.0721612Z 755b5e40164d: Pull complete 2022-11-23T01:17:51.2171481Z Digest: sha256:e87a36ec61feda70f611e8b9d81b5905818ddbccaa4370d649a51cd9a3833ba3 2022-11-23T01:17:51.2572111Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:17:51.2756167Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:17:51.3275426Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T01:17:51.3275667Z .github/scripts/parse_ref.py 2022-11-23T01:17:51.9134616Z shell: /usr/bin/bash -e {0} 2022-11-23T01:17:51.9134843Z ##[endgroup] 2022-11-23T01:17:52.4049421Z Prepare all required actions 2022-11-23T01:17:52.4049653Z Getting action download info 2022-11-23T01:17:52.5632835Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T01:17:52.7468711Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T01:17:52.7468921Z with: 2022-11-23T01:17:52.7469235Z github-token: *** 2022-11-23T01:17:52.7469412Z ##[endgroup] 2022-11-23T01:17:52.7520093Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T01:17:52.7520338Z with: 2022-11-23T01:17:52.7520502Z shell: bash 2022-11-23T01:17:52.7520667Z timeout_minutes: 10 2022-11-23T01:17:52.7520848Z max_attempts: 5 2022-11-23T01:17:52.7521033Z retry_wait_seconds: 30 2022-11-23T01:17:52.7521438Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "job-id=${GHA_WORKFLOW_JOB_ID}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:17:52.7521822Z polling_interval_seconds: 1 2022-11-23T01:17:52.7522023Z warning_on_retry: true 2022-11-23T01:17:52.7522214Z continue_on_error: false 2022-11-23T01:17:52.7522398Z env: 2022-11-23T01:17:52.7522697Z GITHUB_TOKEN: *** 2022-11-23T01:17:52.7522873Z ##[endgroup] 2022-11-23T01:17:54.3475940Z + python3 -m pip install requests==2.26.0 2022-11-23T01:17:57.9002983Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T01:17:57.9752772Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-11-23T01:17:57.9889696Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-11-23T01:17:58.0074656Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-11-23T01:17:58.0087215Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-11-23T01:17:58.0148489Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-11-23T01:17:58.3765403Z ++ python3 .github/scripts/get_workflow_job_id.py 3528394938 i-05e61c88c50069327 2022-11-23T01:17:59.5896906Z + GHA_WORKFLOW_JOB_ID=9655215696 2022-11-23T01:17:59.5897502Z + echo job-id=9655215696 2022-11-23T01:18:00.3471082Z Command completed after 1 attempt(s). 2022-11-23T01:18:00.3540882Z Prepare all required actions 2022-11-23T01:18:00.3541170Z Getting action download info 2022-11-23T01:18:00.5076095Z ##[group]Run ./.github/actions/filter-test-configs 2022-11-23T01:18:00.5076308Z with: 2022-11-23T01:18:00.5076744Z github-token: *** 2022-11-23T01:18:00.5077089Z test-matrix: { include: [ { config: "distributed", shard: 1, num_shards: 2, runner: "linux.rocm.gpu" }, { config: "distributed", shard: 2, num_shards: 2, runner: "linux.rocm.gpu" }, ]} 2022-11-23T01:18:00.5077418Z ##[endgroup] 2022-11-23T01:18:00.5102850Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T01:18:00.5103084Z with: 2022-11-23T01:18:00.5103243Z shell: bash 2022-11-23T01:18:00.5103404Z timeout_minutes: 10 2022-11-23T01:18:00.5103583Z max_attempts: 5 2022-11-23T01:18:00.5103762Z retry_wait_seconds: 30 2022-11-23T01:18:00.5103999Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T01:18:00.5104308Z polling_interval_seconds: 1 2022-11-23T01:18:00.5104508Z warning_on_retry: true 2022-11-23T01:18:00.5104684Z continue_on_error: false 2022-11-23T01:18:00.5104863Z env: 2022-11-23T01:18:00.5105152Z GITHUB_TOKEN: *** 2022-11-23T01:18:00.5105316Z ##[endgroup] 2022-11-23T01:18:00.5600515Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-11-23T01:18:00.7701160Z Defaulting to user installation because normal site-packages is not writeable 2022-11-23T01:18:00.7898185Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-11-23T01:18:00.8028957Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2022-11-23T01:18:00.8039377Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-11-23T01:18:00.8052217Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-11-23T01:18:00.8205986Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-11-23T01:18:00.8226835Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-11-23T01:18:01.5584513Z Command completed after 1 attempt(s). 2022-11-23T01:18:01.5628519Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T01:18:01.5628795Z .github/scripts/parse_ref.py 2022-11-23T01:18:01.5639931Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:18:01.5640148Z ##[endgroup] 2022-11-23T01:18:01.5853613Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-11-23T01:18:01.5853900Z .github/scripts/filter_test_configs.py \ 2022-11-23T01:18:01.5854135Z  --test-matrix "{ include: [ 2022-11-23T01:18:01.5854486Z  { config: "distributed", shard: 1, num_shards: 2, runner: "linux.rocm.gpu" }, 2022-11-23T01:18:01.5854794Z  { config: "distributed", shard: 2, num_shards: 2, runner: "linux.rocm.gpu" }, 2022-11-23T01:18:01.5855025Z ]} 2022-11-23T01:18:01.5855174Z " \ 2022-11-23T01:18:01.5855353Z  --pr-number "" \ 2022-11-23T01:18:01.5855537Z  --tag "" \ 2022-11-23T01:18:01.5855725Z  --event-name "schedule" 2022-11-23T01:18:01.5866539Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:18:01.5866755Z env: 2022-11-23T01:18:01.5867074Z GITHUB_TOKEN: *** 2022-11-23T01:18:01.5867239Z ##[endgroup] 2022-11-23T01:18:01.7241686Z ##[group]Run echo "{"include": [{"config": "distributed", "shard": 1, "num_shards": 2, "runner": "linux.rocm.gpu", "mem_leak_check": "mem_leak_check"}, {"config": "distributed", "shard": 1, "num_shards": 2, "runner": "linux.rocm.gpu", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "distributed", "shard": 2, "num_shards": 2, "runner": "linux.rocm.gpu", "mem_leak_check": "mem_leak_check"}, {"config": "distributed", "shard": 2, "num_shards": 2, "runner": "linux.rocm.gpu", "rerun_disabled_tests": "rerun_disabled_tests"}]}" 2022-11-23T01:18:01.7242694Z echo "{"include": [{"config": "distributed", "shard": 1, "num_shards": 2, "runner": "linux.rocm.gpu", "mem_leak_check": "mem_leak_check"}, {"config": "distributed", "shard": 1, "num_shards": 2, "runner": "linux.rocm.gpu", "rerun_disabled_tests": "rerun_disabled_tests"}, {"config": "distributed", "shard": 2, "num_shards": 2, "runner": "linux.rocm.gpu", "mem_leak_check": "mem_leak_check"}, {"config": "distributed", "shard": 2, "num_shards": 2, "runner": "linux.rocm.gpu", "rerun_disabled_tests": "rerun_disabled_tests"}]}" 2022-11-23T01:18:01.7253837Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:18:01.7254067Z ##[endgroup] 2022-11-23T01:18:01.7279168Z {include: [{config: distributed, shard: 1, num_shards: 2, runner: linux.rocm.gpu, mem_leak_check: mem_leak_check}, {config: distributed, shard: 1, num_shards: 2, runner: linux.rocm.gpu, rerun_disabled_tests: rerun_disabled_tests}, {config: distributed, shard: 2, num_shards: 2, runner: linux.rocm.gpu, mem_leak_check: mem_leak_check}, {config: distributed, shard: 2, num_shards: 2, runner: linux.rocm.gpu, rerun_disabled_tests: rerun_disabled_tests}]} 2022-11-23T01:18:01.7346113Z ##[group]Run # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T01:18:01.7346463Z # detached container should get cleaned up by teardown_ec2_linux 2022-11-23T01:18:01.7346724Z container_name=$(docker run \ 2022-11-23T01:18:01.7346926Z  -e BUILD_ENVIRONMENT \ 2022-11-23T01:18:01.7347152Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-11-23T01:18:01.7347374Z  -e AWS_DEFAULT_REGION \ 2022-11-23T01:18:01.7347574Z  -e PR_NUMBER \ 2022-11-23T01:18:01.7347890Z  -e SHA1 \ 2022-11-23T01:18:01.7348070Z  -e BRANCH \ 2022-11-23T01:18:01.7348262Z  -e SCCACHE_BUCKET \ 2022-11-23T01:18:01.7348453Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-11-23T01:18:01.7348652Z  -e XLA_CUDA \ 2022-11-23T01:18:01.7348860Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-11-23T01:18:01.7349081Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2022-11-23T01:18:01.7349339Z  -e TORCH_CUDA_ARCH_LIST \ 2022-11-23T01:18:01.7349532Z  -e PR_LABELS \ 2022-11-23T01:18:01.7349713Z  -e OUR_GITHUB_JOB_ID \ 2022-11-23T01:18:01.7349947Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-11-23T01:18:01.7350199Z  --security-opt seccomp=unconfined \ 2022-11-23T01:18:01.7350410Z  --cap-add=SYS_PTRACE \ 2022-11-23T01:18:01.7350595Z  --tty \ 2022-11-23T01:18:01.7350766Z  --detach \ 2022-11-23T01:18:01.7350934Z  --user jenkins \ 2022-11-23T01:18:01.7351241Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-11-23T01:18:01.7351493Z  -w /var/lib/jenkins/workspace \ 2022-11-23T01:18:01.7351683Z  "${DOCKER_IMAGE}" 2022-11-23T01:18:01.7351855Z ) 2022-11-23T01:18:01.7352090Z docker exec -t "${container_name}" sh -c '.jenkins/pytorch/build.sh' 2022-11-23T01:18:01.7362586Z shell: /usr/bin/bash -e {0} 2022-11-23T01:18:01.7362758Z env: 2022-11-23T01:18:01.7362974Z BUILD_ENVIRONMENT: linux-focal-rocm5.2-py3.8 2022-11-23T01:18:01.7363191Z BRANCH: master 2022-11-23T01:18:01.7363366Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:18:01.7363553Z PR_NUMBER: 2022-11-23T01:18:01.7363757Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:18:01.7363998Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-11-23T01:18:01.7364240Z SCCACHE_S3_KEY_PREFIX: periodic 2022-11-23T01:18:01.7364519Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-11-23T01:18:01.7364768Z PR_LABELS: [] 2022-11-23T01:18:01.7364945Z TORCH_CUDA_ARCH_LIST: 5.2 2022-11-23T01:18:01.7365293Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:18:01.7365616Z XLA_CUDA: 2022-11-23T01:18:01.7365766Z DEBUG: 0 2022-11-23T01:18:01.7365937Z OUR_GITHUB_JOB_ID: 9655215696 2022-11-23T01:18:01.7366117Z ##[endgroup] 2022-11-23T01:18:12.7844443Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T01:18:12.7865047Z + source .jenkins/pytorch/common.sh 2022-11-23T01:18:12.7871563Z +++ dirname .jenkins/pytorch/common.sh 2022-11-23T01:18:12.7878323Z ++ source .jenkins/pytorch/common_utils.sh 2022-11-23T01:18:12.7887122Z +++ declare -f -t trap_add 2022-11-23T01:18:12.7891889Z ++ set -ex 2022-11-23T01:18:12.7892305Z ++ [[ linux-focal-rocm5.2-py3.8 == *rocm* ]] 2022-11-23T01:18:12.7892614Z ++ unset HIP_PLATFORM 2022-11-23T01:18:12.7892991Z ++ export PYTORCH_TEST_WITH_ROCM=1 2022-11-23T01:18:12.7893371Z ++ PYTORCH_TEST_WITH_ROCM=1 2022-11-23T01:18:12.7893610Z ++ export HSAKMT_DEBUG_LEVEL=4 2022-11-23T01:18:12.7893913Z ++ HSAKMT_DEBUG_LEVEL=4 2022-11-23T01:18:12.7894257Z ++ export HSA_FORCE_FINE_GRAIN_PCIE=1 2022-11-23T01:18:12.7894609Z ++ HSA_FORCE_FINE_GRAIN_PCIE=1 2022-11-23T01:18:12.7894926Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T01:18:12.7897175Z ++ dirname .jenkins/pytorch/build.sh 2022-11-23T01:18:12.7904645Z + source .jenkins/pytorch/common-build.sh 2022-11-23T01:18:12.7912177Z ++ [[ linux-focal-rocm5.2-py3.8 != *win-* ]] 2022-11-23T01:18:12.7917875Z ++++ dirname .jenkins/pytorch/common-build.sh 2022-11-23T01:18:12.7925323Z +++ cd .jenkins/pytorch 2022-11-23T01:18:12.7925630Z +++ pwd -P 2022-11-23T01:18:12.7927812Z ++ script_dir=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-11-23T01:18:12.7928039Z ++ which sccache 2022-11-23T01:18:12.7944223Z ++ sccache --stop-server 2022-11-23T01:18:12.7958332Z ++ true 2022-11-23T01:18:12.7958641Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-11-23T01:18:12.7978424Z ++ [[ -n 1 ]] 2022-11-23T01:18:12.7978812Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2022-11-23T01:18:12.7979151Z Skipping sccache server initialization, setting environment variables 2022-11-23T01:18:12.7979400Z ++ export SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T01:18:12.7979608Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T01:18:12.7979846Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T01:18:12.7980115Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T01:18:12.7990845Z ++ export RUST_LOG=sccache::server=error 2022-11-23T01:18:12.7991098Z ++ RUST_LOG=sccache::server=error 2022-11-23T01:18:12.7991365Z ++ sccache --zero-stats 2022-11-23T01:18:13.2322215Z Compile requests 0 2022-11-23T01:18:13.2322479Z Compile requests executed 0 2022-11-23T01:18:13.2322749Z Cache hits 0 2022-11-23T01:18:13.2322950Z Cache misses 0 2022-11-23T01:18:13.2323147Z Cache timeouts 0 2022-11-23T01:18:13.2323600Z Cache read errors 0 2022-11-23T01:18:13.2323785Z Forced recaches 0 2022-11-23T01:18:13.2323980Z Cache write errors 0 2022-11-23T01:18:13.2324214Z Compilation failures 0 2022-11-23T01:18:13.2324427Z Cache errors 0 2022-11-23T01:18:13.2324841Z Non-cacheable compilations 0 2022-11-23T01:18:13.2325244Z Non-cacheable calls 0 2022-11-23T01:18:13.2325531Z Non-compilation calls 0 2022-11-23T01:18:13.2325794Z Unsupported compiler calls 0 2022-11-23T01:18:13.2326006Z Average cache write 0.000 s 2022-11-23T01:18:13.2326259Z Average cache read miss 0.000 s 2022-11-23T01:18:13.2326518Z Average cache read hit 0.000 s 2022-11-23T01:18:13.2327302Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T01:18:13.2327724Z ++ trap_add sccache_epilogue EXIT 2022-11-23T01:18:13.2327991Z ++ trap_add_cmd=sccache_epilogue 2022-11-23T01:18:13.2328176Z ++ shift 2022-11-23T01:18:13.2328351Z ++ for trap_add_name in "$@" 2022-11-23T01:18:13.2333755Z ++++ trap -p EXIT 2022-11-23T01:18:13.2336713Z +++ eval 'extract_trap_cmd ' 2022-11-23T01:18:13.2336950Z ++++ extract_trap_cmd 2022-11-23T01:18:13.2337152Z ++++ printf '%s\n' '' 2022-11-23T01:18:13.2339256Z +++ printf '%s\n' sccache_epilogue 2022-11-23T01:18:13.2339963Z ++ trap -- ' 2022-11-23T01:18:13.2340326Z sccache_epilogue' EXIT 2022-11-23T01:18:13.2340648Z ++ which ccache 2022-11-23T01:18:13.2351848Z + [[ linux-focal-rocm5.2-py3.8 == *-clang7-asan* ]] 2022-11-23T01:18:13.2352191Z + [[ linux-focal-rocm5.2-py3.8 == *-clang7-tsan* ]] 2022-11-23T01:18:13.2352574Z + [[ linux-focal-rocm5.2-py3.8 == *-mobile-*build* ]] 2022-11-23T01:18:13.2352824Z + echo 'Python version:' 2022-11-23T01:18:13.2353014Z Python version: 2022-11-23T01:18:13.2353218Z + python --version 2022-11-23T01:18:13.2597454Z Python 3.8.13 2022-11-23T01:18:13.2606394Z + echo 'GCC version:' 2022-11-23T01:18:13.2606732Z GCC version: 2022-11-23T01:18:13.2606980Z + gcc --version 2022-11-23T01:18:13.4404327Z gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 2022-11-23T01:18:13.4404740Z Copyright (C) 2019 Free Software Foundation, Inc. 2022-11-23T01:18:13.4405173Z This is free software; see the source for copying conditions. There is NO 2022-11-23T01:18:13.4405958Z warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 2022-11-23T01:18:13.4406256Z 2022-11-23T01:18:13.4409115Z + echo 'CMake version:' 2022-11-23T01:18:13.4409323Z CMake version: 2022-11-23T01:18:13.4409531Z + cmake --version 2022-11-23T01:18:13.5515966Z cmake version 3.22.1 2022-11-23T01:18:13.5516127Z 2022-11-23T01:18:13.5516291Z CMake suite maintained and supported by Kitware (kitware.com/cmake). 2022-11-23T01:18:13.5566646Z + echo 'Environment variables:' 2022-11-23T01:18:13.5566933Z Environment variables: 2022-11-23T01:18:13.5567212Z + env 2022-11-23T01:18:13.5576254Z INSTALLED_DB=yes 2022-11-23T01:18:13.5576882Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:18:13.5577243Z PR_LABELS=[] 2022-11-23T01:18:13.5577609Z BUILD_ENVIRONMENT=linux-focal-rocm5.2-py3.8 2022-11-23T01:18:13.5577926Z HOSTNAME=8564f7996dc6 2022-11-23T01:18:13.5578621Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_8d11a7d0-7b7c-4368-b020-0ad12567c2d3 2022-11-23T01:18:13.5579104Z GITHUB_ACTION=__self 2022-11-23T01:18:13.5579376Z GITHUB_RUN_NUMBER=3445 2022-11-23T01:18:13.5579695Z AWS_DEFAULT_REGION=us-east-1 2022-11-23T01:18:13.5579953Z SCCACHE_IDLE_TIMEOUT=1200 2022-11-23T01:18:13.5584311Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2022-11-23T01:18:13.5584664Z GITHUB_REF_TYPE=branch 2022-11-23T01:18:13.5584998Z TORCH_CUDA_ARCH_LIST=5.2 2022-11-23T01:18:13.5585308Z XLA_CUDA= 2022-11-23T01:18:13.5585847Z *** 2022-11-23T01:18:13.5586149Z GITHUB_ACTIONS=true 2022-11-23T01:18:13.5586534Z SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-11-23T01:18:13.5586996Z SHA1=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:18:13.5587235Z GITHUB_SHA=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:18:13.5587440Z GITHUB_REF=refs/heads/master 2022-11-23T01:18:13.5587641Z GITHUB_REF_PROTECTED=true 2022-11-23T01:18:13.5588040Z HOME=/var/lib/jenkins 2022-11-23T01:18:13.5588248Z GITHUB_API_URL=https://api.github.com 2022-11-23T01:18:13.5588515Z LANG=C.UTF-8 2022-11-23T01:18:13.5588778Z PYTORCH_TEST_WITH_ROCM=1 2022-11-23T01:18:13.5589076Z SCCACHE_S3_KEY_PREFIX=periodic 2022-11-23T01:18:13.5589862Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_8d11a7d0-7b7c-4368-b020-0ad12567c2d3 2022-11-23T01:18:13.5590392Z MAGMA_HOME=/opt/rocm/magma 2022-11-23T01:18:13.5591016Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_8d11a7d0-7b7c-4368-b020-0ad12567c2d3 2022-11-23T01:18:13.5591375Z HSAKMT_DEBUG_LEVEL=4 2022-11-23T01:18:13.5591786Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-11-23T01:18:13.5592142Z GITHUB_EVENT_NAME=schedule 2022-11-23T01:18:13.5592463Z GITHUB_RUN_ID=3528394938 2022-11-23T01:18:13.5592963Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_8d11a7d0-7b7c-4368-b020-0ad12567c2d3 2022-11-23T01:18:13.5593411Z GITHUB_ACTOR=pytorchmergebot 2022-11-23T01:18:13.5593703Z PR_NUMBER= 2022-11-23T01:18:13.5593914Z GITHUB_RUN_ATTEMPT=1 2022-11-23T01:18:13.5594154Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-11-23T01:18:13.5594379Z TERM=xterm 2022-11-23T01:18:13.5594598Z INSTALLED_VISION=yes 2022-11-23T01:18:13.5594822Z BRANCH=master 2022-11-23T01:18:13.5595004Z OUR_GITHUB_JOB_ID=9655215696 2022-11-23T01:18:13.5595367Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-11-23T01:18:13.5595666Z GITHUB_SERVER_URL=https://github.com 2022-11-23T01:18:13.5595955Z PYTORCH_ROCM_ARCH=gfx906 2022-11-23T01:18:13.5596213Z SHLVL=1 2022-11-23T01:18:13.5596486Z MAX_JOBS=6 2022-11-23T01:18:13.5596796Z GITHUB_REF_NAME=master 2022-11-23T01:18:13.5601319Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-11-23T01:18:13.5601770Z GITHUB_JOB=build 2022-11-23T01:18:13.5602191Z GITHUB_REPOSITORY=pytorch/pytorch 2022-11-23T01:18:13.5602586Z LC_ALL=C.UTF-8 2022-11-23T01:18:13.5602908Z GITHUB_RETENTION_DAYS=90 2022-11-23T01:18:13.5603265Z GITHUB_ACTION_REPOSITORY= 2022-11-23T01:18:13.5604092Z PATH=/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-11-23T01:18:13.5604470Z GITHUB_BASE_REF= 2022-11-23T01:18:13.5604626Z CI=true 2022-11-23T01:18:13.5604802Z HSA_FORCE_FINE_GRAIN_PCIE=1 2022-11-23T01:18:13.5605012Z GITHUB_REPOSITORY_OWNER=pytorch 2022-11-23T01:18:13.5605228Z RUST_LOG=sccache::server=error 2022-11-23T01:18:13.5605429Z INSTALLED_PROTOBUF=yes 2022-11-23T01:18:13.5605613Z GITHUB_HEAD_REF= 2022-11-23T01:18:13.5605780Z GITHUB_ACTION_REF= 2022-11-23T01:18:13.5606066Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-11-23T01:18:13.5606304Z GITHUB_WORKFLOW=periodic 2022-11-23T01:18:13.5606496Z DEBIAN_FRONTEND=noninteractive 2022-11-23T01:18:13.5606911Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_8d11a7d0-7b7c-4368-b020-0ad12567c2d3 2022-11-23T01:18:13.5607217Z SKIP_SCCACHE_INITIALIZATION=1 2022-11-23T01:18:13.5607397Z _=/usr/bin/env 2022-11-23T01:18:13.5607648Z + [[ linux-focal-rocm5.2-py3.8 == *cuda* ]] 2022-11-23T01:18:13.5607938Z + [[ linux-focal-rocm5.2-py3.8 == *cuda11* ]] 2022-11-23T01:18:13.5608220Z + [[ linux-focal-rocm5.2-py3.8 == *\c\a\f\f\e\2* ]] 2022-11-23T01:18:13.5608511Z + [[ linux-focal-rocm5.2-py3.8 == *\o\n\n\x* ]] 2022-11-23T01:18:13.5608822Z + [[ linux-focal-rocm5.2-py3.8 == *\p\a\r\a\l\l\e\l\t\b\b* ]] 2022-11-23T01:18:13.5609144Z + [[ linux-focal-rocm5.2-py3.8 == *\p\a\r\a\l\l\e\l\n\a\t\i\v\e* ]] 2022-11-23T01:18:13.5609449Z + [[ linux-focal-rocm5.2-py3.8 == *rocm* ]] 2022-11-23T01:18:13.5609753Z + export USE_LLVM=/opt/rocm/llvm 2022-11-23T01:18:13.5609954Z + USE_LLVM=/opt/rocm/llvm 2022-11-23T01:18:13.5610158Z + export LLVM_DIR=/opt/rocm/llvm/lib/cmake/llvm 2022-11-23T01:18:13.5610388Z + LLVM_DIR=/opt/rocm/llvm/lib/cmake/llvm 2022-11-23T01:18:13.5610584Z + which conda 2022-11-23T01:18:13.5610747Z /opt/conda/bin/conda 2022-11-23T01:18:13.5610957Z + export CMAKE_PREFIX_PATH=/opt/conda 2022-11-23T01:18:13.5611175Z + CMAKE_PREFIX_PATH=/opt/conda 2022-11-23T01:18:13.5611438Z + [[ linux-focal-rocm5.2-py3.8 == *libtorch* ]] 2022-11-23T01:18:13.5611729Z + [[ linux-focal-rocm5.2-py3.8 == *-android* ]] 2022-11-23T01:18:13.5612017Z + [[ linux-focal-rocm5.2-py3.8 != *android* ]] 2022-11-23T01:18:13.5612291Z + [[ linux-focal-rocm5.2-py3.8 == *vulkan* ]] 2022-11-23T01:18:13.5612572Z + [[ linux-focal-rocm5.2-py3.8 == *rocm* ]] 2022-11-23T01:18:13.5612794Z + '[' -z 6 ']' 2022-11-23T01:18:13.5612968Z + [[ -n true ]] 2022-11-23T01:18:13.5613160Z + [[ -z gfx906 ]] 2022-11-23T01:18:13.5613357Z + python tools/amd_build/build_amd.py 2022-11-23T01:18:14.8847900Z third_party/gloo/cmake/Hip.cmake skipped 2022-11-23T01:18:14.8860779Z third_party/gloo/cmake/Modules/Findrccl.cmake updated 2022-11-23T01:18:14.8867089Z third_party/gloo/cmake/Dependencies.cmake updated 2022-11-23T01:18:15.5733868Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/ATenCUDAGeneral.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/ATenHIPGeneral.h [ok] 2022-11-23T01:18:15.5743290Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/ApplyGridUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/ApplyGridUtils.cuh [ok] 2022-11-23T01:18:15.5752908Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/AsmUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/AsmUtils.cuh [ok] 2022-11-23T01:18:15.5779470Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Atomic.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh [ok] 2022-11-23T01:18:15.5810063Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAApplyUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh [ok] 2022-11-23T01:18:15.5860462Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDABlas.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp [ok] 2022-11-23T01:18:15.5877639Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDABlas.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.h [ok] 2022-11-23T01:18:15.5885945Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAConfig.h.in -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPConfig.h.in [ok] 2022-11-23T01:18:15.5891798Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.cpp [ok] 2022-11-23T01:18:15.5896896Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h [ok] 2022-11-23T01:18:15.5903373Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDADataType.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPDataType.h [ok] 2022-11-23T01:18:15.5908268Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDADevice.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPDevice.h [ok] 2022-11-23T01:18:15.5915475Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAEvent.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPEvent.h [ok] 2022-11-23T01:18:15.5935596Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAGeneratorImpl.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGeneratorImpl.cpp [ok] 2022-11-23T01:18:15.5944328Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAGeneratorImpl.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGeneratorImpl.h [ok] 2022-11-23T01:18:15.5960730Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAGraph.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGraph.cpp [ok] 2022-11-23T01:18:15.5968955Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAGraph.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGraph.h [ok] 2022-11-23T01:18:15.5974932Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAGraphsUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGraphsUtils.cuh [ok] 2022-11-23T01:18:15.5980799Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDASparse.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparse.h [ok] 2022-11-23T01:18:15.6005134Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDASparseBlas.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparseBlas.cpp [ok] 2022-11-23T01:18:15.6024394Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDASparseBlas.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparseBlas.h [ok] 2022-11-23T01:18:15.6045347Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDASparseDescriptors.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparseDescriptors.cpp [ok] 2022-11-23T01:18:15.6063109Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDASparseDescriptors.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparseDescriptors.h [ok] 2022-11-23T01:18:15.6068964Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDATensorMethods.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPTensorMethods.cuh [ok] 2022-11-23T01:18:15.6078368Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPUtils.h [ok] 2022-11-23T01:18:15.6100523Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CachingHostAllocator.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/CachingHostAllocator.cpp [ok] 2022-11-23T01:18:15.6107056Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CachingHostAllocator.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/CachingHostAllocator.h [ok] 2022-11-23T01:18:15.6114425Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CuSparseHandlePool.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/CuSparseHandlePool.cpp [ok] 2022-11-23T01:18:15.6125832Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CublasHandlePool.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/CublasHandlePool.cpp [ok] 2022-11-23T01:18:15.6133045Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/DeviceUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/DeviceUtils.cuh [ok] 2022-11-23T01:18:15.6142520Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/EmptyTensor.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/EmptyTensor.cpp [ok] 2022-11-23T01:18:15.6149008Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/EmptyTensor.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/EmptyTensor.h [ok] 2022-11-23T01:18:15.6164222Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Exceptions.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/Exceptions.cpp [ok] 2022-11-23T01:18:15.6176624Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Exceptions.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/Exceptions.h [ok] 2022-11-23T01:18:15.6186569Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/NumericLimits.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/NumericLimits.cuh [ok] 2022-11-23T01:18:15.6193507Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/PeerToPeerAccess.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/PeerToPeerAccess.cpp [ok] 2022-11-23T01:18:15.6197885Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/PeerToPeerAccess.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/PeerToPeerAccess.h [ok] 2022-11-23T01:18:15.6203515Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/PinnedMemoryAllocator.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/PinnedMemoryAllocator.cpp [ok] 2022-11-23T01:18:15.6212103Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/PinnedMemoryAllocator.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/PinnedMemoryAllocator.h [ok] 2022-11-23T01:18:15.6219393Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/ScanUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/ScanUtils.cuh [ok] 2022-11-23T01:18:15.6224842Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Sleep.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/Sleep.hip [ok] 2022-11-23T01:18:15.6230275Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Sleep.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/Sleep.h [ok] 2022-11-23T01:18:15.6236967Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/ThrustAllocator.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/ThrustAllocator.h [ok] 2022-11-23T01:18:15.6243511Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub-RadixSortKeys.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip [ok] 2022-11-23T01:18:15.6250953Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub-RadixSortPairs.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip [ok] 2022-11-23T01:18:15.6258115Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip [ok] 2022-11-23T01:18:15.6278392Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh [ok] 2022-11-23T01:18:15.6286037Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.h [ok] 2022-11-23T01:18:15.6291167Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub_definitions.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub_definitions.cuh [ok] 2022-11-23T01:18:15.6310607Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/jiterator.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator.hip [ok] 2022-11-23T01:18:15.6316852Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/jiterator.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator.h [ok] 2022-11-23T01:18:15.6328035Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/jiterator_impl.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator_impl.h [ok] 2022-11-23T01:18:15.6343933Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/llvm_basic.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/llvm_basic.cpp [ok] 2022-11-23T01:18:15.6380129Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/llvm_complex.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/llvm_complex.cpp [ok] 2022-11-23T01:18:15.6386128Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/llvm_jit_strings.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/llvm_jit_strings.h [ok] 2022-11-23T01:18:15.6399657Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/CUDAHooks.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp [ok] 2022-11-23T01:18:15.6409489Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/CUDAHooks.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.h [ok] 2022-11-23T01:18:15.6420357Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/DeviceThreadHandles.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/DeviceThreadHandles.h [ok] 2022-11-23T01:18:15.6427079Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/IndexUtils.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/IndexUtils.hip [ok] 2022-11-23T01:18:15.6435890Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/IndexUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/IndexUtils.cuh [ok] 2022-11-23T01:18:15.6442885Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/IntegerDivider.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/IntegerDivider.cuh [ok] 2022-11-23T01:18:15.6449112Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/KernelUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/KernelUtils.h [ok] 2022-11-23T01:18:15.6464758Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/LazyNVRTC.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/LazyNVRTC.cpp [ok] 2022-11-23T01:18:15.6470606Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/LazyNVRTC.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/LazyNVRTC.h [ok] 2022-11-23T01:18:15.6480032Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/OffsetCalculator.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/OffsetCalculator.cuh [ok] 2022-11-23T01:18:15.6489400Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/PhiloxCudaStateRaw.cuh [ok] 2022-11-23T01:18:15.6497027Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/TensorInfo.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/TensorInfo.cuh [ok] 2022-11-23T01:18:15.6503595Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/UnpackRaw.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/UnpackRaw.cuh [ok] 2022-11-23T01:18:15.6509986Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/nvrtc_stub/ATenNVRTC.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp [ok] 2022-11-23T01:18:15.6517372Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/nvrtc_stub/ATenNVRTC.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h [ok] 2022-11-23T01:18:15.6523948Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AbsKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AbsKernel.hip [ok] 2022-11-23T01:18:15.6534793Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Activation.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Activation.cpp [ok] 2022-11-23T01:18:15.6546341Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Activation.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Activation.h [ok] 2022-11-23T01:18:15.6554257Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationEluKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationEluKernel.hip [ok] 2022-11-23T01:18:15.6562802Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationGeluKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGeluKernel.hip [ok] 2022-11-23T01:18:15.6579586Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationGluKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGluKernel.hip [ok] 2022-11-23T01:18:15.6586037Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationHardshrinkKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardshrinkKernel.hip [ok] 2022-11-23T01:18:15.6596871Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationHardsigmoidKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardsigmoidKernel.hip [ok] 2022-11-23T01:18:15.6603744Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationHardswishKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardswishKernel.hip [ok] 2022-11-23T01:18:15.6610025Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationHardtanhKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardtanhKernel.hip [ok] 2022-11-23T01:18:15.6617513Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationLeakyReluKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLeakyReluKernel.hip [ok] 2022-11-23T01:18:15.6627133Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationLogSigmoidKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLogSigmoidKernel.hip [ok] 2022-11-23T01:18:15.6634414Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationMishKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationMishKernel.hip [ok] 2022-11-23T01:18:15.6645308Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationPreluKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationPreluKernel.hip [ok] 2022-11-23T01:18:15.6655616Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationSiluKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSiluKernel.hip [ok] 2022-11-23T01:18:15.6662298Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationSoftplusKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftplusKernel.hip [ok] 2022-11-23T01:18:15.6669194Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationSoftshrinkKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftshrinkKernel.hip [ok] 2022-11-23T01:18:15.6678086Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationThresholdKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationThresholdKernel.hip [ok] 2022-11-23T01:18:15.6709537Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AdaptiveAveragePooling.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling.hip [ok] 2022-11-23T01:18:15.6731659Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AdaptiveAveragePooling3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling3d.hip [ok] 2022-11-23T01:18:15.6748688Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AdaptiveMaxPooling2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling2d.hip [ok] 2022-11-23T01:18:15.6769156Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AdaptiveMaxPooling3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling3d.hip [ok] 2022-11-23T01:18:15.6784446Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AmpKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AmpKernels.hip [ok] 2022-11-23T01:18:15.6808680Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AveragePool2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AveragePool2d.hip [ok] 2022-11-23T01:18:15.6836059Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AveragePool3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AveragePool3d.hip [ok] 2022-11-23T01:18:15.6841930Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryBitwiseOpsKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryBitwiseOpsKernels.hip [ok] 2022-11-23T01:18:15.6854148Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryDivFloorKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivFloorKernel.hip [ok] 2022-11-23T01:18:15.6861120Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryDivTrueKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTrueKernel.hip [ok] 2022-11-23T01:18:15.6867409Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryDivTruncKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTruncKernel.hip [ok] 2022-11-23T01:18:15.6872768Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryGeometricKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryGeometricKernels.hip [ok] 2022-11-23T01:18:15.6882504Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryInternal.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h [ok] 2022-11-23T01:18:15.6903159Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryLogicalOpsKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryLogicalOpsKernels.hip [ok] 2022-11-23T01:18:15.6918548Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryMiscBackwardOpsKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscBackwardOpsKernels.hip [ok] 2022-11-23T01:18:15.6926657Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryMiscOpsKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscOpsKernels.hip [ok] 2022-11-23T01:18:15.6935488Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryMulKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMulKernel.hip [ok] 2022-11-23T01:18:15.6942611Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryRemainderKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryRemainderKernel.hip [ok] 2022-11-23T01:18:15.6948610Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryShiftOpsKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryShiftOpsKernels.hip [ok] 2022-11-23T01:18:15.6979669Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Blas.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Blas.cpp [ok] 2022-11-23T01:18:15.6995315Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Bucketization.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Bucketization.hip [ok] 2022-11-23T01:18:15.7015653Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CUDAJitLoops.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh [ok] 2022-11-23T01:18:15.7034495Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CUDALoops.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh [ok] 2022-11-23T01:18:15.7041286Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CUDAScalar.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPScalar.hip [ok] 2022-11-23T01:18:15.7058279Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Col2Im.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Col2Im.hip [ok] 2022-11-23T01:18:15.7064882Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CompareEQKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareEQKernel.hip [ok] 2022-11-23T01:18:15.7077340Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CompareKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareKernels.hip [ok] 2022-11-23T01:18:15.7083577Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ComplexKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ComplexKernel.hip [ok] 2022-11-23T01:18:15.7089329Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CompositeRandomAccessor.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompositeRandomAccessor.h [ok] 2022-11-23T01:18:15.7123173Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ConvolutionMM2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ConvolutionMM2d.hip [ok] 2022-11-23T01:18:15.7140756Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Copy.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Copy.hip [ok] 2022-11-23T01:18:15.7145314Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Copy.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Copy.h [ok] 2022-11-23T01:18:15.7150386Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CopysignKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CopysignKernel.hip [ok] 2022-11-23T01:18:15.7158135Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CrossKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CrossKernel.hip [ok] 2022-11-23T01:18:15.7184095Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CuFFTPlanCache.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CuFFTPlanCache.h [ok] 2022-11-23T01:18:15.7191422Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CuFFTUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CuFFTUtils.h [ok] 2022-11-23T01:18:15.7197202Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CumminmaxKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumminmaxKernel.hip [ok] 2022-11-23T01:18:15.7209205Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CumprodKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip [ok] 2022-11-23T01:18:15.7213813Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CumsumKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip [ok] 2022-11-23T01:18:15.7247403Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DepthwiseConv2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv2d.hip [ok] 2022-11-23T01:18:15.7278328Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DepthwiseConv3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip [ok] 2022-11-23T01:18:15.7290910Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DeviceSqrt.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DeviceSqrt.cuh [ok] 2022-11-23T01:18:15.7317821Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DilatedMaxPool2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DilatedMaxPool2d.hip [ok] 2022-11-23T01:18:15.7366954Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DilatedMaxPool3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DilatedMaxPool3d.hip [ok] 2022-11-23T01:18:15.7370453Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistanceKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistanceKernel.hip [ok] 2022-11-23T01:18:15.7379380Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionBernoulli.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionBernoulli.hip [ok] 2022-11-23T01:18:15.7383882Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionCauchyKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionCauchyKernel.hip [ok] 2022-11-23T01:18:15.7389927Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionExponentialKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionExponentialKernel.hip [ok] 2022-11-23T01:18:15.7398832Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionGeometricKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionGeometricKernel.hip [ok] 2022-11-23T01:18:15.7404577Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionLogNormalKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionLogNormalKernel.hip [ok] 2022-11-23T01:18:15.7409752Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionNormal.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionNormal.hip [ok] 2022-11-23T01:18:15.7415817Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionRandomKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionRandomKernel.hip [ok] 2022-11-23T01:18:15.7439283Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionTemplates.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h [ok] 2022-11-23T01:18:15.7447468Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionUniform.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionUniform.hip [ok] 2022-11-23T01:18:15.7454382Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Distributions.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.cpp [ok] 2022-11-23T01:18:15.7467444Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Distributions.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip [ok] 2022-11-23T01:18:15.7472295Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Distributions.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.h [ok] 2022-11-23T01:18:15.7490413Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Dropout.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Dropout.hip [ok] 2022-11-23T01:18:15.7503488Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Embedding.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip [ok] 2022-11-23T01:18:15.7525502Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/EmbeddingBackwardKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.hip [ok] 2022-11-23T01:18:15.7530151Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh [ok] 2022-11-23T01:18:15.7561805Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/EmbeddingBag.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBag.hip [ok] 2022-11-23T01:18:15.7567775Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Equal.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Equal.cpp [ok] 2022-11-23T01:18:15.7575407Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/FillKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FillKernel.hip [ok] 2022-11-23T01:18:15.7591935Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachBinaryOpList.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpList.hip [ok] 2022-11-23T01:18:15.7602292Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachBinaryOpScalar.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpScalar.hip [ok] 2022-11-23T01:18:15.7613560Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachBinaryOpScalarList.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpScalarList.hip [ok] 2022-11-23T01:18:15.7641809Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachFunctors.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh [ok] 2022-11-23T01:18:15.7671917Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachPointwiseOp.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachPointwiseOp.hip [ok] 2022-11-23T01:18:15.7684570Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachReduceOp.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachReduceOp.hip [ok] 2022-11-23T01:18:15.7705124Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachUnaryOp.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachUnaryOp.hip [ok] 2022-11-23T01:18:15.7718720Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/FractionalMaxPool2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool2d.hip [ok] 2022-11-23T01:18:15.7732803Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/FractionalMaxPool3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool3d.hip [ok] 2022-11-23T01:18:15.7740849Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/FunctionOfAMatrixUtilsKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FunctionOfAMatrixUtilsKernel.hip [ok] 2022-11-23T01:18:15.7746527Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/FusedAdamKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FusedAdamKernel.hip [ok] 2022-11-23T01:18:15.7753715Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/GcdLcmKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GcdLcmKernel.hip [ok] 2022-11-23T01:18:15.7764332Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/GridSampler.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cpp [ok] 2022-11-23T01:18:15.7815584Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/GridSampler.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip [ok] 2022-11-23T01:18:15.7831667Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/GridSampler.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh [ok] 2022-11-23T01:18:15.7839962Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/GridSampler.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.h [ok] 2022-11-23T01:18:15.7874138Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/IGammaKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IGammaKernel.hip [ok] 2022-11-23T01:18:15.7883472Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Im2Col.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Im2Col.hip [ok] 2022-11-23T01:18:15.7892094Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/IndexKernel.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.cpp [ok] 2022-11-23T01:18:15.7917572Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/IndexKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip [ok] 2022-11-23T01:18:15.7922973Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/IndexKernel.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.h [ok] 2022-11-23T01:18:15.7999073Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Indexing.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Indexing.hip [ok] 2022-11-23T01:18:15.8018616Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/JitLoops.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh [ok] 2022-11-23T01:18:15.8029044Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/KernelUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh [ok] 2022-11-23T01:18:15.8035466Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LaunchUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LaunchUtils.h [ok] 2022-11-23T01:18:15.8045811Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LegacyThrustHelpers.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LegacyThrustHelpers.hip [ok] 2022-11-23T01:18:15.8052932Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Lerp.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Lerp.hip [ok] 2022-11-23T01:18:15.8063615Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LinearAlgebra.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LinearAlgebra.hip [ok] 2022-11-23T01:18:15.8077728Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LinearAlgebraStubs.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LinearAlgebraStubs.cpp [ok] 2022-11-23T01:18:15.8091992Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LogAddExpKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogAddExpKernel.hip [ok] 2022-11-23T01:18:15.8098550Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LogcumsumexpKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip [ok] 2022-11-23T01:18:15.8115388Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Loops.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh [ok] 2022-11-23T01:18:15.8139601Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Loss.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loss.hip [ok] 2022-11-23T01:18:15.8167413Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LossCTC.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LossCTC.hip [ok] 2022-11-23T01:18:15.8314723Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Math.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Math.cuh [ok] 2022-11-23T01:18:15.8324185Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MaxMinElementwiseKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MaxMinElementwiseKernel.hip [ok] 2022-11-23T01:18:15.8353116Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MaxUnpooling.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MaxUnpooling.hip [ok] 2022-11-23T01:18:15.8374538Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MemoryAccess.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh [ok] 2022-11-23T01:18:15.8380178Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MiscUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MiscUtils.h [ok] 2022-11-23T01:18:15.8397926Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MultiLabelMarginCriterion.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiLabelMarginCriterion.hip [ok] 2022-11-23T01:18:15.8409874Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MultiMarginLoss.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiMarginLoss.hip [ok] 2022-11-23T01:18:15.8424876Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MultiTensorApply.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh [ok] 2022-11-23T01:18:15.8442899Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MultinomialKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultinomialKernel.hip [ok] 2022-11-23T01:18:15.8481741Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/NLLLoss2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NLLLoss2d.hip [ok] 2022-11-23T01:18:15.8513868Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/NaiveConvolutionTranspose2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NaiveConvolutionTranspose2d.hip [ok] 2022-11-23T01:18:15.8555873Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/NaiveConvolutionTranspose3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NaiveConvolutionTranspose3d.hip [ok] 2022-11-23T01:18:15.8582398Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/NaiveDilatedConvolution.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NaiveDilatedConvolution.hip [ok] 2022-11-23T01:18:15.8593410Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Nonzero.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip [ok] 2022-11-23T01:18:15.8635714Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Normalization.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip [ok] 2022-11-23T01:18:15.8682928Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Normalization.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh [ok] 2022-11-23T01:18:15.8709171Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/PersistentSoftmax.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh [ok] 2022-11-23T01:18:15.8721592Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/PointwiseOpsKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PointwiseOpsKernel.hip [ok] 2022-11-23T01:18:15.8730248Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Pow.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Pow.cuh [ok] 2022-11-23T01:18:15.8742642Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/PowKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PowKernel.hip [ok] 2022-11-23T01:18:15.8774277Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/RNN.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RNN.hip [ok] 2022-11-23T01:18:15.8792223Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ROCmLoops.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ROCmLoops.cuh [ok] 2022-11-23T01:18:15.8801046Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Randperm.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Randperm.hip [ok] 2022-11-23T01:18:15.8808488Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Randperm.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Randperm.cuh [ok] 2022-11-23T01:18:15.8823141Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/RangeFactories.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RangeFactories.hip [ok] 2022-11-23T01:18:15.8829060Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/RecordStream.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RecordStream.hip [ok] 2022-11-23T01:18:15.8835373Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Reduce.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.hip [ok] 2022-11-23T01:18:15.8877091Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Reduce.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh [ok] 2022-11-23T01:18:15.8891684Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceAMinMaxKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceAMinMaxKernel.hip [ok] 2022-11-23T01:18:15.8897766Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceArgMaxKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMaxKernel.hip [ok] 2022-11-23T01:18:15.8905191Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceArgMinKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMinKernel.hip [ok] 2022-11-23T01:18:15.8914610Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceLogicKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceLogicKernel.hip [ok] 2022-11-23T01:18:15.8921516Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceMaxValuesKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMaxValuesKernel.hip [ok] 2022-11-23T01:18:15.8929028Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceMinValuesKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMinValuesKernel.hip [ok] 2022-11-23T01:18:15.8937729Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceMomentKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMomentKernel.hip [ok] 2022-11-23T01:18:15.8944343Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceNormKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceNormKernel.hip [ok] 2022-11-23T01:18:15.8951350Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceOps.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceOps.cpp [ok] 2022-11-23T01:18:15.8955569Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceOps.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceOps.h [ok] 2022-11-23T01:18:15.8969601Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceSumProdKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceSumProdKernel.hip [ok] 2022-11-23T01:18:15.9000243Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReflectionPad.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReflectionPad.hip [ok] 2022-11-23T01:18:15.9022451Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/RenormKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RenormKernel.hip [ok] 2022-11-23T01:18:15.9028997Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Repeat.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Repeat.hip [ok] 2022-11-23T01:18:15.9059586Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReplicationPadding.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReplicationPadding.hip [ok] 2022-11-23T01:18:15.9067520Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Resize.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Resize.cpp [ok] 2022-11-23T01:18:15.9073188Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Resize.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Resize.h [ok] 2022-11-23T01:18:15.9081940Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/RreluWithNoise.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RreluWithNoise.hip [ok] 2022-11-23T01:18:15.9096785Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ScanKernels.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanKernels.cpp [ok] 2022-11-23T01:18:15.9102142Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ScanKernels.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanKernels.h [ok] 2022-11-23T01:18:15.9124858Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ScanUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh [ok] 2022-11-23T01:18:15.9150662Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ScatterGatherKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScatterGatherKernel.hip [ok] 2022-11-23T01:18:15.9179303Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SegmentReduce.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip [ok] 2022-11-23T01:18:15.9199504Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Shape.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Shape.hip [ok] 2022-11-23T01:18:15.9245685Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SoftMax.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip [ok] 2022-11-23T01:18:15.9254706Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Sort.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sort.cpp [ok] 2022-11-23T01:18:15.9271733Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Sort.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sort.hip [ok] 2022-11-23T01:18:15.9277284Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Sort.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sort.h [ok] 2022-11-23T01:18:15.9284413Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SortImpl.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortImpl.hip [ok] 2022-11-23T01:18:15.9303113Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SortStable.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip [ok] 2022-11-23T01:18:15.9308221Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SortStable.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.h [ok] 2022-11-23T01:18:15.9321730Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SortUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortUtils.cuh [ok] 2022-11-23T01:18:15.9332116Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Sorting.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sorting.cpp [ok] 2022-11-23T01:18:15.9347566Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Sorting.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sorting.hip [ok] 2022-11-23T01:18:15.9364244Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Sorting.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sorting.h [ok] 2022-11-23T01:18:15.9373970Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SortingCommon.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingCommon.cuh [ok] 2022-11-23T01:18:15.9387925Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SortingRadixSelect.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh [ok] 2022-11-23T01:18:15.9396567Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SparseBinaryOpIntersectionKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseBinaryOpIntersectionKernel.hip [ok] 2022-11-23T01:18:15.9401156Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SparseMM.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseMM.hip [ok] 2022-11-23T01:18:15.9426814Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SpectralOps.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SpectralOps.cpp [ok] 2022-11-23T01:18:15.9439303Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SpectralOps.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SpectralOps.hip [ok] 2022-11-23T01:18:15.9445423Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/StepKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/StepKernel.hip [ok] 2022-11-23T01:18:15.9463357Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SummaryOps.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SummaryOps.hip [ok] 2022-11-23T01:18:15.9468623Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorCompare.cpp [ok] 2022-11-23T01:18:15.9480931Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorCompare.hip [ok] 2022-11-23T01:18:15.9503901Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorFactories.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorFactories.hip [ok] 2022-11-23T01:18:15.9510992Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorModeKernel.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.cpp [ok] 2022-11-23T01:18:15.9524604Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorModeKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.hip [ok] 2022-11-23T01:18:15.9540636Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorModeKernel.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.cuh [ok] 2022-11-23T01:18:15.9545438Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorModeKernel.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.h [ok] 2022-11-23T01:18:15.9552837Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorShapeCUDA.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorShapeHIP.cpp [ok] 2022-11-23T01:18:15.9560562Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorTopK.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTopK.cpp [ok] 2022-11-23T01:18:15.9589490Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorTopK.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTopK.hip [ok] 2022-11-23T01:18:15.9594322Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorTopK.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTopK.h [ok] 2022-11-23T01:18:15.9612223Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorTransformations.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTransformations.hip [ok] 2022-11-23T01:18:15.9624775Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TriangularOps.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TriangularOps.hip [ok] 2022-11-23T01:18:15.9632026Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryComplexKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryComplexKernels.hip [ok] 2022-11-23T01:18:15.9643489Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryFractionKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryFractionKernels.hip [ok] 2022-11-23T01:18:15.9654787Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGammaKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGammaKernels.hip [ok] 2022-11-23T01:18:15.9660541Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricAcosKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcosKernel.hip [ok] 2022-11-23T01:18:15.9667187Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricAcoshKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcoshKernel.hip [ok] 2022-11-23T01:18:15.9673273Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricAsinKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinKernel.hip [ok] 2022-11-23T01:18:15.9681276Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricAsinhKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinhKernel.hip [ok] 2022-11-23T01:18:15.9687695Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricAtanKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanKernel.hip [ok] 2022-11-23T01:18:15.9697842Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricAtanhKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanhKernel.hip [ok] 2022-11-23T01:18:15.9704043Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricCosKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCosKernel.hip [ok] 2022-11-23T01:18:15.9718262Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricCoshKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCoshKernel.hip [ok] 2022-11-23T01:18:15.9724623Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricSinKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinKernel.hip [ok] 2022-11-23T01:18:15.9730623Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricSinhKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinhKernel.hip [ok] 2022-11-23T01:18:15.9741129Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricTanKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanKernel.hip [ok] 2022-11-23T01:18:15.9747958Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricTanhKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanhKernel.hip [ok] 2022-11-23T01:18:15.9756547Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryLogKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryLogKernels.hip [ok] 2022-11-23T01:18:15.9772116Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryOpsKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryOpsKernel.hip [ok] 2022-11-23T01:18:15.9782136Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnarySignKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySignKernels.hip [ok] 2022-11-23T01:18:15.9804059Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnarySpecialOpsKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySpecialOpsKernel.hip [ok] 2022-11-23T01:18:15.9821162Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnfoldBackwardKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnfoldBackwardKernel.hip [ok] 2022-11-23T01:18:15.9838080Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Unique.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Unique.hip [ok] 2022-11-23T01:18:15.9855278Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UniqueCub.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip [ok] 2022-11-23T01:18:15.9865077Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UniqueCub.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.cuh [ok] 2022-11-23T01:18:15.9881231Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSample.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh [ok] 2022-11-23T01:18:15.9898724Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleBicubic2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBicubic2d.hip [ok] 2022-11-23T01:18:15.9935155Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleBilinear2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBilinear2d.hip [ok] 2022-11-23T01:18:15.9952870Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleLinear1d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleLinear1d.hip [ok] 2022-11-23T01:18:15.9966290Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleNearest1d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest1d.hip [ok] 2022-11-23T01:18:15.9993113Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleNearest2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest2d.hip [ok] 2022-11-23T01:18:16.0009322Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleNearest3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest3d.hip [ok] 2022-11-23T01:18:16.0027330Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleTrilinear3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleTrilinear3d.hip [ok] 2022-11-23T01:18:16.0033450Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ValidateCompressedIndicesKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ValidateCompressedIndicesKernel.hip [ok] 2022-11-23T01:18:16.0059832Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/WeightNorm.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/WeightNorm.hip [ok] 2022-11-23T01:18:16.0066100Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ZetaKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ZetaKernel.hip [ok] 2022-11-23T01:18:16.0073424Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/airy_ai.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/airy_ai.hip [ok] 2022-11-23T01:18:16.0083351Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/bessel_j0.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_j0.hip [ok] 2022-11-23T01:18:16.0094719Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/bessel_j1.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_j1.hip [ok] 2022-11-23T01:18:16.0107369Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/bessel_y0.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_y0.hip [ok] 2022-11-23T01:18:16.0112957Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/bessel_y1.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_y1.hip [ok] 2022-11-23T01:18:16.0121380Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/block_reduce.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/block_reduce.cuh [ok] 2022-11-23T01:18:16.0127589Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/chebyshev_polynomial_t.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_t.hip [ok] 2022-11-23T01:18:16.0138552Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/chebyshev_polynomial_u.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_u.hip [ok] 2022-11-23T01:18:16.0144068Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/chebyshev_polynomial_v.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_v.hip [ok] 2022-11-23T01:18:16.0150107Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/chebyshev_polynomial_w.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_w.hip [ok] 2022-11-23T01:18:16.0157615Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/fused_adam_amsgrad_impl.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_amsgrad_impl.hip [ok] 2022-11-23T01:18:16.0162907Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_amsgrad_impl.cuh [ok] 2022-11-23T01:18:16.0169154Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/fused_adam_impl.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_impl.hip [ok] 2022-11-23T01:18:16.0176066Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/fused_adam_impl.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_impl.cuh [ok] 2022-11-23T01:18:16.0190215Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/fused_adam_utils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_utils.cuh [ok] 2022-11-23T01:18:16.0221932Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/group_norm_kernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/group_norm_kernel.hip [ok] 2022-11-23T01:18:16.0228129Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/hermite_polynomial_h.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/hermite_polynomial_h.hip [ok] 2022-11-23T01:18:16.0242331Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/hermite_polynomial_he.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/hermite_polynomial_he.hip [ok] 2022-11-23T01:18:16.0261247Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/im2col.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/im2col.cuh [ok] 2022-11-23T01:18:16.0322064Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/jit_utils.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.cpp [ok] 2022-11-23T01:18:16.0335495Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/jit_utils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.h [ok] 2022-11-23T01:18:16.0341047Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/laguerre_polynomial_l.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/laguerre_polynomial_l.hip [ok] 2022-11-23T01:18:16.0375398Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/layer_norm_kernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/layer_norm_kernel.hip [ok] 2022-11-23T01:18:16.0381866Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/legendre_polynomial_p.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/legendre_polynomial_p.hip [ok] 2022-11-23T01:18:16.0388398Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/modified_bessel_i0.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_i0.hip [ok] 2022-11-23T01:18:16.0395833Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/modified_bessel_i1.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_i1.hip [ok] 2022-11-23T01:18:16.0401966Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/modified_bessel_k0.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_k0.hip [ok] 2022-11-23T01:18:16.0407690Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/modified_bessel_k1.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_k1.hip [ok] 2022-11-23T01:18:16.0442643Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/reduction_template.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/reduction_template.cuh [ok] 2022-11-23T01:18:16.0452131Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/scaled_modified_bessel_k0.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/scaled_modified_bessel_k0.hip [ok] 2022-11-23T01:18:16.0461622Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/scaled_modified_bessel_k1.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/scaled_modified_bessel_k1.hip [ok] 2022-11-23T01:18:16.0472937Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_t.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_t.hip [ok] 2022-11-23T01:18:16.0480120Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_u.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_u.hip [ok] 2022-11-23T01:18:16.0488380Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_v.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_v.hip [ok] 2022-11-23T01:18:16.0500344Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_w.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_w.hip [ok] 2022-11-23T01:18:16.0507193Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/spherical_bessel_j0.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/spherical_bessel_j0.hip [ok] 2022-11-23T01:18:16.0515030Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/thread_constants.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/thread_constants.h [ok] 2022-11-23T01:18:16.0527664Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/vol2col.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/vol2col.cuh [ok] 2022-11-23T01:18:16.0638770Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebra.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp [ok] 2022-11-23T01:18:16.0710421Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebraLib.cpp [ok] 2022-11-23T01:18:16.0720369Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebraLib.h [ok] 2022-11-23T01:18:16.0783660Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/CUDASolver.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/HIPSolver.cpp [ok] 2022-11-23T01:18:16.0815612Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/CUDASolver.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/HIPSolver.h [ok] 2022-11-23T01:18:16.0822921Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/CusolverDnHandlePool.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/CusolverDnHandlePool.cpp [ok] 2022-11-23T01:18:16.0835340Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/MagmaUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/MagmaUtils.h [ok] 2022-11-23T01:18:16.0844123Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/AffineGridGenerator.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/AffineGridGenerator.cpp [ok] 2022-11-23T01:18:16.0861821Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/BatchNorm.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/BatchNorm.cpp [ok] 2022-11-23T01:18:16.0871519Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/ConvPlaceholders.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/ConvPlaceholders.cpp [ok] 2022-11-23T01:18:16.0906849Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/ConvShared.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/ConvShared.cpp [ok] 2022-11-23T01:18:16.0916286Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/ConvShared.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/ConvShared.h [ok] 2022-11-23T01:18:16.0957288Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/Conv_v7.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/Conv_v7.cpp [ok] 2022-11-23T01:18:16.0993926Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/Conv_v8.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/Conv_v8.cpp [ok] 2022-11-23T01:18:16.1005277Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/GridSampler.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/GridSampler.cpp [ok] 2022-11-23T01:18:16.1019310Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/LossCTC.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/LossCTC.cpp [ok] 2022-11-23T01:18:16.1024784Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/Macros.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/Macros.h [ok] 2022-11-23T01:18:16.1095443Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/RNN.cpp [ok] 2022-11-23T01:18:16.1100837Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNNUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/RNNUtils.h [ok] 2022-11-23T01:18:16.1110998Z /var/lib/jenkins/workspace/aten/src/ATen/native/nested/cuda/NestedTensorBinaryOps.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorBinaryOps.hip [ok] 2022-11-23T01:18:16.1131789Z /var/lib/jenkins/workspace/aten/src/ATen/native/nested/cuda/NestedTensorMatmul.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorMatmul.hip [ok] 2022-11-23T01:18:16.1172565Z /var/lib/jenkins/workspace/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorTransformerFunctions.cpp [ok] 2022-11-23T01:18:16.1191925Z /var/lib/jenkins/workspace/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorTransformerFunctions.hip [ok] 2022-11-23T01:18:16.1198246Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/Activation.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/Activation.cpp [ok] 2022-11-23T01:18:16.1203809Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/Activation.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/Activation.hip [ok] 2022-11-23T01:18:16.1220688Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/AffineQuantizer.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/AffineQuantizer.hip [ok] 2022-11-23T01:18:16.1253403Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/EmbeddingBag.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/EmbeddingBag.hip [ok] 2022-11-23T01:18:16.1268557Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/FakeQuantizeCore.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FakeQuantizeCore.hip [ok] 2022-11-23T01:18:16.1283619Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/FusedObsFakeQuant.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FusedObsFakeQuant.hip [ok] 2022-11-23T01:18:16.1298121Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/IntReprQuant.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/IntReprQuant.hip [ok] 2022-11-23T01:18:16.1306125Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/MakePerTensorQuantizedTensor.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/MakePerTensorQuantizedTensor.hip [ok] 2022-11-23T01:18:16.1327652Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/BinaryOps.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/BinaryOps.cpp [ok] 2022-11-23T01:18:16.1358380Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/Conv.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/Conv.cpp [ok] 2022-11-23T01:18:16.1373106Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/ConvPrepack.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/ConvPrepack.cpp [ok] 2022-11-23T01:18:16.1378616Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/ConvUnpackImpl.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/ConvUnpackImpl.cpp [ok] 2022-11-23T01:18:16.1402420Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/Linear.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/Linear.cpp [ok] 2022-11-23T01:18:16.1408885Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/LinearPrepack.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/LinearPrepack.cpp [ok] 2022-11-23T01:18:16.1414979Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/LinearUnpackImpl.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/LinearUnpackImpl.cpp [ok] 2022-11-23T01:18:16.1432593Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/Pooling.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/Pooling.cpp [ok] 2022-11-23T01:18:16.1447537Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/utils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/utils.h [ok] 2022-11-23T01:18:16.1470899Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SoftMax.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SoftMax.hip [ok] 2022-11-23T01:18:16.1488344Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseBlas.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseBlas.cpp [ok] 2022-11-23T01:18:16.1546522Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseBlasImpl.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseBlasImpl.cpp [ok] 2022-11-23T01:18:16.1553606Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseBlasImpl.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseBlasImpl.h [ok] 2022-11-23T01:18:16.1559761Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseBlasLegacy.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseBlasLegacy.cpp [ok] 2022-11-23T01:18:16.1567706Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseBlasLegacy.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseBlasLegacy.h [ok] 2022-11-23T01:18:16.1581488Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDAApplyUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh [ok] 2022-11-23T01:18:16.1607639Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp [ok] 2022-11-23T01:18:16.1614286Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.h [ok] 2022-11-23T01:18:16.1622321Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensor.cpp [ok] 2022-11-23T01:18:16.1638523Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensor.hip [ok] 2022-11-23T01:18:16.1667119Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip [ok] 2022-11-23T01:18:16.1675232Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.cuh [ok] 2022-11-23T01:18:16.1699074Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCsrTensorMath.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseCsrTensorMath.hip [ok] 2022-11-23T01:18:16.1723552Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseMatMul.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseMatMul.hip [ok] 2022-11-23T01:18:16.1771373Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/attention.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/attention.hip [ok] 2022-11-23T01:18:16.1788902Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/attention_backward.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/attention_backward.hip [ok] 2022-11-23T01:18:16.1805876Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/sdp_utils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/sdp_utils.h [ok] 2022-11-23T01:18:16.1818749Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/epilogue.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/epilogue.h [ok] 2022-11-23T01:18:16.1837460Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/epilogue_predicated_tile_iterator.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/epilogue_predicated_tile_iterator.h [ok] 2022-11-23T01:18:16.1845763Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/fmha.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/fmha.h [ok] 2022-11-23T01:18:16.1860446Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/fmha_api.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/fmha_api.cpp [ok] 2022-11-23T01:18:16.1866306Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/fmha_api.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/fmha_api.h [ok] 2022-11-23T01:18:16.1900321Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/fmha_fprop_kernel_1xN.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/fmha_fprop_kernel_1xN.h [ok] 2022-11-23T01:18:16.1913122Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/fmha_fprop_kernel_dispatch.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/fmha_fprop_kernel_dispatch.hip [ok] 2022-11-23T01:18:16.1921524Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/fmha_kernel.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/fmha_kernel.h [ok] 2022-11-23T01:18:16.1930984Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/fmha_utils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/fmha_utils.h [ok] 2022-11-23T01:18:16.1939418Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/gemm.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/gemm.h [ok] 2022-11-23T01:18:16.1954786Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/gmem_tile.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/gmem_tile.h [ok] 2022-11-23T01:18:16.1965954Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/kernel_traits.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/kernel_traits.h [ok] 2022-11-23T01:18:16.1988155Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/mask.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/mask.h [ok] 2022-11-23T01:18:16.2007177Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/mma_core_sm75.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/mma_core_sm75.h [ok] 2022-11-23T01:18:16.2021206Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/philox.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/philox.cuh [ok] 2022-11-23T01:18:16.2046005Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/softmax.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/softmax.h [ok] 2022-11-23T01:18:16.2057970Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/static_switch.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/static_switch.h [ok] 2022-11-23T01:18:16.2064484Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/summary_stats.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/summary_stats.h [ok] 2022-11-23T01:18:16.2083313Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/utils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/utils.h [ok] 2022-11-23T01:18:16.2101216Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/attention_scaling_coefs_updater.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/attention_scaling_coefs_updater.h [ok] 2022-11-23T01:18:16.2111893Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/debug_utils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/debug_utils.h [ok] 2022-11-23T01:18:16.2139645Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/epilogue_pipelined.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/epilogue_pipelined.h [ok] 2022-11-23T01:18:16.2152208Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/epilogue_rescale_output.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/epilogue_rescale_output.h [ok] 2022-11-23T01:18:16.2162433Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/epilogue_thread_apply_logsumexp.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/epilogue_thread_apply_logsumexp.h [ok] 2022-11-23T01:18:16.2171327Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/find_default_mma.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/find_default_mma.h [ok] 2022-11-23T01:18:16.2185237Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm_kernel_utils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/gemm_kernel_utils.h [ok] 2022-11-23T01:18:16.2232915Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernel_backward.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernel_backward.h [ok] 2022-11-23T01:18:16.2267835Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernel_forward.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernel_forward.h [ok] 2022-11-23T01:18:16.2309498Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/mma_from_smem.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/mma_from_smem.h [ok] 2022-11-23T01:18:16.2326201Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/mma_simt_tile_iterator_residual.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/mma_simt_tile_iterator_residual.h [ok] 2022-11-23T01:18:16.2333494Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/gemm/custom_mma.h [ok] 2022-11-23T01:18:16.2343928Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_base.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/gemm/custom_mma_base.h [ok] 2022-11-23T01:18:16.2384688Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_multistage.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/gemm/custom_mma_multistage.h [ok] 2022-11-23T01:18:16.2400714Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_pipelined.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/gemm/custom_mma_pipelined.h [ok] 2022-11-23T01:18:16.2429856Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/epilogue_predicated_tile_iterator.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/iterators/epilogue_predicated_tile_iterator.h [ok] 2022-11-23T01:18:16.2436553Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/make_residual_last.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/iterators/make_residual_last.h [ok] 2022-11-23T01:18:16.2497561Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_access_iterator_residual_last.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/iterators/predicated_tile_access_iterator_residual_last.h [ok] 2022-11-23T01:18:16.2565176Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_iterator_residual_last.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/iterators/predicated_tile_iterator_residual_last.h [ok] 2022-11-23T01:18:16.2573521Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_bf16.hip [ok] 2022-11-23T01:18:16.2578878Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16_aligned.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_bf16_aligned.hip [ok] 2022-11-23T01:18:16.2587366Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16_aligned_k128.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_bf16_aligned_k128.hip [ok] 2022-11-23T01:18:16.2594195Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16_aligned_k64.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_bf16_aligned_k64.hip [ok] 2022-11-23T01:18:16.2600833Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16_k128.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_bf16_k128.hip [ok] 2022-11-23T01:18:16.2606903Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_bf16_k64.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_bf16_k64.hip [ok] 2022-11-23T01:18:16.2612552Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f16.hip [ok] 2022-11-23T01:18:16.2618956Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16_aligned.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f16_aligned.hip [ok] 2022-11-23T01:18:16.2624989Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16_aligned_k128.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f16_aligned_k128.hip [ok] 2022-11-23T01:18:16.2629873Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16_aligned_k64.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f16_aligned_k64.hip [ok] 2022-11-23T01:18:16.2635787Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16_k128.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f16_k128.hip [ok] 2022-11-23T01:18:16.2644327Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f16_k64.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f16_k64.hip [ok] 2022-11-23T01:18:16.2649650Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f32.hip [ok] 2022-11-23T01:18:16.2655055Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32_aligned.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f32_aligned.hip [ok] 2022-11-23T01:18:16.2662030Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32_aligned_k128.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f32_aligned_k128.hip [ok] 2022-11-23T01:18:16.2668092Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32_aligned_k64.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f32_aligned_k64.hip [ok] 2022-11-23T01:18:16.2673309Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32_k128.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f32_k128.hip [ok] 2022-11-23T01:18:16.2678278Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/backward_f32_k64.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/backward_f32_k64.hip [ok] 2022-11-23T01:18:16.2690903Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_bf16.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/forward_bf16.hip [ok] 2022-11-23T01:18:16.2698513Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_bf16_aligned.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/forward_bf16_aligned.hip [ok] 2022-11-23T01:18:16.2705732Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_f16.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/forward_f16.hip [ok] 2022-11-23T01:18:16.2711198Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_f16_aligned.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/forward_f16_aligned.hip [ok] 2022-11-23T01:18:16.2718966Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_f32.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/forward_f32.hip [ok] 2022-11-23T01:18:16.2728422Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/forward_f32_aligned.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/kernels/forward_f32_aligned.hip [ok] 2022-11-23T01:18:16.2749253Z /var/lib/jenkins/workspace/aten/src/ATen/test/Dict_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/Dict_test.cpp [ok] 2022-11-23T01:18:16.2759000Z /var/lib/jenkins/workspace/aten/src/ATen/test/Dimname_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/Dimname_test.cpp [ok] 2022-11-23T01:18:16.2766405Z /var/lib/jenkins/workspace/aten/src/ATen/test/ExclusivelyOwned_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/ExclusivelyOwned_test.cpp [ok] 2022-11-23T01:18:16.2784854Z /var/lib/jenkins/workspace/aten/src/ATen/test/MaybeOwned_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/MaybeOwned_test.cpp [ok] 2022-11-23T01:18:16.2796805Z /var/lib/jenkins/workspace/aten/src/ATen/test/NamedTensor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/NamedTensor_test.cpp [ok] 2022-11-23T01:18:16.2822419Z /var/lib/jenkins/workspace/aten/src/ATen/test/apply_utils_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/apply_utils_test.cpp [ok] 2022-11-23T01:18:16.2837931Z /var/lib/jenkins/workspace/aten/src/ATen/test/atest.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/atest.cpp [ok] 2022-11-23T01:18:16.2856153Z /var/lib/jenkins/workspace/aten/src/ATen/test/basic.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/basic.cpp [ok] 2022-11-23T01:18:16.2864630Z /var/lib/jenkins/workspace/aten/src/ATen/test/broadcast_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/broadcast_test.cpp [ok] 2022-11-23T01:18:16.2872197Z /var/lib/jenkins/workspace/aten/src/ATen/test/cpu_caching_allocator_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/cpu_caching_allocator_test.cpp [ok] 2022-11-23T01:18:16.2888080Z /var/lib/jenkins/workspace/aten/src/ATen/test/cpu_generator_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/cpu_generator_test.cpp [ok] 2022-11-23T01:18:16.2898748Z /var/lib/jenkins/workspace/aten/src/ATen/test/cpu_profiling_allocator_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/cpu_profiling_allocator_test.cpp [ok] 2022-11-23T01:18:16.2925414Z /var/lib/jenkins/workspace/aten/src/ATen/test/cpu_rng_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/cpu_rng_test.cpp [ok] 2022-11-23T01:18:16.2936300Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_apply_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_apply_test.cpp [ok] 2022-11-23T01:18:16.2946991Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_atomic_ops_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_atomic_ops_test.hip [ok] 2022-11-23T01:18:16.2960338Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_caching_host_allocator_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_caching_host_allocator_test.cpp [ok] 2022-11-23T01:18:16.2969958Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_complex_math_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_complex_math_test.hip [ok] 2022-11-23T01:18:16.2982981Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_complex_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_complex_test.hip [ok] 2022-11-23T01:18:16.3003069Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_cub_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_cub_test.hip [ok] 2022-11-23T01:18:16.3008615Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_cudnn_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_cudnn_test.cpp [ok] 2022-11-23T01:18:16.3014673Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_device_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_device_test.cpp [ok] 2022-11-23T01:18:16.3025796Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_distributions_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_distributions_test.hip [ok] 2022-11-23T01:18:16.3031634Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_dlconvertor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_dlconvertor_test.cpp [ok] 2022-11-23T01:18:16.3042246Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_generator_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_generator_test.hip [ok] 2022-11-23T01:18:16.3050292Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_half_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_half_test.hip [ok] 2022-11-23T01:18:16.3064482Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_integer_divider_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_integer_divider_test.hip [ok] 2022-11-23T01:18:16.3074090Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_optional_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_optional_test.hip [ok] 2022-11-23T01:18:16.3089950Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_packedtensoraccessor_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_packedtensoraccessor_test.hip [ok] 2022-11-23T01:18:16.3096174Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_reportMemoryUsage_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_reportMemoryUsage_test.cpp [ok] 2022-11-23T01:18:16.3112270Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_stream_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_stream_test.cpp [ok] 2022-11-23T01:18:16.3122699Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_tensor_interop_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_tensor_interop_test.cpp [ok] 2022-11-23T01:18:16.3134729Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_vectorized_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_vectorized_test.hip [ok] 2022-11-23T01:18:16.3139220Z /var/lib/jenkins/workspace/aten/src/ATen/test/dispatch_key_set_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/dispatch_key_set_test.cpp [ok] 2022-11-23T01:18:16.3144658Z /var/lib/jenkins/workspace/aten/src/ATen/test/dlconvertor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/dlconvertor_test.cpp [ok] 2022-11-23T01:18:16.3154773Z /var/lib/jenkins/workspace/aten/src/ATen/test/extension_backend_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/extension_backend_test.cpp [ok] 2022-11-23T01:18:16.3168322Z /var/lib/jenkins/workspace/aten/src/ATen/test/half_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/half_test.cpp [ok] 2022-11-23T01:18:16.3213668Z /var/lib/jenkins/workspace/aten/src/ATen/test/ivalue_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/ivalue_test.cpp [ok] 2022-11-23T01:18:16.3235436Z /var/lib/jenkins/workspace/aten/src/ATen/test/lazy_tensor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/lazy_tensor_test.cpp [ok] 2022-11-23T01:18:16.3252648Z /var/lib/jenkins/workspace/aten/src/ATen/test/math_kernel_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/math_kernel_test.cpp [ok] 2022-11-23T01:18:16.3265435Z /var/lib/jenkins/workspace/aten/src/ATen/test/memory_format_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/memory_format_test.cpp [ok] 2022-11-23T01:18:16.3273190Z /var/lib/jenkins/workspace/aten/src/ATen/test/memory_overlapping_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/memory_overlapping_test.cpp [ok] 2022-11-23T01:18:16.3281615Z /var/lib/jenkins/workspace/aten/src/ATen/test/mobile_memory_cleanup.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/mobile_memory_cleanup.cpp [ok] 2022-11-23T01:18:16.3289729Z /var/lib/jenkins/workspace/aten/src/ATen/test/mps_test_print.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/mps_test_print.cpp [ok] 2022-11-23T01:18:16.3304052Z /var/lib/jenkins/workspace/aten/src/ATen/test/native_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/native_test.cpp [ok] 2022-11-23T01:18:16.3310817Z /var/lib/jenkins/workspace/aten/src/ATen/test/operator_name_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/operator_name_test.cpp [ok] 2022-11-23T01:18:16.3317157Z /var/lib/jenkins/workspace/aten/src/ATen/test/operators_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/operators_test.cpp [ok] 2022-11-23T01:18:16.3323504Z /var/lib/jenkins/workspace/aten/src/ATen/test/packedtensoraccessor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/packedtensoraccessor_test.cpp [ok] 2022-11-23T01:18:16.3340877Z /var/lib/jenkins/workspace/aten/src/ATen/test/pow_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/pow_test.cpp [ok] 2022-11-23T01:18:16.3356599Z /var/lib/jenkins/workspace/aten/src/ATen/test/quantized_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/quantized_test.cpp [ok] 2022-11-23T01:18:16.3370390Z /var/lib/jenkins/workspace/aten/src/ATen/test/reduce_ops_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/reduce_ops_test.cpp [ok] 2022-11-23T01:18:16.3375515Z /var/lib/jenkins/workspace/aten/src/ATen/test/reportMemoryUsage.h -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/reportMemoryUsage.h [ok] 2022-11-23T01:18:16.3381636Z /var/lib/jenkins/workspace/aten/src/ATen/test/reportMemoryUsage_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/reportMemoryUsage_test.cpp [ok] 2022-11-23T01:18:16.3397591Z /var/lib/jenkins/workspace/aten/src/ATen/test/rng_test.h -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/rng_test.h [ok] 2022-11-23T01:18:16.3415093Z /var/lib/jenkins/workspace/aten/src/ATen/test/scalar_tensor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/scalar_tensor_test.cpp [ok] 2022-11-23T01:18:16.3428177Z /var/lib/jenkins/workspace/aten/src/ATen/test/scalar_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/scalar_test.cpp [ok] 2022-11-23T01:18:16.3436623Z /var/lib/jenkins/workspace/aten/src/ATen/test/stride_properties_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/stride_properties_test.cpp [ok] 2022-11-23T01:18:16.3450387Z /var/lib/jenkins/workspace/aten/src/ATen/test/tensor_interop_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/tensor_interop_test.cpp [ok] 2022-11-23T01:18:16.3475620Z /var/lib/jenkins/workspace/aten/src/ATen/test/tensor_iterator_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/tensor_iterator_test.cpp [ok] 2022-11-23T01:18:16.3482920Z /var/lib/jenkins/workspace/aten/src/ATen/test/test_assert.h -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/test_assert.h [ok] 2022-11-23T01:18:16.3491449Z /var/lib/jenkins/workspace/aten/src/ATen/test/test_parallel.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/test_parallel.cpp [ok] 2022-11-23T01:18:16.3504714Z /var/lib/jenkins/workspace/aten/src/ATen/test/test_thread_pool_guard.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/test_thread_pool_guard.cpp [ok] 2022-11-23T01:18:16.3518935Z /var/lib/jenkins/workspace/aten/src/ATen/test/thread_init_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/thread_init_test.cpp [ok] 2022-11-23T01:18:16.3530403Z /var/lib/jenkins/workspace/aten/src/ATen/test/type_ptr_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/type_ptr_test.cpp [ok] 2022-11-23T01:18:16.3540911Z /var/lib/jenkins/workspace/aten/src/ATen/test/type_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/type_test.cpp [ok] 2022-11-23T01:18:16.3551568Z /var/lib/jenkins/workspace/aten/src/ATen/test/undefined_tensor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/undefined_tensor_test.cpp [ok] 2022-11-23T01:18:16.3561295Z /var/lib/jenkins/workspace/aten/src/ATen/test/variant_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/variant_test.cpp [ok] 2022-11-23T01:18:16.3632106Z /var/lib/jenkins/workspace/aten/src/ATen/test/vec_test_all_types.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/vec_test_all_types.cpp [ok] 2022-11-23T01:18:16.3694886Z /var/lib/jenkins/workspace/aten/src/ATen/test/vec_test_all_types.h -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/vec_test_all_types.h [ok] 2022-11-23T01:18:16.3700706Z /var/lib/jenkins/workspace/aten/src/ATen/test/verify_api_visibility.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/verify_api_visibility.cpp [ok] 2022-11-23T01:18:16.3708421Z /var/lib/jenkins/workspace/aten/src/ATen/test/vitals.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/vitals.cpp [ok] 2022-11-23T01:18:16.3756750Z /var/lib/jenkins/workspace/aten/src/ATen/test/vmap_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/vmap_test.cpp [ok] 2022-11-23T01:18:16.3918483Z /var/lib/jenkins/workspace/aten/src/ATen/test/vulkan_api_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/vulkan_api_test.cpp [ok] 2022-11-23T01:18:16.3963934Z /var/lib/jenkins/workspace/aten/src/ATen/test/vulkan_perf_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/vulkan_perf_test.cpp [ok] 2022-11-23T01:18:16.4012154Z /var/lib/jenkins/workspace/aten/src/ATen/test/vulkan_quantized_api_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/vulkan_quantized_api_test.cpp [ok] 2022-11-23T01:18:16.4018447Z /var/lib/jenkins/workspace/aten/src/ATen/test/weakref_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/weakref_test.cpp [ok] 2022-11-23T01:18:16.4026396Z /var/lib/jenkins/workspace/aten/src/ATen/test/wrapdim_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/wrapdim_test.cpp [ok] 2022-11-23T01:18:16.4036770Z /var/lib/jenkins/workspace/aten/src/ATen/test/xla_tensor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/xla_tensor_test.cpp [ok] 2022-11-23T01:18:16.4058702Z /var/lib/jenkins/workspace/aten/src/ATen/test/xnnpack_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/xnnpack_test.cpp [ok] 2022-11-23T01:18:16.4063958Z /var/lib/jenkins/workspace/aten/src/ATen/test/test_install/main.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/test_install/hip/main.cpp [ok] 2022-11-23T01:18:16.4069770Z /var/lib/jenkins/workspace/aten/src/THC/CMakeLists.txt -> /var/lib/jenkins/workspace/aten/src/THH/CMakeLists.txt [ok] 2022-11-23T01:18:16.4076775Z /var/lib/jenkins/workspace/aten/src/THC/THCAtomics.cuh -> /var/lib/jenkins/workspace/aten/src/THH/THHAtomics.cuh [ok] 2022-11-23T01:18:16.4082043Z /var/lib/jenkins/workspace/aten/src/THC/THCDeviceUtils.cuh -> /var/lib/jenkins/workspace/aten/src/THH/THHDeviceUtils.cuh [ok] 2022-11-23T01:18:16.4096017Z /var/lib/jenkins/workspace/binaries/core_overhead_benchmark_gpu.cc -> /var/lib/jenkins/workspace/binaries/hip/core_overhead_benchmark_gpu.cc [ok] 2022-11-23T01:18:16.4102613Z /var/lib/jenkins/workspace/binaries/inspect_gpu.cc -> /var/lib/jenkins/workspace/binaries/hip/inspect_gpu.cc [ok] 2022-11-23T01:18:16.4116153Z /var/lib/jenkins/workspace/binaries/print_core_object_sizes_gpu.cc -> /var/lib/jenkins/workspace/binaries/hip/print_core_object_sizes_gpu.cc [ok] 2022-11-23T01:18:16.4121595Z /var/lib/jenkins/workspace/c10/cuda/CUDAAlgorithm.h -> /var/lib/jenkins/workspace/c10/hip/HIPAlgorithm.h [ok] 2022-11-23T01:18:16.4157429Z /var/lib/jenkins/workspace/c10/cuda/CUDACachingAllocator.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPCachingAllocator.cpp [ok] 2022-11-23T01:18:16.4171606Z /var/lib/jenkins/workspace/c10/cuda/CUDACachingAllocator.h -> /var/lib/jenkins/workspace/c10/hip/HIPCachingAllocator.h [ok] 2022-11-23T01:18:16.4178098Z /var/lib/jenkins/workspace/c10/cuda/CUDAException.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPException.cpp [ok] 2022-11-23T01:18:16.4185029Z /var/lib/jenkins/workspace/c10/cuda/CUDAException.h -> /var/lib/jenkins/workspace/c10/hip/HIPException.h [ok] 2022-11-23T01:18:16.4202945Z /var/lib/jenkins/workspace/c10/cuda/CUDAFunctions.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPFunctions.cpp [ok] 2022-11-23T01:18:16.4216223Z /var/lib/jenkins/workspace/c10/cuda/CUDAFunctions.h -> /var/lib/jenkins/workspace/c10/hip/HIPFunctions.h [ok] 2022-11-23T01:18:16.4223749Z /var/lib/jenkins/workspace/c10/cuda/CUDAGraphsC10Utils.h -> /var/lib/jenkins/workspace/c10/hip/HIPGraphsC10Utils.h [ok] 2022-11-23T01:18:16.4238696Z /var/lib/jenkins/workspace/c10/cuda/CUDAGuard.h -> /var/lib/jenkins/workspace/c10/hip/HIPGuard.h [ok] 2022-11-23T01:18:16.4248301Z /var/lib/jenkins/workspace/c10/cuda/CUDAMacros.h -> /var/lib/jenkins/workspace/c10/hip/HIPMacros.h [ok] 2022-11-23T01:18:16.4286572Z /var/lib/jenkins/workspace/c10/cuda/CUDAMallocAsyncAllocator.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPMallocAsyncAllocator.cpp [ok] 2022-11-23T01:18:16.4300734Z /var/lib/jenkins/workspace/c10/cuda/CUDAMathCompat.h -> /var/lib/jenkins/workspace/c10/hip/HIPMathCompat.h [ok] 2022-11-23T01:18:16.4308419Z /var/lib/jenkins/workspace/c10/cuda/CUDAMiscFunctions.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPMiscFunctions.cpp [ok] 2022-11-23T01:18:16.4313911Z /var/lib/jenkins/workspace/c10/cuda/CUDAMiscFunctions.h -> /var/lib/jenkins/workspace/c10/hip/HIPMiscFunctions.h [ok] 2022-11-23T01:18:16.4330605Z /var/lib/jenkins/workspace/c10/cuda/CUDAStream.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPStream.cpp [ok] 2022-11-23T01:18:16.4338973Z /var/lib/jenkins/workspace/c10/cuda/CUDAStream.h -> /var/lib/jenkins/workspace/c10/hip/HIPStream.h [ok] 2022-11-23T01:18:16.4347258Z /var/lib/jenkins/workspace/c10/cuda/impl/CUDAGuardImpl.cpp -> /var/lib/jenkins/workspace/c10/hip/impl/HIPGuardImpl.cpp [ok] 2022-11-23T01:18:16.4354891Z /var/lib/jenkins/workspace/c10/cuda/impl/CUDAGuardImpl.h -> /var/lib/jenkins/workspace/c10/hip/impl/HIPGuardImpl.h [ok] 2022-11-23T01:18:16.4360151Z /var/lib/jenkins/workspace/c10/cuda/impl/CUDATest.cpp -> /var/lib/jenkins/workspace/c10/hip/impl/HIPTest.cpp [ok] 2022-11-23T01:18:16.4368011Z /var/lib/jenkins/workspace/c10/cuda/impl/CUDATest.h -> /var/lib/jenkins/workspace/c10/hip/impl/HIPTest.h [ok] 2022-11-23T01:18:16.4377782Z /var/lib/jenkins/workspace/c10/cuda/impl/cuda_cmake_macros.h.in -> /var/lib/jenkins/workspace/c10/hip/impl/hip_cmake_macros.h.in [ok] 2022-11-23T01:18:16.4384304Z /var/lib/jenkins/workspace/c10/cuda/test/CMakeLists.txt -> /var/lib/jenkins/workspace/c10/hip/test/CMakeLists.txt [ok] 2022-11-23T01:18:16.4390358Z /var/lib/jenkins/workspace/c10/cuda/test/impl/CUDATest.cpp -> /var/lib/jenkins/workspace/c10/hip/test/impl/HIPTest.cpp [ok] 2022-11-23T01:18:16.4401210Z /var/lib/jenkins/workspace/caffe2/contrib/aten/aten_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/contrib/aten/hip/aten_op_gpu.cc [ok] 2022-11-23T01:18:16.4412481Z /var/lib/jenkins/workspace/caffe2/contrib/gloo/allreduce_ops_gpu.cc -> /var/lib/jenkins/workspace/caffe2/contrib/gloo/hip/allreduce_ops_gpu.cc [ok] 2022-11-23T01:18:16.4425087Z /var/lib/jenkins/workspace/caffe2/contrib/gloo/broadcast_ops_gpu.cc -> /var/lib/jenkins/workspace/caffe2/contrib/gloo/hip/broadcast_ops_gpu.cc [ok] 2022-11-23T01:18:16.4431666Z /var/lib/jenkins/workspace/caffe2/contrib/gloo/common_world_ops_gpu.cc -> /var/lib/jenkins/workspace/caffe2/contrib/gloo/hip/common_world_ops_gpu.cc [ok] 2022-11-23T01:18:16.4446600Z /var/lib/jenkins/workspace/caffe2/contrib/nccl/cuda_nccl_gpu.cc -> /var/lib/jenkins/workspace/caffe2/contrib/nccl/hip/hip_nccl_gpu.cc [ok] 2022-11-23T01:18:16.4452493Z /var/lib/jenkins/workspace/caffe2/contrib/nccl/cuda_nccl_gpu.h -> /var/lib/jenkins/workspace/caffe2/contrib/nccl/hip/hip_nccl_gpu.h [ok] 2022-11-23T01:18:16.4463335Z /var/lib/jenkins/workspace/caffe2/contrib/nccl/cuda_nccl_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/contrib/nccl/hip/hip_nccl_op_gpu.cc [ok] 2022-11-23T01:18:16.4477865Z /var/lib/jenkins/workspace/caffe2/core/blob_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/blob_gpu_test.cc [ok] 2022-11-23T01:18:16.4482457Z /var/lib/jenkins/workspace/caffe2/core/blob_serialization_gpu.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/blob_serialization_gpu.cc [ok] 2022-11-23T01:18:16.4498157Z /var/lib/jenkins/workspace/caffe2/core/common_gpu.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/common_gpu.cc [ok] 2022-11-23T01:18:16.4514706Z /var/lib/jenkins/workspace/caffe2/core/common_gpu.h -> /var/lib/jenkins/workspace/caffe2/core/hip/common_gpu.h [ok] 2022-11-23T01:18:16.4545073Z /var/lib/jenkins/workspace/caffe2/core/context_gpu.cu -> /var/lib/jenkins/workspace/caffe2/core/hip/context_gpu.hip [ok] 2022-11-23T01:18:16.4564146Z /var/lib/jenkins/workspace/caffe2/core/context_gpu.h -> /var/lib/jenkins/workspace/caffe2/core/hip/context_gpu.h [ok] 2022-11-23T01:18:16.4573717Z /var/lib/jenkins/workspace/caffe2/core/context_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/context_gpu_test.cc [ok] 2022-11-23T01:18:16.4588519Z /var/lib/jenkins/workspace/caffe2/core/event_gpu.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/event_gpu.cc [ok] 2022-11-23T01:18:16.4595318Z /var/lib/jenkins/workspace/caffe2/core/event_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/event_gpu_test.cc [ok] 2022-11-23T01:18:16.4608627Z /var/lib/jenkins/workspace/caffe2/core/net_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/net_gpu_test.cc [ok] 2022-11-23T01:18:16.4614908Z /var/lib/jenkins/workspace/caffe2/core/operator_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/operator_gpu_test.cc [ok] 2022-11-23T01:18:16.4620292Z /var/lib/jenkins/workspace/caffe2/db/create_db_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/db/hip/create_db_op_gpu.cc [ok] 2022-11-23T01:18:16.4628840Z /var/lib/jenkins/workspace/caffe2/distributed/file_store_handler_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/distributed/hip/file_store_handler_op_gpu.cc [ok] 2022-11-23T01:18:16.4634785Z /var/lib/jenkins/workspace/caffe2/distributed/redis_store_handler_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/distributed/hip/redis_store_handler_op_gpu.cc [ok] 2022-11-23T01:18:16.4640579Z /var/lib/jenkins/workspace/caffe2/image/image_input_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/image/hip/image_input_op_gpu.cc [ok] 2022-11-23T01:18:16.4646512Z /var/lib/jenkins/workspace/caffe2/image/transform_gpu.cu -> /var/lib/jenkins/workspace/caffe2/image/hip/transform_gpu.hip [ok] 2022-11-23T01:18:16.4655735Z /var/lib/jenkins/workspace/caffe2/image/transform_gpu.h -> /var/lib/jenkins/workspace/caffe2/image/hip/transform_gpu.h [ok] 2022-11-23T01:18:16.4666116Z /var/lib/jenkins/workspace/caffe2/mpi/mpi_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/mpi/hip/mpi_gpu_test.cc [ok] 2022-11-23T01:18:16.4684148Z /var/lib/jenkins/workspace/caffe2/operators/abs_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/abs_op.hip [ok] 2022-11-23T01:18:16.4690649Z /var/lib/jenkins/workspace/caffe2/operators/accumulate_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/accumulate_op.hip [ok] 2022-11-23T01:18:16.4705002Z /var/lib/jenkins/workspace/caffe2/operators/accuracy_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/accuracy_op.hip [ok] 2022-11-23T01:18:16.4716026Z /var/lib/jenkins/workspace/caffe2/operators/acos_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/acos_op.hip [ok] 2022-11-23T01:18:16.4728313Z /var/lib/jenkins/workspace/caffe2/operators/affine_channel_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/affine_channel_op.hip [ok] 2022-11-23T01:18:16.4735675Z /var/lib/jenkins/workspace/caffe2/operators/alias_with_name.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/alias_with_name.hip [ok] 2022-11-23T01:18:16.4746189Z /var/lib/jenkins/workspace/caffe2/operators/arg_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/arg_ops.hip [ok] 2022-11-23T01:18:16.4759177Z /var/lib/jenkins/workspace/caffe2/operators/asin_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/asin_op.hip [ok] 2022-11-23T01:18:16.4769930Z /var/lib/jenkins/workspace/caffe2/operators/assert_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/assert_op.hip [ok] 2022-11-23T01:18:16.4778642Z /var/lib/jenkins/workspace/caffe2/operators/async_net_barrier_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/async_net_barrier_op.hip [ok] 2022-11-23T01:18:16.4785176Z /var/lib/jenkins/workspace/caffe2/operators/atan_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/atan_op.hip [ok] 2022-11-23T01:18:16.4795922Z /var/lib/jenkins/workspace/caffe2/operators/batch_gather_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_gather_ops.hip [ok] 2022-11-23T01:18:16.4806421Z /var/lib/jenkins/workspace/caffe2/operators/batch_matmul_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_matmul_op.hip [ok] 2022-11-23T01:18:16.4814138Z /var/lib/jenkins/workspace/caffe2/operators/batch_matmul_op_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_matmul_op_gpu_test.cc [ok] 2022-11-23T01:18:16.4824825Z /var/lib/jenkins/workspace/caffe2/operators/batch_moments_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_moments_op.hip [ok] 2022-11-23T01:18:16.4832869Z /var/lib/jenkins/workspace/caffe2/operators/batch_permutation_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_permutation_op.hip [ok] 2022-11-23T01:18:16.4843659Z /var/lib/jenkins/workspace/caffe2/operators/batch_permutation_op_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_permutation_op_gpu_test.cc [ok] 2022-11-23T01:18:16.4856258Z /var/lib/jenkins/workspace/caffe2/operators/batch_sparse_to_dense_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_sparse_to_dense_op.hip [ok] 2022-11-23T01:18:16.4871824Z /var/lib/jenkins/workspace/caffe2/operators/boolean_mask_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/boolean_mask_ops.hip [ok] 2022-11-23T01:18:16.4879735Z /var/lib/jenkins/workspace/caffe2/operators/boolean_unmask_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/boolean_unmask_ops.hip [ok] 2022-11-23T01:18:16.4890047Z /var/lib/jenkins/workspace/caffe2/operators/bucketize_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/bucketize_op.hip [ok] 2022-11-23T01:18:16.4903905Z /var/lib/jenkins/workspace/caffe2/operators/cast_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cast_op.hip [ok] 2022-11-23T01:18:16.4913374Z /var/lib/jenkins/workspace/caffe2/operators/cbrt_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cbrt_op.hip [ok] 2022-11-23T01:18:16.4922827Z /var/lib/jenkins/workspace/caffe2/operators/ceil_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/ceil_op.hip [ok] 2022-11-23T01:18:16.4931105Z /var/lib/jenkins/workspace/caffe2/operators/channel_backprop_stats_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/channel_backprop_stats_op.hip [ok] 2022-11-23T01:18:16.4939134Z /var/lib/jenkins/workspace/caffe2/operators/channel_shuffle_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/channel_shuffle_op.hip [ok] 2022-11-23T01:18:16.4945920Z /var/lib/jenkins/workspace/caffe2/operators/channel_stats_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/channel_stats_op.hip [ok] 2022-11-23T01:18:16.4952946Z /var/lib/jenkins/workspace/caffe2/operators/clip_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/clip_op.hip [ok] 2022-11-23T01:18:16.4958414Z /var/lib/jenkins/workspace/caffe2/operators/communicator_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/communicator_op_gpu.cc [ok] 2022-11-23T01:18:16.4968430Z /var/lib/jenkins/workspace/caffe2/operators/concat_split_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/concat_split_op_gpu.cc [ok] 2022-11-23T01:18:16.4979831Z /var/lib/jenkins/workspace/caffe2/operators/conv_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/conv_op_gpu.cc [ok] 2022-11-23T01:18:16.4986082Z /var/lib/jenkins/workspace/caffe2/operators/conv_op_shared_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/conv_op_shared_gpu.cc [ok] 2022-11-23T01:18:16.4992058Z /var/lib/jenkins/workspace/caffe2/operators/conv_transpose_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/conv_transpose_op_gpu.cc [ok] 2022-11-23T01:18:16.5003765Z /var/lib/jenkins/workspace/caffe2/operators/copy_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/copy_op.hip [ok] 2022-11-23T01:18:16.5018119Z /var/lib/jenkins/workspace/caffe2/operators/cos_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cos_op.hip [ok] 2022-11-23T01:18:16.5024163Z /var/lib/jenkins/workspace/caffe2/operators/cosh_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cosh_op.hip [ok] 2022-11-23T01:18:16.5032873Z /var/lib/jenkins/workspace/caffe2/operators/cosine_embedding_criterion_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cosine_embedding_criterion_op.hip [ok] 2022-11-23T01:18:16.5037735Z /var/lib/jenkins/workspace/caffe2/operators/counter_ops_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/counter_ops_gpu.cc [ok] 2022-11-23T01:18:16.5064112Z /var/lib/jenkins/workspace/caffe2/operators/cross_entropy_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cross_entropy_op.hip [ok] 2022-11-23T01:18:16.5070475Z /var/lib/jenkins/workspace/caffe2/operators/cube_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cube_op.hip [ok] 2022-11-23T01:18:16.5075886Z /var/lib/jenkins/workspace/caffe2/operators/data_couple_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/data_couple_gpu.hip [ok] 2022-11-23T01:18:16.5100257Z /var/lib/jenkins/workspace/caffe2/operators/deform_conv_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/deform_conv_op.hip [ok] 2022-11-23T01:18:16.5113968Z /var/lib/jenkins/workspace/caffe2/operators/distance_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/distance_op.hip [ok] 2022-11-23T01:18:16.5119194Z /var/lib/jenkins/workspace/caffe2/operators/do_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/do_op_gpu.cc [ok] 2022-11-23T01:18:16.5127149Z /var/lib/jenkins/workspace/caffe2/operators/dropout_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/dropout_op.hip [ok] 2022-11-23T01:18:16.5143180Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_add_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_add_op_gpu.cc [ok] 2022-11-23T01:18:16.5156627Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_div_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_div_op.hip [ok] 2022-11-23T01:18:16.5163213Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_linear_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_linear_op.hip [ok] 2022-11-23T01:18:16.5177373Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_mul_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_mul_op.hip [ok] 2022-11-23T01:18:16.5182938Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_op_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_op_gpu_test.cc [ok] 2022-11-23T01:18:16.5194060Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_ops.hip [ok] 2022-11-23T01:18:16.5198994Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_sub_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_sub_op_gpu.cc [ok] 2022-11-23T01:18:16.5206496Z /var/lib/jenkins/workspace/caffe2/operators/elu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/elu_op.hip [ok] 2022-11-23T01:18:16.5212128Z /var/lib/jenkins/workspace/caffe2/operators/enforce_finite_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/enforce_finite_op.hip [ok] 2022-11-23T01:18:16.5220627Z /var/lib/jenkins/workspace/caffe2/operators/ensure_cpu_output_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/ensure_cpu_output_op.hip [ok] 2022-11-23T01:18:16.5226836Z /var/lib/jenkins/workspace/caffe2/operators/erf_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/erf_op.hip [ok] 2022-11-23T01:18:16.5242324Z /var/lib/jenkins/workspace/caffe2/operators/exp_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/exp_op_gpu.cc [ok] 2022-11-23T01:18:16.5248382Z /var/lib/jenkins/workspace/caffe2/operators/expand_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/expand_op_gpu.cc [ok] 2022-11-23T01:18:16.5253374Z /var/lib/jenkins/workspace/caffe2/operators/expand_squeeze_dims_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/expand_squeeze_dims_op_gpu.cc [ok] 2022-11-23T01:18:16.5260217Z /var/lib/jenkins/workspace/caffe2/operators/filler_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/filler_op.hip [ok] 2022-11-23T01:18:16.5266222Z /var/lib/jenkins/workspace/caffe2/operators/find_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/find_op.hip [ok] 2022-11-23T01:18:16.5285314Z /var/lib/jenkins/workspace/caffe2/operators/floor_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/floor_op.hip [ok] 2022-11-23T01:18:16.5290572Z /var/lib/jenkins/workspace/caffe2/operators/free_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/free_op_gpu.cc [ok] 2022-11-23T01:18:16.5299991Z /var/lib/jenkins/workspace/caffe2/operators/fully_connected_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/fully_connected_op_gpu.cc [ok] 2022-11-23T01:18:16.5306669Z /var/lib/jenkins/workspace/caffe2/operators/gather_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/gather_op.hip [ok] 2022-11-23T01:18:16.5315988Z /var/lib/jenkins/workspace/caffe2/operators/gather_op.cuh -> /var/lib/jenkins/workspace/caffe2/operators/hip/gather_op.cuh [ok] 2022-11-23T01:18:16.5326114Z /var/lib/jenkins/workspace/caffe2/operators/gelu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/gelu_op.hip [ok] 2022-11-23T01:18:16.5357248Z /var/lib/jenkins/workspace/caffe2/operators/generate_proposals_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/generate_proposals_op.hip [ok] 2022-11-23T01:18:16.5387865Z /var/lib/jenkins/workspace/caffe2/operators/generate_proposals_op_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/generate_proposals_op_gpu_test.cc [ok] 2022-11-23T01:18:16.5403366Z /var/lib/jenkins/workspace/caffe2/operators/generate_proposals_op_util_nms_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/generate_proposals_op_util_nms_gpu.hip [ok] 2022-11-23T01:18:16.5409738Z /var/lib/jenkins/workspace/caffe2/operators/generate_proposals_op_util_nms_gpu.h -> /var/lib/jenkins/workspace/caffe2/operators/hip/generate_proposals_op_util_nms_gpu.h [ok] 2022-11-23T01:18:16.5438279Z /var/lib/jenkins/workspace/caffe2/operators/generate_proposals_op_util_nms_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/generate_proposals_op_util_nms_gpu_test.cc [ok] 2022-11-23T01:18:16.5443707Z /var/lib/jenkins/workspace/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/given_tensor_byte_string_to_uint8_fill_op.hip [ok] 2022-11-23T01:18:16.5451980Z /var/lib/jenkins/workspace/caffe2/operators/given_tensor_fill_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/given_tensor_fill_op.hip [ok] 2022-11-23T01:18:16.5457684Z /var/lib/jenkins/workspace/caffe2/operators/glu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/glu_op.hip [ok] 2022-11-23T01:18:16.5482297Z /var/lib/jenkins/workspace/caffe2/operators/group_norm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/group_norm_op.hip [ok] 2022-11-23T01:18:16.5489711Z /var/lib/jenkins/workspace/caffe2/operators/gru_unit_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/gru_unit_op_gpu.hip [ok] 2022-11-23T01:18:16.5497054Z /var/lib/jenkins/workspace/caffe2/operators/half_float_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/half_float_ops.hip [ok] 2022-11-23T01:18:16.5505893Z /var/lib/jenkins/workspace/caffe2/operators/hard_sigmoid_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/hard_sigmoid_op.hip [ok] 2022-11-23T01:18:16.5511197Z /var/lib/jenkins/workspace/caffe2/operators/if_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/if_op_gpu.cc [ok] 2022-11-23T01:18:16.5517490Z /var/lib/jenkins/workspace/caffe2/operators/im2col_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/im2col_op_gpu.cc [ok] 2022-11-23T01:18:16.5540747Z /var/lib/jenkins/workspace/caffe2/operators/instance_norm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/instance_norm_op.hip [ok] 2022-11-23T01:18:16.5551512Z /var/lib/jenkins/workspace/caffe2/operators/integral_image_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/integral_image_op.hip [ok] 2022-11-23T01:18:16.5564541Z /var/lib/jenkins/workspace/caffe2/operators/layer_norm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/layer_norm_op.hip [ok] 2022-11-23T01:18:16.5576342Z /var/lib/jenkins/workspace/caffe2/operators/leaky_relu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/leaky_relu_op.hip [ok] 2022-11-23T01:18:16.5581615Z /var/lib/jenkins/workspace/caffe2/operators/lengths_pad_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/lengths_pad_op.hip [ok] 2022-11-23T01:18:16.5597715Z /var/lib/jenkins/workspace/caffe2/operators/lengths_tile_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/lengths_tile_op.hip [ok] 2022-11-23T01:18:16.5605279Z /var/lib/jenkins/workspace/caffe2/operators/load_save_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/load_save_op_gpu.cc [ok] 2022-11-23T01:18:16.5619998Z /var/lib/jenkins/workspace/caffe2/operators/local_response_normalization_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/local_response_normalization_op.hip [ok] 2022-11-23T01:18:16.5626933Z /var/lib/jenkins/workspace/caffe2/operators/locally_connected_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/locally_connected_op_gpu.cc [ok] 2022-11-23T01:18:16.5636173Z /var/lib/jenkins/workspace/caffe2/operators/log1p_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/log1p_op.hip [ok] 2022-11-23T01:18:16.5642682Z /var/lib/jenkins/workspace/caffe2/operators/log_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/log_op_gpu.cc [ok] 2022-11-23T01:18:16.5648624Z /var/lib/jenkins/workspace/caffe2/operators/logit_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/logit_op.hip [ok] 2022-11-23T01:18:16.5661214Z /var/lib/jenkins/workspace/caffe2/operators/loss_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/loss_op.hip [ok] 2022-11-23T01:18:16.5680577Z /var/lib/jenkins/workspace/caffe2/operators/lp_pool_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/lp_pool_op.hip [ok] 2022-11-23T01:18:16.5685699Z /var/lib/jenkins/workspace/caffe2/operators/lpnorm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/lpnorm_op.hip [ok] 2022-11-23T01:18:16.5707056Z /var/lib/jenkins/workspace/caffe2/operators/lstm_unit_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/lstm_unit_op_gpu.hip [ok] 2022-11-23T01:18:16.5719386Z /var/lib/jenkins/workspace/caffe2/operators/margin_ranking_criterion_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/margin_ranking_criterion_op.hip [ok] 2022-11-23T01:18:16.5728496Z /var/lib/jenkins/workspace/caffe2/operators/matmul_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/matmul_op_gpu.cc [ok] 2022-11-23T01:18:16.5739404Z /var/lib/jenkins/workspace/caffe2/operators/max_pool_with_index.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/max_pool_with_index.hip [ok] 2022-11-23T01:18:16.5745632Z /var/lib/jenkins/workspace/caffe2/operators/max_pool_with_index_gpu.h -> /var/lib/jenkins/workspace/caffe2/operators/hip/max_pool_with_index_gpu.h [ok] 2022-11-23T01:18:16.5754054Z /var/lib/jenkins/workspace/caffe2/operators/mean_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/mean_op.hip [ok] 2022-11-23T01:18:16.5760697Z /var/lib/jenkins/workspace/caffe2/operators/mem_query_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/mem_query_op.hip [ok] 2022-11-23T01:18:16.5768197Z /var/lib/jenkins/workspace/caffe2/operators/minmax_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/minmax_ops.hip [ok] 2022-11-23T01:18:16.5781160Z /var/lib/jenkins/workspace/caffe2/operators/mod_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/mod_op.hip [ok] 2022-11-23T01:18:16.5789151Z /var/lib/jenkins/workspace/caffe2/operators/moments_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/moments_op.hip [ok] 2022-11-23T01:18:16.5796048Z /var/lib/jenkins/workspace/caffe2/operators/multi_class_accuracy_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/multi_class_accuracy_op.hip [ok] 2022-11-23T01:18:16.5805131Z /var/lib/jenkins/workspace/caffe2/operators/negate_gradient_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/negate_gradient_op_gpu.cc [ok] 2022-11-23T01:18:16.5810753Z /var/lib/jenkins/workspace/caffe2/operators/negative_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/negative_op_gpu.cc [ok] 2022-11-23T01:18:16.5818086Z /var/lib/jenkins/workspace/caffe2/operators/normalize_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/normalize_ops.hip [ok] 2022-11-23T01:18:16.5827615Z /var/lib/jenkins/workspace/caffe2/operators/one_hot_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/one_hot_ops.hip [ok] 2022-11-23T01:18:16.5840520Z /var/lib/jenkins/workspace/caffe2/operators/operator_fallback_gpu.h -> /var/lib/jenkins/workspace/caffe2/operators/hip/operator_fallback_gpu.h [ok] 2022-11-23T01:18:16.5847433Z /var/lib/jenkins/workspace/caffe2/operators/operator_fallback_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/operator_fallback_gpu_test.cc [ok] 2022-11-23T01:18:16.5856640Z /var/lib/jenkins/workspace/caffe2/operators/order_switch_ops_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/order_switch_ops_gpu.cc [ok] 2022-11-23T01:18:16.5871915Z /var/lib/jenkins/workspace/caffe2/operators/pack_segments.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/pack_segments.hip [ok] 2022-11-23T01:18:16.5897540Z /var/lib/jenkins/workspace/caffe2/operators/pad_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/pad_op_gpu.hip [ok] 2022-11-23T01:18:16.5903735Z /var/lib/jenkins/workspace/caffe2/operators/perplexity_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/perplexity_op.hip [ok] 2022-11-23T01:18:16.5928245Z /var/lib/jenkins/workspace/caffe2/operators/piecewise_linear_transform_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/piecewise_linear_transform_op.hip [ok] 2022-11-23T01:18:16.5982961Z /var/lib/jenkins/workspace/caffe2/operators/pool_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/pool_op.hip [ok] 2022-11-23T01:18:16.5997653Z /var/lib/jenkins/workspace/caffe2/operators/pow_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/pow_op.hip [ok] 2022-11-23T01:18:16.6008020Z /var/lib/jenkins/workspace/caffe2/operators/prelu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/prelu_op.hip [ok] 2022-11-23T01:18:16.6012772Z /var/lib/jenkins/workspace/caffe2/operators/prepend_dim_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/prepend_dim_op_gpu.cc [ok] 2022-11-23T01:18:16.6018849Z /var/lib/jenkins/workspace/caffe2/operators/reciprocal_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reciprocal_op.hip [ok] 2022-11-23T01:18:16.6026384Z /var/lib/jenkins/workspace/caffe2/operators/reduce_front_back_max_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reduce_front_back_max_ops.hip [ok] 2022-11-23T01:18:16.6038721Z /var/lib/jenkins/workspace/caffe2/operators/reduce_front_back_sum_mean_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reduce_front_back_sum_mean_ops.hip [ok] 2022-11-23T01:18:16.6053375Z /var/lib/jenkins/workspace/caffe2/operators/reduce_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reduce_ops.hip [ok] 2022-11-23T01:18:16.6068268Z /var/lib/jenkins/workspace/caffe2/operators/reduction_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reduction_ops.hip [ok] 2022-11-23T01:18:16.6074679Z /var/lib/jenkins/workspace/caffe2/operators/relu_n_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/relu_n_op.hip [ok] 2022-11-23T01:18:16.6087980Z /var/lib/jenkins/workspace/caffe2/operators/relu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/relu_op.hip [ok] 2022-11-23T01:18:16.6093778Z /var/lib/jenkins/workspace/caffe2/operators/replace_nan_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/replace_nan_op.hip [ok] 2022-11-23T01:18:16.6103595Z /var/lib/jenkins/workspace/caffe2/operators/reshape_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/reshape_op_gpu.cc [ok] 2022-11-23T01:18:16.6111042Z /var/lib/jenkins/workspace/caffe2/operators/reshape_op_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/reshape_op_gpu_test.cc [ok] 2022-11-23T01:18:16.6124027Z /var/lib/jenkins/workspace/caffe2/operators/resize_3d_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/resize_3d_op.hip [ok] 2022-11-23T01:18:16.6139168Z /var/lib/jenkins/workspace/caffe2/operators/resize_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/resize_op.hip [ok] 2022-11-23T01:18:16.6146203Z /var/lib/jenkins/workspace/caffe2/operators/reverse_packed_segs_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reverse_packed_segs_op.hip [ok] 2022-11-23T01:18:16.6160460Z /var/lib/jenkins/workspace/caffe2/operators/rmac_regions_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/rmac_regions_op.hip [ok] 2022-11-23T01:18:16.6170915Z /var/lib/jenkins/workspace/caffe2/operators/rms_norm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/rms_norm_op.hip [ok] 2022-11-23T01:18:16.6181561Z /var/lib/jenkins/workspace/caffe2/operators/roi_align_gradient_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/roi_align_gradient_op.hip [ok] 2022-11-23T01:18:16.6191417Z /var/lib/jenkins/workspace/caffe2/operators/roi_align_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/roi_align_op.hip [ok] 2022-11-23T01:18:16.6203870Z /var/lib/jenkins/workspace/caffe2/operators/roi_align_op_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/roi_align_op_gpu_test.cc [ok] 2022-11-23T01:18:16.6214798Z /var/lib/jenkins/workspace/caffe2/operators/roi_align_rotated_gradient_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/roi_align_rotated_gradient_op.hip [ok] 2022-11-23T01:18:16.6224819Z /var/lib/jenkins/workspace/caffe2/operators/roi_align_rotated_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/roi_align_rotated_op.hip [ok] 2022-11-23T01:18:16.6236754Z /var/lib/jenkins/workspace/caffe2/operators/roi_pool_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/roi_pool_op.hip [ok] 2022-11-23T01:18:16.6243049Z /var/lib/jenkins/workspace/caffe2/operators/rsqrt_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/rsqrt_op.hip [ok] 2022-11-23T01:18:16.6251995Z /var/lib/jenkins/workspace/caffe2/operators/scale_blobs_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/scale_blobs_op.hip [ok] 2022-11-23T01:18:16.6263132Z /var/lib/jenkins/workspace/caffe2/operators/scale_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/scale_op_gpu.cc [ok] 2022-11-23T01:18:16.6298899Z /var/lib/jenkins/workspace/caffe2/operators/segment_reduction_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/segment_reduction_op_gpu.hip [ok] 2022-11-23T01:18:16.6305981Z /var/lib/jenkins/workspace/caffe2/operators/segment_reduction_op_gpu.cuh -> /var/lib/jenkins/workspace/caffe2/operators/hip/segment_reduction_op_gpu.cuh [ok] 2022-11-23T01:18:16.6313319Z /var/lib/jenkins/workspace/caffe2/operators/selu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/selu_op.hip [ok] 2022-11-23T01:18:16.6331285Z /var/lib/jenkins/workspace/caffe2/operators/sequence_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sequence_ops.hip [ok] 2022-11-23T01:18:16.6336959Z /var/lib/jenkins/workspace/caffe2/operators/shape_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/shape_op_gpu.cc [ok] 2022-11-23T01:18:16.6350344Z /var/lib/jenkins/workspace/caffe2/operators/sigmoid_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sigmoid_op.hip [ok] 2022-11-23T01:18:16.6356757Z /var/lib/jenkins/workspace/caffe2/operators/sin_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sin_op.hip [ok] 2022-11-23T01:18:16.6362839Z /var/lib/jenkins/workspace/caffe2/operators/sinh_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sinh_op.hip [ok] 2022-11-23T01:18:16.6377355Z /var/lib/jenkins/workspace/caffe2/operators/slice_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/slice_op.hip [ok] 2022-11-23T01:18:16.6399923Z /var/lib/jenkins/workspace/caffe2/operators/softmax_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/softmax_ops.hip [ok] 2022-11-23T01:18:16.6412486Z /var/lib/jenkins/workspace/caffe2/operators/softplus_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/softplus_op.hip [ok] 2022-11-23T01:18:16.6419012Z /var/lib/jenkins/workspace/caffe2/operators/softsign_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/softsign_op.hip [ok] 2022-11-23T01:18:16.6433860Z /var/lib/jenkins/workspace/caffe2/operators/space_batch_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/space_batch_op_gpu.hip [ok] 2022-11-23T01:18:16.6439301Z /var/lib/jenkins/workspace/caffe2/operators/sparse_lp_regularizer_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sparse_lp_regularizer_op_gpu.hip [ok] 2022-11-23T01:18:16.6449543Z /var/lib/jenkins/workspace/caffe2/operators/sparse_normalize_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sparse_normalize_op_gpu.hip [ok] 2022-11-23T01:18:16.6461076Z /var/lib/jenkins/workspace/caffe2/operators/sparse_to_dense_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sparse_to_dense_op.hip [ok] 2022-11-23T01:18:16.6467247Z /var/lib/jenkins/workspace/caffe2/operators/spatial_batch_norm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/spatial_batch_norm_op.hip [ok] 2022-11-23T01:18:16.6490879Z /var/lib/jenkins/workspace/caffe2/operators/spatial_batch_norm_op_impl.cuh -> /var/lib/jenkins/workspace/caffe2/operators/hip/spatial_batch_norm_op_impl.cuh [ok] 2022-11-23T01:18:16.6495438Z /var/lib/jenkins/workspace/caffe2/operators/sqr_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/sqr_op_gpu.cc [ok] 2022-11-23T01:18:16.6509702Z /var/lib/jenkins/workspace/caffe2/operators/sqrt_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/sqrt_op_gpu.cc [ok] 2022-11-23T01:18:16.6515392Z /var/lib/jenkins/workspace/caffe2/operators/stop_gradient_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/stop_gradient_gpu.cc [ok] 2022-11-23T01:18:16.6521290Z /var/lib/jenkins/workspace/caffe2/operators/stump_func_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/stump_func_op.hip [ok] 2022-11-23T01:18:16.6531150Z /var/lib/jenkins/workspace/caffe2/operators/summarize_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/summarize_op.hip [ok] 2022-11-23T01:18:16.6537937Z /var/lib/jenkins/workspace/caffe2/operators/swish_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/swish_op.hip [ok] 2022-11-23T01:18:16.6544793Z /var/lib/jenkins/workspace/caffe2/operators/tan_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/tan_op.hip [ok] 2022-11-23T01:18:16.6550802Z /var/lib/jenkins/workspace/caffe2/operators/tanh_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/tanh_op.hip [ok] 2022-11-23T01:18:16.6570303Z /var/lib/jenkins/workspace/caffe2/operators/tensor_protos_db_input_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/tensor_protos_db_input_gpu.cc [ok] 2022-11-23T01:18:16.6576178Z /var/lib/jenkins/workspace/caffe2/operators/thresholded_relu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/thresholded_relu_op.hip [ok] 2022-11-23T01:18:16.6584336Z /var/lib/jenkins/workspace/caffe2/operators/tile_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/tile_op.hip [ok] 2022-11-23T01:18:16.6601108Z /var/lib/jenkins/workspace/caffe2/operators/top_k.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/top_k.hip [ok] 2022-11-23T01:18:16.6609080Z /var/lib/jenkins/workspace/caffe2/operators/top_k_heap_selection.cuh -> /var/lib/jenkins/workspace/caffe2/operators/hip/top_k_heap_selection.cuh [ok] 2022-11-23T01:18:16.6621139Z /var/lib/jenkins/workspace/caffe2/operators/top_k_radix_selection.cuh -> /var/lib/jenkins/workspace/caffe2/operators/hip/top_k_radix_selection.cuh [ok] 2022-11-23T01:18:16.6627297Z /var/lib/jenkins/workspace/caffe2/operators/transpose_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/transpose_op.hip [ok] 2022-11-23T01:18:16.6636381Z /var/lib/jenkins/workspace/caffe2/operators/unique_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/unique_ops.hip [ok] 2022-11-23T01:18:16.6644426Z /var/lib/jenkins/workspace/caffe2/operators/unsafe_coalesce.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/unsafe_coalesce.hip [ok] 2022-11-23T01:18:16.6655216Z /var/lib/jenkins/workspace/caffe2/operators/upsample_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/upsample_op.hip [ok] 2022-11-23T01:18:16.6668216Z /var/lib/jenkins/workspace/caffe2/operators/utility_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/utility_ops.hip [ok] 2022-11-23T01:18:16.6674349Z /var/lib/jenkins/workspace/caffe2/operators/utility_ops_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/utility_ops_gpu_test.cc [ok] 2022-11-23T01:18:16.6681406Z /var/lib/jenkins/workspace/caffe2/operators/weighted_sample_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/weighted_sample_op.hip [ok] 2022-11-23T01:18:16.6687557Z /var/lib/jenkins/workspace/caffe2/operators/while_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/while_op_gpu.cc [ok] 2022-11-23T01:18:16.6693762Z /var/lib/jenkins/workspace/caffe2/operators/zero_gradient_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/zero_gradient_op_gpu.cc [ok] 2022-11-23T01:18:16.6698884Z /var/lib/jenkins/workspace/caffe2/operators/rnn/recurrent_network_blob_fetcher_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/rnn/hip/recurrent_network_blob_fetcher_op_gpu.cc [ok] 2022-11-23T01:18:16.6709512Z /var/lib/jenkins/workspace/caffe2/operators/rnn/recurrent_network_executor_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/rnn/hip/recurrent_network_executor_gpu.cc [ok] 2022-11-23T01:18:16.6716069Z /var/lib/jenkins/workspace/caffe2/operators/rnn/recurrent_network_executor_gpu.h -> /var/lib/jenkins/workspace/caffe2/operators/rnn/hip/recurrent_network_executor_gpu.h [ok] 2022-11-23T01:18:16.6722814Z /var/lib/jenkins/workspace/caffe2/operators/rnn/recurrent_network_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/rnn/hip/recurrent_network_op_gpu.hip [ok] 2022-11-23T01:18:16.6729485Z /var/lib/jenkins/workspace/caffe2/queue/queue_ops_gpu.cc -> /var/lib/jenkins/workspace/caffe2/queue/hip/queue_ops_gpu.cc [ok] 2022-11-23T01:18:16.6740861Z /var/lib/jenkins/workspace/caffe2/sgd/adadelta_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/adadelta_op_gpu.hip [ok] 2022-11-23T01:18:16.6775882Z /var/lib/jenkins/workspace/caffe2/sgd/adagrad_fused_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/adagrad_fused_op_gpu.hip [ok] 2022-11-23T01:18:16.6787526Z /var/lib/jenkins/workspace/caffe2/sgd/adagrad_fused_op_gpu.cuh -> /var/lib/jenkins/workspace/caffe2/sgd/hip/adagrad_fused_op_gpu.cuh [ok] 2022-11-23T01:18:16.6797792Z /var/lib/jenkins/workspace/caffe2/sgd/adagrad_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/adagrad_op_gpu.hip [ok] 2022-11-23T01:18:16.6818245Z /var/lib/jenkins/workspace/caffe2/sgd/adam_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/adam_op_gpu.hip [ok] 2022-11-23T01:18:16.6843613Z /var/lib/jenkins/workspace/caffe2/sgd/fp16_momentum_sgd_op.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/fp16_momentum_sgd_op.hip [ok] 2022-11-23T01:18:16.6851776Z /var/lib/jenkins/workspace/caffe2/sgd/fp32_momentum_sgd_op.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/fp32_momentum_sgd_op.hip [ok] 2022-11-23T01:18:16.6857036Z /var/lib/jenkins/workspace/caffe2/sgd/iter_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/sgd/hip/iter_op_gpu.cc [ok] 2022-11-23T01:18:16.6862584Z /var/lib/jenkins/workspace/caffe2/sgd/lars_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/lars_op_gpu.hip [ok] 2022-11-23T01:18:16.6867468Z /var/lib/jenkins/workspace/caffe2/sgd/learning_rate_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/sgd/hip/learning_rate_op_gpu.cc [ok] 2022-11-23T01:18:16.6877096Z /var/lib/jenkins/workspace/caffe2/sgd/momentum_sgd_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/momentum_sgd_op_gpu.hip [ok] 2022-11-23T01:18:16.6889985Z /var/lib/jenkins/workspace/caffe2/sgd/rmsprop_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/rmsprop_op_gpu.hip [ok] 2022-11-23T01:18:16.6896854Z /var/lib/jenkins/workspace/caffe2/sgd/weight_scale_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/sgd/hip/weight_scale_op_gpu.cc [ok] 2022-11-23T01:18:16.6903847Z /var/lib/jenkins/workspace/caffe2/sgd/yellowfin_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/yellowfin_op_gpu.hip [ok] 2022-11-23T01:18:16.6909134Z /var/lib/jenkins/workspace/caffe2/utils/GpuAtomics.cuh -> /var/lib/jenkins/workspace/caffe2/utils/hip/GpuAtomics.cuh [ok] 2022-11-23T01:18:16.6917542Z /var/lib/jenkins/workspace/caffe2/utils/GpuBitonicSort.cuh -> /var/lib/jenkins/workspace/caffe2/utils/hip/GpuBitonicSort.cuh [ok] 2022-11-23T01:18:16.6923677Z /var/lib/jenkins/workspace/caffe2/utils/GpuDefs.cuh -> /var/lib/jenkins/workspace/caffe2/utils/hip/GpuDefs.cuh [ok] 2022-11-23T01:18:16.6930187Z /var/lib/jenkins/workspace/caffe2/utils/GpuScanUtils.cuh -> /var/lib/jenkins/workspace/caffe2/utils/hip/GpuScanUtils.cuh [ok] 2022-11-23T01:18:16.6935741Z /var/lib/jenkins/workspace/caffe2/utils/cub_namespace.cuh -> /var/lib/jenkins/workspace/caffe2/utils/hip/cub_namespace.cuh [ok] 2022-11-23T01:18:16.7025107Z /var/lib/jenkins/workspace/caffe2/utils/math_gpu.cu -> /var/lib/jenkins/workspace/caffe2/utils/hip/math_gpu.hip [ok] 2022-11-23T01:18:16.7038444Z /var/lib/jenkins/workspace/caffe2/utils/math_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/utils/hip/math_gpu_test.cc [ok] 2022-11-23T01:18:16.7047459Z /var/lib/jenkins/workspace/caffe2/utils/math/broadcast.cu -> /var/lib/jenkins/workspace/caffe2/utils/math/hip/broadcast.hip [ok] 2022-11-23T01:18:16.7069655Z /var/lib/jenkins/workspace/caffe2/utils/math/elementwise.cu -> /var/lib/jenkins/workspace/caffe2/utils/math/hip/elementwise.hip [ok] 2022-11-23T01:18:16.7092577Z /var/lib/jenkins/workspace/caffe2/utils/math/reduce.cu -> /var/lib/jenkins/workspace/caffe2/utils/math/hip/reduce.hip [ok] 2022-11-23T01:18:16.7100286Z /var/lib/jenkins/workspace/caffe2/utils/math/reduce.cuh -> /var/lib/jenkins/workspace/caffe2/utils/math/hip/reduce.cuh [ok] 2022-11-23T01:18:16.7112019Z /var/lib/jenkins/workspace/caffe2/utils/math/transpose.cu -> /var/lib/jenkins/workspace/caffe2/utils/math/hip/transpose.hip [ok] 2022-11-23T01:18:16.7117990Z /var/lib/jenkins/workspace/caffe2/video/video_input_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/video/hip/video_input_op_gpu.cc [ok] 2022-11-23T01:18:16.7127570Z /var/lib/jenkins/workspace/modules/detectron/group_spatial_softmax_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/group_spatial_softmax_op.hip [ok] 2022-11-23T01:18:16.7147199Z /var/lib/jenkins/workspace/modules/detectron/ps_roi_pool_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/ps_roi_pool_op.hip [ok] 2022-11-23T01:18:16.7158960Z /var/lib/jenkins/workspace/modules/detectron/roi_pool_f_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/roi_pool_f_op.hip [ok] 2022-11-23T01:18:16.7175548Z /var/lib/jenkins/workspace/modules/detectron/sample_as_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/sample_as_op.hip [ok] 2022-11-23T01:18:16.7186026Z /var/lib/jenkins/workspace/modules/detectron/select_smooth_l1_loss_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/select_smooth_l1_loss_op.hip [ok] 2022-11-23T01:18:16.7197543Z /var/lib/jenkins/workspace/modules/detectron/sigmoid_cross_entropy_loss_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/sigmoid_cross_entropy_loss_op.hip [ok] 2022-11-23T01:18:16.7207502Z /var/lib/jenkins/workspace/modules/detectron/sigmoid_focal_loss_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/sigmoid_focal_loss_op.hip [ok] 2022-11-23T01:18:16.7220515Z /var/lib/jenkins/workspace/modules/detectron/smooth_l1_loss_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/smooth_l1_loss_op.hip [ok] 2022-11-23T01:18:16.7234087Z /var/lib/jenkins/workspace/modules/detectron/softmax_focal_loss_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/softmax_focal_loss_op.hip [ok] 2022-11-23T01:18:16.7258003Z /var/lib/jenkins/workspace/modules/detectron/spatial_narrow_as_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/spatial_narrow_as_op.hip [ok] 2022-11-23T01:18:16.7268861Z /var/lib/jenkins/workspace/modules/detectron/upsample_nearest_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/upsample_nearest_op.hip [ok] 2022-11-23T01:18:16.7321181Z /var/lib/jenkins/workspace/tools/autograd/templates/python_variable_methods.cpp -> /var/lib/jenkins/workspace/tools/autograd/templates/python_variable_methods.cpp [ok] 2022-11-23T01:18:16.7325689Z /var/lib/jenkins/workspace/torch/abi-check.cpp -> /var/lib/jenkins/workspace/torch/abi-check.cpp [skipped, already hipified] 2022-11-23T01:18:16.7359273Z /var/lib/jenkins/workspace/torch/custom_class.h -> /var/lib/jenkins/workspace/torch/custom_class.h [skipped, already hipified] 2022-11-23T01:18:16.7371965Z /var/lib/jenkins/workspace/torch/custom_class_detail.h -> /var/lib/jenkins/workspace/torch/custom_class_detail.h [skipped, already hipified] 2022-11-23T01:18:16.7380140Z /var/lib/jenkins/workspace/torch/extension.h -> /var/lib/jenkins/workspace/torch/extension.h [skipped, already hipified] 2022-11-23T01:18:16.7425299Z /var/lib/jenkins/workspace/torch/library.h -> /var/lib/jenkins/workspace/torch/library.h [skipped, already hipified] 2022-11-23T01:18:16.7430971Z /var/lib/jenkins/workspace/torch/script.h -> /var/lib/jenkins/workspace/torch/script.h [skipped, already hipified] 2022-11-23T01:18:16.7436676Z /var/lib/jenkins/workspace/torch/_C/_VariableFunctions.pyi.in -> /var/lib/jenkins/workspace/torch/_C/_VariableFunctions.pyi.in [skipped, already hipified] 2022-11-23T01:18:16.7499858Z /var/lib/jenkins/workspace/torch/_C/__init__.pyi.in -> /var/lib/jenkins/workspace/torch/_C/__init__.pyi.in [skipped, already hipified] 2022-11-23T01:18:16.7505953Z /var/lib/jenkins/workspace/torch/_C/_nn.pyi.in -> /var/lib/jenkins/workspace/torch/_C/_nn.pyi.in [skipped, already hipified] 2022-11-23T01:18:16.7510797Z /var/lib/jenkins/workspace/torch/_C/return_types.pyi.in -> /var/lib/jenkins/workspace/torch/_C/return_types.pyi.in [skipped, already hipified] 2022-11-23T01:18:16.7517263Z /var/lib/jenkins/workspace/torch/_inductor/codegen/cpp_prefix.h -> /var/lib/jenkins/workspace/torch/_inductor/codegen/cpp_prefix.h [skipped, already hipified] 2022-11-23T01:18:16.7532761Z /var/lib/jenkins/workspace/torch/csrc/CudaIPCTypes.cpp -> /var/lib/jenkins/workspace/torch/csrc/CudaIPCTypes.cpp [ok] 2022-11-23T01:18:16.7540415Z /var/lib/jenkins/workspace/torch/csrc/CudaIPCTypes.h -> /var/lib/jenkins/workspace/torch/csrc/CudaIPCTypes.h [ok] 2022-11-23T01:18:16.7553654Z /var/lib/jenkins/workspace/torch/csrc/DataLoader.cpp -> /var/lib/jenkins/workspace/torch/csrc/DataLoader.cpp [skipped, already hipified] 2022-11-23T01:18:16.7560511Z /var/lib/jenkins/workspace/torch/csrc/DataLoader.h -> /var/lib/jenkins/workspace/torch/csrc/DataLoader.h [skipped, already hipified] 2022-11-23T01:18:16.7571194Z /var/lib/jenkins/workspace/torch/csrc/Device.cpp -> /var/lib/jenkins/workspace/torch/csrc/Device.cpp [skipped, already hipified] 2022-11-23T01:18:16.7579522Z /var/lib/jenkins/workspace/torch/csrc/Device.h -> /var/lib/jenkins/workspace/torch/csrc/Device.h [skipped, already hipified] 2022-11-23T01:18:16.7599103Z /var/lib/jenkins/workspace/torch/csrc/Dtype.cpp -> /var/lib/jenkins/workspace/torch/csrc/Dtype.cpp [skipped, already hipified] 2022-11-23T01:18:16.7604302Z /var/lib/jenkins/workspace/torch/csrc/Dtype.h -> /var/lib/jenkins/workspace/torch/csrc/Dtype.h [skipped, already hipified] 2022-11-23T01:18:16.7615338Z /var/lib/jenkins/workspace/torch/csrc/DynamicTypes.cpp -> /var/lib/jenkins/workspace/torch/csrc/DynamicTypes.cpp [skipped, already hipified] 2022-11-23T01:18:16.7619857Z /var/lib/jenkins/workspace/torch/csrc/DynamicTypes.h -> /var/lib/jenkins/workspace/torch/csrc/DynamicTypes.h [skipped, already hipified] 2022-11-23T01:18:16.7641434Z /var/lib/jenkins/workspace/torch/csrc/Exceptions.cpp -> /var/lib/jenkins/workspace/torch/csrc/Exceptions.cpp [skipped, already hipified] 2022-11-23T01:18:16.7658107Z /var/lib/jenkins/workspace/torch/csrc/Exceptions.h -> /var/lib/jenkins/workspace/torch/csrc/Exceptions.h [skipped, already hipified] 2022-11-23T01:18:16.7661849Z /var/lib/jenkins/workspace/torch/csrc/Export.h -> /var/lib/jenkins/workspace/torch/csrc/Export.h [skipped, already hipified] 2022-11-23T01:18:16.7678363Z /var/lib/jenkins/workspace/torch/csrc/Generator.cpp -> /var/lib/jenkins/workspace/torch/csrc/Generator.cpp [ok] 2022-11-23T01:18:16.7688345Z /var/lib/jenkins/workspace/torch/csrc/Generator.h -> /var/lib/jenkins/workspace/torch/csrc/Generator.h [skipped, already hipified] 2022-11-23T01:18:16.7701481Z /var/lib/jenkins/workspace/torch/csrc/Layout.cpp -> /var/lib/jenkins/workspace/torch/csrc/Layout.cpp [skipped, already hipified] 2022-11-23T01:18:16.7710902Z /var/lib/jenkins/workspace/torch/csrc/Layout.h -> /var/lib/jenkins/workspace/torch/csrc/Layout.h [skipped, already hipified] 2022-11-23T01:18:16.7719838Z /var/lib/jenkins/workspace/torch/csrc/MemoryFormat.cpp -> /var/lib/jenkins/workspace/torch/csrc/MemoryFormat.cpp [skipped, already hipified] 2022-11-23T01:18:16.7725568Z /var/lib/jenkins/workspace/torch/csrc/MemoryFormat.h -> /var/lib/jenkins/workspace/torch/csrc/MemoryFormat.h [skipped, already hipified] 2022-11-23T01:18:16.7783259Z /var/lib/jenkins/workspace/torch/csrc/Module.cpp -> /var/lib/jenkins/workspace/torch/csrc/Module.cpp [ok] 2022-11-23T01:18:16.7788131Z /var/lib/jenkins/workspace/torch/csrc/Module.h -> /var/lib/jenkins/workspace/torch/csrc/Module.h [skipped, already hipified] 2022-11-23T01:18:16.7794677Z /var/lib/jenkins/workspace/torch/csrc/PythonTypes.h -> /var/lib/jenkins/workspace/torch/csrc/PythonTypes.h [skipped, already hipified] 2022-11-23T01:18:16.7801460Z /var/lib/jenkins/workspace/torch/csrc/QScheme.cpp -> /var/lib/jenkins/workspace/torch/csrc/QScheme.cpp [skipped, already hipified] 2022-11-23T01:18:16.7810822Z /var/lib/jenkins/workspace/torch/csrc/QScheme.h -> /var/lib/jenkins/workspace/torch/csrc/QScheme.h [skipped, already hipified] 2022-11-23T01:18:16.7824837Z /var/lib/jenkins/workspace/torch/csrc/Size.cpp -> /var/lib/jenkins/workspace/torch/csrc/Size.cpp [skipped, already hipified] 2022-11-23T01:18:16.7829970Z /var/lib/jenkins/workspace/torch/csrc/Size.h -> /var/lib/jenkins/workspace/torch/csrc/Size.h [skipped, already hipified] 2022-11-23T01:18:16.7849795Z /var/lib/jenkins/workspace/torch/csrc/Storage.cpp -> /var/lib/jenkins/workspace/torch/csrc/Storage.cpp [ok] 2022-11-23T01:18:16.7854905Z /var/lib/jenkins/workspace/torch/csrc/Storage.h -> /var/lib/jenkins/workspace/torch/csrc/Storage.h [skipped, already hipified] 2022-11-23T01:18:16.7874354Z /var/lib/jenkins/workspace/torch/csrc/StorageMethods.cpp -> /var/lib/jenkins/workspace/torch/csrc/StorageMethods.cpp [ok] 2022-11-23T01:18:16.7880493Z /var/lib/jenkins/workspace/torch/csrc/StorageMethods.h -> /var/lib/jenkins/workspace/torch/csrc/StorageMethods.h [skipped, already hipified] 2022-11-23T01:18:16.7908593Z /var/lib/jenkins/workspace/torch/csrc/StorageSharing.cpp -> /var/lib/jenkins/workspace/torch/csrc/StorageSharing.cpp [ok] 2022-11-23T01:18:16.7916038Z /var/lib/jenkins/workspace/torch/csrc/StorageSharing.h -> /var/lib/jenkins/workspace/torch/csrc/StorageSharing.h [skipped, already hipified] 2022-11-23T01:18:16.7923278Z /var/lib/jenkins/workspace/torch/csrc/Stream.cpp -> /var/lib/jenkins/workspace/torch/csrc/Stream.cpp [skipped, already hipified] 2022-11-23T01:18:16.7933468Z /var/lib/jenkins/workspace/torch/csrc/Stream.h -> /var/lib/jenkins/workspace/torch/csrc/Stream.h [skipped, already hipified] 2022-11-23T01:18:16.7937168Z /var/lib/jenkins/workspace/torch/csrc/THConcat.h -> /var/lib/jenkins/workspace/torch/csrc/THConcat.h [skipped, already hipified] 2022-11-23T01:18:16.7941540Z /var/lib/jenkins/workspace/torch/csrc/THP.h -> /var/lib/jenkins/workspace/torch/csrc/THP.h [skipped, already hipified] 2022-11-23T01:18:16.7955904Z /var/lib/jenkins/workspace/torch/csrc/TypeInfo.cpp -> /var/lib/jenkins/workspace/torch/csrc/TypeInfo.cpp [skipped, already hipified] 2022-11-23T01:18:16.7960959Z /var/lib/jenkins/workspace/torch/csrc/TypeInfo.h -> /var/lib/jenkins/workspace/torch/csrc/TypeInfo.h [skipped, already hipified] 2022-11-23T01:18:16.7966211Z /var/lib/jenkins/workspace/torch/csrc/Types.h -> /var/lib/jenkins/workspace/torch/csrc/Types.h [skipped, already hipified] 2022-11-23T01:18:16.7970656Z /var/lib/jenkins/workspace/torch/csrc/copy_utils.h -> /var/lib/jenkins/workspace/torch/csrc/copy_utils.h [skipped, already hipified] 2022-11-23T01:18:16.7972196Z /var/lib/jenkins/workspace/torch/csrc/empty.c -> /var/lib/jenkins/workspace/torch/csrc/empty.c [skipped, already hipified] 2022-11-23T01:18:16.7981368Z /var/lib/jenkins/workspace/torch/csrc/init_flatbuffer_module.cpp -> /var/lib/jenkins/workspace/torch/csrc/init_flatbuffer_module.cpp [skipped, already hipified] 2022-11-23T01:18:16.7991523Z /var/lib/jenkins/workspace/torch/csrc/itt.cpp -> /var/lib/jenkins/workspace/torch/csrc/itt.cpp [skipped, already hipified] 2022-11-23T01:18:16.8004424Z /var/lib/jenkins/workspace/torch/csrc/itt_wrapper.cpp -> /var/lib/jenkins/workspace/torch/csrc/itt_wrapper.cpp [skipped, already hipified] 2022-11-23T01:18:16.8009144Z /var/lib/jenkins/workspace/torch/csrc/itt_wrapper.h -> /var/lib/jenkins/workspace/torch/csrc/itt_wrapper.h [skipped, already hipified] 2022-11-23T01:18:16.8016719Z /var/lib/jenkins/workspace/torch/csrc/python_dimname.cpp -> /var/lib/jenkins/workspace/torch/csrc/python_dimname.cpp [skipped, already hipified] 2022-11-23T01:18:16.8021430Z /var/lib/jenkins/workspace/torch/csrc/python_dimname.h -> /var/lib/jenkins/workspace/torch/csrc/python_dimname.h [skipped, already hipified] 2022-11-23T01:18:16.8026483Z /var/lib/jenkins/workspace/torch/csrc/python_headers.h -> /var/lib/jenkins/workspace/torch/csrc/python_headers.h [skipped, already hipified] 2022-11-23T01:18:16.8049213Z /var/lib/jenkins/workspace/torch/csrc/serialization.cpp -> /var/lib/jenkins/workspace/torch/csrc/serialization.cpp [ok] 2022-11-23T01:18:16.8056018Z /var/lib/jenkins/workspace/torch/csrc/serialization.h -> /var/lib/jenkins/workspace/torch/csrc/serialization.h [skipped, already hipified] 2022-11-23T01:18:16.8061474Z /var/lib/jenkins/workspace/torch/csrc/stub.c -> /var/lib/jenkins/workspace/torch/csrc/stub.c [skipped, already hipified] 2022-11-23T01:18:16.8066465Z /var/lib/jenkins/workspace/torch/csrc/stub_with_flatbuffer.c -> /var/lib/jenkins/workspace/torch/csrc/stub_with_flatbuffer.c [skipped, already hipified] 2022-11-23T01:18:16.8088983Z /var/lib/jenkins/workspace/torch/csrc/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils.cpp [skipped, already hipified] 2022-11-23T01:18:16.8101784Z /var/lib/jenkins/workspace/torch/csrc/utils.h -> /var/lib/jenkins/workspace/torch/csrc/utils.h [ok] 2022-11-23T01:18:16.8108115Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h [skipped, already hipified] 2022-11-23T01:18:16.8117574Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/arg.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/arg.h [skipped, already hipified] 2022-11-23T01:18:16.8122033Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/autograd.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/autograd.h [skipped, already hipified] 2022-11-23T01:18:16.8126860Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/cuda.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/cuda.h [skipped, already hipified] 2022-11-23T01:18:16.8131365Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h [skipped, already hipified] 2022-11-23T01:18:16.8143476Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/enum.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/enum.h [skipped, already hipified] 2022-11-23T01:18:16.8154453Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/expanding_array.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/expanding_array.h [skipped, already hipified] 2022-11-23T01:18:16.8169562Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/fft.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/fft.h [skipped, already hipified] 2022-11-23T01:18:16.8178045Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/imethod.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/imethod.h [skipped, already hipified] 2022-11-23T01:18:16.8189311Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/jit.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/jit.h [skipped, already hipified] 2022-11-23T01:18:16.8221944Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/linalg.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/linalg.h [skipped, already hipified] 2022-11-23T01:18:16.8230255Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nested.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nested.h [skipped, already hipified] 2022-11-23T01:18:16.8245250Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn.h [skipped, already hipified] 2022-11-23T01:18:16.8253087Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim.h [skipped, already hipified] 2022-11-23T01:18:16.8279962Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/ordered_dict.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/ordered_dict.h [ok] 2022-11-23T01:18:16.8295631Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/python.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/python.h [skipped, already hipified] 2022-11-23T01:18:16.8309212Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize.h [skipped, already hipified] 2022-11-23T01:18:16.8315080Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/sparse.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/sparse.h [skipped, already hipified] 2022-11-23T01:18:16.8360839Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/special.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/special.h [skipped, already hipified] 2022-11-23T01:18:16.8366244Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h [skipped, already hipified] 2022-11-23T01:18:16.8375180Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h [skipped, already hipified] 2022-11-23T01:18:16.8382066Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/utils.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/utils.h [skipped, already hipified] 2022-11-23T01:18:16.8387106Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/version.h.in -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/version.h.in [skipped, already hipified] 2022-11-23T01:18:16.8396156Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h [skipped, already hipified] 2022-11-23T01:18:16.8403236Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h [skipped, already hipified] 2022-11-23T01:18:16.8413802Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets.h [skipped, already hipified] 2022-11-23T01:18:16.8420212Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/example.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/example.h [skipped, already hipified] 2022-11-23T01:18:16.8429121Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/iterator.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/iterator.h [skipped, already hipified] 2022-11-23T01:18:16.8434620Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers.h [skipped, already hipified] 2022-11-23T01:18:16.8439974Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms.h [skipped, already hipified] 2022-11-23T01:18:16.8449398Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/worker_exception.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/worker_exception.h [skipped, already hipified] 2022-11-23T01:18:16.8461643Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h [skipped, already hipified] 2022-11-23T01:18:16.8474442Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h [skipped, already hipified] 2022-11-23T01:18:16.8481322Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateless.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateless.h [skipped, already hipified] 2022-11-23T01:18:16.8492983Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/base.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/base.h [skipped, already hipified] 2022-11-23T01:18:16.8517916Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/chunk.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/chunk.h [skipped, already hipified] 2022-11-23T01:18:16.8526967Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/map.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/map.h [skipped, already hipified] 2022-11-23T01:18:16.8535809Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/mnist.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/mnist.h [skipped, already hipified] 2022-11-23T01:18:16.8544040Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/shared.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/shared.h [skipped, already hipified] 2022-11-23T01:18:16.8550382Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/stateful.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/stateful.h [skipped, already hipified] 2022-11-23T01:18:16.8555047Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/tensor.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/tensor.h [skipped, already hipified] 2022-11-23T01:18:16.8563381Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/detail/data_shuttle.h [skipped, already hipified] 2022-11-23T01:18:16.8570400Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/detail/queue.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/detail/queue.h [skipped, already hipified] 2022-11-23T01:18:16.8579038Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/detail/sequencers.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/detail/sequencers.h [skipped, already hipified] 2022-11-23T01:18:16.8597609Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/base.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/base.h [skipped, already hipified] 2022-11-23T01:18:16.8602341Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h [skipped, already hipified] 2022-11-23T01:18:16.8611548Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/distributed.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/distributed.h [skipped, already hipified] 2022-11-23T01:18:16.8623192Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/random.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/random.h [skipped, already hipified] 2022-11-23T01:18:16.8628987Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/sequential.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/sequential.h [skipped, already hipified] 2022-11-23T01:18:16.8634894Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/serialize.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/serialize.h [skipped, already hipified] 2022-11-23T01:18:16.8642132Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/stream.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/stream.h [skipped, already hipified] 2022-11-23T01:18:16.8649084Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/base.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/base.h [skipped, already hipified] 2022-11-23T01:18:16.8664325Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/collate.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/collate.h [skipped, already hipified] 2022-11-23T01:18:16.8674110Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/lambda.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/lambda.h [skipped, already hipified] 2022-11-23T01:18:16.8681137Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/stack.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/stack.h [skipped, already hipified] 2022-11-23T01:18:16.8688818Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/tensor.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/tensor.h [skipped, already hipified] 2022-11-23T01:18:16.8705177Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/TensorDataContainer.h [skipped, already hipified] 2022-11-23T01:18:16.8711427Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h [skipped, already hipified] 2022-11-23T01:18:16.8719567Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h [skipped, already hipified] 2022-11-23T01:18:16.8727763Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional.h [skipped, already hipified] 2022-11-23T01:18:16.8735770Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/init.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/init.h [skipped, already hipified] 2022-11-23T01:18:16.8769500Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h [skipped, already hipified] 2022-11-23T01:18:16.8776510Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules.h [skipped, already hipified] 2022-11-23T01:18:16.8782563Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options.h [skipped, already hipified] 2022-11-23T01:18:16.8796475Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/pimpl-inl.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/pimpl-inl.h [skipped, already hipified] 2022-11-23T01:18:16.8811332Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/pimpl.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/pimpl.h [ok] 2022-11-23T01:18:16.8815814Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils.h [skipped, already hipified] 2022-11-23T01:18:16.8853178Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/activation.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/activation.h [skipped, already hipified] 2022-11-23T01:18:16.8862035Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/batchnorm.h [skipped, already hipified] 2022-11-23T01:18:16.8873497Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/conv.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/conv.h [skipped, already hipified] 2022-11-23T01:18:16.8895533Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/distance.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/distance.h [skipped, already hipified] 2022-11-23T01:18:16.8908739Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/dropout.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/dropout.h [skipped, already hipified] 2022-11-23T01:18:16.8924992Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/embedding.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/embedding.h [skipped, already hipified] 2022-11-23T01:18:16.8935211Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/fold.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/fold.h [skipped, already hipified] 2022-11-23T01:18:16.8940616Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/instancenorm.h [skipped, already hipified] 2022-11-23T01:18:16.8946084Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/linear.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/linear.h [skipped, already hipified] 2022-11-23T01:18:16.8979036Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/loss.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/loss.h [skipped, already hipified] 2022-11-23T01:18:16.8988121Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/normalization.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/normalization.h [skipped, already hipified] 2022-11-23T01:18:16.8994551Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/padding.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/padding.h [skipped, already hipified] 2022-11-23T01:18:16.9003006Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h [skipped, already hipified] 2022-11-23T01:18:16.9045934Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/pooling.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/pooling.h [skipped, already hipified] 2022-11-23T01:18:16.9059451Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/upsampling.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/upsampling.h [skipped, already hipified] 2022-11-23T01:18:16.9067175Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/vision.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/vision.h [skipped, already hipified] 2022-11-23T01:18:16.9082960Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/_functions.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/_functions.h [skipped, already hipified] 2022-11-23T01:18:16.9122408Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/activation.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/activation.h [skipped, already hipified] 2022-11-23T01:18:16.9130949Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/adaptive.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/adaptive.h [skipped, already hipified] 2022-11-23T01:18:16.9143252Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/batchnorm.h [skipped, already hipified] 2022-11-23T01:18:16.9156798Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/common.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/common.h [skipped, already hipified] 2022-11-23T01:18:16.9178068Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/conv.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/conv.h [skipped, already hipified] 2022-11-23T01:18:16.9185089Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/distance.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/distance.h [skipped, already hipified] 2022-11-23T01:18:16.9200920Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/dropout.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/dropout.h [skipped, already hipified] 2022-11-23T01:18:16.9213354Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/embedding.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/embedding.h [skipped, already hipified] 2022-11-23T01:18:16.9221158Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/fold.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/fold.h [skipped, already hipified] 2022-11-23T01:18:16.9233168Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/instancenorm.h [skipped, already hipified] 2022-11-23T01:18:16.9242719Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/linear.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/linear.h [skipped, already hipified] 2022-11-23T01:18:16.9276277Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/loss.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/loss.h [skipped, already hipified] 2022-11-23T01:18:16.9288250Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/normalization.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/normalization.h [skipped, already hipified] 2022-11-23T01:18:16.9306913Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/padding.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/padding.h [skipped, already hipified] 2022-11-23T01:18:16.9313833Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h [skipped, already hipified] 2022-11-23T01:18:16.9350066Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/pooling.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/pooling.h [skipped, already hipified] 2022-11-23T01:18:16.9366410Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/rnn.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/rnn.h [skipped, already hipified] 2022-11-23T01:18:16.9376367Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/transformer.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/transformer.h [skipped, already hipified] 2022-11-23T01:18:16.9394003Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/transformercoder.h [skipped, already hipified] 2022-11-23T01:18:16.9404027Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/transformerlayer.h [skipped, already hipified] 2022-11-23T01:18:16.9409028Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/upsampling.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/upsampling.h [skipped, already hipified] 2022-11-23T01:18:16.9420318Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/utils.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/utils.h [skipped, already hipified] 2022-11-23T01:18:16.9436711Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any.h [skipped, already hipified] 2022-11-23T01:18:16.9445797Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h [skipped, already hipified] 2022-11-23T01:18:16.9454256Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h [skipped, already hipified] 2022-11-23T01:18:16.9464243Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/functional.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/functional.h [skipped, already hipified] 2022-11-23T01:18:16.9476534Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/moduledict.h [skipped, already hipified] 2022-11-23T01:18:16.9488642Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/modulelist.h [skipped, already hipified] 2022-11-23T01:18:16.9496296Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/named_any.h [skipped, already hipified] 2022-11-23T01:18:16.9505130Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h [skipped, already hipified] 2022-11-23T01:18:16.9515622Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h [skipped, already hipified] 2022-11-23T01:18:16.9531961Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/sequential.h [skipped, already hipified] 2022-11-23T01:18:16.9558088Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/activation.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/activation.h [skipped, already hipified] 2022-11-23T01:18:16.9563828Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/adaptive.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/adaptive.h [skipped, already hipified] 2022-11-23T01:18:16.9570207Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/batchnorm.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/batchnorm.h [skipped, already hipified] 2022-11-23T01:18:16.9591394Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/conv.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/conv.h [skipped, already hipified] 2022-11-23T01:18:16.9608171Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/distance.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/distance.h [skipped, already hipified] 2022-11-23T01:18:16.9616716Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/dropout.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/dropout.h [skipped, already hipified] 2022-11-23T01:18:16.9636896Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/embedding.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/embedding.h [skipped, already hipified] 2022-11-23T01:18:16.9644957Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/fold.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/fold.h [skipped, already hipified] 2022-11-23T01:18:16.9654589Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/instancenorm.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/instancenorm.h [skipped, already hipified] 2022-11-23T01:18:16.9661512Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/linear.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/linear.h [skipped, already hipified] 2022-11-23T01:18:16.9691819Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/loss.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/loss.h [skipped, already hipified] 2022-11-23T01:18:16.9704306Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/normalization.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/normalization.h [skipped, already hipified] 2022-11-23T01:18:16.9713851Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/padding.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/padding.h [skipped, already hipified] 2022-11-23T01:18:16.9719708Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/pixelshuffle.h [skipped, already hipified] 2022-11-23T01:18:16.9740745Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/pooling.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/pooling.h [skipped, already hipified] 2022-11-23T01:18:16.9756289Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/rnn.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/rnn.h [skipped, already hipified] 2022-11-23T01:18:16.9761609Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/transformer.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/transformer.h [skipped, already hipified] 2022-11-23T01:18:16.9774888Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/transformercoder.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/transformercoder.h [skipped, already hipified] 2022-11-23T01:18:16.9779909Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/transformerlayer.h [skipped, already hipified] 2022-11-23T01:18:16.9787460Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/upsampling.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/upsampling.h [skipped, already hipified] 2022-11-23T01:18:16.9792070Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/vision.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/vision.h [skipped, already hipified] 2022-11-23T01:18:16.9805685Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/parallel/data_parallel.h [skipped, already hipified] 2022-11-23T01:18:16.9815017Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils/clip_grad.h [skipped, already hipified] 2022-11-23T01:18:16.9821206Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils/convert_parameters.h [skipped, already hipified] 2022-11-23T01:18:16.9838914Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils/rnn.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils/rnn.h [skipped, already hipified] 2022-11-23T01:18:16.9846657Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adagrad.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adagrad.h [skipped, already hipified] 2022-11-23T01:18:16.9854776Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adam.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adam.h [skipped, already hipified] 2022-11-23T01:18:16.9861432Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adamw.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adamw.h [skipped, already hipified] 2022-11-23T01:18:16.9868826Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/lbfgs.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/lbfgs.h [skipped, already hipified] 2022-11-23T01:18:16.9879825Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/optimizer.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/optimizer.h [skipped, already hipified] 2022-11-23T01:18:16.9886508Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/rmsprop.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/rmsprop.h [skipped, already hipified] 2022-11-23T01:18:16.9902757Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/serialize.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/serialize.h [skipped, already hipified] 2022-11-23T01:18:16.9910375Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/sgd.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/sgd.h [skipped, already hipified] 2022-11-23T01:18:16.9916610Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h [skipped, already hipified] 2022-11-23T01:18:16.9922144Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/schedulers/step_lr.h [skipped, already hipified] 2022-11-23T01:18:16.9927616Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/python/init.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/python/init.h [skipped, already hipified] 2022-11-23T01:18:16.9933003Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/archive.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/archive.h [skipped, already hipified] 2022-11-23T01:18:16.9941062Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/input-archive.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/input-archive.h [skipped, already hipified] 2022-11-23T01:18:16.9947613Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/output-archive.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/output-archive.h [skipped, already hipified] 2022-11-23T01:18:16.9956088Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/tensor.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/tensor.h [skipped, already hipified] 2022-11-23T01:18:16.9962476Z /var/lib/jenkins/workspace/torch/csrc/api/src/cuda.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/cuda.cpp [skipped, already hipified] 2022-11-23T01:18:16.9967491Z /var/lib/jenkins/workspace/torch/csrc/api/src/enum.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/enum.cpp [skipped, already hipified] 2022-11-23T01:18:16.9972661Z /var/lib/jenkins/workspace/torch/csrc/api/src/imethod.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/imethod.cpp [skipped, already hipified] 2022-11-23T01:18:16.9978051Z /var/lib/jenkins/workspace/torch/csrc/api/src/jit.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/jit.cpp [skipped, already hipified] 2022-11-23T01:18:16.9982911Z /var/lib/jenkins/workspace/torch/csrc/api/src/serialize.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/serialize.cpp [skipped, already hipified] 2022-11-23T01:18:16.9995901Z /var/lib/jenkins/workspace/torch/csrc/api/src/data/datasets/mnist.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/data/datasets/mnist.cpp [skipped, already hipified] 2022-11-23T01:18:17.0012961Z /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/distributed.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/distributed.cpp [skipped, already hipified] 2022-11-23T01:18:17.0019147Z /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/random.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/random.cpp [skipped, already hipified] 2022-11-23T01:18:17.0025341Z /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/sequential.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/sequential.cpp [skipped, already hipified] 2022-11-23T01:18:17.0034971Z /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/stream.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/stream.cpp [skipped, already hipified] 2022-11-23T01:18:17.0049265Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/init.cpp [skipped, already hipified] 2022-11-23T01:18:17.0066356Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/module.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/module.cpp [skipped, already hipified] 2022-11-23T01:18:17.0077571Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/_functions.cpp [skipped, already hipified] 2022-11-23T01:18:17.0115191Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/activation.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/activation.cpp [skipped, already hipified] 2022-11-23T01:18:17.0135163Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/adaptive.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/adaptive.cpp [skipped, already hipified] 2022-11-23T01:18:17.0145024Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/batchnorm.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/batchnorm.cpp [skipped, already hipified] 2022-11-23T01:18:17.0164021Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/conv.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/conv.cpp [skipped, already hipified] 2022-11-23T01:18:17.0171054Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/distance.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/distance.cpp [skipped, already hipified] 2022-11-23T01:18:17.0178429Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/dropout.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/dropout.cpp [skipped, already hipified] 2022-11-23T01:18:17.0189744Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/embedding.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/embedding.cpp [skipped, already hipified] 2022-11-23T01:18:17.0198874Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/fold.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/fold.cpp [skipped, already hipified] 2022-11-23T01:18:17.0205936Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/instancenorm.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/instancenorm.cpp [skipped, already hipified] 2022-11-23T01:18:17.0216574Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/linear.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/linear.cpp [skipped, already hipified] 2022-11-23T01:18:17.0237788Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/loss.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/loss.cpp [skipped, already hipified] 2022-11-23T01:18:17.0251207Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/normalization.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/normalization.cpp [skipped, already hipified] 2022-11-23T01:18:17.0258841Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/padding.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/padding.cpp [skipped, already hipified] 2022-11-23T01:18:17.0264618Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/pixelshuffle.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/pixelshuffle.cpp [skipped, already hipified] 2022-11-23T01:18:17.0281427Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/pooling.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/pooling.cpp [skipped, already hipified] 2022-11-23T01:18:17.0327562Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/rnn.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/rnn.cpp [ok] 2022-11-23T01:18:17.0351863Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/transformer.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/transformer.cpp [skipped, already hipified] 2022-11-23T01:18:17.0361932Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/upsampling.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/upsampling.cpp [skipped, already hipified] 2022-11-23T01:18:17.0366799Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/container/functional.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/container/functional.cpp [skipped, already hipified] 2022-11-23T01:18:17.0372824Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/activation.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/activation.cpp [skipped, already hipified] 2022-11-23T01:18:17.0380910Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/adaptive.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/adaptive.cpp [skipped, already hipified] 2022-11-23T01:18:17.0385574Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/batchnorm.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/batchnorm.cpp [skipped, already hipified] 2022-11-23T01:18:17.0390648Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/conv.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/conv.cpp [skipped, already hipified] 2022-11-23T01:18:17.0395040Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/dropout.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/dropout.cpp [skipped, already hipified] 2022-11-23T01:18:17.0400600Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/embedding.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/embedding.cpp [skipped, already hipified] 2022-11-23T01:18:17.0405023Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/instancenorm.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/instancenorm.cpp [skipped, already hipified] 2022-11-23T01:18:17.0411045Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/linear.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/linear.cpp [skipped, already hipified] 2022-11-23T01:18:17.0416151Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/normalization.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/normalization.cpp [skipped, already hipified] 2022-11-23T01:18:17.0427246Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/padding.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/padding.cpp [skipped, already hipified] 2022-11-23T01:18:17.0432570Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/pooling.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/pooling.cpp [skipped, already hipified] 2022-11-23T01:18:17.0438499Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/rnn.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/rnn.cpp [skipped, already hipified] 2022-11-23T01:18:17.0445272Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/transformer.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/transformer.cpp [skipped, already hipified] 2022-11-23T01:18:17.0452702Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/vision.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/vision.cpp [skipped, already hipified] 2022-11-23T01:18:17.0467000Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adagrad.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adagrad.cpp [skipped, already hipified] 2022-11-23T01:18:17.0484379Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adam.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adam.cpp [skipped, already hipified] 2022-11-23T01:18:17.0505381Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adamw.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adamw.cpp [skipped, already hipified] 2022-11-23T01:18:17.0533728Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/lbfgs.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/lbfgs.cpp [skipped, already hipified] 2022-11-23T01:18:17.0543690Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/optimizer.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/optimizer.cpp [skipped, already hipified] 2022-11-23T01:18:17.0555857Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/rmsprop.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/rmsprop.cpp [skipped, already hipified] 2022-11-23T01:18:17.0561868Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/serialize.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/serialize.cpp [skipped, already hipified] 2022-11-23T01:18:17.0574046Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/sgd.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/sgd.cpp [skipped, already hipified] 2022-11-23T01:18:17.0579723Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp [skipped, already hipified] 2022-11-23T01:18:17.0586394Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/schedulers/step_lr.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/schedulers/step_lr.cpp [skipped, already hipified] 2022-11-23T01:18:17.0597921Z /var/lib/jenkins/workspace/torch/csrc/api/src/python/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/python/init.cpp [skipped, already hipified] 2022-11-23T01:18:17.0610415Z /var/lib/jenkins/workspace/torch/csrc/api/src/serialize/input-archive.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/serialize/input-archive.cpp [skipped, already hipified] 2022-11-23T01:18:17.0616012Z /var/lib/jenkins/workspace/torch/csrc/api/src/serialize/output-archive.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/serialize/output-archive.cpp [skipped, already hipified] 2022-11-23T01:18:17.0833036Z /var/lib/jenkins/workspace/torch/csrc/autograd/FunctionsManual.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/FunctionsManual.cpp [skipped, already hipified] 2022-11-23T01:18:17.0865893Z /var/lib/jenkins/workspace/torch/csrc/autograd/FunctionsManual.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/FunctionsManual.h [skipped, already hipified] 2022-11-23T01:18:17.0870763Z /var/lib/jenkins/workspace/torch/csrc/autograd/InferenceMode.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/InferenceMode.h [skipped, already hipified] 2022-11-23T01:18:17.0884679Z /var/lib/jenkins/workspace/torch/csrc/autograd/TraceTypeManual.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/TraceTypeManual.cpp [skipped, already hipified] 2022-11-23T01:18:17.0905632Z /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeManual.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeManual.cpp [skipped, already hipified] 2022-11-23T01:18:17.0932436Z /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeUtils.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeUtils.h [skipped, already hipified] 2022-11-23T01:18:17.0938644Z /var/lib/jenkins/workspace/torch/csrc/autograd/anomaly_mode.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/anomaly_mode.cpp [skipped, already hipified] 2022-11-23T01:18:17.0944644Z /var/lib/jenkins/workspace/torch/csrc/autograd/anomaly_mode.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/anomaly_mode.h [skipped, already hipified] 2022-11-23T01:18:17.0957786Z /var/lib/jenkins/workspace/torch/csrc/autograd/autograd.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/autograd.cpp [skipped, already hipified] 2022-11-23T01:18:17.0975044Z /var/lib/jenkins/workspace/torch/csrc/autograd/autograd.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/autograd.h [skipped, already hipified] 2022-11-23T01:18:17.0993962Z /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_meta.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_meta.cpp [skipped, already hipified] 2022-11-23T01:18:17.1015418Z /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_not_implemented_fallback.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_not_implemented_fallback.cpp [skipped, already hipified] 2022-11-23T01:18:17.1020897Z /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_not_implemented_fallback.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_not_implemented_fallback.h [skipped, already hipified] 2022-11-23T01:18:17.1031007Z /var/lib/jenkins/workspace/torch/csrc/autograd/cpp_hook.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/cpp_hook.cpp [skipped, already hipified] 2022-11-23T01:18:17.1038544Z /var/lib/jenkins/workspace/torch/csrc/autograd/cpp_hook.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/cpp_hook.h [skipped, already hipified] 2022-11-23T01:18:17.1080954Z /var/lib/jenkins/workspace/torch/csrc/autograd/custom_function.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/custom_function.cpp [skipped, already hipified] 2022-11-23T01:18:17.1105392Z /var/lib/jenkins/workspace/torch/csrc/autograd/custom_function.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/custom_function.h [skipped, already hipified] 2022-11-23T01:18:17.1113116Z /var/lib/jenkins/workspace/torch/csrc/autograd/edge.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/edge.h [skipped, already hipified] 2022-11-23T01:18:17.1174249Z /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp [ok] 2022-11-23T01:18:17.1188572Z /var/lib/jenkins/workspace/torch/csrc/autograd/engine.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/engine.h [skipped, already hipified] 2022-11-23T01:18:17.1195371Z /var/lib/jenkins/workspace/torch/csrc/autograd/forward_grad.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/forward_grad.cpp [skipped, already hipified] 2022-11-23T01:18:17.1207545Z /var/lib/jenkins/workspace/torch/csrc/autograd/forward_grad.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/forward_grad.h [skipped, already hipified] 2022-11-23T01:18:17.1214972Z /var/lib/jenkins/workspace/torch/csrc/autograd/function.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/function.cpp [skipped, already hipified] 2022-11-23T01:18:17.1247532Z /var/lib/jenkins/workspace/torch/csrc/autograd/function.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/function.h [skipped, already hipified] 2022-11-23T01:18:17.1253754Z /var/lib/jenkins/workspace/torch/csrc/autograd/function_hook.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/function_hook.cpp [skipped, already hipified] 2022-11-23T01:18:17.1259947Z /var/lib/jenkins/workspace/torch/csrc/autograd/function_hook.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/function_hook.h [skipped, already hipified] 2022-11-23T01:18:17.1266802Z /var/lib/jenkins/workspace/torch/csrc/autograd/grad_mode.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/grad_mode.h [skipped, already hipified] 2022-11-23T01:18:17.1279834Z /var/lib/jenkins/workspace/torch/csrc/autograd/graph_task.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/graph_task.h [skipped, already hipified] 2022-11-23T01:18:17.1309928Z /var/lib/jenkins/workspace/torch/csrc/autograd/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/init.cpp [skipped, already hipified] 2022-11-23T01:18:17.1327732Z /var/lib/jenkins/workspace/torch/csrc/autograd/input_buffer.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/input_buffer.cpp [skipped, already hipified] 2022-11-23T01:18:17.1334151Z /var/lib/jenkins/workspace/torch/csrc/autograd/input_buffer.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/input_buffer.h [skipped, already hipified] 2022-11-23T01:18:17.1343718Z /var/lib/jenkins/workspace/torch/csrc/autograd/input_metadata.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/input_metadata.h [skipped, already hipified] 2022-11-23T01:18:17.1349073Z /var/lib/jenkins/workspace/torch/csrc/autograd/jit_decomp_interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/jit_decomp_interface.cpp [skipped, already hipified] 2022-11-23T01:18:17.1355477Z /var/lib/jenkins/workspace/torch/csrc/autograd/jit_decomp_interface.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/jit_decomp_interface.h [skipped, already hipified] 2022-11-23T01:18:17.1359507Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler.h [skipped, already hipified] 2022-11-23T01:18:17.1396742Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_kineto.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_kineto.cpp [skipped, already hipified] 2022-11-23T01:18:17.1405359Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_kineto.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_kineto.h [skipped, already hipified] 2022-11-23T01:18:17.1443874Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_legacy.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_legacy.cpp [skipped, already hipified] 2022-11-23T01:18:17.1456845Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_legacy.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_legacy.h [skipped, already hipified] 2022-11-23T01:18:17.1499803Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_python.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_python.cpp [skipped, already hipified] 2022-11-23T01:18:17.1503623Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_python.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_python.h [skipped, already hipified] 2022-11-23T01:18:17.1510582Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_anomaly_mode.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_anomaly_mode.cpp [skipped, already hipified] 2022-11-23T01:18:17.1522161Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_anomaly_mode.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_anomaly_mode.h [skipped, already hipified] 2022-11-23T01:18:17.1530256Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_autograd.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_autograd.h [skipped, already hipified] 2022-11-23T01:18:17.1541860Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_cpp_function.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_cpp_function.cpp [skipped, already hipified] 2022-11-23T01:18:17.1552490Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_cpp_function.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_cpp_function.h [skipped, already hipified] 2022-11-23T01:18:17.1572461Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_engine.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_engine.cpp [skipped, already hipified] 2022-11-23T01:18:17.1577349Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_engine.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_engine.h [skipped, already hipified] 2022-11-23T01:18:17.1590213Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_enum_tag.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_enum_tag.h [skipped, already hipified] 2022-11-23T01:18:17.1595195Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_fft_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_fft_functions.h [skipped, already hipified] 2022-11-23T01:18:17.1642176Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_function.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_function.cpp [skipped, already hipified] 2022-11-23T01:18:17.1650380Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_function.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_function.h [skipped, already hipified] 2022-11-23T01:18:17.1662247Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_hook.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_hook.cpp [skipped, already hipified] 2022-11-23T01:18:17.1667571Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_hook.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_hook.h [skipped, already hipified] 2022-11-23T01:18:17.1677290Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_legacy_variable.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_legacy_variable.cpp [skipped, already hipified] 2022-11-23T01:18:17.1683523Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_legacy_variable.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_legacy_variable.h [skipped, already hipified] 2022-11-23T01:18:17.1687858Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_linalg_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_linalg_functions.h [skipped, already hipified] 2022-11-23T01:18:17.1692773Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_nested_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_nested_functions.h [skipped, already hipified] 2022-11-23T01:18:17.1697678Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_nested_functions_manual.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_nested_functions_manual.cpp [skipped, already hipified] 2022-11-23T01:18:17.1702482Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_nn_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_nn_functions.h [skipped, already hipified] 2022-11-23T01:18:17.1706712Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_return_types.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_return_types.h [skipped, already hipified] 2022-11-23T01:18:17.1712995Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_saved_variable_hooks.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_saved_variable_hooks.cpp [skipped, already hipified] 2022-11-23T01:18:17.1718802Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_saved_variable_hooks.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_saved_variable_hooks.h [skipped, already hipified] 2022-11-23T01:18:17.1726559Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_sparse_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_sparse_functions.h [skipped, already hipified] 2022-11-23T01:18:17.1731181Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_special_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_special_functions.h [skipped, already hipified] 2022-11-23T01:18:17.1735327Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_torch_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_torch_functions.h [skipped, already hipified] 2022-11-23T01:18:17.1768992Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_torch_functions_manual.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_torch_functions_manual.cpp [skipped, already hipified] 2022-11-23T01:18:17.1857188Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable.cpp [skipped, already hipified] 2022-11-23T01:18:17.1869599Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable.h [skipped, already hipified] 2022-11-23T01:18:17.1895825Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable_indexing.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable_indexing.cpp [skipped, already hipified] 2022-11-23T01:18:17.1903130Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable_indexing.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable_indexing.h [skipped, already hipified] 2022-11-23T01:18:17.1915453Z /var/lib/jenkins/workspace/torch/csrc/autograd/record_function_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/record_function_ops.cpp [skipped, already hipified] 2022-11-23T01:18:17.1920945Z /var/lib/jenkins/workspace/torch/csrc/autograd/record_function_ops.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/record_function_ops.h [skipped, already hipified] 2022-11-23T01:18:17.1935133Z /var/lib/jenkins/workspace/torch/csrc/autograd/saved_variable.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/saved_variable.cpp [skipped, already hipified] 2022-11-23T01:18:17.1944323Z /var/lib/jenkins/workspace/torch/csrc/autograd/saved_variable.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/saved_variable.h [skipped, already hipified] 2022-11-23T01:18:17.1947893Z /var/lib/jenkins/workspace/torch/csrc/autograd/saved_variable_hooks.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/saved_variable_hooks.h [skipped, already hipified] 2022-11-23T01:18:17.1955630Z /var/lib/jenkins/workspace/torch/csrc/autograd/symbolic.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/symbolic.h [skipped, already hipified] 2022-11-23T01:18:17.1994003Z /var/lib/jenkins/workspace/torch/csrc/autograd/variable.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/variable.cpp [skipped, already hipified] 2022-11-23T01:18:17.2030861Z /var/lib/jenkins/workspace/torch/csrc/autograd/variable.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/variable.h [skipped, already hipified] 2022-11-23T01:18:17.2038599Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/accumulate_grad.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/accumulate_grad.cpp [skipped, already hipified] 2022-11-23T01:18:17.2053568Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/accumulate_grad.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/accumulate_grad.h [skipped, already hipified] 2022-11-23T01:18:17.2059143Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/basic_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/basic_ops.cpp [skipped, already hipified] 2022-11-23T01:18:17.2066117Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/basic_ops.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/basic_ops.h [skipped, already hipified] 2022-11-23T01:18:17.2077155Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/comm.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/comm.cpp [ok] 2022-11-23T01:18:17.2084342Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/comm.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/comm.h [ok] 2022-11-23T01:18:17.2093612Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/init.cpp [skipped, already hipified] 2022-11-23T01:18:17.2098724Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/pybind.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/pybind.h [skipped, already hipified] 2022-11-23T01:18:17.2109288Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/tensor.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/tensor.cpp [skipped, already hipified] 2022-11-23T01:18:17.2118341Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/tensor.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/tensor.h [skipped, already hipified] 2022-11-23T01:18:17.2131873Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/utils.cpp [skipped, already hipified] 2022-11-23T01:18:17.2139765Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/utils.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/utils.h [skipped, already hipified] 2022-11-23T01:18:17.2145814Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/error_messages.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/error_messages.h [skipped, already hipified] 2022-11-23T01:18:17.2152769Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/grad_layout_contract.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/grad_layout_contract.h [skipped, already hipified] 2022-11-23T01:18:17.2157890Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/lambda_post_hook.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/lambda_post_hook.h [skipped, already hipified] 2022-11-23T01:18:17.2164199Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/python_arg_parsing.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/python_arg_parsing.h [skipped, already hipified] 2022-11-23T01:18:17.2170991Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/warnings.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/warnings.cpp [skipped, already hipified] 2022-11-23T01:18:17.2181579Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/warnings.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/warnings.h [skipped, already hipified] 2022-11-23T01:18:17.2190533Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/wrap_outputs.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/wrap_outputs.h [skipped, already hipified] 2022-11-23T01:18:17.2202124Z /var/lib/jenkins/workspace/torch/csrc/cuda/Event.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/Event.cpp [ok] 2022-11-23T01:18:17.2208291Z /var/lib/jenkins/workspace/torch/csrc/cuda/Event.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/Event.h [ok] 2022-11-23T01:18:17.2216863Z /var/lib/jenkins/workspace/torch/csrc/cuda/Graph.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/Graph.cpp [ok] 2022-11-23T01:18:17.2260152Z /var/lib/jenkins/workspace/torch/csrc/cuda/Module.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/Module.cpp [ok] 2022-11-23T01:18:17.2265459Z /var/lib/jenkins/workspace/torch/csrc/cuda/Module.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/Module.h [skipped, already hipified] 2022-11-23T01:18:17.2274410Z /var/lib/jenkins/workspace/torch/csrc/cuda/Stream.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/Stream.cpp [ok] 2022-11-23T01:18:17.2279829Z /var/lib/jenkins/workspace/torch/csrc/cuda/Stream.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/Stream.h [ok] 2022-11-23T01:18:17.2284894Z /var/lib/jenkins/workspace/torch/csrc/cuda/THCP.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/THCP.h [skipped, already hipified] 2022-11-23T01:18:17.2290151Z /var/lib/jenkins/workspace/torch/csrc/cuda/Tensor.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/Tensor.cpp [skipped, already hipified] 2022-11-23T01:18:17.2314125Z /var/lib/jenkins/workspace/torch/csrc/cuda/comm.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/comm.cpp [ok] 2022-11-23T01:18:17.2320736Z /var/lib/jenkins/workspace/torch/csrc/cuda/comm.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/comm.h [ok] 2022-11-23T01:18:17.2325673Z /var/lib/jenkins/workspace/torch/csrc/cuda/device_set.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/device_set.h [skipped, already hipified] 2022-11-23T01:18:17.2337509Z /var/lib/jenkins/workspace/torch/csrc/cuda/memory_snapshot.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/memory_snapshot.cpp [ok] 2022-11-23T01:18:17.2342192Z /var/lib/jenkins/workspace/torch/csrc/cuda/memory_snapshot.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/memory_snapshot.h [skipped, already hipified] 2022-11-23T01:18:17.2372501Z /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.cpp [ok] 2022-11-23T01:18:17.2383390Z /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.h [ok] 2022-11-23T01:18:17.2393112Z /var/lib/jenkins/workspace/torch/csrc/cuda/python_comm.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/python_comm.cpp [ok] 2022-11-23T01:18:17.2398653Z /var/lib/jenkins/workspace/torch/csrc/cuda/python_comm.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/python_comm.h [skipped, already hipified] 2022-11-23T01:18:17.2413412Z /var/lib/jenkins/workspace/torch/csrc/cuda/python_nccl.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/python_nccl.cpp [ok] 2022-11-23T01:18:17.2421112Z /var/lib/jenkins/workspace/torch/csrc/cuda/python_nccl.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/python_nccl.h [skipped, already hipified] 2022-11-23T01:18:17.2427441Z /var/lib/jenkins/workspace/torch/csrc/cuda/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/utils.cpp [ok] 2022-11-23T01:18:17.2434672Z /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudart.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudart.cpp [ok] 2022-11-23T01:18:17.2443114Z /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudnn.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudnn.cpp [ok] 2022-11-23T01:18:17.2451910Z /var/lib/jenkins/workspace/torch/csrc/cuda/shared/nvtx.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/shared/nvtx.cpp [ok] 2022-11-23T01:18:17.2460393Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/autograd.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/autograd.cpp [skipped, already hipified] 2022-11-23T01:18:17.2466315Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/autograd.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/autograd.h [skipped, already hipified] 2022-11-23T01:18:17.2478723Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/init.cpp [skipped, already hipified] 2022-11-23T01:18:17.2484139Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/python_autograd.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/python_autograd.h [skipped, already hipified] 2022-11-23T01:18:17.2495145Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/utils.cpp [skipped, already hipified] 2022-11-23T01:18:17.2501366Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/utils.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/utils.h [skipped, already hipified] 2022-11-23T01:18:17.2514534Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.cpp [skipped, already hipified] 2022-11-23T01:18:17.2527487Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.h [skipped, already hipified] 2022-11-23T01:18:17.2540160Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.cpp [skipped, already hipified] 2022-11-23T01:18:17.2554564Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h [skipped, already hipified] 2022-11-23T01:18:17.2585314Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/engine/dist_engine.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/engine/dist_engine.cpp [skipped, already hipified] 2022-11-23T01:18:17.2596441Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/engine/dist_engine.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/engine/dist_engine.h [skipped, already hipified] 2022-11-23T01:18:17.2602689Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp [skipped, already hipified] 2022-11-23T01:18:17.2608106Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h [skipped, already hipified] 2022-11-23T01:18:17.2612699Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp [skipped, already hipified] 2022-11-23T01:18:17.2618700Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/sendrpc_backward.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/sendrpc_backward.h [skipped, already hipified] 2022-11-23T01:18:17.2623408Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp [skipped, already hipified] 2022-11-23T01:18:17.2628681Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h [skipped, already hipified] 2022-11-23T01:18:17.2642175Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp [skipped, already hipified] 2022-11-23T01:18:17.2648330Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h [skipped, already hipified] 2022-11-23T01:18:17.2653596Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp [skipped, already hipified] 2022-11-23T01:18:17.2660312Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h [skipped, already hipified] 2022-11-23T01:18:17.2674073Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp [skipped, already hipified] 2022-11-23T01:18:17.2680706Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h [skipped, already hipified] 2022-11-23T01:18:17.2689395Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp [skipped, already hipified] 2022-11-23T01:18:17.2699068Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h [skipped, already hipified] 2022-11-23T01:18:17.2708241Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp [skipped, already hipified] 2022-11-23T01:18:17.2715167Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h [skipped, already hipified] 2022-11-23T01:18:17.2725482Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp [skipped, already hipified] 2022-11-23T01:18:17.2731363Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h [skipped, already hipified] 2022-11-23T01:18:17.2741174Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp [skipped, already hipified] 2022-11-23T01:18:17.2747232Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h [skipped, already hipified] 2022-11-23T01:18:17.2757315Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp [skipped, already hipified] 2022-11-23T01:18:17.2762536Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h [skipped, already hipified] 2022-11-23T01:18:17.2779231Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp [skipped, already hipified] 2022-11-23T01:18:17.2784086Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h [skipped, already hipified] 2022-11-23T01:18:17.2789914Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Backend.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Backend.cpp [skipped, already hipified] 2022-11-23T01:18:17.2803280Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Backend.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Backend.hpp [skipped, already hipified] 2022-11-23T01:18:17.2818607Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/FileStore.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/FileStore.cpp [skipped, already hipified] 2022-11-23T01:18:17.2824311Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/FileStore.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/FileStore.hpp [skipped, already hipified] 2022-11-23T01:18:17.2833109Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp [skipped, already hipified] 2022-11-23T01:18:17.2838537Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp [skipped, already hipified] 2022-11-23T01:18:17.2845807Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/HashStore.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/HashStore.cpp [skipped, already hipified] 2022-11-23T01:18:17.2851392Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/HashStore.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/HashStore.hpp [skipped, already hipified] 2022-11-23T01:18:17.2857835Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/NCCLUtils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/NCCLUtils.cpp [skipped, already hipified] 2022-11-23T01:18:17.2870428Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/NCCLUtils.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/NCCLUtils.hpp [ok] 2022-11-23T01:18:17.2915051Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Ops.cpp [skipped, already hipified] 2022-11-23T01:18:17.2922695Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Ops.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Ops.hpp [skipped, already hipified] 2022-11-23T01:18:17.2944578Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/OpsImpl.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/OpsImpl.cpp [skipped, already hipified] 2022-11-23T01:18:17.2952458Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ParamCommsUtils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ParamCommsUtils.cpp [skipped, already hipified] 2022-11-23T01:18:17.2967265Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ParamCommsUtils.hpp [skipped, already hipified] 2022-11-23T01:18:17.2976823Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/PrefixStore.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/PrefixStore.cpp [skipped, already hipified] 2022-11-23T01:18:17.2982425Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/PrefixStore.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/PrefixStore.hpp [skipped, already hipified] 2022-11-23T01:18:17.2989517Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroup.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroup.cpp [skipped, already hipified] 2022-11-23T01:18:17.3006860Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroup.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroup.hpp [skipped, already hipified] 2022-11-23T01:18:17.3095434Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp [skipped, already hipified] 2022-11-23T01:18:17.3115397Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp [skipped, already hipified] 2022-11-23T01:18:17.3150750Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp [skipped, already hipified] 2022-11-23T01:18:17.3162344Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp [skipped, already hipified] 2022-11-23T01:18:17.3268718Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp [ok] 2022-11-23T01:18:17.3287646Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp [ok] 2022-11-23T01:18:17.3296197Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp [skipped, already hipified] 2022-11-23T01:18:17.3303439Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp [skipped, already hipified] 2022-11-23T01:18:17.3360139Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupUCC.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupUCC.cpp [ok] 2022-11-23T01:18:17.3376902Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp [ok] 2022-11-23T01:18:17.3401944Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp [skipped, already hipified] 2022-11-23T01:18:17.3410570Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp [skipped, already hipified] 2022-11-23T01:18:17.3420033Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/PyProcessGroup.hpp [skipped, already hipified] 2022-11-23T01:18:17.3424852Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Store.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Store.cpp [skipped, already hipified] 2022-11-23T01:18:17.3431455Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Store.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Store.hpp [skipped, already hipified] 2022-11-23T01:18:17.3470287Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TCPStore.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TCPStore.cpp [skipped, already hipified] 2022-11-23T01:18:17.3478069Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TCPStore.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TCPStore.hpp [skipped, already hipified] 2022-11-23T01:18:17.3487850Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TraceUtils.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TraceUtils.h [skipped, already hipified] 2022-11-23T01:18:17.3498902Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Types.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Types.hpp [skipped, already hipified] 2022-11-23T01:18:17.3505090Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCForNCCL.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCForNCCL.hpp [skipped, already hipified] 2022-11-23T01:18:17.3514641Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCTracing.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCTracing.cpp [skipped, already hipified] 2022-11-23T01:18:17.3524397Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCTracing.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCTracing.hpp [skipped, already hipified] 2022-11-23T01:18:17.3537685Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCUtils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCUtils.cpp [skipped, already hipified] 2022-11-23T01:18:17.3547957Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCUtils.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCUtils.hpp [skipped, already hipified] 2022-11-23T01:18:17.3553698Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UnixSockUtils.hpp [skipped, already hipified] 2022-11-23T01:18:17.3557988Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Utils.cpp [skipped, already hipified] 2022-11-23T01:18:17.3581816Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Utils.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Utils.hpp [skipped, already hipified] 2022-11-23T01:18:17.3586631Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/WinSockUtils.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/WinSockUtils.hpp [skipped, already hipified] 2022-11-23T01:18:17.3598158Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Work.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Work.cpp [skipped, already hipified] 2022-11-23T01:18:17.3604997Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Work.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Work.hpp [skipped, already hipified] 2022-11-23T01:18:17.3608617Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/c10d.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/c10d.h [skipped, already hipified] 2022-11-23T01:18:17.3618410Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/comm.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/comm.cpp [skipped, already hipified] 2022-11-23T01:18:17.3625661Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/comm.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/comm.hpp [skipped, already hipified] 2022-11-23T01:18:17.3631219Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/debug.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/debug.cpp [skipped, already hipified] 2022-11-23T01:18:17.3639156Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/debug.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/debug.h [skipped, already hipified] 2022-11-23T01:18:17.3656647Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/default_comm_hooks.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/default_comm_hooks.cpp [skipped, already hipified] 2022-11-23T01:18:17.3662261Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/default_comm_hooks.hpp [skipped, already hipified] 2022-11-23T01:18:17.3668174Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/error.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/error.h [skipped, already hipified] 2022-11-23T01:18:17.3679688Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/exception.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/exception.cpp [skipped, already hipified] 2022-11-23T01:18:17.3684024Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/exception.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/exception.h [skipped, already hipified] 2022-11-23T01:18:17.3762157Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/init.cpp [skipped, already hipified] 2022-11-23T01:18:17.3778467Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logger.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logger.cpp [skipped, already hipified] 2022-11-23T01:18:17.3785777Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logger.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logger.hpp [skipped, already hipified] 2022-11-23T01:18:17.3790685Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logging.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logging.cpp [skipped, already hipified] 2022-11-23T01:18:17.3796274Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logging.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logging.h [skipped, already hipified] 2022-11-23T01:18:17.3802094Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/python_comm_hook.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/python_comm_hook.cpp [skipped, already hipified] 2022-11-23T01:18:17.3806533Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/python_comm_hook.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/python_comm_hook.h [skipped, already hipified] 2022-11-23T01:18:17.3886677Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer.cpp [skipped, already hipified] 2022-11-23T01:18:17.3916247Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer.hpp [skipped, already hipified] 2022-11-23T01:18:17.3924706Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer_cuda.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer_cuda.cpp [ok] 2022-11-23T01:18:17.3931390Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer_timer.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer_timer.hpp [skipped, already hipified] 2022-11-23T01:18:17.3938812Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/sequence_num.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/sequence_num.cpp [skipped, already hipified] 2022-11-23T01:18:17.3944128Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/sequence_num.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/sequence_num.hpp [skipped, already hipified] 2022-11-23T01:18:17.3971392Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/socket.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/socket.cpp [skipped, already hipified] 2022-11-23T01:18:17.3978296Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/socket.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/socket.h [skipped, already hipified] 2022-11-23T01:18:17.3985726Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization.cpp [skipped, already hipified] 2022-11-23T01:18:17.3990926Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization.h [skipped, already hipified] 2022-11-23T01:18:17.4001015Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization_gpu.cu -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization_gpu.cu [ok] 2022-11-23T01:18:17.4008883Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization_gpu.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization_gpu.h [skipped, already hipified] 2022-11-23T01:18:17.4014949Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization_utils.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization_utils.h [skipped, already hipified] 2022-11-23T01:18:17.4028813Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/agent_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/agent_utils.cpp [skipped, already hipified] 2022-11-23T01:18:17.4035438Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/agent_utils.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/agent_utils.h [skipped, already hipified] 2022-11-23T01:18:17.4079004Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/init.cpp [skipped, already hipified] 2022-11-23T01:18:17.4087700Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.cpp [skipped, already hipified] 2022-11-23T01:18:17.4107890Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h [skipped, already hipified] 2022-11-23T01:18:17.4123360Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/py_rref.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/py_rref.cpp [skipped, already hipified] 2022-11-23T01:18:17.4129925Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/py_rref.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/py_rref.h [skipped, already hipified] 2022-11-23T01:18:17.4144157Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_call.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_call.cpp [skipped, already hipified] 2022-11-23T01:18:17.4149051Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_call.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_call.h [skipped, already hipified] 2022-11-23T01:18:17.4166911Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_functions.cpp [skipped, already hipified] 2022-11-23T01:18:17.4173183Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_functions.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_functions.h [skipped, already hipified] 2022-11-23T01:18:17.4182680Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_remote_call.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_remote_call.cpp [skipped, already hipified] 2022-11-23T01:18:17.4186984Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_remote_call.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_remote_call.h [skipped, already hipified] 2022-11-23T01:18:17.4192166Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_resp.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_resp.cpp [skipped, already hipified] 2022-11-23T01:18:17.4196140Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_resp.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_resp.h [skipped, already hipified] 2022-11-23T01:18:17.4206451Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_rpc_handler.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_rpc_handler.cpp [skipped, already hipified] 2022-11-23T01:18:17.4215174Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_rpc_handler.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_rpc_handler.h [skipped, already hipified] 2022-11-23T01:18:17.4219675Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback.cpp [skipped, already hipified] 2022-11-23T01:18:17.4224005Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback.h [skipped, already hipified] 2022-11-23T01:18:17.4240678Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_impl.cpp [ok] 2022-11-23T01:18:17.4253313Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_impl.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_impl.h [skipped, already hipified] 2022-11-23T01:18:17.4279359Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_no_python.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_no_python.cpp [ok] 2022-11-23T01:18:17.4286302Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_no_python.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_no_python.h [skipped, already hipified] 2022-11-23T01:18:17.4290166Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc.h [skipped, already hipified] 2022-11-23T01:18:17.4304343Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.cpp [skipped, already hipified] 2022-11-23T01:18:17.4319025Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h [skipped, already hipified] 2022-11-23T01:18:17.4323196Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_command_base.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_command_base.h [skipped, already hipified] 2022-11-23T01:18:17.4361734Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_context.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_context.cpp [skipped, already hipified] 2022-11-23T01:18:17.4377980Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_context.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_context.h [skipped, already hipified] 2022-11-23T01:18:17.4393182Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_impl.cpp [skipped, already hipified] 2022-11-23T01:18:17.4409482Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_impl.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_impl.h [skipped, already hipified] 2022-11-23T01:18:17.4418180Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_proto.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_proto.cpp [skipped, already hipified] 2022-11-23T01:18:17.4428911Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_proto.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_proto.h [skipped, already hipified] 2022-11-23T01:18:17.4437059Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_call.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_call.cpp [skipped, already hipified] 2022-11-23T01:18:17.4442559Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_call.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_call.h [skipped, already hipified] 2022-11-23T01:18:17.4452867Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_remote_call.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_remote_call.cpp [skipped, already hipified] 2022-11-23T01:18:17.4457608Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_remote_call.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_remote_call.h [skipped, already hipified] 2022-11-23T01:18:17.4461974Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_resp.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_resp.cpp [skipped, already hipified] 2022-11-23T01:18:17.4467174Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_resp.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_resp.h [skipped, already hipified] 2022-11-23T01:18:17.4522821Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_agent.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_agent.cpp [skipped, already hipified] 2022-11-23T01:18:17.4547028Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_agent.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_agent.h [skipped, already hipified] 2022-11-23T01:18:17.4557339Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_cuda.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_cuda.cpp [ok] 2022-11-23T01:18:17.4572776Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_utils.cpp [skipped, already hipified] 2022-11-23T01:18:17.4586843Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_utils.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_utils.h [skipped, already hipified] 2022-11-23T01:18:17.4597302Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/torchscript_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/torchscript_functions.cpp [skipped, already hipified] 2022-11-23T01:18:17.4603016Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/torchscript_functions.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/torchscript_functions.h [skipped, already hipified] 2022-11-23T01:18:17.4611181Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/types.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/types.cpp [skipped, already hipified] 2022-11-23T01:18:17.4616836Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/types.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/types.h [skipped, already hipified] 2022-11-23T01:18:17.4627659Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_call.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_call.cpp [skipped, already hipified] 2022-11-23T01:18:17.4638764Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_call.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_call.h [skipped, already hipified] 2022-11-23T01:18:17.4645431Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_remote_call.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_remote_call.cpp [skipped, already hipified] 2022-11-23T01:18:17.4650374Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_remote_call.h [skipped, already hipified] 2022-11-23T01:18:17.4674009Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/utils.cpp [ok] 2022-11-23T01:18:17.4681009Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/utils.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/utils.h [skipped, already hipified] 2022-11-23T01:18:17.4687478Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/metrics/RpcMetricsHandler.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/metrics/RpcMetricsHandler.h [skipped, already hipified] 2022-11-23T01:18:17.4692815Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/metrics/registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/metrics/registry.cpp [skipped, already hipified] 2022-11-23T01:18:17.4701714Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp [skipped, already hipified] 2022-11-23T01:18:17.4710055Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.h [skipped, already hipified] 2022-11-23T01:18:17.4716758Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp [skipped, already hipified] 2022-11-23T01:18:17.4731730Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.h [skipped, already hipified] 2022-11-23T01:18:17.4742815Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp [skipped, already hipified] 2022-11-23T01:18:17.4750074Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.h [skipped, already hipified] 2022-11-23T01:18:17.4759345Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/init.cpp [skipped, already hipified] 2022-11-23T01:18:17.4764674Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/testing.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/testing.h [skipped, already hipified] 2022-11-23T01:18:17.4791279Z /var/lib/jenkins/workspace/torch/csrc/dynamo/eval_frame.c -> /var/lib/jenkins/workspace/torch/csrc/dynamo/eval_frame.c [skipped, already hipified] 2022-11-23T01:18:17.4796359Z /var/lib/jenkins/workspace/torch/csrc/dynamo/eval_frame.h -> /var/lib/jenkins/workspace/torch/csrc/dynamo/eval_frame.h [skipped, already hipified] 2022-11-23T01:18:17.4829795Z /var/lib/jenkins/workspace/torch/csrc/dynamo/guards.cpp -> /var/lib/jenkins/workspace/torch/csrc/dynamo/guards.cpp [skipped, already hipified] 2022-11-23T01:18:17.4837359Z /var/lib/jenkins/workspace/torch/csrc/dynamo/guards.h -> /var/lib/jenkins/workspace/torch/csrc/dynamo/guards.h [skipped, already hipified] 2022-11-23T01:18:17.4842876Z /var/lib/jenkins/workspace/torch/csrc/dynamo/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/dynamo/init.cpp [skipped, already hipified] 2022-11-23T01:18:17.4847603Z /var/lib/jenkins/workspace/torch/csrc/dynamo/init.h -> /var/lib/jenkins/workspace/torch/csrc/dynamo/init.h [skipped, already hipified] 2022-11-23T01:18:17.4873047Z /var/lib/jenkins/workspace/torch/csrc/functorch/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/functorch/init.cpp [skipped, already hipified] 2022-11-23T01:18:17.4879549Z /var/lib/jenkins/workspace/torch/csrc/functorch/init.h -> /var/lib/jenkins/workspace/torch/csrc/functorch/init.h [skipped, already hipified] 2022-11-23T01:18:17.4888879Z /var/lib/jenkins/workspace/torch/csrc/jit/jit_log.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/jit_log.cpp [skipped, already hipified] 2022-11-23T01:18:17.4898461Z /var/lib/jenkins/workspace/torch/csrc/jit/jit_log.h -> /var/lib/jenkins/workspace/torch/csrc/jit/jit_log.h [skipped, already hipified] 2022-11-23T01:18:17.4907220Z /var/lib/jenkins/workspace/torch/csrc/jit/jit_opt_limit.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/jit_opt_limit.cpp [skipped, already hipified] 2022-11-23T01:18:17.4915275Z /var/lib/jenkins/workspace/torch/csrc/jit/jit_opt_limit.h -> /var/lib/jenkins/workspace/torch/csrc/jit/jit_opt_limit.h [skipped, already hipified] 2022-11-23T01:18:17.4921124Z /var/lib/jenkins/workspace/torch/csrc/jit/resource_guard.h -> /var/lib/jenkins/workspace/torch/csrc/jit/resource_guard.h [skipped, already hipified] 2022-11-23T01:18:17.4937087Z /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h -> /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h [skipped, already hipified] 2022-11-23T01:18:17.4945835Z /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.cpp [skipped, already hipified] 2022-11-23T01:18:17.4955272Z /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h [skipped, already hipified] 2022-11-23T01:18:17.4962897Z /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h -> /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h [skipped, already hipified] 2022-11-23T01:18:17.4988542Z /var/lib/jenkins/workspace/torch/csrc/jit/api/module.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/api/module.cpp [skipped, already hipified] 2022-11-23T01:18:17.5015486Z /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h -> /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h [skipped, already hipified] 2022-11-23T01:18:17.5021402Z /var/lib/jenkins/workspace/torch/csrc/jit/api/module_save.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/api/module_save.cpp [skipped, already hipified] 2022-11-23T01:18:17.5030164Z /var/lib/jenkins/workspace/torch/csrc/jit/api/object.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/api/object.cpp [skipped, already hipified] 2022-11-23T01:18:17.5038937Z /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h -> /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h [skipped, already hipified] 2022-11-23T01:18:17.5046867Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend.h [skipped, already hipified] 2022-11-23T01:18:17.5054177Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_handler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_handler.cpp [skipped, already hipified] 2022-11-23T01:18:17.5063513Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_handler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_handler.h [skipped, already hipified] 2022-11-23T01:18:17.5069188Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_info.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_info.cpp [skipped, already hipified] 2022-11-23T01:18:17.5083765Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_info.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_info.h [skipped, already hipified] 2022-11-23T01:18:17.5101161Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_detail.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_detail.cpp [skipped, already hipified] 2022-11-23T01:18:17.5106531Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_detail.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_detail.h [skipped, already hipified] 2022-11-23T01:18:17.5112471Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_exception.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_exception.h [skipped, already hipified] 2022-11-23T01:18:17.5123066Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_init.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_init.cpp [skipped, already hipified] 2022-11-23T01:18:17.5129499Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_init.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_init.h [skipped, already hipified] 2022-11-23T01:18:17.5136126Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_interface.cpp [skipped, already hipified] 2022-11-23T01:18:17.5141879Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_interface.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_interface.h [skipped, already hipified] 2022-11-23T01:18:17.5150916Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_preprocess.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_preprocess.h [skipped, already hipified] 2022-11-23T01:18:17.5156601Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_resolver.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_resolver.cpp [skipped, already hipified] 2022-11-23T01:18:17.5160204Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_resolver.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_resolver.h [skipped, already hipified] 2022-11-23T01:18:17.5165689Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/backend.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/backend.cpp [skipped, already hipified] 2022-11-23T01:18:17.5174343Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/context.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/context.cpp [skipped, already hipified] 2022-11-23T01:18:17.5179540Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/context.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/context.h [skipped, already hipified] 2022-11-23T01:18:17.5185439Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/preprocess.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/preprocess.cpp [skipped, already hipified] 2022-11-23T01:18:17.5190885Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLCompiler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLCompiler.h [skipped, already hipified] 2022-11-23T01:18:17.5195634Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLExecutor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLExecutor.h [skipped, already hipified] 2022-11-23T01:18:17.5200162Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLFeatureProvider.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLFeatureProvider.h [skipped, already hipified] 2022-11-23T01:18:17.5205306Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLModelWrapper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLModelWrapper.h [skipped, already hipified] 2022-11-23T01:18:17.5210607Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLTensorSpec.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLTensorSpec.h [skipped, already hipified] 2022-11-23T01:18:17.5220467Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp [skipped, already hipified] 2022-11-23T01:18:17.5229336Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp [skipped, already hipified] 2022-11-23T01:18:17.5237816Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_backend_lib.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_backend_lib.cpp [skipped, already hipified] 2022-11-23T01:18:17.5248518Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_backend_preprocess.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_backend_preprocess.cpp [skipped, already hipified] 2022-11-23T01:18:17.5262447Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.cpp [skipped, already hipified] 2022-11-23T01:18:17.5269458Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.h [skipped, already hipified] 2022-11-23T01:18:17.5286823Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.cpp [skipped, already hipified] 2022-11-23T01:18:17.5291690Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.h [skipped, already hipified] 2022-11-23T01:18:17.5297762Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/executor/xnn_executor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/executor/xnn_executor.h [skipped, already hipified] 2022-11-23T01:18:17.5305084Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/serialization/serializer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/serialization/serializer.cpp [skipped, already hipified] 2022-11-23T01:18:17.5312690Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/serialization/serializer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/serialization/serializer.h [skipped, already hipified] 2022-11-23T01:18:17.5391017Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/arith.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/arith.cpp [skipped, already hipified] 2022-11-23T01:18:17.5418262Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/arith.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/arith.h [skipped, already hipified] 2022-11-23T01:18:17.5427066Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/codegen.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/codegen.h [skipped, already hipified] 2022-11-23T01:18:17.5439187Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/compute_at.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/compute_at.cpp [skipped, already hipified] 2022-11-23T01:18:17.5444486Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/compute_at.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/compute_at.h [skipped, already hipified] 2022-11-23T01:18:17.5487753Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/compute_at_map.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/compute_at_map.cpp [skipped, already hipified] 2022-11-23T01:18:17.5501859Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/compute_at_map.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/compute_at_map.h [skipped, already hipified] 2022-11-23T01:18:17.5534203Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/contiguity.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/contiguity.cpp [skipped, already hipified] 2022-11-23T01:18:17.5550134Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/contiguity.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/contiguity.h [skipped, already hipified] 2022-11-23T01:18:17.5564498Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/disjoint_set.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/disjoint_set.h [skipped, already hipified] 2022-11-23T01:18:17.5596777Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/dispatch.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/dispatch.cpp [skipped, already hipified] 2022-11-23T01:18:17.5619567Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/dispatch.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/dispatch.h [skipped, already hipified] 2022-11-23T01:18:17.5637167Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/dynamic_type.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/dynamic_type.h [skipped, already hipified] 2022-11-23T01:18:17.5663099Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/evaluator_common.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/evaluator_common.cpp [skipped, already hipified] 2022-11-23T01:18:17.5679287Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/evaluator_common.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/evaluator_common.h [skipped, already hipified] 2022-11-23T01:18:17.5708518Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.cpp [ok] 2022-11-23T01:18:17.5722782Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.h [ok] 2022-11-23T01:18:17.5735490Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_kernel_arg.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_kernel_arg.cpp [skipped, already hipified] 2022-11-23T01:18:17.5749227Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h [ok] 2022-11-23T01:18:17.5759718Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_launch_params.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_launch_params.cpp [ok] 2022-11-23T01:18:17.5769222Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_launch_params.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_launch_params.h [skipped, already hipified] 2022-11-23T01:18:17.5819394Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp [ok] 2022-11-23T01:18:17.5831122Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.h [ok] 2022-11-23T01:18:17.5843143Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/expr_evaluator.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/expr_evaluator.cpp [skipped, already hipified] 2022-11-23T01:18:17.5849225Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/expr_evaluator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/expr_evaluator.h [skipped, already hipified] 2022-11-23T01:18:17.5873622Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion.cpp [skipped, already hipified] 2022-11-23T01:18:17.5888974Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion.h [skipped, already hipified] 2022-11-23T01:18:17.5989605Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion_segmenter.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion_segmenter.cpp [skipped, already hipified] 2022-11-23T01:18:17.6017518Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion_segmenter.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/fusion_segmenter.h [skipped, already hipified] 2022-11-23T01:18:17.6108204Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/graph_fuser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/graph_fuser.cpp [skipped, already hipified] 2022-11-23T01:18:17.6118253Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/grouped_reduction.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/grouped_reduction.cpp [skipped, already hipified] 2022-11-23T01:18:17.6126255Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/grouped_reduction.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/grouped_reduction.h [skipped, already hipified] 2022-11-23T01:18:17.6225512Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/index_compute.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/index_compute.cpp [skipped, already hipified] 2022-11-23T01:18:17.6247829Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/index_compute.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/index_compute.h [skipped, already hipified] 2022-11-23T01:18:17.6262997Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/inlining.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/inlining.cpp [skipped, already hipified] 2022-11-23T01:18:17.6269979Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/inlining.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/inlining.h [skipped, already hipified] 2022-11-23T01:18:17.6275776Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/instrumentation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/instrumentation.cpp [skipped, already hipified] 2022-11-23T01:18:17.6283115Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/instrumentation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/instrumentation.h [ok] 2022-11-23T01:18:17.6322409Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/interface.cpp [skipped, already hipified] 2022-11-23T01:18:17.6328870Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/interface.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/interface.h [skipped, already hipified] 2022-11-23T01:18:17.6335622Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_all_nodes.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_all_nodes.h [skipped, already hipified] 2022-11-23T01:18:17.6350457Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_base_nodes.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_base_nodes.cpp [skipped, already hipified] 2022-11-23T01:18:17.6367008Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_base_nodes.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_base_nodes.h [skipped, already hipified] 2022-11-23T01:18:17.6385491Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_builder.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_builder.cpp [skipped, already hipified] 2022-11-23T01:18:17.6393151Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_builder.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_builder.h [skipped, already hipified] 2022-11-23T01:18:17.6402305Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_cloner.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_cloner.cpp [skipped, already hipified] 2022-11-23T01:18:17.6408881Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_cloner.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_cloner.h [skipped, already hipified] 2022-11-23T01:18:17.6419569Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_container.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_container.cpp [skipped, already hipified] 2022-11-23T01:18:17.6427430Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_container.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_container.h [skipped, already hipified] 2022-11-23T01:18:17.6452105Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_graphviz.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_graphviz.cpp [skipped, already hipified] 2022-11-23T01:18:17.6461019Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_graphviz.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_graphviz.h [skipped, already hipified] 2022-11-23T01:18:17.6484843Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h [skipped, already hipified] 2022-11-23T01:18:17.6533642Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h [skipped, already hipified] 2022-11-23T01:18:17.6569469Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_iostream.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_iostream.cpp [skipped, already hipified] 2022-11-23T01:18:17.6580642Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_iostream.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_iostream.h [skipped, already hipified] 2022-11-23T01:18:17.6663049Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_nodes.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_nodes.cpp [skipped, already hipified] 2022-11-23T01:18:17.6668821Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_printer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_printer.h [skipped, already hipified] 2022-11-23T01:18:17.6708486Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_utils.cpp [skipped, already hipified] 2022-11-23T01:18:17.6722731Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_utils.h [skipped, already hipified] 2022-11-23T01:18:17.6750303Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.cpp [skipped, already hipified] 2022-11-23T01:18:17.6770364Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h [skipped, already hipified] 2022-11-23T01:18:17.6788411Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel.cpp [ok] 2022-11-23T01:18:17.6799441Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel.h [skipped, already hipified] 2022-11-23T01:18:17.6835914Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_cache.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_cache.cpp [ok] 2022-11-23T01:18:17.6860470Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_cache.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_cache.h [skipped, already hipified] 2022-11-23T01:18:17.6869873Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.cpp [skipped, already hipified] 2022-11-23T01:18:17.6878936Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h [skipped, already hipified] 2022-11-23T01:18:17.6905684Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_ir.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_ir.cpp [skipped, already hipified] 2022-11-23T01:18:17.6933161Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_ir.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_ir.h [skipped, already hipified] 2022-11-23T01:18:17.6946885Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.cpp [skipped, already hipified] 2022-11-23T01:18:17.6954101Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h [skipped, already hipified] 2022-11-23T01:18:17.6970179Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower2device.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower2device.cpp [ok] 2022-11-23T01:18:17.6979976Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower2device.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower2device.h [skipped, already hipified] 2022-11-23T01:18:17.7018562Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_alias_memory.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_alias_memory.cpp [skipped, already hipified] 2022-11-23T01:18:17.7023033Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_alias_memory.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_alias_memory.h [skipped, already hipified] 2022-11-23T01:18:17.7051538Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_allocation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_allocation.cpp [skipped, already hipified] 2022-11-23T01:18:17.7056271Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_allocation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_allocation.h [skipped, already hipified] 2022-11-23T01:18:17.7072918Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_bank_conflict.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_bank_conflict.cpp [skipped, already hipified] 2022-11-23T01:18:17.7077552Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h [skipped, already hipified] 2022-11-23T01:18:17.7084116Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_divisible_split.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_divisible_split.cpp [skipped, already hipified] 2022-11-23T01:18:17.7088262Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_divisible_split.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_divisible_split.h [skipped, already hipified] 2022-11-23T01:18:17.7124433Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_double_buffer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_double_buffer.cpp [skipped, already hipified] 2022-11-23T01:18:17.7138964Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_double_buffer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_double_buffer.h [ok] 2022-11-23T01:18:17.7187315Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_expr_sort.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_expr_sort.cpp [skipped, already hipified] 2022-11-23T01:18:17.7198896Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_expr_sort.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_expr_sort.h [skipped, already hipified] 2022-11-23T01:18:17.7215322Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_fused_reduction.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_fused_reduction.cpp [skipped, already hipified] 2022-11-23T01:18:17.7221083Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h [skipped, already hipified] 2022-11-23T01:18:17.7230238Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.cpp [skipped, already hipified] 2022-11-23T01:18:17.7238195Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h [skipped, already hipified] 2022-11-23T01:18:17.7286247Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index.cpp [skipped, already hipified] 2022-11-23T01:18:17.7294625Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index.h [skipped, already hipified] 2022-11-23T01:18:17.7346340Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index_compute.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index_compute.cpp [skipped, already hipified] 2022-11-23T01:18:17.7357141Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index_compute.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index_compute.h [skipped, already hipified] 2022-11-23T01:18:17.7373296Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index_hoist.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index_hoist.cpp [skipped, already hipified] 2022-11-23T01:18:17.7388514Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index_hoist.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_index_hoist.h [skipped, already hipified] 2022-11-23T01:18:17.7410590Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_insert_syncs.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_insert_syncs.cpp [ok] 2022-11-23T01:18:17.7419873Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h [skipped, already hipified] 2022-11-23T01:18:17.7429096Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_instrument.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_instrument.cpp [skipped, already hipified] 2022-11-23T01:18:17.7434053Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_instrument.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_instrument.h [skipped, already hipified] 2022-11-23T01:18:17.7446419Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_loops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_loops.cpp [skipped, already hipified] 2022-11-23T01:18:17.7452244Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_loops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_loops.h [skipped, already hipified] 2022-11-23T01:18:17.7463372Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_magic_zero.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_magic_zero.cpp [skipped, already hipified] 2022-11-23T01:18:17.7473281Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_magic_zero.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_magic_zero.h [skipped, already hipified] 2022-11-23T01:18:17.7495916Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.cpp [skipped, already hipified] 2022-11-23T01:18:17.7502507Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h [skipped, already hipified] 2022-11-23T01:18:17.7517646Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_predicate.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_predicate.cpp [skipped, already hipified] 2022-11-23T01:18:17.7522012Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_predicate.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_predicate.h [skipped, already hipified] 2022-11-23T01:18:17.7571434Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.cpp [ok] 2022-11-23T01:18:17.7577191Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h [skipped, already hipified] 2022-11-23T01:18:17.7588723Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_replace_size.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_replace_size.cpp [skipped, already hipified] 2022-11-23T01:18:17.7596999Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_replace_size.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_replace_size.h [skipped, already hipified] 2022-11-23T01:18:17.7631543Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_shift.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_shift.cpp [skipped, already hipified] 2022-11-23T01:18:17.7641898Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_shift.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_shift.h [skipped, already hipified] 2022-11-23T01:18:17.7667097Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_sync_information.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_sync_information.cpp [skipped, already hipified] 2022-11-23T01:18:17.7672044Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_sync_information.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_sync_information.h [skipped, already hipified] 2022-11-23T01:18:17.7699177Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_thread_predicate.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_thread_predicate.cpp [skipped, already hipified] 2022-11-23T01:18:17.7710193Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h [skipped, already hipified] 2022-11-23T01:18:17.7718558Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.cpp [skipped, already hipified] 2022-11-23T01:18:17.7738244Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/manager.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/manager.cpp [skipped, already hipified] 2022-11-23T01:18:17.7743757Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h [skipped, already hipified] 2022-11-23T01:18:17.7763763Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.cpp [skipped, already hipified] 2022-11-23T01:18:17.7769356Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h [skipped, already hipified] 2022-11-23T01:18:17.7783027Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_unroll.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_unroll.cpp [skipped, already hipified] 2022-11-23T01:18:17.7793197Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_unroll.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_unroll.h [skipped, already hipified] 2022-11-23T01:18:17.7821119Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_utils.cpp [ok] 2022-11-23T01:18:17.7834627Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_utils.h [skipped, already hipified] 2022-11-23T01:18:17.7885599Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_validation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_validation.cpp [ok] 2022-11-23T01:18:17.7891731Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_validation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_validation.h [skipped, already hipified] 2022-11-23T01:18:17.7918065Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_warp_reduce.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_warp_reduce.cpp [ok] 2022-11-23T01:18:17.7923263Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h [skipped, already hipified] 2022-11-23T01:18:17.7928445Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/manager.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/manager.h [skipped, already hipified] 2022-11-23T01:18:17.7949225Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/maxinfo_propagator.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/maxinfo_propagator.cpp [skipped, already hipified] 2022-11-23T01:18:17.7962279Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h [skipped, already hipified] 2022-11-23T01:18:17.7977057Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/mma_type.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/mma_type.cpp [skipped, already hipified] 2022-11-23T01:18:17.7985918Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/mma_type.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/mma_type.h [skipped, already hipified] 2022-11-23T01:18:17.8020626Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/mutator.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/mutator.cpp [skipped, already hipified] 2022-11-23T01:18:17.8026524Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/mutator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/mutator.h [skipped, already hipified] 2022-11-23T01:18:17.8035245Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/non_divisible_split.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/non_divisible_split.cpp [skipped, already hipified] 2022-11-23T01:18:17.8040711Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/non_divisible_split.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/non_divisible_split.h [skipped, already hipified] 2022-11-23T01:18:17.8058144Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parallel_dimension_map.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parallel_dimension_map.cpp [ok] 2022-11-23T01:18:17.8064892Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h [skipped, already hipified] 2022-11-23T01:18:17.8068874Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.cpp [skipped, already hipified] 2022-11-23T01:18:17.8078899Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h [skipped, already hipified] 2022-11-23T01:18:17.8234930Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parser.cpp [skipped, already hipified] 2022-11-23T01:18:17.8241239Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/parser.h [skipped, already hipified] 2022-11-23T01:18:17.8247474Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/partial_split_map.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/partial_split_map.cpp [skipped, already hipified] 2022-11-23T01:18:17.8254445Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/partial_split_map.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/partial_split_map.h [skipped, already hipified] 2022-11-23T01:18:17.8270342Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/partition.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/partition.cpp [ok] 2022-11-23T01:18:17.8277557Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/partition.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/partition.h [skipped, already hipified] 2022-11-23T01:18:17.8308747Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/predicate_compute.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/predicate_compute.cpp [skipped, already hipified] 2022-11-23T01:18:17.8320886Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/predicate_compute.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/predicate_compute.h [skipped, already hipified] 2022-11-23T01:18:17.8325881Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/register_interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/register_interface.cpp [skipped, already hipified] 2022-11-23T01:18:17.8367796Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/root_domain_map.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/root_domain_map.cpp [skipped, already hipified] 2022-11-23T01:18:17.8390508Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/root_domain_map.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/root_domain_map.h [skipped, already hipified] 2022-11-23T01:18:17.8436975Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/tensor_view.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/tensor_view.cpp [skipped, already hipified] 2022-11-23T01:18:17.8480529Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_iter.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_iter.cpp [skipped, already hipified] 2022-11-23T01:18:17.8495875Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_iter.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_iter.h [skipped, already hipified] 2022-11-23T01:18:17.8536166Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_replay.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_replay.cpp [skipped, already hipified] 2022-11-23T01:18:17.8550338Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_replay.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_replay.h [skipped, already hipified] 2022-11-23T01:18:17.8591635Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_rfactor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_rfactor.cpp [skipped, already hipified] 2022-11-23T01:18:17.8597729Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_rfactor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_rfactor.h [skipped, already hipified] 2022-11-23T01:18:17.8630738Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_view.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_view.cpp [skipped, already hipified] 2022-11-23T01:18:17.8637858Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_view.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/transform_view.h [skipped, already hipified] 2022-11-23T01:18:17.8679163Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type.cpp [ok] 2022-11-23T01:18:17.8693713Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type.h [skipped, already hipified] 2022-11-23T01:18:17.8719529Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_inference.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_inference.cpp [skipped, already hipified] 2022-11-23T01:18:17.8724544Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_inference.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_inference.h [skipped, already hipified] 2022-11-23T01:18:17.8734099Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_promotion.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_promotion.cpp [skipped, already hipified] 2022-11-23T01:18:17.8741121Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_promotion.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/type_promotion.h [skipped, already hipified] 2022-11-23T01:18:17.8759874Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/utils.cpp [skipped, already hipified] 2022-11-23T01:18:17.8769342Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/utils.h [skipped, already hipified] 2022-11-23T01:18:17.8775093Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/vectorization_info.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/vectorization_info.h [skipped, already hipified] 2022-11-23T01:18:17.8783174Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/docs/documentation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/docs/documentation.h [skipped, already hipified] 2022-11-23T01:18:17.8789407Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/examples/sinh_extension/main.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/examples/sinh_extension/main.cpp [skipped, already hipified] 2022-11-23T01:18:17.8795838Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/examples/sinh_libtorch/main.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/examples/sinh_libtorch/main.cpp [skipped, already hipified] 2022-11-23T01:18:17.8812419Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/alias.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/alias.cpp [skipped, already hipified] 2022-11-23T01:18:17.8826326Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/alias.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/alias.h [skipped, already hipified] 2022-11-23T01:18:17.8831529Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/all_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/all_ops.h [skipped, already hipified] 2022-11-23T01:18:17.8844329Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/composite.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/composite.cpp [skipped, already hipified] 2022-11-23T01:18:17.8857754Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/composite.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/composite.h [skipped, already hipified] 2022-11-23T01:18:17.8906940Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/normalization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/normalization.cpp [skipped, already hipified] 2022-11-23T01:18:17.8916303Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/normalization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ops/normalization.h [skipped, already hipified] 2022-11-23T01:18:17.8928457Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_cache.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_cache.cpp [skipped, already hipified] 2022-11-23T01:18:17.8936119Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_cache.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_cache.h [skipped, already hipified] 2022-11-23T01:18:17.8949414Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_definition.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_definition.cpp [skipped, already hipified] 2022-11-23T01:18:17.8962027Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_definition.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_definition.h [skipped, already hipified] 2022-11-23T01:18:17.8969594Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_interface.cpp [skipped, already hipified] 2022-11-23T01:18:17.8980491Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_interface.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_interface.h [skipped, already hipified] 2022-11-23T01:18:17.9039157Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_record.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/fusion_record.h [skipped, already hipified] 2022-11-23T01:18:17.9150710Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp [ok] 2022-11-23T01:18:17.9156497Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/python_bindings.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/python_bindings.h [skipped, already hipified] 2022-11-23T01:18:17.9170609Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_cache.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_cache.cpp [ok] 2022-11-23T01:18:17.9182034Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_definition.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_definition.cpp [ok] 2022-11-23T01:18:17.9193533Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_record.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_record.cpp [ok] 2022-11-23T01:18:17.9204971Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/array.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/array.cu [skipped, already hipified] 2022-11-23T01:18:17.9219223Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/array_rocm.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/array_rocm.cu [skipped, already hipified] 2022-11-23T01:18:17.9224503Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/bf16_support.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/bf16_support.cu [skipped, already hipified] 2022-11-23T01:18:17.9230025Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/bf16_support_rocm.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/bf16_support_rocm.cu [skipped, already hipified] 2022-11-23T01:18:17.9236029Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/block_sync_default.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/block_sync_default.cu [skipped, already hipified] 2022-11-23T01:18:17.9245028Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/fp16_support.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/fp16_support.cu [skipped, already hipified] 2022-11-23T01:18:17.9299240Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/fused_reduction.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/fused_reduction.cu [skipped, already hipified] 2022-11-23T01:18:17.9306443Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/fused_welford_helper.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/fused_welford_helper.cu [skipped, already hipified] 2022-11-23T01:18:17.9332249Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/fused_welford_impl.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/fused_welford_impl.cu [skipped, already hipified] 2022-11-23T01:18:17.9338716Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/grid_broadcast.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/grid_broadcast.cu [skipped, already hipified] 2022-11-23T01:18:17.9359361Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/grid_sync.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/grid_sync.cu [skipped, already hipified] 2022-11-23T01:18:17.9366898Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/index_utils.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/index_utils.cu [skipped, already hipified] 2022-11-23T01:18:17.9377587Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/memory.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/memory.cu [skipped, already hipified] 2022-11-23T01:18:17.9385171Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/random_numbers.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/random_numbers.cu [skipped, already hipified] 2022-11-23T01:18:17.9392556Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/swizzle.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/swizzle.cu [skipped, already hipified] 2022-11-23T01:18:17.9398398Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/tensor.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/tensor.cu [skipped, already hipified] 2022-11-23T01:18:17.9413297Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/tensorcore.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/tensorcore.cu [skipped, already hipified] 2022-11-23T01:18:17.9441422Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/tuple.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/tuple.cu [skipped, already hipified] 2022-11-23T01:18:17.9446825Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/type_traits.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/type_traits.cu [skipped, already hipified] 2022-11-23T01:18:17.9454354Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/warp.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/warp.cu [skipped, already hipified] 2022-11-23T01:18:17.9462032Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/warp_rocm.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/warp_rocm.cu [skipped, already hipified] 2022-11-23T01:18:17.9478392Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/welford.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/runtime/welford.cu [skipped, already hipified] 2022-11-23T01:18:17.9483700Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h [skipped, already hipified] 2022-11-23T01:18:17.9499751Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h [skipped, already hipified] 2022-11-23T01:18:17.9504595Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h [skipped, already hipified] 2022-11-23T01:18:17.9521759Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h [skipped, already hipified] 2022-11-23T01:18:17.9535064Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/matmul.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/matmul.cpp [skipped, already hipified] 2022-11-23T01:18:17.9541551Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/matmul.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/matmul.h [skipped, already hipified] 2022-11-23T01:18:17.9587574Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.cpp [skipped, already hipified] 2022-11-23T01:18:17.9597497Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h [skipped, already hipified] 2022-11-23T01:18:17.9645765Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/normalization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/normalization.cpp [ok] 2022-11-23T01:18:17.9650735Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/normalization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/normalization.h [skipped, already hipified] 2022-11-23T01:18:17.9686860Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/pointwise.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/pointwise.cpp [ok] 2022-11-23T01:18:17.9699036Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h [skipped, already hipified] 2022-11-23T01:18:17.9706891Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h [skipped, already hipified] 2022-11-23T01:18:17.9714450Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.cpp [skipped, already hipified] 2022-11-23T01:18:17.9732117Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h [skipped, already hipified] 2022-11-23T01:18:17.9774888Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/reduction.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/reduction.cpp [ok] 2022-11-23T01:18:17.9783051Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/reduction.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/reduction.h [skipped, already hipified] 2022-11-23T01:18:17.9797006Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h [skipped, already hipified] 2022-11-23T01:18:17.9827623Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.cpp [skipped, already hipified] 2022-11-23T01:18:17.9833538Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h [skipped, already hipified] 2022-11-23T01:18:17.9898029Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/registry.cpp [ok] 2022-11-23T01:18:17.9909989Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/registry.h [skipped, already hipified] 2022-11-23T01:18:17.9959239Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/transpose.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/transpose.cpp [ok] 2022-11-23T01:18:17.9968966Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/transpose.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/transpose.h [skipped, already hipified] 2022-11-23T01:18:17.9979979Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h [skipped, already hipified] 2022-11-23T01:18:18.0056768Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/utils.cpp [skipped, already hipified] 2022-11-23T01:18:18.0090474Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/utils.h [skipped, already hipified] 2022-11-23T01:18:18.0104319Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.cpp [skipped, already hipified] 2022-11-23T01:18:18.0111755Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h [skipped, already hipified] 2022-11-23T01:18:18.0381622Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu1.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu1.cpp [ok] 2022-11-23T01:18:18.0563676Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu2.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu2.cpp [ok] 2022-11-23T01:18:18.0745249Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu3.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu3.cpp [ok] 2022-11-23T01:18:18.0821035Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_fused_reduction.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_fused_reduction.cpp [ok] 2022-11-23T01:18:18.0839878Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_rng.cu -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_rng.cu [ok] 2022-11-23T01:18:18.0992932Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_shift.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_shift.cpp [ok] 2022-11-23T01:18:18.1008144Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_tensor_factories.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_tensor_factories.cpp [ok] 2022-11-23T01:18:18.1100368Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_tensorcore.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_tensorcore.cpp [ok] 2022-11-23T01:18:18.1145298Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_transpose.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_transpose.cpp [ok] 2022-11-23T01:18:18.1158422Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_utils.cpp [ok] 2022-11-23T01:18:18.1177419Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_validator.h [ok] 2022-11-23T01:18:18.1242505Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_view.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_gpu_view.cpp [ok] 2022-11-23T01:18:18.1258604Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/test/test_utils.h [ok] 2022-11-23T01:18:18.1267519Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/arg_spec.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/arg_spec.h [skipped, already hipified] 2022-11-23T01:18:18.1290572Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/codegen.cpp [skipped, already hipified] 2022-11-23T01:18:18.1299039Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/codegen.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/codegen.h [skipped, already hipified] 2022-11-23T01:18:18.1313699Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/compiler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/compiler.cpp [skipped, already hipified] 2022-11-23T01:18:18.1324182Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/compiler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/compiler.h [skipped, already hipified] 2022-11-23T01:18:18.1343811Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/executor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/executor.cpp [skipped, already hipified] 2022-11-23T01:18:18.1354279Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/executor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/executor.h [skipped, already hipified] 2022-11-23T01:18:18.1359158Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/fallback.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/fallback.cpp [skipped, already hipified] 2022-11-23T01:18:18.1362934Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/fallback.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/fallback.h [skipped, already hipified] 2022-11-23T01:18:18.1373834Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/fused_kernel.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/fused_kernel.h [ok] 2022-11-23T01:18:18.1380461Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/interface.cpp [skipped, already hipified] 2022-11-23T01:18:18.1385952Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/interface.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/interface.h [skipped, already hipified] 2022-11-23T01:18:18.1391958Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_cache.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_cache.cpp [skipped, already hipified] 2022-11-23T01:18:18.1396340Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_cache.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_cache.h [skipped, already hipified] 2022-11-23T01:18:18.1403763Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_spec.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_spec.h [skipped, already hipified] 2022-11-23T01:18:18.1408943Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/partition_desc.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/partition_desc.h [skipped, already hipified] 2022-11-23T01:18:18.1415861Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/tensor_desc.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/tensor_desc.h [skipped, already hipified] 2022-11-23T01:18:18.1429021Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/tensor_info.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/tensor_info.h [skipped, already hipified] 2022-11-23T01:18:18.1443591Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp [skipped, already hipified] 2022-11-23T01:18:18.1448603Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.h [skipped, already hipified] 2022-11-23T01:18:18.1454971Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/resource_strings.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/resource_strings.h [skipped, already hipified] 2022-11-23T01:18:18.1461657Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/temp_file.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/temp_file.h [skipped, already hipified] 2022-11-23T01:18:18.1472465Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp [ok] 2022-11-23T01:18:18.1491193Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h [ok] 2022-11-23T01:18:18.1499350Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp [skipped, already hipified] 2022-11-23T01:18:18.1512992Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.h [skipped, already hipified] 2022-11-23T01:18:18.1518407Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.cpp [skipped, already hipified] 2022-11-23T01:18:18.1522890Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.h [skipped, already hipified] 2022-11-23T01:18:18.1528845Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.cpp [skipped, already hipified] 2022-11-23T01:18:18.1536618Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.h [skipped, already hipified] 2022-11-23T01:18:18.1541974Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_fuser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_fuser.cpp [skipped, already hipified] 2022-11-23T01:18:18.1547987Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_fuser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_fuser.h [skipped, already hipified] 2022-11-23T01:18:18.1578793Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_helper.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_helper.cpp [skipped, already hipified] 2022-11-23T01:18:18.1585071Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_helper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_helper.h [skipped, already hipified] 2022-11-23T01:18:18.1595896Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp [skipped, already hipified] 2022-11-23T01:18:18.1601270Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/guard_shape.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/guard_shape.cpp [skipped, already hipified] 2022-11-23T01:18:18.1605945Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/guard_shape.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/guard_shape.h [skipped, already hipified] 2022-11-23T01:18:18.1617603Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp [skipped, already hipified] 2022-11-23T01:18:18.1622181Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.h [skipped, already hipified] 2022-11-23T01:18:18.1638035Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/kernel.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/kernel.cpp [skipped, already hipified] 2022-11-23T01:18:18.1643973Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/kernel.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/kernel.h [skipped, already hipified] 2022-11-23T01:18:18.1648599Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/layout_propagation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/layout_propagation.cpp [skipped, already hipified] 2022-11-23T01:18:18.1652571Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/layout_propagation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/layout_propagation.h [skipped, already hipified] 2022-11-23T01:18:18.1663274Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/operator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/operator.h [skipped, already hipified] 2022-11-23T01:18:18.1673361Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/prepare_binary.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/prepare_binary.cpp [skipped, already hipified] 2022-11-23T01:18:18.1677553Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/prepare_binary.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/prepare_binary.h [skipped, already hipified] 2022-11-23T01:18:18.1684488Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/register_interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/register_interface.cpp [skipped, already hipified] 2022-11-23T01:18:18.1695205Z /var/lib/jenkins/workspace/torch/csrc/jit/cuda/cuda.h -> /var/lib/jenkins/workspace/torch/csrc/jit/cuda/cuda.h [ok] 2022-11-23T01:18:18.1708045Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/builtin_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/builtin_functions.cpp [skipped, already hipified] 2022-11-23T01:18:18.1712216Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/builtin_functions.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/builtin_functions.h [skipped, already hipified] 2022-11-23T01:18:18.1719272Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp [skipped, already hipified] 2022-11-23T01:18:18.1723835Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/canonicalize_modified_loop.h [skipped, already hipified] 2022-11-23T01:18:18.1741352Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/concrete_module_type.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/concrete_module_type.cpp [skipped, already hipified] 2022-11-23T01:18:18.1755299Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/concrete_module_type.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/concrete_module_type.h [skipped, already hipified] 2022-11-23T01:18:18.1770305Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/convert_to_ssa.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/convert_to_ssa.cpp [skipped, already hipified] 2022-11-23T01:18:18.1775086Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/convert_to_ssa.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/convert_to_ssa.h [skipped, already hipified] 2022-11-23T01:18:18.1781469Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/edit_distance.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/edit_distance.cpp [skipped, already hipified] 2022-11-23T01:18:18.1787594Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/edit_distance.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/edit_distance.h [skipped, already hipified] 2022-11-23T01:18:18.1796927Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/error_report.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/error_report.cpp [skipped, already hipified] 2022-11-23T01:18:18.1801248Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/error_report.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/error_report.h [skipped, already hipified] 2022-11-23T01:18:18.1830642Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/exit_transforms.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/exit_transforms.cpp [skipped, already hipified] 2022-11-23T01:18:18.1838281Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/exit_transforms.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/exit_transforms.h [skipped, already hipified] 2022-11-23T01:18:18.1854970Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/function_schema_parser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/function_schema_parser.cpp [skipped, already hipified] 2022-11-23T01:18:18.1859190Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/function_schema_parser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/function_schema_parser.h [skipped, already hipified] 2022-11-23T01:18:18.1864934Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/inline_loop_condition.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/inline_loop_condition.cpp [skipped, already hipified] 2022-11-23T01:18:18.1876323Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/inline_loop_condition.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/inline_loop_condition.h [skipped, already hipified] 2022-11-23T01:18:18.2068735Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/ir_emitter.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/ir_emitter.cpp [skipped, already hipified] 2022-11-23T01:18:18.2074678Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/ir_emitter.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/ir_emitter.h [skipped, already hipified] 2022-11-23T01:18:18.2082824Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/lexer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/lexer.cpp [skipped, already hipified] 2022-11-23T01:18:18.2110193Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/lexer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/lexer.h [skipped, already hipified] 2022-11-23T01:18:18.2117237Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/mini_environment.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/mini_environment.h [skipped, already hipified] 2022-11-23T01:18:18.2123118Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/name_mangler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/name_mangler.cpp [skipped, already hipified] 2022-11-23T01:18:18.2131302Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/name_mangler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/name_mangler.h [skipped, already hipified] 2022-11-23T01:18:18.2137691Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parse_string_literal.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parse_string_literal.h [skipped, already hipified] 2022-11-23T01:18:18.2169591Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parser.cpp [skipped, already hipified] 2022-11-23T01:18:18.2177006Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parser.h [skipped, already hipified] 2022-11-23T01:18:18.2181390Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parser_constants.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parser_constants.h [skipped, already hipified] 2022-11-23T01:18:18.2186376Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/resolver.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/resolver.h [skipped, already hipified] 2022-11-23T01:18:18.2219910Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_matching.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_matching.cpp [skipped, already hipified] 2022-11-23T01:18:18.2228184Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_matching.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_matching.h [skipped, already hipified] 2022-11-23T01:18:18.2248993Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_type_parser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_type_parser.cpp [skipped, already hipified] 2022-11-23T01:18:18.2253832Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_type_parser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_type_parser.h [skipped, already hipified] 2022-11-23T01:18:18.2277550Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/script_type_parser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/script_type_parser.cpp [skipped, already hipified] 2022-11-23T01:18:18.2282880Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/script_type_parser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/script_type_parser.h [skipped, already hipified] 2022-11-23T01:18:18.2299164Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/source_range.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/source_range.cpp [skipped, already hipified] 2022-11-23T01:18:18.2313735Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/source_range.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/source_range.h [skipped, already hipified] 2022-11-23T01:18:18.2320941Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/source_ref.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/source_ref.h [skipped, already hipified] 2022-11-23T01:18:18.2325854Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/strtod.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/strtod.cpp [skipped, already hipified] 2022-11-23T01:18:18.2329418Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/strtod.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/strtod.h [skipped, already hipified] 2022-11-23T01:18:18.2361162Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.cpp [skipped, already hipified] 2022-11-23T01:18:18.2391518Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.h [skipped, already hipified] 2022-11-23T01:18:18.2434300Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tracer.cpp [skipped, already hipified] 2022-11-23T01:18:18.2456787Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tracer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tracer.h [skipped, already hipified] 2022-11-23T01:18:18.2467375Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tree.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tree.h [skipped, already hipified] 2022-11-23T01:18:18.2473230Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tree_views.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tree_views.cpp [skipped, already hipified] 2022-11-23T01:18:18.2514567Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tree_views.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tree_views.h [skipped, already hipified] 2022-11-23T01:18:18.2523961Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/versioned_symbols.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/versioned_symbols.cpp [skipped, already hipified] 2022-11-23T01:18:18.2528684Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/versioned_symbols.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/versioned_symbols.h [skipped, already hipified] 2022-11-23T01:18:18.2595368Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.cpp [skipped, already hipified] 2022-11-23T01:18:18.2610871Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.h [skipped, already hipified] 2022-11-23T01:18:18.2616705Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/attributes.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/attributes.cpp [skipped, already hipified] 2022-11-23T01:18:18.2625696Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/attributes.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/attributes.h [skipped, already hipified] 2022-11-23T01:18:18.2642021Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/constants.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/constants.cpp [skipped, already hipified] 2022-11-23T01:18:18.2649374Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/constants.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/constants.h [skipped, already hipified] 2022-11-23T01:18:18.2663830Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/graph_node_list.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/graph_node_list.h [skipped, already hipified] 2022-11-23T01:18:18.2731698Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.cpp [skipped, already hipified] 2022-11-23T01:18:18.2790668Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h [ok] 2022-11-23T01:18:18.2800265Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir_views.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir_views.h [skipped, already hipified] 2022-11-23T01:18:18.2824658Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/irparser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/irparser.cpp [skipped, already hipified] 2022-11-23T01:18:18.2837054Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/irparser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/irparser.h [skipped, already hipified] 2022-11-23T01:18:18.2843770Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/named_value.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/named_value.h [skipped, already hipified] 2022-11-23T01:18:18.2856299Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/node_hashing.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/node_hashing.cpp [skipped, already hipified] 2022-11-23T01:18:18.2861269Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/node_hashing.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/node_hashing.h [skipped, already hipified] 2022-11-23T01:18:18.2871728Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/scope.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/scope.cpp [skipped, already hipified] 2022-11-23T01:18:18.2883440Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/scope.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/scope.h [skipped, already hipified] 2022-11-23T01:18:18.2900714Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/subgraph_matcher.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/subgraph_matcher.cpp [skipped, already hipified] 2022-11-23T01:18:18.2908109Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/subgraph_matcher.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/subgraph_matcher.h [skipped, already hipified] 2022-11-23T01:18:18.2914514Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/type_hashing.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/type_hashing.cpp [skipped, already hipified] 2022-11-23T01:18:18.2919788Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/type_hashing.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/type_hashing.h [skipped, already hipified] 2022-11-23T01:18:18.2925208Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/code.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/code.h [skipped, already hipified] 2022-11-23T01:18:18.2940011Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.cpp [skipped, already hipified] 2022-11-23T01:18:18.2946108Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.h [skipped, already hipified] 2022-11-23T01:18:18.2956803Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/file_format.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/file_format.h [skipped, already hipified] 2022-11-23T01:18:18.3000885Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/flatbuffer_loader.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/flatbuffer_loader.cpp [skipped, already hipified] 2022-11-23T01:18:18.3009701Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/flatbuffer_loader.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/flatbuffer_loader.h [skipped, already hipified] 2022-11-23T01:18:18.3015344Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/frame.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/frame.h [skipped, already hipified] 2022-11-23T01:18:18.3028616Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/function.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/function.cpp [skipped, already hipified] 2022-11-23T01:18:18.3037501Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/function.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/function.h [skipped, already hipified] 2022-11-23T01:18:18.3070288Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import.cpp [skipped, already hipified] 2022-11-23T01:18:18.3081612Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import.h [skipped, already hipified] 2022-11-23T01:18:18.3095051Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import_data.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import_data.cpp [skipped, already hipified] 2022-11-23T01:18:18.3103579Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import_data.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import_data.h [skipped, already hipified] 2022-11-23T01:18:18.3108875Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import_export_common.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import_export_common.h [skipped, already hipified] 2022-11-23T01:18:18.3124576Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/interpreter.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/interpreter.cpp [skipped, already hipified] 2022-11-23T01:18:18.3129676Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/interpreter.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/interpreter.h [skipped, already hipified] 2022-11-23T01:18:18.3134766Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/method.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/method.h [skipped, already hipified] 2022-11-23T01:18:18.3152941Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.cpp [skipped, already hipified] 2022-11-23T01:18:18.3164297Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.h [skipped, already hipified] 2022-11-23T01:18:18.3168724Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/observer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/observer.cpp [skipped, already hipified] 2022-11-23T01:18:18.3175787Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/observer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/observer.h [skipped, already hipified] 2022-11-23T01:18:18.3188897Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_bytecode.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_bytecode.cpp [skipped, already hipified] 2022-11-23T01:18:18.3194542Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_bytecode.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_bytecode.h [skipped, already hipified] 2022-11-23T01:18:18.3201706Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_operators.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_operators.cpp [skipped, already hipified] 2022-11-23T01:18:18.3206395Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_operators.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_operators.h [skipped, already hipified] 2022-11-23T01:18:18.3211378Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/prim_ops_registery.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/prim_ops_registery.cpp [skipped, already hipified] 2022-11-23T01:18:18.3217048Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/prim_ops_registery.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/prim_ops_registery.h [skipped, already hipified] 2022-11-23T01:18:18.3229282Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/profiler_edge.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/profiler_edge.cpp [skipped, already hipified] 2022-11-23T01:18:18.3237095Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/profiler_edge.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/profiler_edge.h [skipped, already hipified] 2022-11-23T01:18:18.3247046Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/promoted_prim_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/promoted_prim_ops.cpp [skipped, already hipified] 2022-11-23T01:18:18.3251701Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/promoted_prim_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/promoted_prim_ops.h [skipped, already hipified] 2022-11-23T01:18:18.3256861Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/quantization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/quantization.cpp [skipped, already hipified] 2022-11-23T01:18:18.3261182Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/quantization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/quantization.h [skipped, already hipified] 2022-11-23T01:18:18.3272260Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/register_ops_common_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/register_ops_common_utils.cpp [skipped, already hipified] 2022-11-23T01:18:18.3277927Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/register_ops_common_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/register_ops_common_utils.h [skipped, already hipified] 2022-11-23T01:18:18.3295247Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/type_parser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/type_parser.cpp [skipped, already hipified] 2022-11-23T01:18:18.3300905Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/type_parser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/type_parser.h [skipped, already hipified] 2022-11-23T01:18:18.3342224Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/upgrader_mobile.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/upgrader_mobile.cpp [skipped, already hipified] 2022-11-23T01:18:18.3346843Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/upgrader_mobile.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/upgrader_mobile.h [skipped, already hipified] 2022-11-23T01:18:18.3354248Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport.cpp [skipped, already hipified] 2022-11-23T01:18:18.3362365Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport.h [skipped, already hipified] 2022-11-23T01:18:18.3393299Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport_manager.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport_manager.cpp [skipped, already hipified] 2022-11-23T01:18:18.3399293Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport_manager.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport_manager.h [skipped, already hipified] 2022-11-23T01:18:18.3423636Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp [skipped, already hipified] 2022-11-23T01:18:18.3432409Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/model_compatibility.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/model_compatibility.h [skipped, already hipified] 2022-11-23T01:18:18.3439654Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp [skipped, already hipified] 2022-11-23T01:18:18.3448057Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/runtime_compatibility.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/runtime_compatibility.h [skipped, already hipified] 2022-11-23T01:18:18.3453510Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.cpp [skipped, already hipified] 2022-11-23T01:18:18.3473882Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.h [skipped, already hipified] 2022-11-23T01:18:18.3479051Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/CustomClassTracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/CustomClassTracer.cpp [skipped, already hipified] 2022-11-23T01:18:18.3485134Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/CustomClassTracer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/CustomClassTracer.h [skipped, already hipified] 2022-11-23T01:18:18.3490676Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.cpp [skipped, already hipified] 2022-11-23T01:18:18.3500484Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.h [skipped, already hipified] 2022-11-23T01:18:18.3511604Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/MobileModelRunner.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/MobileModelRunner.cpp [skipped, already hipified] 2022-11-23T01:18:18.3520914Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/MobileModelRunner.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/MobileModelRunner.h [skipped, already hipified] 2022-11-23T01:18:18.3527278Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.cpp [skipped, already hipified] 2022-11-23T01:18:18.3536421Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.h [skipped, already hipified] 2022-11-23T01:18:18.3542766Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TensorUtils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TensorUtils.cpp [skipped, already hipified] 2022-11-23T01:18:18.3549901Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TensorUtils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TensorUtils.h [skipped, already hipified] 2022-11-23T01:18:18.3569217Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TracerRunner.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TracerRunner.cpp [skipped, already hipified] 2022-11-23T01:18:18.3574934Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TracerRunner.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TracerRunner.h [skipped, already hipified] 2022-11-23T01:18:18.3587460Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/tracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/tracer.cpp [skipped, already hipified] 2022-11-23T01:18:18.3610283Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/aot_compiler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/aot_compiler.cpp [skipped, already hipified] 2022-11-23T01:18:18.3615470Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/aot_compiler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/aot_compiler.h [skipped, already hipified] 2022-11-23T01:18:18.3622906Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/backend.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/backend.cpp [skipped, already hipified] 2022-11-23T01:18:18.3640370Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/context.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/context.cpp [skipped, already hipified] 2022-11-23T01:18:18.3650746Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/context.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/context.h [skipped, already hipified] 2022-11-23T01:18:18.3659143Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/registry.cpp [skipped, already hipified] 2022-11-23T01:18:18.3664265Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/registry.h [skipped, already hipified] 2022-11-23T01:18:18.3681193Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/export_data.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/export_data.cpp [skipped, already hipified] 2022-11-23T01:18:18.3687821Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/export_data.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/export_data.h [skipped, already hipified] 2022-11-23T01:18:18.3695243Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/random.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/random.cpp [skipped, already hipified] 2022-11-23T01:18:18.3701312Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/random.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/random.h [skipped, already hipified] 2022-11-23T01:18:18.3707873Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/sequential.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/sequential.cpp [skipped, already hipified] 2022-11-23T01:18:18.3714174Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/sequential.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/sequential.h [skipped, already hipified] 2022-11-23T01:18:18.3736170Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/optim/sgd.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/optim/sgd.cpp [skipped, already hipified] 2022-11-23T01:18:18.3744776Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/optim/sgd.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/optim/sgd.h [skipped, already hipified] 2022-11-23T01:18:18.3751477Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders.cpp [skipped, already hipified] 2022-11-23T01:18:18.3761850Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders.h -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders.h [skipped, already hipified] 2022-11-23T01:18:18.3772917Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp [skipped, already hipified] 2022-11-23T01:18:18.3783451Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders_entry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders_entry.h [skipped, already hipified] 2022-11-23T01:18:18.3793401Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/utils.cpp [skipped, already hipified] 2022-11-23T01:18:18.3799569Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/utils.h [skipped, already hipified] 2022-11-23T01:18:18.3808752Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/version_map.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/version_map.cpp [skipped, already hipified] 2022-11-23T01:18:18.3818026Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/version_map.h -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/version_map.h [skipped, already hipified] 2022-11-23T01:18:18.3823972Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/add_if_then_else.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/add_if_then_else.cpp [skipped, already hipified] 2022-11-23T01:18:18.3829684Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/add_if_then_else.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/add_if_then_else.h [skipped, already hipified] 2022-11-23T01:18:18.3835375Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/annotate_warns.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/annotate_warns.cpp [skipped, already hipified] 2022-11-23T01:18:18.3841911Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/annotate_warns.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/annotate_warns.h [skipped, already hipified] 2022-11-23T01:18:18.3865203Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/autocast.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/autocast.cpp [skipped, already hipified] 2022-11-23T01:18:18.3870731Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/autocast.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/autocast.h [skipped, already hipified] 2022-11-23T01:18:18.3887518Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/bailout_graph.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/bailout_graph.cpp [skipped, already hipified] 2022-11-23T01:18:18.3892871Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/bailout_graph.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/bailout_graph.h [skipped, already hipified] 2022-11-23T01:18:18.3916112Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/batch_mm.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/batch_mm.cpp [skipped, already hipified] 2022-11-23T01:18:18.3920820Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/batch_mm.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/batch_mm.h [skipped, already hipified] 2022-11-23T01:18:18.3931317Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize.cpp [skipped, already hipified] 2022-11-23T01:18:18.3936146Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize.h [skipped, already hipified] 2022-11-23T01:18:18.3944227Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp [skipped, already hipified] 2022-11-23T01:18:18.3948826Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h [skipped, already hipified] 2022-11-23T01:18:18.3957712Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/check_strict_fusion.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/check_strict_fusion.cpp [skipped, already hipified] 2022-11-23T01:18:18.3961633Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/check_strict_fusion.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/check_strict_fusion.h [skipped, already hipified] 2022-11-23T01:18:18.3972326Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_profiling.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_profiling.cpp [skipped, already hipified] 2022-11-23T01:18:18.3977675Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_profiling.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_profiling.h [skipped, already hipified] 2022-11-23T01:18:18.3983303Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_undefinedness.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_undefinedness.cpp [skipped, already hipified] 2022-11-23T01:18:18.3990239Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_undefinedness.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_undefinedness.h [skipped, already hipified] 2022-11-23T01:18:18.3997867Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/common_subexpression_elimination.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/common_subexpression_elimination.cpp [skipped, already hipified] 2022-11-23T01:18:18.4003386Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/common_subexpression_elimination.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/common_subexpression_elimination.h [skipped, already hipified] 2022-11-23T01:18:18.4046944Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/concat_opt.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/concat_opt.cpp [skipped, already hipified] 2022-11-23T01:18:18.4052135Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/concat_opt.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/concat_opt.h [skipped, already hipified] 2022-11-23T01:18:18.4060899Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_pooling.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_pooling.cpp [skipped, already hipified] 2022-11-23T01:18:18.4068090Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_pooling.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_pooling.h [skipped, already hipified] 2022-11-23T01:18:18.4087087Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_propagation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_propagation.cpp [skipped, already hipified] 2022-11-23T01:18:18.4093154Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_propagation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_propagation.h [skipped, already hipified] 2022-11-23T01:18:18.4113853Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp [skipped, already hipified] 2022-11-23T01:18:18.4119629Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_autodiff_subgraphs.h [skipped, already hipified] 2022-11-23T01:18:18.4129652Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_functional_graphs.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_functional_graphs.cpp [skipped, already hipified] 2022-11-23T01:18:18.4138409Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_functional_graphs.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_functional_graphs.h [skipped, already hipified] 2022-11-23T01:18:18.4143715Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/cuda_graph_fuser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/cuda_graph_fuser.cpp [skipped, already hipified] 2022-11-23T01:18:18.4150387Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/cuda_graph_fuser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/cuda_graph_fuser.h [skipped, already hipified] 2022-11-23T01:18:18.4170266Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.cpp [skipped, already hipified] 2022-11-23T01:18:18.4175137Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.h [skipped, already hipified] 2022-11-23T01:18:18.4187009Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/decompose_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/decompose_ops.cpp [skipped, already hipified] 2022-11-23T01:18:18.4191164Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/decompose_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/decompose_ops.h [skipped, already hipified] 2022-11-23T01:18:18.4201979Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/device_type_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/device_type_analysis.cpp [skipped, already hipified] 2022-11-23T01:18:18.4210284Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/device_type_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/device_type_analysis.h [skipped, already hipified] 2022-11-23T01:18:18.4225976Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/dtype_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/dtype_analysis.cpp [skipped, already hipified] 2022-11-23T01:18:18.4230240Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/dtype_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/dtype_analysis.h [skipped, already hipified] 2022-11-23T01:18:18.4235262Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/eliminate_no_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/eliminate_no_ops.cpp [skipped, already hipified] 2022-11-23T01:18:18.4239073Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/eliminate_no_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/eliminate_no_ops.h [skipped, already hipified] 2022-11-23T01:18:18.4244677Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/erase_number_types.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/erase_number_types.cpp [skipped, already hipified] 2022-11-23T01:18:18.4250231Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/erase_number_types.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/erase_number_types.h [skipped, already hipified] 2022-11-23T01:18:18.4278130Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp [skipped, already hipified] 2022-11-23T01:18:18.4283235Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fixup_trace_scope_blocks.h [skipped, already hipified] 2022-11-23T01:18:18.4299676Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fold_conv_bn.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fold_conv_bn.cpp [skipped, already hipified] 2022-11-23T01:18:18.4312693Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fold_conv_bn.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fold_conv_bn.h [skipped, already hipified] 2022-11-23T01:18:18.4358598Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/freeze_module.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/freeze_module.cpp [skipped, already hipified] 2022-11-23T01:18:18.4363674Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/freeze_module.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/freeze_module.h [skipped, already hipified] 2022-11-23T01:18:18.4375270Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_concat_linear.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_concat_linear.cpp [skipped, already hipified] 2022-11-23T01:18:18.4380613Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_concat_linear.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_concat_linear.h [skipped, already hipified] 2022-11-23T01:18:18.4390542Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp [ok] 2022-11-23T01:18:18.4395272Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h [skipped, already hipified] 2022-11-23T01:18:18.4405074Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_add_relu_fusion_cuda.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_add_relu_fusion_cuda.cpp [ok] 2022-11-23T01:18:18.4423329Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_folding.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_folding.cpp [skipped, already hipified] 2022-11-23T01:18:18.4428477Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_folding.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_folding.h [skipped, already hipified] 2022-11-23T01:18:18.4432894Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_graph_optimizations.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_graph_optimizations.cpp [skipped, already hipified] 2022-11-23T01:18:18.4437355Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_graph_optimizations.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_graph_optimizations.h [skipped, already hipified] 2022-11-23T01:18:18.4443464Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_linear_transpose.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_linear_transpose.cpp [skipped, already hipified] 2022-11-23T01:18:18.4447978Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_linear_transpose.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_linear_transpose.h [skipped, already hipified] 2022-11-23T01:18:18.4488681Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp [skipped, already hipified] 2022-11-23T01:18:18.4492661Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h [skipped, already hipified] 2022-11-23T01:18:18.4500646Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_linear.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_linear.cpp [skipped, already hipified] 2022-11-23T01:18:18.4508928Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_linear.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_linear.h [skipped, already hipified] 2022-11-23T01:18:18.4520220Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_relu.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_relu.cpp [skipped, already hipified] 2022-11-23T01:18:18.4526311Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_relu.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_relu.h [skipped, already hipified] 2022-11-23T01:18:18.4576964Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_fuser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_fuser.cpp [skipped, already hipified] 2022-11-23T01:18:18.4582747Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_fuser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_fuser.h [skipped, already hipified] 2022-11-23T01:18:18.4599340Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_rewrite_helper.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_rewrite_helper.cpp [skipped, already hipified] 2022-11-23T01:18:18.4605339Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_rewrite_helper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_rewrite_helper.h [skipped, already hipified] 2022-11-23T01:18:18.4631107Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/guard_elimination.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/guard_elimination.cpp [skipped, already hipified] 2022-11-23T01:18:18.4635535Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/guard_elimination.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/guard_elimination.h [skipped, already hipified] 2022-11-23T01:18:18.4643320Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/hoist_conv_packed_params.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/hoist_conv_packed_params.cpp [skipped, already hipified] 2022-11-23T01:18:18.4651136Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/hoist_conv_packed_params.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/hoist_conv_packed_params.h [skipped, already hipified] 2022-11-23T01:18:18.4657116Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp [skipped, already hipified] 2022-11-23T01:18:18.4661288Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_autodiff_subgraphs.h [skipped, already hipified] 2022-11-23T01:18:18.4666272Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_fork_wait.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_fork_wait.cpp [skipped, already hipified] 2022-11-23T01:18:18.4674387Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_fork_wait.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_fork_wait.h [skipped, already hipified] 2022-11-23T01:18:18.4681692Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_forked_closures.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_forked_closures.cpp [skipped, already hipified] 2022-11-23T01:18:18.4686585Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_forked_closures.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_forked_closures.h [skipped, already hipified] 2022-11-23T01:18:18.4692817Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inliner.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inliner.cpp [skipped, already hipified] 2022-11-23T01:18:18.4700533Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inliner.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inliner.h [skipped, already hipified] 2022-11-23T01:18:18.4705192Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inplace_check.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inplace_check.cpp [skipped, already hipified] 2022-11-23T01:18:18.4709199Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inplace_check.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inplace_check.h [skipped, already hipified] 2022-11-23T01:18:18.4714900Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/insert_guards.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/insert_guards.cpp [skipped, already hipified] 2022-11-23T01:18:18.4722301Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/insert_guards.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/insert_guards.h [skipped, already hipified] 2022-11-23T01:18:18.4733186Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/integer_value_refinement.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/integer_value_refinement.cpp [skipped, already hipified] 2022-11-23T01:18:18.4745259Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/integer_value_refinement.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/integer_value_refinement.h [skipped, already hipified] 2022-11-23T01:18:18.4752593Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lift_closures.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lift_closures.cpp [skipped, already hipified] 2022-11-23T01:18:18.4757009Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lift_closures.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lift_closures.h [skipped, already hipified] 2022-11-23T01:18:18.4767205Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/liveness.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/liveness.cpp [skipped, already hipified] 2022-11-23T01:18:18.4773493Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/liveness.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/liveness.h [skipped, already hipified] 2022-11-23T01:18:18.4788211Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/loop_unrolling.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/loop_unrolling.cpp [skipped, already hipified] 2022-11-23T01:18:18.4797190Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/loop_unrolling.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/loop_unrolling.h [skipped, already hipified] 2022-11-23T01:18:18.4802613Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_grad_of.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_grad_of.cpp [skipped, already hipified] 2022-11-23T01:18:18.4813101Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_grad_of.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_grad_of.h [skipped, already hipified] 2022-11-23T01:18:18.4821487Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_graph.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_graph.cpp [skipped, already hipified] 2022-11-23T01:18:18.4828109Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_graph.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_graph.h [skipped, already hipified] 2022-11-23T01:18:18.4841458Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_tuples.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_tuples.cpp [skipped, already hipified] 2022-11-23T01:18:18.4849636Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_tuples.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_tuples.h [skipped, already hipified] 2022-11-23T01:18:18.4863399Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/metal_rewrite.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/metal_rewrite.cpp [skipped, already hipified] 2022-11-23T01:18:18.4870436Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/metal_rewrite.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/metal_rewrite.h [skipped, already hipified] 2022-11-23T01:18:18.4880320Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/mkldnn_rewrite.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/mkldnn_rewrite.cpp [skipped, already hipified] 2022-11-23T01:18:18.4884679Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/mkldnn_rewrite.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/mkldnn_rewrite.h [skipped, already hipified] 2022-11-23T01:18:18.4889038Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/mobile_optimizer_type.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/mobile_optimizer_type.h [skipped, already hipified] 2022-11-23T01:18:18.4897630Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/normalize_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/normalize_ops.cpp [skipped, already hipified] 2022-11-23T01:18:18.4902355Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/normalize_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/normalize_ops.h [skipped, already hipified] 2022-11-23T01:18:18.4910288Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onednn_graph_fuser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onednn_graph_fuser.h [skipped, already hipified] 2022-11-23T01:18:18.4938310Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx.cpp [skipped, already hipified] 2022-11-23T01:18:18.4944025Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx.h [skipped, already hipified] 2022-11-23T01:18:18.4953096Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/pass_manager.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/pass_manager.cpp [skipped, already hipified] 2022-11-23T01:18:18.4960187Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/pass_manager.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/pass_manager.h [skipped, already hipified] 2022-11-23T01:18:18.4987425Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole.cpp [skipped, already hipified] 2022-11-23T01:18:18.4991755Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole.h [skipped, already hipified] 2022-11-23T01:18:18.5000972Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_alias_sensitive.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_alias_sensitive.cpp [skipped, already hipified] 2022-11-23T01:18:18.5005603Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_alias_sensitive.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_alias_sensitive.h [skipped, already hipified] 2022-11-23T01:18:18.5015457Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_dict_idioms.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_dict_idioms.cpp [skipped, already hipified] 2022-11-23T01:18:18.5021350Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_dict_idioms.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_dict_idioms.h [skipped, already hipified] 2022-11-23T01:18:18.5034979Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_list_idioms.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_list_idioms.cpp [skipped, already hipified] 2022-11-23T01:18:18.5041492Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_list_idioms.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_list_idioms.h [skipped, already hipified] 2022-11-23T01:18:18.5054037Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_non_tensor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_non_tensor.cpp [skipped, already hipified] 2022-11-23T01:18:18.5062380Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_non_tensor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_non_tensor.h [skipped, already hipified] 2022-11-23T01:18:18.5068691Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/prepack_folding.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/prepack_folding.cpp [skipped, already hipified] 2022-11-23T01:18:18.5072832Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/prepack_folding.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/prepack_folding.h [skipped, already hipified] 2022-11-23T01:18:18.5078063Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/refine_tuple_types.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/refine_tuple_types.cpp [skipped, already hipified] 2022-11-23T01:18:18.5083165Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/refine_tuple_types.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/refine_tuple_types.h [skipped, already hipified] 2022-11-23T01:18:18.5089137Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_dropout.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_dropout.cpp [skipped, already hipified] 2022-11-23T01:18:18.5101182Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_dropout.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_dropout.h [skipped, already hipified] 2022-11-23T01:18:18.5106796Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_exceptions.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_exceptions.cpp [skipped, already hipified] 2022-11-23T01:18:18.5119529Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_exceptions.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_exceptions.h [skipped, already hipified] 2022-11-23T01:18:18.5125017Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_expands.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_expands.cpp [skipped, already hipified] 2022-11-23T01:18:18.5130520Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_expands.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_expands.h [skipped, already hipified] 2022-11-23T01:18:18.5140948Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_inplace_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_inplace_ops.cpp [skipped, already hipified] 2022-11-23T01:18:18.5146151Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_inplace_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_inplace_ops.h [skipped, already hipified] 2022-11-23T01:18:18.5162908Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_mutation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_mutation.cpp [skipped, already hipified] 2022-11-23T01:18:18.5169936Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_mutation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_mutation.h [skipped, already hipified] 2022-11-23T01:18:18.5178539Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_redundant_profiles.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_redundant_profiles.cpp [skipped, already hipified] 2022-11-23T01:18:18.5182858Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_redundant_profiles.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_redundant_profiles.h [skipped, already hipified] 2022-11-23T01:18:18.5193476Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/replacement_of_old_operators.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/replacement_of_old_operators.cpp [skipped, already hipified] 2022-11-23T01:18:18.5197871Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/replacement_of_old_operators.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/replacement_of_old_operators.h [skipped, already hipified] 2022-11-23T01:18:18.5205982Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/requires_grad_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/requires_grad_analysis.cpp [skipped, already hipified] 2022-11-23T01:18:18.5211457Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/requires_grad_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/requires_grad_analysis.h [skipped, already hipified] 2022-11-23T01:18:18.5217390Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/restore_mutation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/restore_mutation.cpp [skipped, already hipified] 2022-11-23T01:18:18.5222658Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/restore_mutation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/restore_mutation.h [skipped, already hipified] 2022-11-23T01:18:18.5307034Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/shape_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/shape_analysis.cpp [skipped, already hipified] 2022-11-23T01:18:18.5319504Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/shape_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/shape_analysis.h [skipped, already hipified] 2022-11-23T01:18:18.5344936Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/specialize_autogradzero.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/specialize_autogradzero.cpp [skipped, already hipified] 2022-11-23T01:18:18.5350971Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/specialize_autogradzero.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/specialize_autogradzero.h [skipped, already hipified] 2022-11-23T01:18:18.5361545Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/subgraph_rewrite.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/subgraph_rewrite.cpp [skipped, already hipified] 2022-11-23T01:18:18.5370168Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/subgraph_rewrite.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/subgraph_rewrite.h [skipped, already hipified] 2022-11-23T01:18:18.5426369Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.cpp [skipped, already hipified] 2022-11-23T01:18:18.5432975Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h [skipped, already hipified] 2022-11-23T01:18:18.5443867Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_cache.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_cache.cpp [skipped, already hipified] 2022-11-23T01:18:18.5449716Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_cache.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_cache.h [skipped, already hipified] 2022-11-23T01:18:18.5482533Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp [skipped, already hipified] 2022-11-23T01:18:18.5488948Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h [skipped, already hipified] 2022-11-23T01:18:18.5542582Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/tensorexpr_fuser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/tensorexpr_fuser.cpp [skipped, already hipified] 2022-11-23T01:18:18.5549494Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/tensorexpr_fuser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/tensorexpr_fuser.h [skipped, already hipified] 2022-11-23T01:18:18.5555206Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp [skipped, already hipified] 2022-11-23T01:18:18.5560662Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h [skipped, already hipified] 2022-11-23T01:18:18.5575742Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/value_refinement_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/value_refinement_utils.cpp [skipped, already hipified] 2022-11-23T01:18:18.5582261Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/value_refinement_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/value_refinement_utils.h [skipped, already hipified] 2022-11-23T01:18:18.5592749Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/variadic_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/variadic_ops.cpp [skipped, already hipified] 2022-11-23T01:18:18.5599880Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/variadic_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/variadic_ops.h [skipped, already hipified] 2022-11-23T01:18:18.5617845Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/vulkan_rewrite.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/vulkan_rewrite.cpp [skipped, already hipified] 2022-11-23T01:18:18.5624034Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/vulkan_rewrite.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/vulkan_rewrite.h [skipped, already hipified] 2022-11-23T01:18:18.5651187Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/xnnpack_rewrite.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/xnnpack_rewrite.cpp [skipped, already hipified] 2022-11-23T01:18:18.5656679Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/xnnpack_rewrite.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/xnnpack_rewrite.h [skipped, already hipified] 2022-11-23T01:18:18.5663320Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp [skipped, already hipified] 2022-11-23T01:18:18.5668986Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.h [skipped, already hipified] 2022-11-23T01:18:18.5676171Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp [skipped, already hipified] 2022-11-23T01:18:18.5682366Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.h [skipped, already hipified] 2022-11-23T01:18:18.5715387Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_fold.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_fold.cpp [skipped, already hipified] 2022-11-23T01:18:18.5722624Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_fold.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_fold.h [skipped, already hipified] 2022-11-23T01:18:18.5740183Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_map.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_map.cpp [skipped, already hipified] 2022-11-23T01:18:18.5751327Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_map.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_map.h [skipped, already hipified] 2022-11-23T01:18:18.5758802Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/deduplicate_initializers.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/deduplicate_initializers.cpp [skipped, already hipified] 2022-11-23T01:18:18.5763772Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/deduplicate_initializers.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/deduplicate_initializers.h [skipped, already hipified] 2022-11-23T01:18:18.5769049Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eliminate_unused_items.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eliminate_unused_items.cpp [skipped, already hipified] 2022-11-23T01:18:18.5774074Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eliminate_unused_items.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eliminate_unused_items.h [skipped, already hipified] 2022-11-23T01:18:18.5783744Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eval_peephole.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eval_peephole.cpp [skipped, already hipified] 2022-11-23T01:18:18.5788760Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eval_peephole.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eval_peephole.h [skipped, already hipified] 2022-11-23T01:18:18.5821369Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp [skipped, already hipified] 2022-11-23T01:18:18.5830128Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.h [skipped, already hipified] 2022-11-23T01:18:18.5872872Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_extraction.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_extraction.cpp [skipped, already hipified] 2022-11-23T01:18:18.5880836Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_extraction.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_extraction.h [skipped, already hipified] 2022-11-23T01:18:18.5890885Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_substitution.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_substitution.cpp [skipped, already hipified] 2022-11-23T01:18:18.5898718Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_substitution.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_substitution.h [skipped, already hipified] 2022-11-23T01:18:18.5910420Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/helper.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/helper.cpp [skipped, already hipified] 2022-11-23T01:18:18.5916474Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/helper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/helper.h [skipped, already hipified] 2022-11-23T01:18:18.5930815Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/list_model_parameters.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/list_model_parameters.cpp [skipped, already hipified] 2022-11-23T01:18:18.5935929Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/list_model_parameters.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/list_model_parameters.h [skipped, already hipified] 2022-11-23T01:18:18.5946119Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/naming.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/naming.cpp [skipped, already hipified] 2022-11-23T01:18:18.5951462Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/naming.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/naming.h [skipped, already hipified] 2022-11-23T01:18:18.5956697Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/onnx_log.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/onnx_log.cpp [skipped, already hipified] 2022-11-23T01:18:18.5967244Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/onnx_log.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/onnx_log.h [skipped, already hipified] 2022-11-23T01:18:18.6012564Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/peephole.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/peephole.cpp [skipped, already hipified] 2022-11-23T01:18:18.6017375Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/peephole.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/peephole.h [skipped, already hipified] 2022-11-23T01:18:18.6023758Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp [skipped, already hipified] 2022-11-23T01:18:18.6030076Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.h [skipped, already hipified] 2022-11-23T01:18:18.6045412Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/preprocess_for_onnx.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/preprocess_for_onnx.cpp [skipped, already hipified] 2022-11-23T01:18:18.6049842Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/preprocess_for_onnx.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/preprocess_for_onnx.h [skipped, already hipified] 2022-11-23T01:18:18.6081811Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp [skipped, already hipified] 2022-11-23T01:18:18.6086653Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.h [skipped, already hipified] 2022-11-23T01:18:18.6103444Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/scalar_type_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/scalar_type_analysis.cpp [skipped, already hipified] 2022-11-23T01:18:18.6108022Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/scalar_type_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/scalar_type_analysis.h [skipped, already hipified] 2022-11-23T01:18:18.6193462Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp [skipped, already hipified] 2022-11-23T01:18:18.6201189Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.h [skipped, already hipified] 2022-11-23T01:18:18.6236416Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/unpack_quantized_weights.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/unpack_quantized_weights.cpp [skipped, already hipified] 2022-11-23T01:18:18.6241778Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/unpack_quantized_weights.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/unpack_quantized_weights.h [skipped, already hipified] 2022-11-23T01:18:18.6248488Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp [skipped, already hipified] 2022-11-23T01:18:18.6253220Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.h [skipped, already hipified] 2022-11-23T01:18:18.6263650Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/common.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/common.cpp [skipped, already hipified] 2022-11-23T01:18:18.6270965Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/common.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/common.h [skipped, already hipified] 2022-11-23T01:18:18.6288452Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp [skipped, already hipified] 2022-11-23T01:18:18.6295322Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.h [skipped, already hipified] 2022-11-23T01:18:18.6302350Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp [skipped, already hipified] 2022-11-23T01:18:18.6307671Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.h [skipped, already hipified] 2022-11-23T01:18:18.6318420Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp [skipped, already hipified] 2022-11-23T01:18:18.6323605Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/dedup_module_uses.h [skipped, already hipified] 2022-11-23T01:18:18.6339659Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/finalize.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/finalize.cpp [skipped, already hipified] 2022-11-23T01:18:18.6346218Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/finalize.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/finalize.h [skipped, already hipified] 2022-11-23T01:18:18.6354160Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/fusion_passes.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/fusion_passes.cpp [skipped, already hipified] 2022-11-23T01:18:18.6358786Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/fusion_passes.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/fusion_passes.h [skipped, already hipified] 2022-11-23T01:18:18.6388547Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/helper.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/helper.cpp [skipped, already hipified] 2022-11-23T01:18:18.6399470Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/helper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/helper.h [skipped, already hipified] 2022-11-23T01:18:18.6464188Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_observers.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_observers.cpp [skipped, already hipified] 2022-11-23T01:18:18.6470847Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_observers.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_observers.h [skipped, already hipified] 2022-11-23T01:18:18.6536072Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp [skipped, already hipified] 2022-11-23T01:18:18.6541954Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_quant_dequant.h [skipped, already hipified] 2022-11-23T01:18:18.6603866Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/quantization_patterns.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/quantization_patterns.h [skipped, already hipified] 2022-11-23T01:18:18.6608913Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/quantization_type.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/quantization_type.cpp [skipped, already hipified] 2022-11-23T01:18:18.6613819Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/quantization_type.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/quantization_type.h [skipped, already hipified] 2022-11-23T01:18:18.6624682Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/register_packed_params.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/register_packed_params.cpp [skipped, already hipified] 2022-11-23T01:18:18.6630016Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/register_packed_params.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/register_packed_params.h [skipped, already hipified] 2022-11-23T01:18:18.6642550Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/check_alias_annotation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/check_alias_annotation.cpp [skipped, already hipified] 2022-11-23T01:18:18.6647919Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/check_alias_annotation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/check_alias_annotation.h [skipped, already hipified] 2022-11-23T01:18:18.6658305Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/memory_dag.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/memory_dag.cpp [skipped, already hipified] 2022-11-23T01:18:18.6668432Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/memory_dag.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/memory_dag.h [skipped, already hipified] 2022-11-23T01:18:18.6679966Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/op_registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/op_registry.cpp [skipped, already hipified] 2022-11-23T01:18:18.6692846Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/op_registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/op_registry.h [skipped, already hipified] 2022-11-23T01:18:18.6698328Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/optimization_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/optimization_utils.cpp [skipped, already hipified] 2022-11-23T01:18:18.6705356Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/optimization_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/optimization_utils.h [skipped, already hipified] 2022-11-23T01:18:18.6733902Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/subgraph_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/subgraph_utils.cpp [skipped, already hipified] 2022-11-23T01:18:18.6741116Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/subgraph_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/subgraph_utils.h [skipped, already hipified] 2022-11-23T01:18:18.6822050Z /var/lib/jenkins/workspace/torch/csrc/jit/python/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/init.cpp [skipped, already hipified] 2022-11-23T01:18:18.6826750Z /var/lib/jenkins/workspace/torch/csrc/jit/python/init.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/init.h [skipped, already hipified] 2022-11-23T01:18:18.6832052Z /var/lib/jenkins/workspace/torch/csrc/jit/python/module_python.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/module_python.h [skipped, already hipified] 2022-11-23T01:18:18.6847016Z /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind.h [skipped, already hipified] 2022-11-23T01:18:18.6885199Z /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.cpp [skipped, already hipified] 2022-11-23T01:18:18.6926924Z /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h [ok] 2022-11-23T01:18:18.6938770Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_arg_flatten.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_arg_flatten.cpp [skipped, already hipified] 2022-11-23T01:18:18.6946679Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_arg_flatten.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_arg_flatten.h [skipped, already hipified] 2022-11-23T01:18:18.6957397Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_custom_class.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_custom_class.cpp [skipped, already hipified] 2022-11-23T01:18:18.6963899Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_custom_class.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_custom_class.h [skipped, already hipified] 2022-11-23T01:18:18.6976212Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_dict.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_dict.cpp [skipped, already hipified] 2022-11-23T01:18:18.6984862Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_dict.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_dict.h [skipped, already hipified] 2022-11-23T01:18:18.6990759Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_interpreter.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_interpreter.cpp [skipped, already hipified] 2022-11-23T01:18:18.7040225Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ir.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ir.cpp [skipped, already hipified] 2022-11-23T01:18:18.7045199Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ir.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ir.h [skipped, already hipified] 2022-11-23T01:18:18.7054011Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ivalue.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ivalue.h [skipped, already hipified] 2022-11-23T01:18:18.7070543Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_list.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_list.cpp [skipped, already hipified] 2022-11-23T01:18:18.7079024Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_list.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_list.h [skipped, already hipified] 2022-11-23T01:18:18.7135274Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_sugared_value.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_sugared_value.cpp [ok] 2022-11-23T01:18:18.7149562Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_sugared_value.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_sugared_value.h [skipped, already hipified] 2022-11-23T01:18:18.7161407Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tracer.cpp [skipped, already hipified] 2022-11-23T01:18:18.7166952Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tracer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tracer.h [skipped, already hipified] 2022-11-23T01:18:18.7187589Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tree_views.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tree_views.cpp [skipped, already hipified] 2022-11-23T01:18:18.7191365Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tree_views.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tree_views.h [skipped, already hipified] 2022-11-23T01:18:18.7277037Z /var/lib/jenkins/workspace/torch/csrc/jit/python/script_init.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/script_init.cpp [skipped, already hipified] 2022-11-23T01:18:18.7282738Z /var/lib/jenkins/workspace/torch/csrc/jit/python/script_init.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/script_init.h [skipped, already hipified] 2022-11-23T01:18:18.7287722Z /var/lib/jenkins/workspace/torch/csrc/jit/python/update_graph_executor_opt.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/update_graph_executor_opt.cpp [skipped, already hipified] 2022-11-23T01:18:18.7292212Z /var/lib/jenkins/workspace/torch/csrc/jit/python/update_graph_executor_opt.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/update_graph_executor_opt.h [skipped, already hipified] 2022-11-23T01:18:18.7306718Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/argument_spec.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/argument_spec.cpp [skipped, already hipified] 2022-11-23T01:18:18.7332867Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/argument_spec.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/argument_spec.h [skipped, already hipified] 2022-11-23T01:18:18.7371977Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.cpp [skipped, already hipified] 2022-11-23T01:18:18.7380975Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h [skipped, already hipified] 2022-11-23T01:18:18.7387425Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/calculate_necessary_args.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/calculate_necessary_args.h [skipped, already hipified] 2022-11-23T01:18:18.7399692Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/custom_operator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/custom_operator.h [skipped, already hipified] 2022-11-23T01:18:18.7409736Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry.cpp [skipped, already hipified] 2022-11-23T01:18:18.7417982Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry.h [skipped, already hipified] 2022-11-23T01:18:18.7424394Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry_util.cpp [skipped, already hipified] 2022-11-23T01:18:18.7431193Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry_util.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry_util.h [skipped, already hipified] 2022-11-23T01:18:18.7435167Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/exception_message.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/exception_message.h [skipped, already hipified] 2022-11-23T01:18:18.7480896Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_executor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_executor.cpp [skipped, already hipified] 2022-11-23T01:18:18.7488417Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_executor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_executor.h [skipped, already hipified] 2022-11-23T01:18:18.7495622Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_executor_impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_executor_impl.h [skipped, already hipified] 2022-11-23T01:18:18.7507578Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_iterator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_iterator.h [skipped, already hipified] 2022-11-23T01:18:18.7520453Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/instruction.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/instruction.cpp [skipped, already hipified] 2022-11-23T01:18:18.7529440Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/instruction.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/instruction.h [skipped, already hipified] 2022-11-23T01:18:18.7579328Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter.cpp [skipped, already hipified] 2022-11-23T01:18:18.7587223Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter.h [skipped, already hipified] 2022-11-23T01:18:18.7592506Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_exception.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_exception.cpp [skipped, already hipified] 2022-11-23T01:18:18.7597068Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_exception.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_exception.h [skipped, already hipified] 2022-11-23T01:18:18.7610547Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_trace.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_trace.cpp [skipped, already hipified] 2022-11-23T01:18:18.7618524Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_trace.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_trace.h [skipped, already hipified] 2022-11-23T01:18:18.7624068Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/logging.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/logging.cpp [skipped, already hipified] 2022-11-23T01:18:18.7639117Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/logging.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/logging.h [skipped, already hipified] 2022-11-23T01:18:18.7656455Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.cpp [skipped, already hipified] 2022-11-23T01:18:18.7670461Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h [skipped, already hipified] 2022-11-23T01:18:18.7679537Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator_options.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator_options.h [skipped, already hipified] 2022-11-23T01:18:18.7684267Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/print_handler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/print_handler.cpp [skipped, already hipified] 2022-11-23T01:18:18.7688983Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/print_handler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/print_handler.h [skipped, already hipified] 2022-11-23T01:18:18.7726171Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp [skipped, already hipified] 2022-11-23T01:18:18.7732271Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_graph_executor_impl.h [skipped, already hipified] 2022-11-23T01:18:18.7744366Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_record.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_record.cpp [skipped, already hipified] 2022-11-23T01:18:18.7755425Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_record.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_record.h [skipped, already hipified] 2022-11-23T01:18:18.7762636Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_c10_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_c10_ops.cpp [skipped, already hipified] 2022-11-23T01:18:18.7775558Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_cuda_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_cuda_ops.cpp [ok] 2022-11-23T01:18:18.7788944Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_distributed_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_distributed_ops.cpp [skipped, already hipified] 2022-11-23T01:18:18.7803420Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_ops_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_ops_utils.cpp [skipped, already hipified] 2022-11-23T01:18:18.7862168Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_ops_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_ops_utils.h [skipped, already hipified] 2022-11-23T01:18:18.7986482Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_prim_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_prim_ops.cpp [skipped, already hipified] 2022-11-23T01:18:18.8020087Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp [skipped, already hipified] 2022-11-23T01:18:18.8045178Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_special_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_special_ops.cpp [skipped, already hipified] 2022-11-23T01:18:18.8052937Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/script_profile.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/script_profile.cpp [skipped, already hipified] 2022-11-23T01:18:18.8063118Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/script_profile.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/script_profile.h [skipped, already hipified] 2022-11-23T01:18:18.8145851Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp [skipped, already hipified] 2022-11-23T01:18:18.8150651Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/serialized_shape_function_registry.h [skipped, already hipified] 2022-11-23T01:18:18.8154495Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/shape_function_registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/shape_function_registry.h [skipped, already hipified] 2022-11-23T01:18:18.8158877Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp [skipped, already hipified] 2022-11-23T01:18:18.8165480Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/simple_graph_executor_impl.h [skipped, already hipified] 2022-11-23T01:18:18.8170199Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/slice_indices_adjust.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/slice_indices_adjust.cpp [skipped, already hipified] 2022-11-23T01:18:18.8175148Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/slice_indices_adjust.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/slice_indices_adjust.h [skipped, already hipified] 2022-11-23T01:18:18.8239797Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_script.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_script.cpp [skipped, already hipified] 2022-11-23T01:18:18.8244450Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_script.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_script.h [skipped, already hipified] 2022-11-23T01:18:18.8261754Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry.cpp [skipped, already hipified] 2022-11-23T01:18:18.8268646Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry.h [skipped, already hipified] 2022-11-23T01:18:18.8284696Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp [skipped, already hipified] 2022-11-23T01:18:18.8289082Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry_util.h [skipped, already hipified] 2022-11-23T01:18:18.8303423Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/vararg_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/vararg_functions.cpp [skipped, already hipified] 2022-11-23T01:18:18.8308643Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/vararg_functions.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/vararg_functions.h [skipped, already hipified] 2022-11-23T01:18:18.8312683Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/variable_tensor_list.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/variable_tensor_list.h [skipped, already hipified] 2022-11-23T01:18:18.8320625Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/can_emit_inline.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/can_emit_inline.h [skipped, already hipified] 2022-11-23T01:18:18.8356037Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/code_impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/code_impl.h [skipped, already hipified] 2022-11-23T01:18:18.8360809Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/frame.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/frame.cpp [skipped, already hipified] 2022-11-23T01:18:18.8366329Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/frame.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/frame.h [skipped, already hipified] 2022-11-23T01:18:18.8378786Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp [skipped, already hipified] 2022-11-23T01:18:18.8383355Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/preprocess_graph.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/preprocess_graph.h [skipped, already hipified] 2022-11-23T01:18:18.8387989Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ProcessedNodeInputs.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ProcessedNodeInputs.cpp [skipped, already hipified] 2022-11-23T01:18:18.8399766Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ProcessedNodeInputs.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ProcessedNodeInputs.h [skipped, already hipified] 2022-11-23T01:18:18.8413925Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/fusion.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/fusion.cpp [skipped, already hipified] 2022-11-23T01:18:18.8418520Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/fusion.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/fusion.h [skipped, already hipified] 2022-11-23T01:18:18.8585853Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/generated_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/generated_ops.cpp [skipped, already hipified] 2022-11-23T01:18:18.8657594Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/impl.cpp [skipped, already hipified] 2022-11-23T01:18:18.8704410Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/impl.h [skipped, already hipified] 2022-11-23T01:18:18.8714671Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/init.cpp [skipped, already hipified] 2022-11-23T01:18:18.8719379Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/init.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/init.h [skipped, already hipified] 2022-11-23T01:18:18.8742140Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/memory_planner.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/memory_planner.cpp [skipped, already hipified] 2022-11-23T01:18:18.8756884Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/memory_planner.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/memory_planner.h [skipped, already hipified] 2022-11-23T01:18:18.8816388Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/native_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/native_ops.cpp [skipped, already hipified] 2022-11-23T01:18:18.8922051Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ops.cpp [skipped, already hipified] 2022-11-23T01:18:18.8930810Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ops.h [skipped, already hipified] 2022-11-23T01:18:18.8987680Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/passes.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/passes.cpp [skipped, already hipified] 2022-11-23T01:18:18.8996261Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/passes.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/passes.h [skipped, already hipified] 2022-11-23T01:18:18.9008118Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/processed_node_wrapper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/processed_node_wrapper.h [skipped, already hipified] 2022-11-23T01:18:18.9014695Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/static_method.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/static_method.h [skipped, already hipified] 2022-11-23T01:18:18.9030784Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/te_wrapper.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/te_wrapper.cpp [skipped, already hipified] 2022-11-23T01:18:18.9039182Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/te_wrapper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/te_wrapper.h [skipped, already hipified] 2022-11-23T01:18:18.9054627Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp [skipped, already hipified] 2022-11-23T01:18:18.9062557Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/callstack_debug_info_serialization.h [skipped, already hipified] 2022-11-23T01:18:18.9110770Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export.cpp [skipped, already hipified] 2022-11-23T01:18:18.9123923Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export.h [skipped, already hipified] 2022-11-23T01:18:18.9141055Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_bytecode.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_bytecode.cpp [skipped, already hipified] 2022-11-23T01:18:18.9150344Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_bytecode.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_bytecode.h [skipped, already hipified] 2022-11-23T01:18:18.9192530Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_module.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_module.cpp [skipped, already hipified] 2022-11-23T01:18:18.9231042Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer.cpp [skipped, already hipified] 2022-11-23T01:18:18.9237112Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer.h [skipped, already hipified] 2022-11-23T01:18:18.9243588Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp [skipped, already hipified] 2022-11-23T01:18:18.9248189Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h [skipped, already hipified] 2022-11-23T01:18:18.9272945Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import.cpp [skipped, already hipified] 2022-11-23T01:18:18.9280789Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import.h [skipped, already hipified] 2022-11-23T01:18:18.9285599Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_constants.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_constants.h [skipped, already hipified] 2022-11-23T01:18:18.9294400Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_functions.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_functions.h [skipped, already hipified] 2022-11-23T01:18:18.9300054Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_helpers.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_helpers.cpp [skipped, already hipified] 2022-11-23T01:18:18.9305160Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_helpers.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_helpers.h [skipped, already hipified] 2022-11-23T01:18:18.9325610Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_legacy.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_legacy.cpp [skipped, already hipified] 2022-11-23T01:18:18.9330702Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_legacy.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_legacy.h [skipped, already hipified] 2022-11-23T01:18:18.9337478Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_read.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_read.cpp [skipped, already hipified] 2022-11-23T01:18:18.9343603Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_read.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_read.h [skipped, already hipified] 2022-11-23T01:18:18.9373770Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_source.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_source.cpp [skipped, already hipified] 2022-11-23T01:18:18.9380114Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_source.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_source.h [skipped, already hipified] 2022-11-23T01:18:18.9465027Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/mobile_bytecode_generated.h [skipped, already hipified] 2022-11-23T01:18:18.9476007Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/onnx.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/onnx.cpp [skipped, already hipified] 2022-11-23T01:18:18.9481274Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/onnx.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/onnx.h [skipped, already hipified] 2022-11-23T01:18:18.9489569Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickle.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickle.cpp [skipped, already hipified] 2022-11-23T01:18:18.9496458Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickle.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickle.h [skipped, already hipified] 2022-11-23T01:18:18.9530955Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickler.cpp [skipped, already hipified] 2022-11-23T01:18:18.9547070Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickler.h [skipped, already hipified] 2022-11-23T01:18:18.9612160Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/python_print.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/python_print.cpp [skipped, already hipified] 2022-11-23T01:18:18.9617644Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/python_print.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/python_print.h [skipped, already hipified] 2022-11-23T01:18:18.9641060Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/source_range_serialization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/source_range_serialization.cpp [skipped, already hipified] 2022-11-23T01:18:18.9647266Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/source_range_serialization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/source_range_serialization.h [skipped, already hipified] 2022-11-23T01:18:18.9652034Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/source_range_serialization_impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/source_range_serialization_impl.h [skipped, already hipified] 2022-11-23T01:18:18.9660287Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/storage_context.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/storage_context.h [skipped, already hipified] 2022-11-23T01:18:18.9665556Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/type_name_uniquer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/type_name_uniquer.cpp [skipped, already hipified] 2022-11-23T01:18:18.9670918Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/type_name_uniquer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/type_name_uniquer.h [skipped, already hipified] 2022-11-23T01:18:18.9715052Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/unpickler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/unpickler.cpp [skipped, already hipified] 2022-11-23T01:18:18.9725454Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/unpickler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/unpickler.h [skipped, already hipified] 2022-11-23T01:18:18.9737837Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/analysis.h [skipped, already hipified] 2022-11-23T01:18:18.9751326Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/block_codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/block_codegen.cpp [skipped, already hipified] 2022-11-23T01:18:18.9762773Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/block_codegen.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/block_codegen.h [skipped, already hipified] 2022-11-23T01:18:18.9775800Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_inference.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_inference.cpp [skipped, already hipified] 2022-11-23T01:18:18.9782216Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_inference.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_inference.h [skipped, already hipified] 2022-11-23T01:18:18.9796146Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_overlap.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_overlap.cpp [skipped, already hipified] 2022-11-23T01:18:18.9808255Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_overlap.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_overlap.h [skipped, already hipified] 2022-11-23T01:18:18.9823378Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/codegen.cpp [skipped, already hipified] 2022-11-23T01:18:18.9833759Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/codegen.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/codegen.h [skipped, already hipified] 2022-11-23T01:18:18.9851468Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cpp_codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cpp_codegen.cpp [skipped, already hipified] 2022-11-23T01:18:18.9860507Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cpp_codegen.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cpp_codegen.h [skipped, already hipified] 2022-11-23T01:18:18.9866597Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cpp_intrinsics.h [skipped, already hipified] 2022-11-23T01:18:18.9898582Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp [ok] 2022-11-23T01:18:18.9912038Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h [ok] 2022-11-23T01:18:18.9920851Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_random.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_random.h [skipped, already hipified] 2022-11-23T01:18:18.9965357Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/eval.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/eval.cpp [skipped, already hipified] 2022-11-23T01:18:18.9979829Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/eval.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/eval.h [skipped, already hipified] 2022-11-23T01:18:18.9991444Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/exceptions.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/exceptions.h [skipped, already hipified] 2022-11-23T01:18:19.0008799Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/expr.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/expr.cpp [skipped, already hipified] 2022-11-23T01:18:19.0025348Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/expr.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/expr.h [skipped, already hipified] 2022-11-23T01:18:19.0085567Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions.cpp [skipped, already hipified] 2022-11-23T01:18:19.0092733Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions.h [skipped, already hipified] 2022-11-23T01:18:19.0178277Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp [skipped, already hipified] 2022-11-23T01:18:19.0183797Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_core.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_core.cpp [skipped, already hipified] 2022-11-23T01:18:19.0188713Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_core.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_core.h [skipped, already hipified] 2022-11-23T01:18:19.0195386Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_registry.cpp [skipped, already hipified] 2022-11-23T01:18:19.0209642Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_registry.h [skipped, already hipified] 2022-11-23T01:18:19.0215707Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/fwd_decls.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/fwd_decls.h [skipped, already hipified] 2022-11-23T01:18:19.0236626Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/graph_opt.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/graph_opt.cpp [skipped, already hipified] 2022-11-23T01:18:19.0244882Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/graph_opt.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/graph_opt.h [skipped, already hipified] 2022-11-23T01:18:19.0255099Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/half_support.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/half_support.h [skipped, already hipified] 2022-11-23T01:18:19.0267035Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_provider.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_provider.cpp [skipped, already hipified] 2022-11-23T01:18:19.0280832Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_provider.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_provider.h [skipped, already hipified] 2022-11-23T01:18:19.0297275Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp [skipped, already hipified] 2022-11-23T01:18:19.0302102Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/intrinsic_symbols.h [skipped, already hipified] 2022-11-23T01:18:19.0313995Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir.cpp [skipped, already hipified] 2022-11-23T01:18:19.0344409Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir.h [skipped, already hipified] 2022-11-23T01:18:19.0360679Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_cloner.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_cloner.cpp [skipped, already hipified] 2022-11-23T01:18:19.0365850Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_cloner.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_cloner.h [skipped, already hipified] 2022-11-23T01:18:19.0386510Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_mutator.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_mutator.cpp [skipped, already hipified] 2022-11-23T01:18:19.0392171Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_mutator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_mutator.h [skipped, already hipified] 2022-11-23T01:18:19.0400264Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_printer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_printer.h [skipped, already hipified] 2022-11-23T01:18:19.0502351Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_simplifier.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_simplifier.cpp [skipped, already hipified] 2022-11-23T01:18:19.0519649Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_simplifier.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_simplifier.h [skipped, already hipified] 2022-11-23T01:18:19.0529164Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_verifier.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_verifier.cpp [skipped, already hipified] 2022-11-23T01:18:19.0535880Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_verifier.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_verifier.h [skipped, already hipified] 2022-11-23T01:18:19.0545597Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_visitor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_visitor.cpp [skipped, already hipified] 2022-11-23T01:18:19.0552059Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_visitor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_visitor.h [skipped, already hipified] 2022-11-23T01:18:19.0621248Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/kernel.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/kernel.cpp [skipped, already hipified] 2022-11-23T01:18:19.0639923Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/kernel.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/kernel.h [skipped, already hipified] 2022-11-23T01:18:19.0730017Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_codegen.cpp [skipped, already hipified] 2022-11-23T01:18:19.0738118Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_codegen.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_codegen.h [skipped, already hipified] 2022-11-23T01:18:19.0752930Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_jit.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_jit.cpp [skipped, already hipified] 2022-11-23T01:18:19.0759222Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_jit.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_jit.h [skipped, already hipified] 2022-11-23T01:18:19.0887727Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest.cpp [skipped, already hipified] 2022-11-23T01:18:19.0914752Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest.h [skipped, already hipified] 2022-11-23T01:18:19.0945426Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp [skipped, already hipified] 2022-11-23T01:18:19.0959799Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest_randomization.h [skipped, already hipified] 2022-11-23T01:18:19.1037884Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/lowerings.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/lowerings.cpp [skipped, already hipified] 2022-11-23T01:18:19.1043371Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/lowerings.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/lowerings.h [skipped, already hipified] 2022-11-23T01:18:19.1087148Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp [skipped, already hipified] 2022-11-23T01:18:19.1103943Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/mem_dependency_checker.h [skipped, already hipified] 2022-11-23T01:18:19.1110580Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/reduction.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/reduction.cpp [skipped, already hipified] 2022-11-23T01:18:19.1125339Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/reduction.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/reduction.h [skipped, already hipified] 2022-11-23T01:18:19.1158783Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/registerizer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/registerizer.cpp [skipped, already hipified] 2022-11-23T01:18:19.1172892Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/registerizer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/registerizer.h [skipped, already hipified] 2022-11-23T01:18:19.1206626Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/stmt.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/stmt.h [skipped, already hipified] 2022-11-23T01:18:19.1220860Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensor.cpp [skipped, already hipified] 2022-11-23T01:18:19.1234781Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensor.h [skipped, already hipified] 2022-11-23T01:18:19.1281704Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp [ok] 2022-11-23T01:18:19.1305637Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.h [skipped, already hipified] 2022-11-23T01:18:19.1306790Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/types.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/types.cpp [skipped, already hipified] 2022-11-23T01:18:19.1309750Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/types.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/types.h [skipped, already hipified] 2022-11-23T01:18:19.1318827Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/unique_name_manager.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/unique_name_manager.cpp [skipped, already hipified] 2022-11-23T01:18:19.1325335Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/unique_name_manager.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/unique_name_manager.h [skipped, already hipified] 2022-11-23T01:18:19.1331851Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/var_substitutor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/var_substitutor.h [skipped, already hipified] 2022-11-23T01:18:19.1351788Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/conv2d.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/conv2d.cpp [skipped, already hipified] 2022-11-23T01:18:19.1364613Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/conv2d.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/conv2d.h [skipped, already hipified] 2022-11-23T01:18:19.1371798Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/matmul.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/matmul.cpp [skipped, already hipified] 2022-11-23T01:18:19.1381502Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/matmul.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/matmul.h [skipped, already hipified] 2022-11-23T01:18:19.1408720Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/misc.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/misc.cpp [skipped, already hipified] 2022-11-23T01:18:19.1416232Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/misc.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/misc.h [skipped, already hipified] 2022-11-23T01:18:19.1429058Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/norm.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/norm.cpp [skipped, already hipified] 2022-11-23T01:18:19.1434427Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/norm.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/norm.h [skipped, already hipified] 2022-11-23T01:18:19.1442776Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/operators.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/operators.h [skipped, already hipified] 2022-11-23T01:18:19.1453670Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/pointwise.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/pointwise.cpp [skipped, already hipified] 2022-11-23T01:18:19.1460530Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/pointwise.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/pointwise.h [skipped, already hipified] 2022-11-23T01:18:19.1492651Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/quantization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/quantization.cpp [skipped, already hipified] 2022-11-23T01:18:19.1501395Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/quantization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/quantization.h [skipped, already hipified] 2022-11-23T01:18:19.1511417Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/reduction.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/reduction.cpp [skipped, already hipified] 2022-11-23T01:18:19.1516356Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/reduction.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/reduction.h [skipped, already hipified] 2022-11-23T01:18:19.1527438Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/softmax.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/softmax.cpp [skipped, already hipified] 2022-11-23T01:18:19.1531621Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/softmax.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/softmax.h [skipped, already hipified] 2022-11-23T01:18:19.1536832Z /var/lib/jenkins/workspace/torch/csrc/jit/testing/catch_utils.hpp -> /var/lib/jenkins/workspace/torch/csrc/jit/testing/catch_utils.hpp [skipped, already hipified] 2022-11-23T01:18:19.1561841Z /var/lib/jenkins/workspace/torch/csrc/jit/testing/file_check.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/testing/file_check.cpp [skipped, already hipified] 2022-11-23T01:18:19.1568391Z /var/lib/jenkins/workspace/torch/csrc/jit/testing/file_check.h -> /var/lib/jenkins/workspace/torch/csrc/jit/testing/file_check.h [skipped, already hipified] 2022-11-23T01:18:19.1574261Z /var/lib/jenkins/workspace/torch/csrc/jit/testing/hooks_for_testing.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/testing/hooks_for_testing.cpp [skipped, already hipified] 2022-11-23T01:18:19.1582724Z /var/lib/jenkins/workspace/torch/csrc/jit/testing/hooks_for_testing.h -> /var/lib/jenkins/workspace/torch/csrc/jit/testing/hooks_for_testing.h [skipped, already hipified] 2022-11-23T01:18:19.1589164Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h [skipped, already hipified] 2022-11-23T01:18:19.1596067Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.cpp [skipped, already hipified] 2022-11-23T01:18:19.1603983Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.h [skipped, already hipified] 2022-11-23T01:18:19.1613044Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.cpp [skipped, already hipified] 2022-11-23T01:18:19.1632666Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.h [skipped, already hipified] 2022-11-23T01:18:19.1642099Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/lowering_context.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/lowering_context.cpp [skipped, already hipified] 2022-11-23T01:18:19.1654349Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/lowering_context.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/lowering_context.h [skipped, already hipified] 2022-11-23T01:18:19.1661649Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/cache.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/cache.h [skipped, already hipified] 2022-11-23T01:18:19.1673980Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/config.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/config.cpp [skipped, already hipified] 2022-11-23T01:18:19.1680037Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/config.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/config.h [skipped, already hipified] 2022-11-23T01:18:19.1690273Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/debug_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/debug_util.cpp [skipped, already hipified] 2022-11-23T01:18:19.1695687Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/debug_util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/debug_util.h [skipped, already hipified] 2022-11-23T01:18:19.1704141Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/dynamic_ir.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/dynamic_ir.h [skipped, already hipified] 2022-11-23T01:18:19.1717796Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/hash.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/hash.cpp [skipped, already hipified] 2022-11-23T01:18:19.1730074Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/hash.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/hash.h [skipped, already hipified] 2022-11-23T01:18:19.1737918Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/helpers.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/helpers.cpp [skipped, already hipified] 2022-11-23T01:18:19.1743552Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/helpers.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/helpers.h [skipped, already hipified] 2022-11-23T01:18:19.1755121Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.cpp [skipped, already hipified] 2022-11-23T01:18:19.1766157Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.h [skipped, already hipified] 2022-11-23T01:18:19.1777972Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_builder.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_builder.h [skipped, already hipified] 2022-11-23T01:18:19.1788734Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_dump_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_dump_util.cpp [skipped, already hipified] 2022-11-23T01:18:19.1794906Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_dump_util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_dump_util.h [skipped, already hipified] 2022-11-23T01:18:19.1801096Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_metadata.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_metadata.cpp [skipped, already hipified] 2022-11-23T01:18:19.1806808Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_metadata.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_metadata.h [skipped, already hipified] 2022-11-23T01:18:19.1812478Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_util.cpp [skipped, already hipified] 2022-11-23T01:18:19.1817495Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_util.h [skipped, already hipified] 2022-11-23T01:18:19.1860054Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/lazy_graph_executor.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/lazy_graph_executor.cpp [skipped, already hipified] 2022-11-23T01:18:19.1874587Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/lazy_graph_executor.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/lazy_graph_executor.h [skipped, already hipified] 2022-11-23T01:18:19.1892337Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/metrics.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/metrics.cpp [skipped, already hipified] 2022-11-23T01:18:19.1902786Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/metrics.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/metrics.h [skipped, already hipified] 2022-11-23T01:18:19.1918118Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/multi_wait.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/multi_wait.cpp [skipped, already hipified] 2022-11-23T01:18:19.1933913Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/multi_wait.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/multi_wait.h [skipped, already hipified] 2022-11-23T01:18:19.1939211Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/permutation_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/permutation_util.cpp [skipped, already hipified] 2022-11-23T01:18:19.1943832Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/permutation_util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/permutation_util.h [skipped, already hipified] 2022-11-23T01:18:19.1958144Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.cpp [skipped, already hipified] 2022-11-23T01:18:19.1967827Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h [skipped, already hipified] 2022-11-23T01:18:19.2030383Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape_inference.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape_inference.cpp [skipped, already hipified] 2022-11-23T01:18:19.2050433Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape_inference.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape_inference.h [skipped, already hipified] 2022-11-23T01:18:19.2069689Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.cpp [skipped, already hipified] 2022-11-23T01:18:19.2081332Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.h [skipped, already hipified] 2022-11-23T01:18:19.2097186Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_impl.cpp [skipped, already hipified] 2022-11-23T01:18:19.2103322Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_impl.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_impl.h [skipped, already hipified] 2022-11-23T01:18:19.2110411Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_util.cpp [skipped, already hipified] 2022-11-23T01:18:19.2116644Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_util.h [skipped, already hipified] 2022-11-23T01:18:19.2131827Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/thread_pool.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/thread_pool.cpp [skipped, already hipified] 2022-11-23T01:18:19.2140449Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/thread_pool.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/thread_pool.h [skipped, already hipified] 2022-11-23T01:18:19.2147304Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/trie.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/trie.cpp [skipped, already hipified] 2022-11-23T01:18:19.2153980Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/trie.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/trie.h [skipped, already hipified] 2022-11-23T01:18:19.2160770Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/unique.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/unique.h [skipped, already hipified] 2022-11-23T01:18:19.2171361Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/util.h [skipped, already hipified] 2022-11-23T01:18:19.2177390Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/internal_ops/ltc_ops.h [skipped, already hipified] 2022-11-23T01:18:19.2184376Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp [skipped, already hipified] 2022-11-23T01:18:19.2189256Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h [skipped, already hipified] 2022-11-23T01:18:19.2197112Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/utils.cpp [skipped, already hipified] 2022-11-23T01:18:19.2203372Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/utils.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/utils.h [skipped, already hipified] 2022-11-23T01:18:19.2230828Z /var/lib/jenkins/workspace/torch/csrc/lazy/python/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/python/init.cpp [skipped, already hipified] 2022-11-23T01:18:19.2235517Z /var/lib/jenkins/workspace/torch/csrc/lazy/python/init.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/python/init.h [skipped, already hipified] 2022-11-23T01:18:19.2241402Z /var/lib/jenkins/workspace/torch/csrc/lazy/python/python_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/python/python_util.cpp [skipped, already hipified] 2022-11-23T01:18:19.2246395Z /var/lib/jenkins/workspace/torch/csrc/lazy/python/python_util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/python/python_util.h [skipped, already hipified] 2022-11-23T01:18:19.2251237Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/config.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/config.cpp [skipped, already hipified] 2022-11-23T01:18:19.2256284Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/config.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/config.h [skipped, already hipified] 2022-11-23T01:18:19.2267585Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/dynamic_ir.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/dynamic_ir.cpp [skipped, already hipified] 2022-11-23T01:18:19.2275050Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/dynamic_ir.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/dynamic_ir.h [skipped, already hipified] 2022-11-23T01:18:19.2285245Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ir_builder.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ir_builder.h [skipped, already hipified] 2022-11-23T01:18:19.2292203Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp [skipped, already hipified] 2022-11-23T01:18:19.2300362Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/tensor_aten_ops.h [skipped, already hipified] 2022-11-23T01:18:19.2305756Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp [skipped, already hipified] 2022-11-23T01:18:19.2314488Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_autograd_functions.h [skipped, already hipified] 2022-11-23T01:18:19.2326703Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp [skipped, already hipified] 2022-11-23T01:18:19.2336165Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_backend_impl.h [skipped, already hipified] 2022-11-23T01:18:19.2352792Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp [skipped, already hipified] 2022-11-23T01:18:19.2363043Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_eager_fallback.h [skipped, already hipified] 2022-11-23T01:18:19.2371939Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp [skipped, already hipified] 2022-11-23T01:18:19.2387895Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_lowering_context.h [skipped, already hipified] 2022-11-23T01:18:19.2418348Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_native_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_native_functions.cpp [skipped, already hipified] 2022-11-23T01:18:19.2431732Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node.cpp [skipped, already hipified] 2022-11-23T01:18:19.2444737Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node.h [skipped, already hipified] 2022-11-23T01:18:19.2454962Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp [skipped, already hipified] 2022-11-23T01:18:19.2461165Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node_lowering.h [skipped, already hipified] 2022-11-23T01:18:19.2467279Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/device_data.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/device_data.cpp [skipped, already hipified] 2022-11-23T01:18:19.2473172Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/device_data.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/device_data.h [skipped, already hipified] 2022-11-23T01:18:19.2478685Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/generic.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/generic.cpp [skipped, already hipified] 2022-11-23T01:18:19.2484268Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/generic.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/generic.h [skipped, already hipified] 2022-11-23T01:18:19.2492920Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/random_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/random_ops.cpp [skipped, already hipified] 2022-11-23T01:18:19.2498878Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/random_ops.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/random_ops.h [skipped, already hipified] 2022-11-23T01:18:19.2506997Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/to_copy.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/to_copy.h [skipped, already hipified] 2022-11-23T01:18:19.2515276Z /var/lib/jenkins/workspace/torch/csrc/monitor/counters.cpp -> /var/lib/jenkins/workspace/torch/csrc/monitor/counters.cpp [skipped, already hipified] 2022-11-23T01:18:19.2526242Z /var/lib/jenkins/workspace/torch/csrc/monitor/counters.h -> /var/lib/jenkins/workspace/torch/csrc/monitor/counters.h [skipped, already hipified] 2022-11-23T01:18:19.2531806Z /var/lib/jenkins/workspace/torch/csrc/monitor/events.cpp -> /var/lib/jenkins/workspace/torch/csrc/monitor/events.cpp [skipped, already hipified] 2022-11-23T01:18:19.2538880Z /var/lib/jenkins/workspace/torch/csrc/monitor/events.h -> /var/lib/jenkins/workspace/torch/csrc/monitor/events.h [skipped, already hipified] 2022-11-23T01:18:19.2551978Z /var/lib/jenkins/workspace/torch/csrc/monitor/python_init.cpp -> /var/lib/jenkins/workspace/torch/csrc/monitor/python_init.cpp [skipped, already hipified] 2022-11-23T01:18:19.2560575Z /var/lib/jenkins/workspace/torch/csrc/monitor/python_init.h -> /var/lib/jenkins/workspace/torch/csrc/monitor/python_init.h [skipped, already hipified] 2022-11-23T01:18:19.2566556Z /var/lib/jenkins/workspace/torch/csrc/multiprocessing/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/multiprocessing/init.cpp [skipped, already hipified] 2022-11-23T01:18:19.2583611Z /var/lib/jenkins/workspace/torch/csrc/multiprocessing/init.h -> /var/lib/jenkins/workspace/torch/csrc/multiprocessing/init.h [skipped, already hipified] 2022-11-23T01:18:19.2604007Z /var/lib/jenkins/workspace/torch/csrc/onnx/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/onnx/init.cpp [skipped, already hipified] 2022-11-23T01:18:19.2610015Z /var/lib/jenkins/workspace/torch/csrc/onnx/init.h -> /var/lib/jenkins/workspace/torch/csrc/onnx/init.h [skipped, already hipified] 2022-11-23T01:18:19.2615099Z /var/lib/jenkins/workspace/torch/csrc/onnx/onnx.h -> /var/lib/jenkins/workspace/torch/csrc/onnx/onnx.h [skipped, already hipified] 2022-11-23T01:18:19.2625767Z /var/lib/jenkins/workspace/torch/csrc/onnx/diagnostics/diagnostics.h -> /var/lib/jenkins/workspace/torch/csrc/onnx/diagnostics/diagnostics.h [skipped, already hipified] 2022-11-23T01:18:19.2634211Z /var/lib/jenkins/workspace/torch/csrc/onnx/diagnostics/generated/rules.h -> /var/lib/jenkins/workspace/torch/csrc/onnx/diagnostics/generated/rules.h [skipped, already hipified] 2022-11-23T01:18:19.2639921Z /var/lib/jenkins/workspace/torch/csrc/profiler/api.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/api.h [skipped, already hipified] 2022-11-23T01:18:19.2682097Z /var/lib/jenkins/workspace/torch/csrc/profiler/collection.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/collection.cpp [skipped, already hipified] 2022-11-23T01:18:19.2705946Z /var/lib/jenkins/workspace/torch/csrc/profiler/collection.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/collection.h [skipped, already hipified] 2022-11-23T01:18:19.2716915Z /var/lib/jenkins/workspace/torch/csrc/profiler/containers.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/containers.h [skipped, already hipified] 2022-11-23T01:18:19.2726977Z /var/lib/jenkins/workspace/torch/csrc/profiler/data_flow.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/data_flow.cpp [skipped, already hipified] 2022-11-23T01:18:19.2735078Z /var/lib/jenkins/workspace/torch/csrc/profiler/data_flow.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/data_flow.h [skipped, already hipified] 2022-11-23T01:18:19.2740316Z /var/lib/jenkins/workspace/torch/csrc/profiler/events.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/events.h [skipped, already hipified] 2022-11-23T01:18:19.2749541Z /var/lib/jenkins/workspace/torch/csrc/profiler/kineto_client_interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/kineto_client_interface.cpp [skipped, already hipified] 2022-11-23T01:18:19.2764873Z /var/lib/jenkins/workspace/torch/csrc/profiler/kineto_shim.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/kineto_shim.cpp [skipped, already hipified] 2022-11-23T01:18:19.2771813Z /var/lib/jenkins/workspace/torch/csrc/profiler/kineto_shim.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/kineto_shim.h [skipped, already hipified] 2022-11-23T01:18:19.2777004Z /var/lib/jenkins/workspace/torch/csrc/profiler/perf-inl.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/perf-inl.h [skipped, already hipified] 2022-11-23T01:18:19.2788301Z /var/lib/jenkins/workspace/torch/csrc/profiler/perf.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/perf.cpp [skipped, already hipified] 2022-11-23T01:18:19.2795041Z /var/lib/jenkins/workspace/torch/csrc/profiler/perf.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/perf.h [skipped, already hipified] 2022-11-23T01:18:19.2829440Z /var/lib/jenkins/workspace/torch/csrc/profiler/util.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/util.cpp [skipped, already hipified] 2022-11-23T01:18:19.2840479Z /var/lib/jenkins/workspace/torch/csrc/profiler/util.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/util.h [ok] 2022-11-23T01:18:19.2850449Z /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/observer.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/observer.cpp [skipped, already hipified] 2022-11-23T01:18:19.2858379Z /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/observer.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/observer.h [skipped, already hipified] 2022-11-23T01:18:19.2864305Z /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/python_tracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/python_tracer.cpp [skipped, already hipified] 2022-11-23T01:18:19.2870242Z /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/python_tracer.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/python_tracer.h [skipped, already hipified] 2022-11-23T01:18:19.2886588Z /var/lib/jenkins/workspace/torch/csrc/profiler/python/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/python/init.cpp [skipped, already hipified] 2022-11-23T01:18:19.2892974Z /var/lib/jenkins/workspace/torch/csrc/profiler/python/init.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/python/init.h [skipped, already hipified] 2022-11-23T01:18:19.2898901Z /var/lib/jenkins/workspace/torch/csrc/profiler/python/pybind.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/python/pybind.h [skipped, already hipified] 2022-11-23T01:18:19.2926066Z /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/execution_graph_observer.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/execution_graph_observer.cpp [skipped, already hipified] 2022-11-23T01:18:19.2935087Z /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/execution_graph_observer.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/execution_graph_observer.h [skipped, already hipified] 2022-11-23T01:18:19.2943410Z /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/itt_observer.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/itt_observer.cpp [skipped, already hipified] 2022-11-23T01:18:19.2948245Z /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/itt_observer.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/itt_observer.h [skipped, already hipified] 2022-11-23T01:18:19.2958887Z /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/nvtx_observer.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/nvtx_observer.cpp [skipped, already hipified] 2022-11-23T01:18:19.2964951Z /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/nvtx_observer.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/nvtx_observer.h [skipped, already hipified] 2022-11-23T01:18:19.2972259Z /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/base.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/base.cpp [skipped, already hipified] 2022-11-23T01:18:19.2982390Z /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/base.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/base.h [ok] 2022-11-23T01:18:19.2992173Z /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/cuda.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/cuda.cpp [ok] 2022-11-23T01:18:19.2998463Z /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/itt.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/itt.cpp [skipped, already hipified] 2022-11-23T01:18:19.3018558Z /var/lib/jenkins/workspace/torch/csrc/tensor/python_tensor.cpp -> /var/lib/jenkins/workspace/torch/csrc/tensor/python_tensor.cpp [skipped, already hipified] 2022-11-23T01:18:19.3024610Z /var/lib/jenkins/workspace/torch/csrc/tensor/python_tensor.h -> /var/lib/jenkins/workspace/torch/csrc/tensor/python_tensor.h [skipped, already hipified] 2022-11-23T01:18:19.3030211Z /var/lib/jenkins/workspace/torch/csrc/utils/auto_gil.h -> /var/lib/jenkins/workspace/torch/csrc/utils/auto_gil.h [skipped, already hipified] 2022-11-23T01:18:19.3046510Z /var/lib/jenkins/workspace/torch/csrc/utils/byte_order.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/byte_order.cpp [skipped, already hipified] 2022-11-23T01:18:19.3053611Z /var/lib/jenkins/workspace/torch/csrc/utils/byte_order.h -> /var/lib/jenkins/workspace/torch/csrc/utils/byte_order.h [skipped, already hipified] 2022-11-23T01:18:19.3059420Z /var/lib/jenkins/workspace/torch/csrc/utils/cpp_stacktraces.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/cpp_stacktraces.cpp [skipped, already hipified] 2022-11-23T01:18:19.3064715Z /var/lib/jenkins/workspace/torch/csrc/utils/cpp_stacktraces.h -> /var/lib/jenkins/workspace/torch/csrc/utils/cpp_stacktraces.h [skipped, already hipified] 2022-11-23T01:18:19.3074566Z /var/lib/jenkins/workspace/torch/csrc/utils/cuda_enabled.h -> /var/lib/jenkins/workspace/torch/csrc/utils/cuda_enabled.h [ok] 2022-11-23T01:18:19.3081551Z /var/lib/jenkins/workspace/torch/csrc/utils/cuda_lazy_init.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/cuda_lazy_init.cpp [skipped, already hipified] 2022-11-23T01:18:19.3089927Z /var/lib/jenkins/workspace/torch/csrc/utils/cuda_lazy_init.h -> /var/lib/jenkins/workspace/torch/csrc/utils/cuda_lazy_init.h [skipped, already hipified] 2022-11-23T01:18:19.3102647Z /var/lib/jenkins/workspace/torch/csrc/utils/disable_torch_function.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/disable_torch_function.cpp [skipped, already hipified] 2022-11-23T01:18:19.3118949Z /var/lib/jenkins/workspace/torch/csrc/utils/disable_torch_function.h -> /var/lib/jenkins/workspace/torch/csrc/utils/disable_torch_function.h [skipped, already hipified] 2022-11-23T01:18:19.3124539Z /var/lib/jenkins/workspace/torch/csrc/utils/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/init.cpp [skipped, already hipified] 2022-11-23T01:18:19.3128475Z /var/lib/jenkins/workspace/torch/csrc/utils/init.h -> /var/lib/jenkins/workspace/torch/csrc/utils/init.h [skipped, already hipified] 2022-11-23T01:18:19.3148062Z /var/lib/jenkins/workspace/torch/csrc/utils/invalid_arguments.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/invalid_arguments.cpp [skipped, already hipified] 2022-11-23T01:18:19.3152450Z /var/lib/jenkins/workspace/torch/csrc/utils/invalid_arguments.h -> /var/lib/jenkins/workspace/torch/csrc/utils/invalid_arguments.h [skipped, already hipified] 2022-11-23T01:18:19.3156783Z /var/lib/jenkins/workspace/torch/csrc/utils/memory.h -> /var/lib/jenkins/workspace/torch/csrc/utils/memory.h [skipped, already hipified] 2022-11-23T01:18:19.3162625Z /var/lib/jenkins/workspace/torch/csrc/utils/nested.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/nested.cpp [skipped, already hipified] 2022-11-23T01:18:19.3170839Z /var/lib/jenkins/workspace/torch/csrc/utils/nested.h -> /var/lib/jenkins/workspace/torch/csrc/utils/nested.h [skipped, already hipified] 2022-11-23T01:18:19.3174776Z /var/lib/jenkins/workspace/torch/csrc/utils/numpy_stub.h -> /var/lib/jenkins/workspace/torch/csrc/utils/numpy_stub.h [skipped, already hipified] 2022-11-23T01:18:19.3179051Z /var/lib/jenkins/workspace/torch/csrc/utils/object_ptr.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/object_ptr.cpp [skipped, already hipified] 2022-11-23T01:18:19.3183829Z /var/lib/jenkins/workspace/torch/csrc/utils/object_ptr.h -> /var/lib/jenkins/workspace/torch/csrc/utils/object_ptr.h [skipped, already hipified] 2022-11-23T01:18:19.3189665Z /var/lib/jenkins/workspace/torch/csrc/utils/out_types.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/out_types.cpp [skipped, already hipified] 2022-11-23T01:18:19.3193645Z /var/lib/jenkins/workspace/torch/csrc/utils/out_types.h -> /var/lib/jenkins/workspace/torch/csrc/utils/out_types.h [skipped, already hipified] 2022-11-23T01:18:19.3199260Z /var/lib/jenkins/workspace/torch/csrc/utils/pybind.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/pybind.cpp [skipped, already hipified] 2022-11-23T01:18:19.3214030Z /var/lib/jenkins/workspace/torch/csrc/utils/pybind.h -> /var/lib/jenkins/workspace/torch/csrc/utils/pybind.h [skipped, already hipified] 2022-11-23T01:18:19.3217734Z /var/lib/jenkins/workspace/torch/csrc/utils/pycfunction_helpers.h -> /var/lib/jenkins/workspace/torch/csrc/utils/pycfunction_helpers.h [skipped, already hipified] 2022-11-23T01:18:19.3270072Z /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.cpp [skipped, already hipified] 2022-11-23T01:18:19.3311729Z /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.h [skipped, already hipified] 2022-11-23T01:18:19.3320012Z /var/lib/jenkins/workspace/torch/csrc/utils/python_compat.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_compat.h [skipped, already hipified] 2022-11-23T01:18:19.3357210Z /var/lib/jenkins/workspace/torch/csrc/utils/python_dispatch.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/python_dispatch.cpp [skipped, already hipified] 2022-11-23T01:18:19.3361181Z /var/lib/jenkins/workspace/torch/csrc/utils/python_dispatch.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_dispatch.h [skipped, already hipified] 2022-11-23T01:18:19.3368958Z /var/lib/jenkins/workspace/torch/csrc/utils/python_numbers.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_numbers.h [skipped, already hipified] 2022-11-23T01:18:19.3375512Z /var/lib/jenkins/workspace/torch/csrc/utils/python_scalars.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_scalars.h [skipped, already hipified] 2022-11-23T01:18:19.3383089Z /var/lib/jenkins/workspace/torch/csrc/utils/python_strings.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_strings.h [skipped, already hipified] 2022-11-23T01:18:19.3390159Z /var/lib/jenkins/workspace/torch/csrc/utils/python_stub.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_stub.h [skipped, already hipified] 2022-11-23T01:18:19.3394430Z /var/lib/jenkins/workspace/torch/csrc/utils/python_symnode.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/python_symnode.cpp [skipped, already hipified] 2022-11-23T01:18:19.3402307Z /var/lib/jenkins/workspace/torch/csrc/utils/python_symnode.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_symnode.h [skipped, already hipified] 2022-11-23T01:18:19.3410392Z /var/lib/jenkins/workspace/torch/csrc/utils/python_torch_function_mode.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_torch_function_mode.h [skipped, already hipified] 2022-11-23T01:18:19.3414628Z /var/lib/jenkins/workspace/torch/csrc/utils/python_tuples.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_tuples.h [skipped, already hipified] 2022-11-23T01:18:19.3438013Z /var/lib/jenkins/workspace/torch/csrc/utils/schema_info.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/schema_info.cpp [skipped, already hipified] 2022-11-23T01:18:19.3445659Z /var/lib/jenkins/workspace/torch/csrc/utils/schema_info.h -> /var/lib/jenkins/workspace/torch/csrc/utils/schema_info.h [skipped, already hipified] 2022-11-23T01:18:19.3451962Z /var/lib/jenkins/workspace/torch/csrc/utils/six.h -> /var/lib/jenkins/workspace/torch/csrc/utils/six.h [skipped, already hipified] 2022-11-23T01:18:19.3458921Z /var/lib/jenkins/workspace/torch/csrc/utils/structseq.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/structseq.cpp [skipped, already hipified] 2022-11-23T01:18:19.3463640Z /var/lib/jenkins/workspace/torch/csrc/utils/structseq.h -> /var/lib/jenkins/workspace/torch/csrc/utils/structseq.h [skipped, already hipified] 2022-11-23T01:18:19.3471273Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_apply.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_apply.cpp [skipped, already hipified] 2022-11-23T01:18:19.3475940Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_apply.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_apply.h [skipped, already hipified] 2022-11-23T01:18:19.3485008Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_dtypes.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_dtypes.cpp [skipped, already hipified] 2022-11-23T01:18:19.3488774Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_dtypes.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_dtypes.h [skipped, already hipified] 2022-11-23T01:18:19.3495496Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_flatten.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_flatten.cpp [skipped, already hipified] 2022-11-23T01:18:19.3501672Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_flatten.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_flatten.h [skipped, already hipified] 2022-11-23T01:18:19.3508534Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_layouts.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_layouts.cpp [skipped, already hipified] 2022-11-23T01:18:19.3512407Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_layouts.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_layouts.h [skipped, already hipified] 2022-11-23T01:18:19.3519130Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_list.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_list.cpp [skipped, already hipified] 2022-11-23T01:18:19.3523609Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_list.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_list.h [skipped, already hipified] 2022-11-23T01:18:19.3531210Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_memoryformats.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_memoryformats.cpp [skipped, already hipified] 2022-11-23T01:18:19.3534932Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_memoryformats.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_memoryformats.h [skipped, already hipified] 2022-11-23T01:18:19.3595285Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp [skipped, already hipified] 2022-11-23T01:18:19.3602254Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.h [skipped, already hipified] 2022-11-23T01:18:19.3623895Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp [skipped, already hipified] 2022-11-23T01:18:19.3628660Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.h [skipped, already hipified] 2022-11-23T01:18:19.3635826Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_qschemes.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_qschemes.cpp [skipped, already hipified] 2022-11-23T01:18:19.3640263Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_qschemes.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_qschemes.h [skipped, already hipified] 2022-11-23T01:18:19.3651818Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_types.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_types.cpp [skipped, already hipified] 2022-11-23T01:18:19.3657035Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_types.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_types.h [skipped, already hipified] 2022-11-23T01:18:19.3666815Z /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark-inl.h -> /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark-inl.h [skipped, already hipified] 2022-11-23T01:18:19.3677289Z /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark.cpp [skipped, already hipified] 2022-11-23T01:18:19.3687841Z /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark.h -> /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark.h [skipped, already hipified] 2022-11-23T01:18:19.3694391Z /var/lib/jenkins/workspace/torch/csrc/utils/torch_dispatch_mode.h -> /var/lib/jenkins/workspace/torch/csrc/utils/torch_dispatch_mode.h [skipped, already hipified] 2022-11-23T01:18:19.3699557Z /var/lib/jenkins/workspace/torch/csrc/utils/variadic.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/variadic.cpp [skipped, already hipified] 2022-11-23T01:18:19.3708854Z /var/lib/jenkins/workspace/torch/csrc/utils/variadic.h -> /var/lib/jenkins/workspace/torch/csrc/utils/variadic.h [skipped, already hipified] 2022-11-23T01:18:19.3713702Z /var/lib/jenkins/workspace/torch/csrc/utils/verbose.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/verbose.cpp [skipped, already hipified] 2022-11-23T01:18:19.3720964Z /var/lib/jenkins/workspace/torch/lib/libshm/alloc_info.h -> /var/lib/jenkins/workspace/torch/lib/libshm/alloc_info.h [skipped, already hipified] 2022-11-23T01:18:19.3730426Z /var/lib/jenkins/workspace/torch/lib/libshm/core.cpp -> /var/lib/jenkins/workspace/torch/lib/libshm/core.cpp [skipped, already hipified] 2022-11-23T01:18:19.3736360Z /var/lib/jenkins/workspace/torch/lib/libshm/err.h -> /var/lib/jenkins/workspace/torch/lib/libshm/err.h [skipped, already hipified] 2022-11-23T01:18:19.3743718Z /var/lib/jenkins/workspace/torch/lib/libshm/libshm.h -> /var/lib/jenkins/workspace/torch/lib/libshm/libshm.h [skipped, already hipified] 2022-11-23T01:18:19.3753067Z /var/lib/jenkins/workspace/torch/lib/libshm/manager.cpp -> /var/lib/jenkins/workspace/torch/lib/libshm/manager.cpp [skipped, already hipified] 2022-11-23T01:18:19.3764803Z /var/lib/jenkins/workspace/torch/lib/libshm/socket.h -> /var/lib/jenkins/workspace/torch/lib/libshm/socket.h [skipped, already hipified] 2022-11-23T01:18:19.3774188Z /var/lib/jenkins/workspace/torch/lib/libshm_windows/core.cpp -> /var/lib/jenkins/workspace/torch/lib/libshm_windows/core.cpp [skipped, already hipified] 2022-11-23T01:18:19.3779171Z /var/lib/jenkins/workspace/torch/lib/libshm_windows/libshm.h -> /var/lib/jenkins/workspace/torch/lib/libshm_windows/libshm.h [skipped, already hipified] 2022-11-23T01:18:19.3805031Z /var/lib/jenkins/workspace/torch/nn/functional.pyi.in -> /var/lib/jenkins/workspace/torch/nn/functional.pyi.in [skipped, already hipified] 2022-11-23T01:18:19.3810919Z /var/lib/jenkins/workspace/torch/utils/benchmark/utils/timeit_template.cpp -> /var/lib/jenkins/workspace/torch/utils/benchmark/utils/timeit_template.cpp [skipped, already hipified] 2022-11-23T01:18:19.3821291Z /var/lib/jenkins/workspace/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> /var/lib/jenkins/workspace/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp [skipped, already hipified] 2022-11-23T01:18:19.3830903Z /var/lib/jenkins/workspace/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> /var/lib/jenkins/workspace/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp [skipped, already hipified] 2022-11-23T01:18:19.3839147Z /var/lib/jenkins/workspace/torch/utils/data/datapipes/datapipe.pyi.in -> /var/lib/jenkins/workspace/torch/utils/data/datapipes/datapipe.pyi.in [skipped, already hipified] 2022-11-23T01:18:19.3839605Z Successfully preprocessed all matching files. 2022-11-23T01:18:19.3991996Z + '[' -z 6 ']' 2022-11-23T01:18:19.3992415Z + [[ linux-focal-rocm5.2-py3.8 == *cuda* ]] 2022-11-23T01:18:19.3992749Z + [[ linux-focal-rocm5.2-py3.8 == *clang* ]] 2022-11-23T01:18:19.3993053Z + [[ linux-focal-rocm5.2-py3.8 == *no-ops* ]] 2022-11-23T01:18:19.3993391Z + [[ linux-focal-rocm5.2-py3.8 == *-pch* ]] 2022-11-23T01:18:19.3993735Z + [[ linux-focal-rocm5.2-py3.8 == *linux-focal-py3.7-gcc7-build* ]] 2022-11-23T01:18:19.3994124Z + [[ linux-focal-rocm5.2-py3.8 != *android* ]] 2022-11-23T01:18:19.3994397Z + [[ linux-focal-rocm5.2-py3.8 != *cuda* ]] 2022-11-23T01:18:19.3994631Z + export BUILD_STATIC_RUNTIME_BENCHMARK=ON 2022-11-23T01:18:19.3994931Z + BUILD_STATIC_RUNTIME_BENCHMARK=ON 2022-11-23T01:18:19.4000348Z + [[ linux-focal-rocm5.2-py3.8 == *-bazel-* ]] 2022-11-23T01:18:19.4000978Z + echo 'The next three invocations are expected to fail with invalid command error messages.' 2022-11-23T01:18:19.4001533Z The next three invocations are expected to fail with invalid command error messages. 2022-11-23T01:18:19.4002009Z + get_exit_code python setup.py bad_argument 2022-11-23T01:18:19.4002304Z + set +e 2022-11-23T01:18:19.4002577Z + python setup.py bad_argument 2022-11-23T01:18:20.1586217Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T01:18:20.2114547Z invalid command 'bad_argument' 2022-11-23T01:18:20.2568021Z + retcode=1 2022-11-23T01:18:20.2568325Z + set -e 2022-11-23T01:18:20.2568476Z + return 1 2022-11-23T01:18:20.2572822Z + get_exit_code python setup.py 'clean]' 2022-11-23T01:18:20.2573136Z + set +e 2022-11-23T01:18:20.2573509Z + python setup.py 'clean]' 2022-11-23T01:18:20.5150349Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T01:18:20.5366025Z invalid command name 'clean]' 2022-11-23T01:18:20.5788229Z + retcode=1 2022-11-23T01:18:20.5788569Z + set -e 2022-11-23T01:18:20.5788720Z + return 1 2022-11-23T01:18:20.5792434Z + get_exit_code python setup.py clean bad_argument 2022-11-23T01:18:20.5792754Z + set +e 2022-11-23T01:18:20.5793303Z + python setup.py clean bad_argument 2022-11-23T01:18:20.8343904Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T01:18:20.8628497Z invalid command 'bad_argument' 2022-11-23T01:18:20.9042411Z + retcode=1 2022-11-23T01:18:20.9042815Z + set -e 2022-11-23T01:18:20.9043092Z + return 1 2022-11-23T01:18:20.9043859Z + [[ linux-focal-rocm5.2-py3.8 != *libtorch* ]] 2022-11-23T01:18:20.9044366Z + [[ linux-focal-rocm5.2-py3.8 != *rocm* ]] 2022-11-23T01:18:20.9044771Z + python setup.py bdist_wheel 2022-11-23T01:18:21.1603940Z Building wheel torch-1.14.0a0+git1cfd385 2022-11-23T01:18:21.2077151Z -- Building version 1.14.0a0+git1cfd385 2022-11-23T01:18:21.2847841Z cmake -DBUILD_ENVIRONMENT=linux-focal-rocm5.2-py3.8 -DBUILD_PYTHON=True -DBUILD_STATIC_RUNTIME_BENCHMARK=ON -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/var/lib/jenkins/workspace/torch -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.8/site-packages;/opt/conda -DNUMPY_INCLUDE_DIR=/opt/conda/lib/python3.8/site-packages/numpy/core/include -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DPYTHON_INCLUDE_DIR=/opt/conda/include/python3.8 -DPYTHON_LIBRARY=/opt/conda/lib/libpython3.8.so.1.0 -DTORCH_BUILD_VERSION=1.14.0a0+git1cfd385 -DUSE_LLVM=/opt/rocm/llvm -DUSE_NUMPY=True /var/lib/jenkins/workspace 2022-11-23T01:18:21.6065914Z -- The CXX compiler identification is GNU 9.4.0 2022-11-23T01:18:21.7143207Z -- The C compiler identification is GNU 9.4.0 2022-11-23T01:18:21.7370966Z -- Detecting CXX compiler ABI info 2022-11-23T01:18:21.8807349Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:18:21.8884527Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-11-23T01:18:21.8892527Z -- Detecting CXX compile features 2022-11-23T01:18:21.8900774Z -- Detecting CXX compile features - done 2022-11-23T01:18:21.8942583Z -- Detecting C compiler ABI info 2022-11-23T01:18:21.9944732Z -- Detecting C compiler ABI info - done 2022-11-23T01:18:22.0021260Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-11-23T01:18:22.0023913Z -- Detecting C compile features 2022-11-23T01:18:22.0028789Z -- Detecting C compile features - done 2022-11-23T01:18:22.0034497Z -- Not forcing any particular BLAS to be found 2022-11-23T01:18:22.0052154Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T01:18:22.0052757Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T01:18:22.0053469Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T01:18:22.0053822Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T01:18:22.0054152Z Call Stack (most recent call first): 2022-11-23T01:18:22.0054539Z CMakeLists.txt:249 (cmake_dependent_option) 2022-11-23T01:18:22.0055120Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:22.0055521Z  2022-11-23T01:18:22.0055879Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T01:18:22.0056230Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T01:18:22.0056582Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T01:18:22.0057022Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T01:18:22.0057277Z Call Stack (most recent call first): 2022-11-23T01:18:22.0057496Z CMakeLists.txt:280 (cmake_dependent_option) 2022-11-23T01:18:22.0057828Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:22.0058069Z  2022-11-23T01:18:22.0067430Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2022-11-23T01:18:22.0156758Z -- Performing Test COMPILER_WORKS 2022-11-23T01:18:22.1116366Z -- Performing Test COMPILER_WORKS - Success 2022-11-23T01:18:22.1118063Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 2022-11-23T01:18:22.3692538Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success 2022-11-23T01:18:22.3693936Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED 2022-11-23T01:18:22.5185825Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success 2022-11-23T01:18:22.5186437Z -- std::exception_ptr is supported. 2022-11-23T01:18:22.5187592Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING 2022-11-23T01:18:22.5623306Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed 2022-11-23T01:18:22.5623713Z -- Turning off deprecation warning due to glog. 2022-11-23T01:18:22.5638659Z -- Performing Test C_HAS_AVX_1 2022-11-23T01:18:22.8408200Z -- Performing Test C_HAS_AVX_1 - Failed 2022-11-23T01:18:22.8408764Z -- Performing Test C_HAS_AVX_2 2022-11-23T01:18:22.9854204Z -- Performing Test C_HAS_AVX_2 - Success 2022-11-23T01:18:22.9856180Z -- Performing Test C_HAS_AVX2_1 2022-11-23T01:18:23.2174616Z -- Performing Test C_HAS_AVX2_1 - Failed 2022-11-23T01:18:23.2175664Z -- Performing Test C_HAS_AVX2_2 2022-11-23T01:18:23.3575574Z -- Performing Test C_HAS_AVX2_2 - Success 2022-11-23T01:18:23.3578356Z -- Performing Test C_HAS_AVX512_1 2022-11-23T01:18:23.5946359Z -- Performing Test C_HAS_AVX512_1 - Failed 2022-11-23T01:18:23.5947351Z -- Performing Test C_HAS_AVX512_2 2022-11-23T01:18:23.7471956Z -- Performing Test C_HAS_AVX512_2 - Success 2022-11-23T01:18:23.7474246Z -- Performing Test CXX_HAS_AVX_1 2022-11-23T01:18:23.9837120Z -- Performing Test CXX_HAS_AVX_1 - Failed 2022-11-23T01:18:23.9838435Z -- Performing Test CXX_HAS_AVX_2 2022-11-23T01:18:24.1384718Z -- Performing Test CXX_HAS_AVX_2 - Success 2022-11-23T01:18:24.1387079Z -- Performing Test CXX_HAS_AVX2_1 2022-11-23T01:18:24.3699668Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2022-11-23T01:18:24.3700180Z -- Performing Test CXX_HAS_AVX2_2 2022-11-23T01:18:24.5229860Z -- Performing Test CXX_HAS_AVX2_2 - Success 2022-11-23T01:18:24.5232159Z -- Performing Test CXX_HAS_AVX512_1 2022-11-23T01:18:24.7556668Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2022-11-23T01:18:24.7557395Z -- Performing Test CXX_HAS_AVX512_2 2022-11-23T01:18:24.9079488Z -- Performing Test CXX_HAS_AVX512_2 - Success 2022-11-23T01:18:24.9080402Z -- Current compiler supports avx2 extension. Will build perfkernels. 2022-11-23T01:18:24.9082219Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2022-11-23T01:18:25.0513842Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2022-11-23T01:18:25.0514265Z -- Current compiler supports avx512f extension. Will build fbgemm. 2022-11-23T01:18:25.0519708Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2022-11-23T01:18:25.1923843Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2022-11-23T01:18:25.1929007Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2022-11-23T01:18:25.2954446Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2022-11-23T01:18:25.2959474Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2022-11-23T01:18:25.3931573Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2022-11-23T01:18:25.4078282Z CUDA_TOOLKIT_ROOT_DIR not found or specified 2022-11-23T01:18:25.4213614Z -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) 2022-11-23T01:18:25.4226046Z CMake Warning at cmake/public/cuda.cmake:31 (message): 2022-11-23T01:18:25.4226828Z Caffe2: CUDA cannot be found. Depending on whether you are building Caffe2 2022-11-23T01:18:25.4227300Z or a Caffe2 dependent library, the next warning / error will give you more 2022-11-23T01:18:25.4227522Z info. 2022-11-23T01:18:25.4227840Z Call Stack (most recent call first): 2022-11-23T01:18:25.4228074Z cmake/Dependencies.cmake:43 (include) 2022-11-23T01:18:25.4228276Z CMakeLists.txt:719 (include) 2022-11-23T01:18:25.4228401Z 2022-11-23T01:18:25.4228500Z  2022-11-23T01:18:25.4228769Z CMake Warning at cmake/Dependencies.cmake:66 (message): 2022-11-23T01:18:25.4229103Z Not compiling with CUDA. Suppress this warning with -DUSE_CUDA=OFF. 2022-11-23T01:18:25.4229367Z Call Stack (most recent call first): 2022-11-23T01:18:25.4229575Z CMakeLists.txt:719 (include) 2022-11-23T01:18:25.4229694Z 2022-11-23T01:18:25.4229773Z  2022-11-23T01:18:25.4236545Z -- Building using own protobuf under third_party per request. 2022-11-23T01:18:25.4236925Z -- Use custom protobuf build. 2022-11-23T01:18:25.4278433Z -- 2022-11-23T01:18:25.4278643Z -- 3.13.0.0 2022-11-23T01:18:25.4305766Z -- Looking for pthread.h 2022-11-23T01:18:25.5326484Z -- Looking for pthread.h - found 2022-11-23T01:18:25.5327709Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:18:25.6248656Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:18:25.6249000Z -- Check if compiler accepts -pthread 2022-11-23T01:18:25.7498508Z -- Check if compiler accepts -pthread - yes 2022-11-23T01:18:25.7519436Z -- Found Threads: TRUE 2022-11-23T01:18:25.7524064Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2022-11-23T01:18:25.8609963Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2022-11-23T01:18:25.8991164Z -- Caffe2 protobuf include directory: $$ 2022-11-23T01:18:25.9010335Z -- Trying to find preferred BLAS backend of choice: MKL 2022-11-23T01:18:25.9031314Z -- MKL_THREADING = OMP 2022-11-23T01:18:25.9034416Z -- Looking for sys/types.h 2022-11-23T01:18:25.9966313Z -- Looking for sys/types.h - found 2022-11-23T01:18:25.9967799Z -- Looking for stdint.h 2022-11-23T01:18:26.0895246Z -- Looking for stdint.h - found 2022-11-23T01:18:26.0896031Z -- Looking for stddef.h 2022-11-23T01:18:26.1764078Z -- Looking for stddef.h - found 2022-11-23T01:18:26.1764622Z -- Check size of void* 2022-11-23T01:18:26.2696358Z -- Check size of void* - done 2022-11-23T01:18:26.5964503Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:26.5965224Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T01:18:26.5965750Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:26.5966046Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:26.5966334Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:26.5966558Z Call Stack (most recent call first): 2022-11-23T01:18:26.5966821Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:26.5967106Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-11-23T01:18:26.5967361Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-11-23T01:18:26.5967612Z cmake/Dependencies.cmake:210 (find_package) 2022-11-23T01:18:26.5967820Z CMakeLists.txt:719 (include) 2022-11-23T01:18:26.5968147Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:26.5968393Z  2022-11-23T01:18:26.7006543Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:26.7007311Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T01:18:26.7007831Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:26.7008136Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:26.7008390Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:26.7008760Z Call Stack (most recent call first): 2022-11-23T01:18:26.7009029Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:26.7009297Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-11-23T01:18:26.7009553Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-11-23T01:18:26.7009806Z cmake/Dependencies.cmake:210 (find_package) 2022-11-23T01:18:26.7010016Z CMakeLists.txt:719 (include) 2022-11-23T01:18:26.7010356Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:26.7010607Z  2022-11-23T01:18:26.7024750Z -- Looking for cblas_sgemm 2022-11-23T01:18:26.9937491Z -- Looking for cblas_sgemm - found 2022-11-23T01:18:26.9992695Z -- MKL libraries: /opt/conda/lib/libmkl_intel_lp64.so;/opt/conda/lib/libmkl_gnu_thread.so;/opt/conda/lib/libmkl_core.so;-fopenmp;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.so 2022-11-23T01:18:26.9993320Z -- MKL include directory: /opt/conda/include 2022-11-23T01:18:26.9993575Z -- MKL OpenMP type: GNU 2022-11-23T01:18:26.9993813Z -- MKL OpenMP library: -fopenmp 2022-11-23T01:18:27.0464205Z -- The ASM compiler identification is GNU 2022-11-23T01:18:27.0484001Z -- Found assembler: /opt/cache/bin/cc 2022-11-23T01:18:27.0646634Z -- Brace yourself, we are building NNPACK 2022-11-23T01:18:27.0690360Z -- Performing Test NNPACK_ARCH_IS_X86_32 2022-11-23T01:18:27.1114893Z -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed 2022-11-23T01:18:27.1307270Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.8.13") 2022-11-23T01:18:27.1308038Z -- NNPACK backend is x86-64 2022-11-23T01:18:27.7126301Z -- Found Python: /opt/conda/bin/python3.8 (found version "3.8.13") found components: Interpreter 2022-11-23T01:18:27.7195954Z -- Failed to find LLVM FileCheck 2022-11-23T01:18:27.7251831Z -- Found Git: /usr/bin/git (found version "2.25.1") 2022-11-23T01:18:27.8348715Z -- git version: v1.6.1 normalized to 1.6.1 2022-11-23T01:18:27.8349022Z -- Version: 1.6.1 2022-11-23T01:18:27.8355551Z -- Looking for shm_open in rt 2022-11-23T01:18:27.9250932Z -- Looking for shm_open in rt - found 2022-11-23T01:18:27.9257539Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 2022-11-23T01:18:28.0221556Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success 2022-11-23T01:18:28.0228011Z -- Performing Test HAVE_CXX_FLAG_WALL 2022-11-23T01:18:28.1202965Z -- Performing Test HAVE_CXX_FLAG_WALL - Success 2022-11-23T01:18:28.1210077Z -- Performing Test HAVE_CXX_FLAG_WEXTRA 2022-11-23T01:18:28.2225942Z -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success 2022-11-23T01:18:28.2233104Z -- Performing Test HAVE_CXX_FLAG_WSHADOW 2022-11-23T01:18:28.3237542Z -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success 2022-11-23T01:18:28.3244114Z -- Performing Test HAVE_CXX_FLAG_WERROR 2022-11-23T01:18:28.4229365Z -- Performing Test HAVE_CXX_FLAG_WERROR - Success 2022-11-23T01:18:28.4240594Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 2022-11-23T01:18:28.5302364Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success 2022-11-23T01:18:28.5309924Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC 2022-11-23T01:18:28.6309235Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success 2022-11-23T01:18:28.6316647Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS 2022-11-23T01:18:28.7315938Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success 2022-11-23T01:18:28.7322555Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 2022-11-23T01:18:28.7823923Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed 2022-11-23T01:18:28.7831028Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 2022-11-23T01:18:28.8810622Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success 2022-11-23T01:18:28.8817241Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS 2022-11-23T01:18:28.9891796Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success 2022-11-23T01:18:28.9898840Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED 2022-11-23T01:18:29.0873360Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success 2022-11-23T01:18:29.0883831Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 2022-11-23T01:18:29.1892119Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success 2022-11-23T01:18:29.1898930Z -- Performing Test HAVE_CXX_FLAG_WD654 2022-11-23T01:18:29.2303230Z -- Performing Test HAVE_CXX_FLAG_WD654 - Failed 2022-11-23T01:18:29.2311119Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY 2022-11-23T01:18:29.2777526Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed 2022-11-23T01:18:29.2785344Z -- Performing Test HAVE_CXX_FLAG_COVERAGE 2022-11-23T01:18:29.4144492Z -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success 2022-11-23T01:18:29.4145123Z -- Performing Test HAVE_STD_REGEX 2022-11-23T01:18:29.4145446Z -- Performing Test HAVE_STD_REGEX 2022-11-23T01:18:29.7527279Z -- Performing Test HAVE_STD_REGEX -- success 2022-11-23T01:18:29.7527600Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-11-23T01:18:29.7527856Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-11-23T01:18:29.7964151Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2022-11-23T01:18:29.7964606Z -- Performing Test HAVE_POSIX_REGEX 2022-11-23T01:18:29.7964853Z -- Performing Test HAVE_POSIX_REGEX 2022-11-23T01:18:29.9475256Z -- Performing Test HAVE_POSIX_REGEX -- success 2022-11-23T01:18:29.9475592Z -- Performing Test HAVE_STEADY_CLOCK 2022-11-23T01:18:29.9475847Z -- Performing Test HAVE_STEADY_CLOCK 2022-11-23T01:18:30.0846502Z -- Performing Test HAVE_STEADY_CLOCK -- success 2022-11-23T01:18:30.1136809Z -- Performing Test COMPILER_SUPPORTS_AVX512 2022-11-23T01:18:30.2123170Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2022-11-23T01:18:30.2143706Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:30.2144242Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T01:18:30.2144712Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:30.2145124Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:30.2145421Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:30.2145646Z Call Stack (most recent call first): 2022-11-23T01:18:30.2145899Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:30.2146184Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-11-23T01:18:30.2146602Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:30.2146926Z  2022-11-23T01:18:30.2147274Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-11-23T01:18:30.2147982Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:30.2148609Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T01:18:30.2149144Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:30.2149450Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:30.2149714Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:30.2149936Z Call Stack (most recent call first): 2022-11-23T01:18:30.2150186Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:30.2150469Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-11-23T01:18:30.2150813Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:30.2151041Z  2022-11-23T01:18:30.2151297Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-11-23T01:18:30.2152655Z -- Found OpenMP: TRUE (found version "4.5") 2022-11-23T01:18:30.2154051Z CMake Warning at third_party/fbgemm/CMakeLists.txt:87 (message): 2022-11-23T01:18:30.2154494Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2022-11-23T01:18:30.2154741Z 2022-11-23T01:18:30.2154883Z  2022-11-23T01:18:30.3188619Z CMake Warning at third_party/fbgemm/CMakeLists.txt:186 (message): 2022-11-23T01:18:30.3189370Z ========== 2022-11-23T01:18:30.3189562Z 2022-11-23T01:18:30.3189746Z  2022-11-23T01:18:30.3190258Z CMake Warning at third_party/fbgemm/CMakeLists.txt:187 (message): 2022-11-23T01:18:30.3190692Z CMAKE_BUILD_TYPE = Release 2022-11-23T01:18:30.3190842Z 2022-11-23T01:18:30.3190923Z  2022-11-23T01:18:30.3191204Z CMake Warning at third_party/fbgemm/CMakeLists.txt:188 (message): 2022-11-23T01:18:30.3191465Z CMAKE_CXX_FLAGS_DEBUG is -g 2022-11-23T01:18:30.3191588Z 2022-11-23T01:18:30.3191654Z  2022-11-23T01:18:30.3191931Z CMake Warning at third_party/fbgemm/CMakeLists.txt:189 (message): 2022-11-23T01:18:30.3192240Z CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG 2022-11-23T01:18:30.3192444Z 2022-11-23T01:18:30.3192510Z  2022-11-23T01:18:30.3192788Z CMake Warning at third_party/fbgemm/CMakeLists.txt:190 (message): 2022-11-23T01:18:30.3193014Z ========== 2022-11-23T01:18:30.3193114Z 2022-11-23T01:18:30.3193193Z  2022-11-23T01:18:30.3230253Z -- Performing Test __CxxFlag__fno_threadsafe_statics 2022-11-23T01:18:30.4240837Z -- Performing Test __CxxFlag__fno_threadsafe_statics - Success 2022-11-23T01:18:30.4246621Z -- Performing Test __CxxFlag__fno_semantic_interposition 2022-11-23T01:18:30.5253707Z -- Performing Test __CxxFlag__fno_semantic_interposition - Success 2022-11-23T01:18:30.5260560Z -- Performing Test __CxxFlag__fmerge_all_constants 2022-11-23T01:18:30.6252116Z -- Performing Test __CxxFlag__fmerge_all_constants - Success 2022-11-23T01:18:30.6258440Z -- Performing Test __CxxFlag__fno_enforce_eh_specs 2022-11-23T01:18:30.7438634Z -- Performing Test __CxxFlag__fno_enforce_eh_specs - Success 2022-11-23T01:18:30.7543980Z ** AsmJit Summary ** 2022-11-23T01:18:30.7544464Z  ASMJIT_DIR=/var/lib/jenkins/workspace/third_party/fbgemm/third_party/asmjit 2022-11-23T01:18:30.7544827Z  ASMJIT_TEST=FALSE 2022-11-23T01:18:30.7545075Z  ASMJIT_TARGET_TYPE=STATIC 2022-11-23T01:18:30.7545309Z  ASMJIT_DEPS=pthread;rt 2022-11-23T01:18:30.7545577Z  ASMJIT_LIBS=asmjit;pthread;rt 2022-11-23T01:18:30.7545841Z  ASMJIT_CFLAGS=-DASMJIT_STATIC 2022-11-23T01:18:30.7546307Z  ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-Wconversion;-fno-math-errno;-fno-threadsafe-statics;-fno-semantic-interposition;-DASMJIT_STATIC 2022-11-23T01:18:30.7546701Z  ASMJIT_PRIVATE_CFLAGS_DBG= 2022-11-23T01:18:30.7547058Z  ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants;-fno-enforce-eh-specs 2022-11-23T01:18:30.7640528Z -- Could NOT find Numa (missing: Numa_INCLUDE_DIR Numa_LIBRARIES) 2022-11-23T01:18:30.7640892Z CMake Warning at cmake/Dependencies.cmake:893 (message): 2022-11-23T01:18:30.7641254Z Not compiling with NUMA. Suppress this warning with -DUSE_NUMA=OFF 2022-11-23T01:18:30.7641508Z Call Stack (most recent call first): 2022-11-23T01:18:30.7641707Z CMakeLists.txt:719 (include) 2022-11-23T01:18:30.7641832Z 2022-11-23T01:18:30.7641911Z  2022-11-23T01:18:30.7691281Z -- Using third party subdirectory Eigen. 2022-11-23T01:18:30.7899770Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.8.13", minimum required is "3.0") 2022-11-23T01:18:30.7956516Z -- Found PythonLibs: /opt/conda/lib/libpython3.8.so.1.0 (found suitable version "3.8.13", minimum required is "3.0") 2022-11-23T01:18:30.7961874Z -- Using third_party/pybind11. 2022-11-23T01:18:30.7970872Z -- pybind11 include dirs: /var/lib/jenkins/workspace/cmake/../third_party/pybind11/include 2022-11-23T01:18:30.8871663Z -- Checking for module 'mpi-c' 2022-11-23T01:18:30.9014844Z -- No package 'mpi-c' found 2022-11-23T01:18:30.9477549Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2022-11-23T01:18:31.0026363Z -- Checking for module 'mpi-cxx' 2022-11-23T01:18:31.0049851Z -- No package 'mpi-cxx' found 2022-11-23T01:18:31.0512403Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2022-11-23T01:18:31.0513844Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2022-11-23T01:18:31.0518811Z CMake Warning at cmake/Dependencies.cmake:1167 (message): 2022-11-23T01:18:31.0519473Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2022-11-23T01:18:31.0519914Z Call Stack (most recent call first): 2022-11-23T01:18:31.0520291Z CMakeLists.txt:719 (include) 2022-11-23T01:18:31.0520511Z 2022-11-23T01:18:31.0520656Z  2022-11-23T01:18:31.0541080Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:31.0541768Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T01:18:31.0542315Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:31.0542854Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:31.0543330Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:31.0543690Z Call Stack (most recent call first): 2022-11-23T01:18:31.0544127Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:31.0544626Z cmake/Dependencies.cmake:1222 (find_package) 2022-11-23T01:18:31.0545022Z CMakeLists.txt:719 (include) 2022-11-23T01:18:31.0545592Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:31.0546042Z  2022-11-23T01:18:31.0546726Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:31.0547381Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T01:18:31.0548302Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:31.0548845Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:31.0549321Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:31.0549705Z Call Stack (most recent call first): 2022-11-23T01:18:31.0550161Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:31.0550625Z cmake/Dependencies.cmake:1222 (find_package) 2022-11-23T01:18:31.0550995Z CMakeLists.txt:719 (include) 2022-11-23T01:18:31.0551560Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:31.0551989Z  2022-11-23T01:18:31.0552661Z -- Adding OpenMP CXX_FLAGS: -fopenmp 2022-11-23T01:18:31.0553364Z -- Will link against OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/9/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so 2022-11-23T01:18:31.0553955Z -- Disabling kernel asserts for ROCm 2022-11-23T01:18:31.0554389Z -- Looking for LLVM in /opt/rocm/llvm 2022-11-23T01:18:31.0572769Z -- Performing Test Terminfo_LINKABLE 2022-11-23T01:18:31.1544991Z -- Performing Test Terminfo_LINKABLE - Success 2022-11-23T01:18:31.1555823Z -- Found Terminfo: /opt/conda/lib/libtinfo.so 2022-11-23T01:18:31.1634007Z -- Found ZLIB: /opt/conda/lib/libz.so (found version "1.2.12") 2022-11-23T01:18:31.1709836Z -- Found LLVM 14.0.0git 2022-11-23T01:18:31.1710408Z -- Using LLVMConfig.cmake in: /opt/rocm/llvm/lib/cmake/llvm 2022-11-23T01:18:31.1732431Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:18:31.4010609Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:18:31.4013511Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:18:31.5028523Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:18:31.5028903Z  2022-11-23T01:18:31.5029169Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:18:31.5029468Z  2022-11-23T01:18:31.5029762Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:18:31.5030131Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:18:31.5030530Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:18:31.5030919Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:18:31.5031209Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:18:31.5031444Z HIP_VERSION_MAJOR: 5 2022-11-23T01:18:31.5031672Z HIP_VERSION_MINOR: 2 2022-11-23T01:18:31.5031888Z TORCH_HIP_VERSION: 502 2022-11-23T01:18:31.5032225Z  2022-11-23T01:18:31.5032479Z ***** Library versions from dpkg ***** 2022-11-23T01:18:31.5032670Z  2022-11-23T01:18:31.5317924Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:18:31.5318250Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:18:31.5440935Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:18:31.5562097Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:18:31.5682884Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:18:31.6048691Z  2022-11-23T01:18:31.6049118Z ***** Library versions from cmake find_package ***** 2022-11-23T01:18:31.6049363Z  2022-11-23T01:18:31.6165611Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:31.6179613Z hip VERSION: 5.2.22212 2022-11-23T01:18:31.6185523Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:18:31.6190119Z amd_comgr VERSION: 2.4.0 2022-11-23T01:18:31.6240271Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:31.6261411Z rocrand VERSION: 2.10.9 2022-11-23T01:18:31.6310026Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:31.6332537Z hiprand VERSION: 2.10.9 2022-11-23T01:18:31.6380471Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:31.6399199Z rocblas VERSION: 2.44.0 2022-11-23T01:18:31.6450418Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:31.6475578Z miopen VERSION: 2.17.0 2022-11-23T01:18:31.6525193Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:31.6542221Z hipfft VERSION: 1.0.8 2022-11-23T01:18:31.6591955Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:31.6612835Z hipsparse VERSION: 2.1.0 2022-11-23T01:18:31.6660729Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:31.6681241Z rccl VERSION: 2.11.4 2022-11-23T01:18:31.6731583Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:31.6750570Z rocprim VERSION: 2.10.9 2022-11-23T01:18:31.6815627Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:31.6834976Z hipcub VERSION: 2.10.12 2022-11-23T01:18:31.6895391Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:31.6918791Z rocthrust VERSION: 2.10.9 2022-11-23T01:18:31.6919049Z HIP library name: amdhip64 2022-11-23T01:18:31.6927586Z INFOCompiling with HIP for AMD. 2022-11-23T01:18:31.6928080Z INFOForcing USE_SYSTEM_NCCL to ON since it's required by using RCCL 2022-11-23T01:18:31.6928791Z TORCH_HIP_VERSION=502 is added as a compiler defines 2022-11-23T01:18:31.6975383Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:31.6987367Z -- RCCL Found! 2022-11-23T01:18:31.7224916Z -- Performing Test UV_LINT_W4 2022-11-23T01:18:31.7456120Z -- Performing Test UV_LINT_W4 - Failed 2022-11-23T01:18:31.7463045Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC 2022-11-23T01:18:31.7690456Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC - Failed 2022-11-23T01:18:31.7697132Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC 2022-11-23T01:18:31.7922666Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC - Failed 2022-11-23T01:18:31.7929252Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC 2022-11-23T01:18:31.8154838Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC - Failed 2022-11-23T01:18:31.8161561Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC 2022-11-23T01:18:31.8383074Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC - Failed 2022-11-23T01:18:31.8390092Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC 2022-11-23T01:18:31.8609212Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC - Failed 2022-11-23T01:18:31.8616062Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC 2022-11-23T01:18:31.8840122Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC - Failed 2022-11-23T01:18:31.8846701Z -- Performing Test UV_LINT_NO_HIDES_LOCAL 2022-11-23T01:18:31.9082479Z -- Performing Test UV_LINT_NO_HIDES_LOCAL - Failed 2022-11-23T01:18:31.9088934Z -- Performing Test UV_LINT_NO_HIDES_PARAM 2022-11-23T01:18:31.9316416Z -- Performing Test UV_LINT_NO_HIDES_PARAM - Failed 2022-11-23T01:18:31.9323127Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL 2022-11-23T01:18:31.9571953Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL - Failed 2022-11-23T01:18:31.9578335Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC 2022-11-23T01:18:31.9804918Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC - Failed 2022-11-23T01:18:31.9810935Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC 2022-11-23T01:18:32.0038585Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC - Failed 2022-11-23T01:18:32.0044482Z -- Performing Test UV_LINT_WALL 2022-11-23T01:18:32.0935095Z -- Performing Test UV_LINT_WALL - Success 2022-11-23T01:18:32.0941002Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER 2022-11-23T01:18:32.1851252Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success 2022-11-23T01:18:32.1856813Z -- Performing Test UV_LINT_STRICT_PROTOTYPES 2022-11-23T01:18:32.3180800Z -- Performing Test UV_LINT_STRICT_PROTOTYPES - Success 2022-11-23T01:18:32.3186674Z -- Performing Test UV_LINT_EXTRA 2022-11-23T01:18:32.5249639Z -- Performing Test UV_LINT_EXTRA - Success 2022-11-23T01:18:32.5255474Z -- Performing Test UV_LINT_UTF8_MSVC 2022-11-23T01:18:32.5519579Z -- Performing Test UV_LINT_UTF8_MSVC - Failed 2022-11-23T01:18:32.5526289Z -- Performing Test UV_F_STRICT_ALIASING 2022-11-23T01:18:32.6480093Z -- Performing Test UV_F_STRICT_ALIASING - Success 2022-11-23T01:18:32.6512195Z -- summary of build options: 2022-11-23T01:18:32.6512877Z Install prefix: /var/lib/jenkins/workspace/torch 2022-11-23T01:18:32.6513397Z Target system: Linux 2022-11-23T01:18:32.6513637Z Compiler: 2022-11-23T01:18:32.6513830Z C compiler: /opt/cache/bin/cc 2022-11-23T01:18:32.6514226Z CFLAGS: -fopenmp 2022-11-23T01:18:32.6514348Z 2022-11-23T01:18:32.6539875Z -- Found uv: 1.38.1 (found version "1.38.1") 2022-11-23T01:18:32.6629190Z CMake Warning at cmake/Dependencies.cmake:1442 (message): 2022-11-23T01:18:32.6629752Z TensorPipe doesn't yet support ROCm 2022-11-23T01:18:32.6630022Z Call Stack (most recent call first): 2022-11-23T01:18:32.6630246Z CMakeLists.txt:719 (include) 2022-11-23T01:18:32.6630369Z 2022-11-23T01:18:32.6630452Z  2022-11-23T01:18:32.6652980Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2022-11-23T01:18:32.6653474Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2022-11-23T01:18:32.6654191Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2022-11-23T01:18:32.6654503Z set the policy and suppress this warning. 2022-11-23T01:18:32.6654629Z 2022-11-23T01:18:32.6654773Z For compatibility with older versions of CMake, option is clearing the 2022-11-23T01:18:32.6655181Z normal variable 'BUILD_BENCHMARK'. 2022-11-23T01:18:32.6655614Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:32.6655866Z  2022-11-23T01:18:32.6656284Z -- Enabling sccache for CXX 2022-11-23T01:18:32.6656712Z -- Enabling sccache for C 2022-11-23T01:18:32.6657089Z -- Gloo build as SHARED library 2022-11-23T01:18:32.6681693Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:18:32.6685440Z HIP library name: amdhip64 2022-11-23T01:18:32.9498881Z Successfully preprocessed all matching files. 2022-11-23T01:18:32.9599831Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:32.9600448Z The package name passed to `find_package_handle_standard_args` (RCCL) does 2022-11-23T01:18:32.9600893Z not match the name of the calling package (rccl). This can lead to 2022-11-23T01:18:32.9601243Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:32.9601503Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:32.9601727Z Call Stack (most recent call first): 2022-11-23T01:18:32.9602012Z third_party/gloo/cmake/Modules/Findrccl.cmake:43 (find_package_handle_standard_args) 2022-11-23T01:18:32.9602498Z third_party/gloo/cmake/Dependencies.cmake:181 (find_package) 2022-11-23T01:18:32.9602769Z third_party/gloo/CMakeLists.txt:111 (include) 2022-11-23T01:18:32.9603127Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:32.9603375Z  2022-11-23T01:18:32.9603597Z -- Found RCCL: /opt/rocm-5.2.0/include 2022-11-23T01:18:32.9603941Z -- Determining RCCL version from the header file: /opt/rocm-5.2.0/include/rccl.h 2022-11-23T01:18:32.9605921Z -- Found RCCL (include: /opt/rocm-5.2.0/include, library: /opt/rocm/lib/librccl.so) 2022-11-23T01:18:32.9886180Z CMake Warning at cmake/Dependencies.cmake:1538 (message): 2022-11-23T01:18:32.9886682Z Metal is only used in ios builds. 2022-11-23T01:18:32.9887048Z Call Stack (most recent call first): 2022-11-23T01:18:32.9887275Z CMakeLists.txt:719 (include) 2022-11-23T01:18:32.9887402Z 2022-11-23T01:18:32.9887490Z  2022-11-23T01:18:33.0130592Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.8.13") 2022-11-23T01:18:33.0147660Z -- Found PythonLibs: /opt/conda/lib/libpython3.8.so.1.0 (found version "3.8.13") 2022-11-23T01:18:33.0151090Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T01:18:33.0153975Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T01:18:33.0155810Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T01:18:33.3162629Z -- 2022-11-23T01:18:33.3163035Z -- ******** Summary ******** 2022-11-23T01:18:33.3163508Z -- CMake version : 3.22.1 2022-11-23T01:18:33.3164097Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T01:18:33.3164344Z -- System : Linux 2022-11-23T01:18:33.3164607Z -- C++ compiler : /opt/cache/bin/c++ 2022-11-23T01:18:33.3164924Z -- C++ compiler version : 9.4.0 2022-11-23T01:18:33.3165395Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-11-23T01:18:33.3165835Z -- Build type : Release 2022-11-23T01:18:33.3166272Z -- Compile definitions : TORCH_ENABLE_LLVM;ROCM_VERSION=50200;TORCH_HIP_VERSION=502;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2022-11-23T01:18:33.3166749Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.8/site-packages;/opt/conda 2022-11-23T01:18:33.3167140Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T01:18:33.3167669Z -- CMAKE_MODULE_PATH : /opt/rocm/hip/cmake;/var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix;/opt/rocm/llvm/lib/cmake/llvm 2022-11-23T01:18:33.3168066Z -- 2022-11-23T01:18:33.3168284Z -- ONNX version : 1.12.0 2022-11-23T01:18:33.3168531Z -- ONNX NAMESPACE : onnx_torch 2022-11-23T01:18:33.3168842Z -- ONNX_USE_LITE_PROTO : OFF 2022-11-23T01:18:33.3169096Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2022-11-23T01:18:33.3169339Z -- Protobuf_USE_STATIC_LIBS : ON 2022-11-23T01:18:33.3169652Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2022-11-23T01:18:33.3169898Z -- ONNX_WERROR : OFF 2022-11-23T01:18:33.3170123Z -- ONNX_BUILD_TESTS : OFF 2022-11-23T01:18:33.3170425Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-11-23T01:18:33.3170670Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-11-23T01:18:33.3170901Z -- ONNXIFI_ENABLE_EXT : OFF 2022-11-23T01:18:33.3171158Z -- 2022-11-23T01:18:33.3171370Z -- Protobuf compiler : 2022-11-23T01:18:33.3171598Z -- Protobuf includes : 2022-11-23T01:18:33.3171904Z -- Protobuf libraries : 2022-11-23T01:18:33.3172149Z -- BUILD_ONNX_PYTHON : OFF 2022-11-23T01:18:33.3221629Z -- 2022-11-23T01:18:33.3221976Z -- ******** Summary ******** 2022-11-23T01:18:33.3222482Z -- CMake version : 3.22.1 2022-11-23T01:18:33.3222913Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T01:18:33.3223574Z -- System : Linux 2022-11-23T01:18:33.3223850Z -- C++ compiler : /opt/cache/bin/c++ 2022-11-23T01:18:33.3224108Z -- C++ compiler version : 9.4.0 2022-11-23T01:18:33.3224524Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-11-23T01:18:33.3224888Z -- Build type : Release 2022-11-23T01:18:33.3226582Z -- Compile definitions : TORCH_ENABLE_LLVM;ROCM_VERSION=50200;TORCH_HIP_VERSION=502;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2022-11-23T01:18:33.3227259Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.8/site-packages;/opt/conda 2022-11-23T01:18:33.3228164Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T01:18:33.3228753Z -- CMAKE_MODULE_PATH : /opt/rocm/hip/cmake;/var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix;/opt/rocm/llvm/lib/cmake/llvm 2022-11-23T01:18:33.3229093Z -- 2022-11-23T01:18:33.3229290Z -- ONNX version : 1.4.1 2022-11-23T01:18:33.3229541Z -- ONNX NAMESPACE : onnx_torch 2022-11-23T01:18:33.3229783Z -- ONNX_BUILD_TESTS : OFF 2022-11-23T01:18:33.3230009Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-11-23T01:18:33.3230249Z -- ONNX_USE_LITE_PROTO : OFF 2022-11-23T01:18:33.3230488Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-11-23T01:18:33.3230672Z -- 2022-11-23T01:18:33.3230882Z -- Protobuf compiler : 2022-11-23T01:18:33.3231120Z -- Protobuf includes : 2022-11-23T01:18:33.3231341Z -- Protobuf libraries : 2022-11-23T01:18:33.3231582Z -- BUILD_ONNX_PYTHON : OFF 2022-11-23T01:18:33.3232037Z -- Could not find CUDA with FP16 support, compiling without torch.CudaHalfTensor 2022-11-23T01:18:33.3232434Z -- Adding -DNDEBUG to compile flags 2022-11-23T01:18:33.3248809Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2022-11-23T01:18:33.3686195Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2022-11-23T01:18:33.3686782Z -- Compiling with MAGMA support 2022-11-23T01:18:33.3687085Z -- MAGMA INCLUDE DIRECTORIES: /opt/rocm/magma/include 2022-11-23T01:18:33.3687398Z -- MAGMA LIBRARIES: /opt/rocm/magma/lib/libmagma.so 2022-11-23T01:18:33.3687647Z -- MAGMA V2 check: 0 2022-11-23T01:18:33.3920174Z -- Could not find hardware support for NEON on this machine. 2022-11-23T01:18:33.3920843Z -- No OMAP3 processor on this machine. 2022-11-23T01:18:33.3921124Z -- No OMAP4 processor on this machine. 2022-11-23T01:18:33.3947308Z -- Found a library with LAPACK API (mkl). 2022-11-23T01:18:33.3947656Z disabling CUDA because NOT USE_CUDA is set 2022-11-23T01:18:33.3948157Z -- USE_CUDNN is set to 0. Compiling without cuDNN support 2022-11-23T01:18:33.3962869Z -- Will build oneDNN Graph 2022-11-23T01:18:33.4004574Z -- MKLDNN_CPU_RUNTIME = OMP 2022-11-23T01:18:33.4029626Z -- cmake version: 3.22.1 2022-11-23T01:18:33.4030143Z CMake Deprecation Warning at third_party/ideep/mkl-dnn/CMakeLists.txt:36 (cmake_policy): 2022-11-23T01:18:33.4030506Z The OLD behavior for policy CMP0025 will be removed from a future version 2022-11-23T01:18:33.4030767Z of CMake. 2022-11-23T01:18:33.4030871Z 2022-11-23T01:18:33.4031179Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-11-23T01:18:33.4031758Z policies are deprecated and that a policy should be set to OLD only under 2022-11-23T01:18:33.4032151Z specific short-term circumstances. Projects should be ported to the NEW 2022-11-23T01:18:33.4032477Z behavior and not rely on setting a policy to OLD. 2022-11-23T01:18:33.4032626Z 2022-11-23T01:18:33.4032708Z  2022-11-23T01:18:33.4072435Z -- DNNL_TARGET_ARCH: X64 2022-11-23T01:18:33.4117563Z -- DNNL_LIBRARY_NAME: dnnl 2022-11-23T01:18:33.4179947Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:33.4180630Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T01:18:33.4181164Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:33.4181742Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:33.4182016Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:33.4182243Z Call Stack (most recent call first): 2022-11-23T01:18:33.4182520Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:33.4182928Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-11-23T01:18:33.4183297Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-11-23T01:18:33.4183671Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:33.4183917Z  2022-11-23T01:18:33.4184181Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-11-23T01:18:33.4185369Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:33.4186028Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T01:18:33.4186561Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:33.4186877Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:33.4187149Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:33.4187376Z Call Stack (most recent call first): 2022-11-23T01:18:33.4187632Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:33.4188249Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-11-23T01:18:33.4188731Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-11-23T01:18:33.4189101Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:33.4189330Z  2022-11-23T01:18:33.4189594Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-11-23T01:18:33.4288758Z -- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 2022-11-23T01:18:33.4490571Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.8.13", minimum required is "2.7") 2022-11-23T01:18:33.4506748Z -- Failed to locate sphinx-build executable (missing: SPHINX_EXECUTABLE) 2022-11-23T01:18:33.4807363Z -- Enabled workload: TRAINING 2022-11-23T01:18:33.4807864Z -- Enabled primitives: ALL 2022-11-23T01:18:33.4808123Z -- Enabled primitive CPU ISA: ALL 2022-11-23T01:18:33.4808382Z -- Enabled primitive GPU ISA: ALL 2022-11-23T01:18:33.4867140Z -- Primitive cache is enabled 2022-11-23T01:18:33.5328759Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h 2022-11-23T01:18:33.6285575Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h - found 2022-11-23T01:18:33.6287387Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h 2022-11-23T01:18:33.7229242Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h - found 2022-11-23T01:18:33.7236074Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp 2022-11-23T01:18:33.8803552Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp - found 2022-11-23T01:18:33.8853193Z -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 2022-11-23T01:18:33.8853512Z -- Cannot find Doxygen package 2022-11-23T01:18:33.9115805Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:33.9116560Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T01:18:33.9117104Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:33.9117626Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:33.9118089Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:33.9118707Z Call Stack (most recent call first): 2022-11-23T01:18:33.9119134Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:33.9119806Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-11-23T01:18:33.9120412Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-11-23T01:18:33.9121038Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:33.9121450Z  2022-11-23T01:18:33.9122157Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:33.9122833Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T01:18:33.9123367Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:33.9123895Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:33.9124361Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:33.9124751Z Call Stack (most recent call first): 2022-11-23T01:18:33.9125204Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:33.9125858Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-11-23T01:18:33.9126453Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-11-23T01:18:33.9127066Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:33.9127498Z  2022-11-23T01:18:33.9168483Z -- DNNL_GRAPH_BUILD_FOR_CI is set to be OFF 2022-11-23T01:18:33.9190312Z -- Compiling oneDNN Graph with CPU runtime OMP support 2022-11-23T01:18:33.9191155Z -- Compiling oneDNN Graph with GPU runtime NONE support 2022-11-23T01:18:33.9360430Z -- Graph compiler backend is disabled. 2022-11-23T01:18:33.9378316Z -- Set version definitions to /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/src/utils/verbose.cpp 2022-11-23T01:18:33.9403496Z -- Compiled partition cache is enabled 2022-11-23T01:18:33.9482126Z -- Found MKL-DNN: TRUE 2022-11-23T01:18:33.9486760Z -- Looking for clock_gettime in rt 2022-11-23T01:18:34.0414261Z -- Looking for clock_gettime in rt - found 2022-11-23T01:18:34.0414837Z -- Looking for mmap 2022-11-23T01:18:34.1392408Z -- Looking for mmap - found 2022-11-23T01:18:34.1392775Z -- Looking for shm_open 2022-11-23T01:18:34.2354336Z -- Looking for shm_open - found 2022-11-23T01:18:34.2355208Z -- Looking for shm_unlink 2022-11-23T01:18:34.3298675Z -- Looking for shm_unlink - found 2022-11-23T01:18:34.3298992Z -- Looking for malloc_usable_size 2022-11-23T01:18:34.4231643Z -- Looking for malloc_usable_size - found 2022-11-23T01:18:34.4233181Z -- Performing Test C_HAS_THREAD 2022-11-23T01:18:34.5239564Z -- Performing Test C_HAS_THREAD - Success 2022-11-23T01:18:34.5311386Z -- Version: 7.1.3 2022-11-23T01:18:34.5311604Z -- Build type: Release 2022-11-23T01:18:34.5341149Z -- CXX_STANDARD: 14 2022-11-23T01:18:34.5347977Z -- Performing Test has_std_14_flag 2022-11-23T01:18:34.6481557Z -- Performing Test has_std_14_flag - Success 2022-11-23T01:18:34.6487504Z -- Performing Test has_std_1y_flag 2022-11-23T01:18:34.7549693Z -- Performing Test has_std_1y_flag - Success 2022-11-23T01:18:34.7551033Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS 2022-11-23T01:18:34.8654832Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success 2022-11-23T01:18:34.8655815Z -- Performing Test FMT_HAS_VARIANT 2022-11-23T01:18:34.9925054Z -- Performing Test FMT_HAS_VARIANT - Success 2022-11-23T01:18:34.9931917Z -- Required features: cxx_variadic_templates 2022-11-23T01:18:34.9945283Z -- Looking for strtod_l 2022-11-23T01:18:35.0779772Z -- Looking for strtod_l - not found 2022-11-23T01:18:35.0786170Z -- Using Kineto with Roctracer support 2022-11-23T01:18:35.0786652Z -- Configuring Kineto dependency: 2022-11-23T01:18:35.0787191Z -- KINETO_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/kineto/libkineto 2022-11-23T01:18:35.0787484Z -- KINETO_BUILD_TESTS = OFF 2022-11-23T01:18:35.0787864Z -- KINETO_LIBRARY_TYPE = static 2022-11-23T01:18:35.1016870Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.8.13") 2022-11-23T01:18:35.1018283Z INFO CUDA_SOURCE_DIR =  2022-11-23T01:18:35.1018562Z INFO ROCM_SOURCE_DIR = /opt/rocm 2022-11-23T01:18:35.1196695Z INFO Building with roctracer 2022-11-23T01:18:35.1570239Z -- Kineto: FMT_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/fmt 2022-11-23T01:18:35.1570810Z -- Kineto: FMT_INCLUDE_DIR = /var/lib/jenkins/workspace/third_party/fmt/include 2022-11-23T01:18:35.1571156Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2022-11-23T01:18:35.1571473Z INFO ROCTRACER_INCLUDE_DIR = /opt/rocm/include/roctracer 2022-11-23T01:18:35.1583042Z -- Configured Kineto (CPU) 2022-11-23T01:18:35.1604296Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-11-23T01:18:35.1604844Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-11-23T01:18:35.1605228Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-11-23T01:18:35.1605531Z cmake_policy command to set the policy and suppress this warning. 2022-11-23T01:18:35.1605794Z Call Stack (most recent call first): 2022-11-23T01:18:35.1606012Z CMakeLists.txt:722 (cmake_dependent_option) 2022-11-23T01:18:35.1606342Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:35.1606584Z  2022-11-23T01:18:35.1611569Z -- GCC 9.4.0: Adding gcc and gcc_s libs to link line 2022-11-23T01:18:35.1618178Z -- Performing Test HAS_WERROR_RETURN_TYPE 2022-11-23T01:18:35.2916378Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2022-11-23T01:18:35.2924500Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2022-11-23T01:18:35.4334606Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2022-11-23T01:18:35.4342985Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT 2022-11-23T01:18:35.4771674Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT - Failed 2022-11-23T01:18:35.4780205Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT 2022-11-23T01:18:35.5207125Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT - Failed 2022-11-23T01:18:35.5214218Z -- Performing Test HAS_WNARROWING 2022-11-23T01:18:35.6250984Z -- Performing Test HAS_WNARROWING - Success 2022-11-23T01:18:35.6258358Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2022-11-23T01:18:35.8993302Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2022-11-23T01:18:35.9001122Z -- Performing Test HAS_WNO_TYPE_LIMITS 2022-11-23T01:18:36.0032650Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2022-11-23T01:18:36.0040801Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2022-11-23T01:18:36.1099974Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2022-11-23T01:18:36.1108069Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2022-11-23T01:18:36.2134402Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2022-11-23T01:18:36.2142366Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS 2022-11-23T01:18:36.3173460Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS - Success 2022-11-23T01:18:36.3181745Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2022-11-23T01:18:36.4524362Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2022-11-23T01:18:36.4532225Z -- Performing Test HAS_WNO_UNUSED_FUNCTION 2022-11-23T01:18:36.5590812Z -- Performing Test HAS_WNO_UNUSED_FUNCTION - Success 2022-11-23T01:18:36.5598316Z -- Performing Test HAS_WNO_UNUSED_RESULT 2022-11-23T01:18:36.6666125Z -- Performing Test HAS_WNO_UNUSED_RESULT - Success 2022-11-23T01:18:36.6674528Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2022-11-23T01:18:36.7719717Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2022-11-23T01:18:36.7727561Z -- Performing Test HAS_WNO_STRICT_ALIASING 2022-11-23T01:18:36.8783836Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2022-11-23T01:18:36.8792041Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS 2022-11-23T01:18:36.9845847Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS - Success 2022-11-23T01:18:36.9853987Z -- Performing Test HAS_WVLA_EXTENSION 2022-11-23T01:18:37.0296552Z -- Performing Test HAS_WVLA_EXTENSION - Failed 2022-11-23T01:18:37.0304825Z -- Performing Test HAS_WNO_ERROR_PEDANTIC 2022-11-23T01:18:37.1360436Z -- Performing Test HAS_WNO_ERROR_PEDANTIC - Success 2022-11-23T01:18:37.1368261Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS 2022-11-23T01:18:37.2408765Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS - Success 2022-11-23T01:18:37.2415227Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2022-11-23T01:18:37.3766127Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2022-11-23T01:18:37.3772274Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS 2022-11-23T01:18:37.4246086Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS - Failed 2022-11-23T01:18:37.4252080Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS 2022-11-23T01:18:37.5270988Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS - Success 2022-11-23T01:18:37.5278260Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2022-11-23T01:18:37.6343177Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Success 2022-11-23T01:18:37.6350259Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2022-11-23T01:18:37.7411483Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Success 2022-11-23T01:18:37.7417743Z -- Performing Test HAS_FNO_MATH_ERRNO 2022-11-23T01:18:37.8821489Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2022-11-23T01:18:37.8827831Z -- Performing Test HAS_FNO_TRAPPING_MATH 2022-11-23T01:18:37.9856226Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2022-11-23T01:18:37.9863614Z -- Performing Test HAS_WERROR_FORMAT 2022-11-23T01:18:38.0910087Z -- Performing Test HAS_WERROR_FORMAT - Success 2022-11-23T01:18:38.0917423Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE 2022-11-23T01:18:38.2017423Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE - Success 2022-11-23T01:18:38.2023976Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2022-11-23T01:18:38.3295185Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Success 2022-11-23T01:18:38.3357022Z -- Looking for backtrace 2022-11-23T01:18:38.4282776Z -- Looking for backtrace - found 2022-11-23T01:18:38.4284356Z -- backtrace facility detected in default set of libraries 2022-11-23T01:18:38.4286821Z -- Found Backtrace: /usr/include 2022-11-23T01:18:38.4288423Z -- don't use NUMA 2022-11-23T01:18:41.2771267Z -- headers outputs: 2022-11-23T01:18:47.4288172Z -- sources outputs: 2022-11-23T01:18:48.5941604Z -- declarations_yaml outputs: 2022-11-23T01:18:48.5997009Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2022-11-23T01:18:48.7211518Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Success 2022-11-23T01:18:48.7598289Z -- Using ATen parallel backend: OMP 2022-11-23T01:18:48.7624026Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:18:48.7648268Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:18:48.8747136Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:18:48.8747437Z  2022-11-23T01:18:48.8747655Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:18:48.8748059Z  2022-11-23T01:18:48.8748268Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:18:48.8748504Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:18:48.8748825Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:18:48.8749172Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:18:48.8749495Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:18:48.8749732Z HIP_VERSION_MAJOR: 5 2022-11-23T01:18:48.8749959Z HIP_VERSION_MINOR: 2 2022-11-23T01:18:48.8750227Z TORCH_HIP_VERSION: 502 2022-11-23T01:18:48.8750425Z  2022-11-23T01:18:48.8750603Z ***** Library versions from dpkg ***** 2022-11-23T01:18:48.8750789Z  2022-11-23T01:18:48.8876323Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:18:48.8876610Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:18:48.9002083Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:18:48.9126681Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:18:48.9255974Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:18:48.9633721Z  2022-11-23T01:18:48.9634008Z ***** Library versions from cmake find_package ***** 2022-11-23T01:18:48.9634490Z  2022-11-23T01:18:48.9682380Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:48.9693359Z hip VERSION: 5.2.22212 2022-11-23T01:18:48.9699074Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:18:48.9703367Z amd_comgr VERSION: 2.4.0 2022-11-23T01:18:48.9747658Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:48.9762752Z rocrand VERSION: 2.10.9 2022-11-23T01:18:48.9806396Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:48.9820989Z hiprand VERSION: 2.10.9 2022-11-23T01:18:48.9864122Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:48.9879993Z rocblas VERSION: 2.44.0 2022-11-23T01:18:48.9921971Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:48.9941561Z miopen VERSION: 2.17.0 2022-11-23T01:18:48.9984266Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:49.0000827Z hipfft VERSION: 1.0.8 2022-11-23T01:18:49.0043620Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:49.0060439Z hipsparse VERSION: 2.1.0 2022-11-23T01:18:49.0103059Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:49.0120824Z rccl VERSION: 2.11.4 2022-11-23T01:18:49.0163761Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:49.0181784Z rocprim VERSION: 2.10.9 2022-11-23T01:18:49.0229947Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:49.0250686Z hipcub VERSION: 2.10.12 2022-11-23T01:18:49.0298350Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:18:49.0319869Z rocthrust VERSION: 2.10.9 2022-11-23T01:18:49.0320178Z HIP library name: amdhip64 2022-11-23T01:18:49.0335031Z ROCm is enabled. 2022-11-23T01:18:49.0994895Z CMake Deprecation Warning at third_party/sleef/CMakeLists.txt:91 (cmake_policy): 2022-11-23T01:18:49.0995473Z The OLD behavior for policy CMP0066 will be removed from a future version 2022-11-23T01:18:49.0995705Z of CMake. 2022-11-23T01:18:49.0995820Z 2022-11-23T01:18:49.0996020Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-11-23T01:18:49.0996350Z policies are deprecated and that a policy should be set to OLD only under 2022-11-23T01:18:49.0996725Z specific short-term circumstances. Projects should be ported to the NEW 2022-11-23T01:18:49.0996992Z behavior and not rely on setting a policy to OLD. 2022-11-23T01:18:49.0997137Z 2022-11-23T01:18:49.0997215Z  2022-11-23T01:18:49.1611032Z -- Found OpenSSL: /opt/conda/lib/libcrypto.so (found version "1.1.1s") 2022-11-23T01:18:49.1636676Z -- Check size of long double 2022-11-23T01:18:49.2603257Z -- Check size of long double - done 2022-11-23T01:18:49.2604778Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE 2022-11-23T01:18:49.3542378Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success 2022-11-23T01:18:49.3543539Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2022-11-23T01:18:49.4460911Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success 2022-11-23T01:18:49.4461721Z -- Performing Test COMPILER_SUPPORTS_SSE2 2022-11-23T01:18:49.5878277Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2022-11-23T01:18:49.5879045Z -- Performing Test COMPILER_SUPPORTS_SSE4 2022-11-23T01:18:49.7225679Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2022-11-23T01:18:49.7226443Z -- Performing Test COMPILER_SUPPORTS_AVX 2022-11-23T01:18:49.8888929Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2022-11-23T01:18:49.8889987Z -- Performing Test COMPILER_SUPPORTS_FMA4 2022-11-23T01:18:50.0208386Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2022-11-23T01:18:50.0209554Z -- Performing Test COMPILER_SUPPORTS_AVX2 2022-11-23T01:18:50.1555028Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2022-11-23T01:18:50.1555967Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2022-11-23T01:18:50.3114212Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2022-11-23T01:18:50.3157610Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2022-11-23T01:18:50.4150028Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2022-11-23T01:18:50.4151763Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2022-11-23T01:18:50.5080833Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success 2022-11-23T01:18:50.5081748Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2022-11-23T01:18:50.6039524Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success 2022-11-23T01:18:50.6040379Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2022-11-23T01:18:50.7212700Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Success 2022-11-23T01:18:50.7400439Z -- Configuring build for SLEEF-v3.6.0 2022-11-23T01:18:50.7400983Z  Target system: Linux-4.14.252-195.483.amzn2.x86_64 2022-11-23T01:18:50.7401419Z  Target processor: x86_64 2022-11-23T01:18:50.7401715Z  Host system: Linux-4.14.252-195.483.amzn2.x86_64 2022-11-23T01:18:50.7401986Z  Host processor: x86_64 2022-11-23T01:18:50.7402390Z  Detected C compiler: GNU @ /opt/cache/bin/cc 2022-11-23T01:18:50.7402794Z  CMake: 3.22.1 2022-11-23T01:18:50.7403228Z  Make program: /usr/bin/make 2022-11-23T01:18:50.7404120Z -- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef 2022-11-23T01:18:50.7404582Z -- Building shared libs : OFF 2022-11-23T01:18:50.7404827Z -- Building static test bins: OFF 2022-11-23T01:18:50.7405061Z -- MPFR : LIB_MPFR-NOTFOUND 2022-11-23T01:18:50.7405278Z -- GMP : LIBGMP-NOTFOUND 2022-11-23T01:18:50.7405528Z -- RT : /usr/lib/x86_64-linux-gnu/librt.so 2022-11-23T01:18:50.7405769Z -- FFTW3 : LIBFFTW3-NOTFOUND 2022-11-23T01:18:50.7405973Z -- OPENSSL : 1.1.1s 2022-11-23T01:18:50.7406371Z -- SDE : SDE_COMMAND-NOTFOUND 2022-11-23T01:18:50.7406595Z -- RUNNING_ON_TRAVIS : 2022-11-23T01:18:50.7406814Z -- COMPILER_SUPPORTS_OPENMP : 1 2022-11-23T01:18:50.7407019Z  2022-11-23T01:18:50.7407289Z *** Note: Parallel build is only supported with Ninja *** 2022-11-23T01:18:50.7407511Z  2022-11-23T01:18:50.7621435Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2022-11-23T01:18:50.7622147Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h 2022-11-23T01:18:50.7622598Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/aten_interned_strings.h 2022-11-23T01:18:50.7622997Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/enum_tag.h 2022-11-23T01:18:52.2909500Z -- Performing Test HAS_WNO_UNUSED_VARIABLE 2022-11-23T01:18:52.4017246Z -- Performing Test HAS_WNO_UNUSED_VARIABLE - Success 2022-11-23T01:18:52.4023628Z -- Performing Test HAS_WNO_MISSING_BRACES 2022-11-23T01:18:52.5100264Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2022-11-23T01:18:52.5108007Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER 2022-11-23T01:18:52.6213003Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER - Success 2022-11-23T01:18:52.6259398Z -- /opt/cache/bin/c++ /var/lib/jenkins/workspace/torch/abi-check.cpp -o /var/lib/jenkins/workspace/build/abi-check 2022-11-23T01:18:52.8776445Z -- Determined _GLIBCXX_USE_CXX11_ABI=1 2022-11-23T01:18:52.8811949Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-11-23T01:18:52.8812383Z Syntax Warning in cmake code at column 107 2022-11-23T01:18:52.8812601Z 2022-11-23T01:18:52.8812838Z Argument not separated from preceding token by whitespace. 2022-11-23T01:18:52.8813421Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:52.8813837Z  2022-11-23T01:18:52.8814251Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-11-23T01:18:52.8814654Z Syntax Warning in cmake code at column 115 2022-11-23T01:18:52.8814877Z 2022-11-23T01:18:52.8815088Z Argument not separated from preceding token by whitespace. 2022-11-23T01:18:52.8815653Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:52.8816041Z  2022-11-23T01:18:52.9525507Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:52.9526541Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-11-23T01:18:52.9527094Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:52.9527633Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:52.9528088Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:52.9528481Z Call Stack (most recent call first): 2022-11-23T01:18:52.9528944Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:52.9529401Z caffe2/CMakeLists.txt:1224 (find_package) 2022-11-23T01:18:52.9530039Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:52.9530478Z  2022-11-23T01:18:52.9531182Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-11-23T01:18:52.9531802Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-11-23T01:18:52.9532332Z does not match the name of the calling package (OpenMP). This can lead to 2022-11-23T01:18:52.9532828Z problems in calling code that expects `find_package` result variables 2022-11-23T01:18:52.9533254Z (e.g., `_FOUND`) to follow a certain pattern. 2022-11-23T01:18:52.9533629Z Call Stack (most recent call first): 2022-11-23T01:18:52.9534094Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-11-23T01:18:52.9534527Z caffe2/CMakeLists.txt:1224 (find_package) 2022-11-23T01:18:52.9535088Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-11-23T01:18:52.9535678Z  2022-11-23T01:18:52.9536077Z -- pytorch is compiling with OpenMP. 2022-11-23T01:18:52.9536485Z OpenMP CXX_FLAGS: -fopenmp. 2022-11-23T01:18:52.9537103Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/9/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-11-23T01:18:52.9537665Z -- Caffe2 is compiling with OpenMP. 2022-11-23T01:18:52.9538065Z OpenMP CXX_FLAGS: -fopenmp. 2022-11-23T01:18:52.9538702Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/9/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-11-23T01:18:53.0045088Z -- Using lib/python3.8/site-packages as python relative installation path 2022-11-23T01:18:53.0453609Z CMake Warning at CMakeLists.txt:1091 (message): 2022-11-23T01:18:53.0453950Z Generated cmake files are only fully tested if one builds with system glog, 2022-11-23T01:18:53.0454260Z gflags, and protobuf. Other settings may generate files that are not well 2022-11-23T01:18:53.0454501Z tested. 2022-11-23T01:18:53.0454601Z 2022-11-23T01:18:53.0454698Z  2022-11-23T01:18:53.0475306Z -- 2022-11-23T01:18:53.0475678Z -- ******** Summary ******** 2022-11-23T01:18:53.0476047Z -- General: 2022-11-23T01:18:53.0476458Z -- CMake version : 3.22.1 2022-11-23T01:18:53.0485720Z -- CMake command : /opt/conda/bin/cmake 2022-11-23T01:18:53.0485996Z -- System : Linux 2022-11-23T01:18:53.0486242Z -- C++ compiler : /opt/cache/bin/c++ 2022-11-23T01:18:53.0486504Z -- C++ compiler id : GNU 2022-11-23T01:18:53.0486750Z -- C++ compiler version : 9.4.0 2022-11-23T01:18:53.0487273Z -- Using ccache if found : ON 2022-11-23T01:18:53.0488115Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2022-11-23T01:18:53.0491416Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wnarrowing -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wunused-local-typedefs -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Werror=cast-function-type -Wno-stringop-overflow 2022-11-23T01:18:53.0493645Z -- Build type : Release 2022-11-23T01:18:53.0494747Z -- Compile definitions : TORCH_ENABLE_LLVM;ROCM_VERSION=50200;TORCH_HIP_VERSION=502;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;IDEEP_USE_MKL;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;HAVE_MALLOC_USABLE_SIZE=1;USE_EXTERNAL_MZCRC;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS 2022-11-23T01:18:53.0495825Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.8/site-packages;/opt/conda 2022-11-23T01:18:53.0496469Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-11-23T01:18:53.0496960Z -- USE_GOLD_LINKER : OFF 2022-11-23T01:18:53.0497315Z -- 2022-11-23T01:18:53.0497620Z -- TORCH_VERSION : 1.14.0 2022-11-23T01:18:53.0497865Z -- CAFFE2_VERSION : 1.14.0 2022-11-23T01:18:53.0498103Z -- BUILD_CAFFE2 : OFF 2022-11-23T01:18:53.0498329Z -- BUILD_CAFFE2_OPS : OFF 2022-11-23T01:18:53.0498581Z -- BUILD_STATIC_RUNTIME_BENCHMARK: ON 2022-11-23T01:18:53.0498841Z -- BUILD_TENSOREXPR_BENCHMARK: OFF 2022-11-23T01:18:53.0499082Z -- BUILD_NVFUSER_BENCHMARK: OFF 2022-11-23T01:18:53.0499320Z -- BUILD_BINARY : OFF 2022-11-23T01:18:53.0499555Z -- BUILD_CUSTOM_PROTOBUF : ON 2022-11-23T01:18:53.0499778Z -- Link local protobuf : ON 2022-11-23T01:18:53.0500005Z -- BUILD_DOCS : OFF 2022-11-23T01:18:53.0500233Z -- BUILD_PYTHON : True 2022-11-23T01:18:53.0500554Z -- Python version : 3.8.13 2022-11-23T01:18:53.0500834Z -- Python executable : /opt/conda/bin/python 2022-11-23T01:18:53.0501100Z -- Pythonlibs version : 3.8.13 2022-11-23T01:18:53.0501387Z -- Python library : /opt/conda/lib/libpython3.8.so.1.0 2022-11-23T01:18:53.0501707Z -- Python includes : /opt/conda/include/python3.8 2022-11-23T01:18:53.0502029Z -- Python site-packages: lib/python3.8/site-packages 2022-11-23T01:18:53.0502299Z -- BUILD_SHARED_LIBS : ON 2022-11-23T01:18:53.0502549Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2022-11-23T01:18:53.0502802Z -- BUILD_TEST : True 2022-11-23T01:18:53.0503028Z -- BUILD_JNI : OFF 2022-11-23T01:18:53.0503247Z -- BUILD_MOBILE_AUTOGRAD : OFF 2022-11-23T01:18:53.0503487Z -- BUILD_LITE_INTERPRETER: OFF 2022-11-23T01:18:53.0503724Z -- INTERN_BUILD_MOBILE : 2022-11-23T01:18:53.0503947Z -- TRACING_BASED : OFF 2022-11-23T01:18:53.0504175Z -- USE_BLAS : 1 2022-11-23T01:18:53.0504398Z -- BLAS : mkl 2022-11-23T01:18:53.0504606Z -- BLAS_HAS_SBGEMM : 2022-11-23T01:18:53.0504832Z -- USE_LAPACK : 1 2022-11-23T01:18:53.0505057Z -- LAPACK : mkl 2022-11-23T01:18:53.0505264Z -- USE_ASAN : OFF 2022-11-23T01:18:53.0505484Z -- USE_TSAN : OFF 2022-11-23T01:18:53.0505714Z -- USE_CPP_CODE_COVERAGE : OFF 2022-11-23T01:18:53.0505935Z -- USE_CUDA : OFF 2022-11-23T01:18:53.0506155Z -- USE_ROCM : ON 2022-11-23T01:18:53.0506378Z -- ROCM_VERSION : 2022-11-23T01:18:53.0506589Z -- USE_EIGEN_FOR_BLAS : 2022-11-23T01:18:53.0506818Z -- USE_FBGEMM : ON 2022-11-23T01:18:53.0507050Z -- USE_FAKELOWP : OFF 2022-11-23T01:18:53.0507280Z -- USE_KINETO : ON 2022-11-23T01:18:53.0507490Z -- USE_FFMPEG : OFF 2022-11-23T01:18:53.0507929Z -- USE_GFLAGS : OFF 2022-11-23T01:18:53.0508167Z -- USE_GLOG : OFF 2022-11-23T01:18:53.0508381Z -- USE_LEVELDB : OFF 2022-11-23T01:18:53.0508609Z -- USE_LITE_PROTO : OFF 2022-11-23T01:18:53.0508834Z -- USE_LMDB : OFF 2022-11-23T01:18:53.0509040Z -- USE_METAL : OFF 2022-11-23T01:18:53.0509267Z -- USE_PYTORCH_METAL : OFF 2022-11-23T01:18:53.0509516Z -- USE_PYTORCH_METAL_EXPORT : OFF 2022-11-23T01:18:53.0509826Z -- USE_MPS : OFF 2022-11-23T01:18:53.0510049Z -- USE_FFTW : OFF 2022-11-23T01:18:53.0510267Z -- USE_MKL : ON 2022-11-23T01:18:53.0510478Z -- USE_MKLDNN : ON 2022-11-23T01:18:53.0510708Z -- USE_MKLDNN_ACL : OFF 2022-11-23T01:18:53.0510938Z -- USE_MKLDNN_CBLAS : OFF 2022-11-23T01:18:53.0511169Z -- USE_UCC : OFF 2022-11-23T01:18:53.0511383Z -- USE_ITT : ON 2022-11-23T01:18:53.0511604Z -- USE_NCCL : ON 2022-11-23T01:18:53.0511813Z -- USE_SYSTEM_NCCL : ON 2022-11-23T01:18:53.0512052Z -- USE_NCCL_WITH_UCC : OFF 2022-11-23T01:18:53.0512352Z -- USE_NNPACK : ON 2022-11-23T01:18:53.0512577Z -- USE_NUMPY : ON 2022-11-23T01:18:53.0512788Z -- USE_OBSERVERS : ON 2022-11-23T01:18:53.0513014Z -- USE_OPENCL : OFF 2022-11-23T01:18:53.0513239Z -- USE_OPENCV : OFF 2022-11-23T01:18:53.0513449Z -- USE_OPENMP : ON 2022-11-23T01:18:53.0513675Z -- USE_TBB : OFF 2022-11-23T01:18:53.0513897Z -- USE_VULKAN : OFF 2022-11-23T01:18:53.0514107Z -- USE_PROF : OFF 2022-11-23T01:18:53.0514329Z -- USE_QNNPACK : ON 2022-11-23T01:18:53.0514562Z -- USE_PYTORCH_QNNPACK : ON 2022-11-23T01:18:53.0514777Z -- USE_XNNPACK : ON 2022-11-23T01:18:53.0515001Z -- USE_REDIS : OFF 2022-11-23T01:18:53.0515225Z -- USE_ROCKSDB : OFF 2022-11-23T01:18:53.0515432Z -- USE_ZMQ : OFF 2022-11-23T01:18:53.0515654Z -- USE_DISTRIBUTED : ON 2022-11-23T01:18:53.0515948Z -- USE_MPI : OFF 2022-11-23T01:18:53.0516164Z -- USE_GLOO : ON 2022-11-23T01:18:53.0516399Z -- USE_GLOO_WITH_OPENSSL : OFF 2022-11-23T01:18:53.0516636Z -- USE_TENSORPIPE : ON 2022-11-23T01:18:53.0517017Z -- Public Dependencies : caffe2::Threads;caffe2::mkl 2022-11-23T01:18:53.0517623Z -- Private Dependencies : pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;ittnotify;fp16;tensorpipe;gloo;foxi_loader;rt;fmt::fmt-header-only;kineto;gcc_s;gcc;dl 2022-11-23T01:18:53.0518029Z -- USE_COREML_DELEGATE : OFF 2022-11-23T01:18:53.0518276Z -- BUILD_LAZY_TS_BACKEND : ON 2022-11-23T01:18:53.0518510Z -- TORCH_DISABLE_GPU_ASSERTS : ON 2022-11-23T01:18:53.0598245Z -- Configuring done 2022-11-23T01:18:54.8038448Z CMake Warning at caffe2/CMakeLists.txt:809 (add_library): 2022-11-23T01:18:54.8038990Z Cannot generate a safe runtime search path for target torch_cpu because 2022-11-23T01:18:54.8039315Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:54.8039564Z directories: 2022-11-23T01:18:54.8039677Z 2022-11-23T01:18:54.8039909Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.8040160Z /opt/conda/lib 2022-11-23T01:18:54.8040271Z 2022-11-23T01:18:54.8040388Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.8040538Z 2022-11-23T01:18:54.8040618Z  2022-11-23T01:18:54.8858675Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.8859277Z Cannot generate a safe runtime search path for target Dict_test because 2022-11-23T01:18:54.8859613Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:54.8859828Z directories: 2022-11-23T01:18:54.8859940Z 2022-11-23T01:18:54.8860181Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.8860440Z /opt/conda/lib 2022-11-23T01:18:54.8860549Z 2022-11-23T01:18:54.8860667Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.8860796Z 2022-11-23T01:18:54.8860876Z  2022-11-23T01:18:54.8904981Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.8905562Z Cannot generate a safe runtime search path for target Dimname_test because 2022-11-23T01:18:54.8906154Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:54.8906390Z directories: 2022-11-23T01:18:54.8906500Z 2022-11-23T01:18:54.8906743Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.8906992Z /opt/conda/lib 2022-11-23T01:18:54.8907088Z 2022-11-23T01:18:54.8907204Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.8907349Z 2022-11-23T01:18:54.8907427Z  2022-11-23T01:18:54.8951850Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.8952481Z Cannot generate a safe runtime search path for target MaybeOwned_test 2022-11-23T01:18:54.8952856Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:54.8953095Z directories: 2022-11-23T01:18:54.8953204Z 2022-11-23T01:18:54.8953444Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.8953687Z /opt/conda/lib 2022-11-23T01:18:54.8953796Z 2022-11-23T01:18:54.8953911Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.8954056Z 2022-11-23T01:18:54.8954135Z  2022-11-23T01:18:54.8998418Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.8998923Z Cannot generate a safe runtime search path for target NamedTensor_test 2022-11-23T01:18:54.8999464Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:54.8999705Z directories: 2022-11-23T01:18:54.8999812Z 2022-11-23T01:18:54.9000164Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9000416Z /opt/conda/lib 2022-11-23T01:18:54.9000526Z 2022-11-23T01:18:54.9000642Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9000786Z 2022-11-23T01:18:54.9000864Z  2022-11-23T01:18:54.9045630Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9046191Z Cannot generate a safe runtime search path for target apply_utils_test 2022-11-23T01:18:54.9046617Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:54.9046840Z directories: 2022-11-23T01:18:54.9046947Z 2022-11-23T01:18:54.9047181Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9047431Z /opt/conda/lib 2022-11-23T01:18:54.9047538Z 2022-11-23T01:18:54.9047652Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9047785Z 2022-11-23T01:18:54.9047864Z  2022-11-23T01:18:54.9092783Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9093341Z Cannot generate a safe runtime search path for target atest because files 2022-11-23T01:18:54.9093704Z in some directories may conflict with libraries in implicit directories: 2022-11-23T01:18:54.9093862Z 2022-11-23T01:18:54.9094103Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9094352Z /opt/conda/lib 2022-11-23T01:18:54.9094461Z 2022-11-23T01:18:54.9094575Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9094722Z 2022-11-23T01:18:54.9094788Z  2022-11-23T01:18:54.9139997Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9140433Z Cannot generate a safe runtime search path for target basic because files 2022-11-23T01:18:54.9140772Z in some directories may conflict with libraries in implicit directories: 2022-11-23T01:18:54.9140943Z 2022-11-23T01:18:54.9141198Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9141455Z /opt/conda/lib 2022-11-23T01:18:54.9141567Z 2022-11-23T01:18:54.9141685Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9141831Z 2022-11-23T01:18:54.9141911Z  2022-11-23T01:18:54.9189593Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9189998Z Cannot generate a safe runtime search path for target broadcast_test 2022-11-23T01:18:54.9190307Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:54.9190551Z directories: 2022-11-23T01:18:54.9190659Z 2022-11-23T01:18:54.9190903Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9191156Z /opt/conda/lib 2022-11-23T01:18:54.9191267Z 2022-11-23T01:18:54.9191383Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9191521Z 2022-11-23T01:18:54.9191601Z  2022-11-23T01:18:54.9236604Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9236975Z Cannot generate a safe runtime search path for target cpu_generator_test 2022-11-23T01:18:54.9237284Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:54.9237539Z directories: 2022-11-23T01:18:54.9237649Z 2022-11-23T01:18:54.9237897Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9238150Z /opt/conda/lib 2022-11-23T01:18:54.9238249Z 2022-11-23T01:18:54.9238365Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9238512Z 2022-11-23T01:18:54.9238593Z  2022-11-23T01:18:54.9283620Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9284134Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:54.9284655Z cpu_profiling_allocator_test because files in some directories may conflict 2022-11-23T01:18:54.9284934Z with libraries in implicit directories: 2022-11-23T01:18:54.9285073Z 2022-11-23T01:18:54.9285315Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9285553Z /opt/conda/lib 2022-11-23T01:18:54.9285662Z 2022-11-23T01:18:54.9285784Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9285929Z 2022-11-23T01:18:54.9286011Z  2022-11-23T01:18:54.9330337Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9330911Z Cannot generate a safe runtime search path for target cpu_rng_test because 2022-11-23T01:18:54.9331296Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:54.9331526Z directories: 2022-11-23T01:18:54.9331634Z 2022-11-23T01:18:54.9331858Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9332118Z /opt/conda/lib 2022-11-23T01:18:54.9332229Z 2022-11-23T01:18:54.9332344Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9332489Z 2022-11-23T01:18:54.9332567Z  2022-11-23T01:18:54.9376807Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9377381Z Cannot generate a safe runtime search path for target dispatch_key_set_test 2022-11-23T01:18:54.9377808Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:54.9378037Z directories: 2022-11-23T01:18:54.9378146Z 2022-11-23T01:18:54.9378385Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9378633Z /opt/conda/lib 2022-11-23T01:18:54.9378744Z 2022-11-23T01:18:54.9378857Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9378988Z 2022-11-23T01:18:54.9379068Z  2022-11-23T01:18:54.9423533Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9424089Z Cannot generate a safe runtime search path for target dlconvertor_test 2022-11-23T01:18:54.9424458Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:54.9424697Z directories: 2022-11-23T01:18:54.9424804Z 2022-11-23T01:18:54.9425160Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9425410Z /opt/conda/lib 2022-11-23T01:18:54.9425506Z 2022-11-23T01:18:54.9425619Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9425765Z 2022-11-23T01:18:54.9425846Z  2022-11-23T01:18:54.9470505Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9470831Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:54.9471363Z extension_backend_test because files in some directories may conflict with 2022-11-23T01:18:54.9471771Z libraries in implicit directories: 2022-11-23T01:18:54.9471911Z 2022-11-23T01:18:54.9472186Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9472431Z /opt/conda/lib 2022-11-23T01:18:54.9472540Z 2022-11-23T01:18:54.9472655Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9472800Z 2022-11-23T01:18:54.9472882Z  2022-11-23T01:18:54.9518009Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9518543Z Cannot generate a safe runtime search path for target half_test because 2022-11-23T01:18:54.9518970Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:54.9519198Z directories: 2022-11-23T01:18:54.9519305Z 2022-11-23T01:18:54.9519528Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9519776Z /opt/conda/lib 2022-11-23T01:18:54.9519886Z 2022-11-23T01:18:54.9520000Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9520255Z 2022-11-23T01:18:54.9520336Z  2022-11-23T01:18:54.9564697Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9565259Z Cannot generate a safe runtime search path for target ivalue_test because 2022-11-23T01:18:54.9565665Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:54.9565886Z directories: 2022-11-23T01:18:54.9565995Z 2022-11-23T01:18:54.9566230Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9566476Z /opt/conda/lib 2022-11-23T01:18:54.9566584Z 2022-11-23T01:18:54.9566697Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9566841Z 2022-11-23T01:18:54.9566906Z  2022-11-23T01:18:54.9611430Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9611993Z Cannot generate a safe runtime search path for target lazy_tensor_test 2022-11-23T01:18:54.9612397Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:54.9612620Z directories: 2022-11-23T01:18:54.9612730Z 2022-11-23T01:18:54.9612965Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9613212Z /opt/conda/lib 2022-11-23T01:18:54.9613321Z 2022-11-23T01:18:54.9613426Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9613569Z 2022-11-23T01:18:54.9613646Z  2022-11-23T01:18:54.9658437Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9658967Z Cannot generate a safe runtime search path for target math_kernel_test 2022-11-23T01:18:54.9659398Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:54.9659636Z directories: 2022-11-23T01:18:54.9659745Z 2022-11-23T01:18:54.9659978Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9660218Z /opt/conda/lib 2022-11-23T01:18:54.9660327Z 2022-11-23T01:18:54.9660442Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9660586Z 2022-11-23T01:18:54.9660666Z  2022-11-23T01:18:54.9705573Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9705924Z Cannot generate a safe runtime search path for target memory_format_test 2022-11-23T01:18:54.9706352Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:54.9706590Z directories: 2022-11-23T01:18:54.9706698Z 2022-11-23T01:18:54.9706919Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9707170Z /opt/conda/lib 2022-11-23T01:18:54.9707278Z 2022-11-23T01:18:54.9707393Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9707538Z 2022-11-23T01:18:54.9707616Z  2022-11-23T01:18:54.9753526Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9754015Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:54.9754534Z memory_overlapping_test because files in some directories may conflict with 2022-11-23T01:18:54.9754805Z libraries in implicit directories: 2022-11-23T01:18:54.9754924Z 2022-11-23T01:18:54.9755163Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9755413Z /opt/conda/lib 2022-11-23T01:18:54.9755521Z 2022-11-23T01:18:54.9755635Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9755780Z 2022-11-23T01:18:54.9755845Z  2022-11-23T01:18:54.9800887Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9801450Z Cannot generate a safe runtime search path for target mobile_memory_cleanup 2022-11-23T01:18:54.9801808Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:54.9802170Z directories: 2022-11-23T01:18:54.9802280Z 2022-11-23T01:18:54.9802527Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9802765Z /opt/conda/lib 2022-11-23T01:18:54.9802876Z 2022-11-23T01:18:54.9802995Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9803142Z 2022-11-23T01:18:54.9803221Z  2022-11-23T01:18:54.9847204Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9847783Z Cannot generate a safe runtime search path for target native_test because 2022-11-23T01:18:54.9848196Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:54.9848427Z directories: 2022-11-23T01:18:54.9848521Z 2022-11-23T01:18:54.9848757Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9849005Z /opt/conda/lib 2022-11-23T01:18:54.9849117Z 2022-11-23T01:18:54.9849230Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9849379Z 2022-11-23T01:18:54.9849444Z  2022-11-23T01:18:54.9894039Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9894574Z Cannot generate a safe runtime search path for target operator_name_test 2022-11-23T01:18:54.9895133Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:54.9895544Z directories: 2022-11-23T01:18:54.9895673Z 2022-11-23T01:18:54.9895906Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9896153Z /opt/conda/lib 2022-11-23T01:18:54.9896261Z 2022-11-23T01:18:54.9896362Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9896507Z 2022-11-23T01:18:54.9896584Z  2022-11-23T01:18:54.9941263Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9941803Z Cannot generate a safe runtime search path for target operators_test 2022-11-23T01:18:54.9942242Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:54.9942477Z directories: 2022-11-23T01:18:54.9942583Z 2022-11-23T01:18:54.9942817Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9943064Z /opt/conda/lib 2022-11-23T01:18:54.9943160Z 2022-11-23T01:18:54.9943395Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9943546Z 2022-11-23T01:18:54.9943627Z  2022-11-23T01:18:54.9988504Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:54.9988974Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:54.9989499Z packedtensoraccessor_test because files in some directories may conflict 2022-11-23T01:18:54.9989781Z with libraries in implicit directories: 2022-11-23T01:18:54.9989922Z 2022-11-23T01:18:54.9990156Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:54.9990399Z /opt/conda/lib 2022-11-23T01:18:54.9990513Z 2022-11-23T01:18:54.9990628Z Some of these libraries may not be found correctly. 2022-11-23T01:18:54.9990772Z 2022-11-23T01:18:54.9990850Z  2022-11-23T01:18:55.0035827Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0036400Z Cannot generate a safe runtime search path for target pow_test because 2022-11-23T01:18:55.0036931Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.0037160Z directories: 2022-11-23T01:18:55.0037252Z 2022-11-23T01:18:55.0037488Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0037735Z /opt/conda/lib 2022-11-23T01:18:55.0037843Z 2022-11-23T01:18:55.0037957Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0038103Z 2022-11-23T01:18:55.0038168Z  2022-11-23T01:18:55.0083898Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0084609Z Cannot generate a safe runtime search path for target quantized_test 2022-11-23T01:18:55.0084929Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.0085153Z directories: 2022-11-23T01:18:55.0085261Z 2022-11-23T01:18:55.0085503Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0085746Z /opt/conda/lib 2022-11-23T01:18:55.0085854Z 2022-11-23T01:18:55.0085968Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0086101Z 2022-11-23T01:18:55.0086180Z  2022-11-23T01:18:55.0130444Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0130987Z Cannot generate a safe runtime search path for target reduce_ops_test 2022-11-23T01:18:55.0131365Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.0131601Z directories: 2022-11-23T01:18:55.0131711Z 2022-11-23T01:18:55.0131942Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0132183Z /opt/conda/lib 2022-11-23T01:18:55.0132278Z 2022-11-23T01:18:55.0132391Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0132536Z 2022-11-23T01:18:55.0132615Z  2022-11-23T01:18:55.0177378Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0177740Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:55.0178048Z reportMemoryUsage_test because files in some directories may conflict with 2022-11-23T01:18:55.0178318Z libraries in implicit directories: 2022-11-23T01:18:55.0178452Z 2022-11-23T01:18:55.0178684Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0178917Z /opt/conda/lib 2022-11-23T01:18:55.0179023Z 2022-11-23T01:18:55.0179136Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0179281Z 2022-11-23T01:18:55.0179361Z  2022-11-23T01:18:55.0224582Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0225095Z Cannot generate a safe runtime search path for target scalar_tensor_test 2022-11-23T01:18:55.0225612Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.0225850Z directories: 2022-11-23T01:18:55.0226086Z 2022-11-23T01:18:55.0226310Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0226558Z /opt/conda/lib 2022-11-23T01:18:55.0226668Z 2022-11-23T01:18:55.0226783Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0226929Z 2022-11-23T01:18:55.0227009Z  2022-11-23T01:18:55.0271850Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0272449Z Cannot generate a safe runtime search path for target scalar_test because 2022-11-23T01:18:55.0272904Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.0273118Z directories: 2022-11-23T01:18:55.0273226Z 2022-11-23T01:18:55.0273462Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0273707Z /opt/conda/lib 2022-11-23T01:18:55.0273816Z 2022-11-23T01:18:55.0273931Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0274063Z 2022-11-23T01:18:55.0274142Z  2022-11-23T01:18:55.0318960Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0319463Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:55.0319884Z stride_properties_test because files in some directories may conflict with 2022-11-23T01:18:55.0320148Z libraries in implicit directories: 2022-11-23T01:18:55.0320281Z 2022-11-23T01:18:55.0320511Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0320876Z /opt/conda/lib 2022-11-23T01:18:55.0320970Z 2022-11-23T01:18:55.0321086Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0321230Z 2022-11-23T01:18:55.0321310Z  2022-11-23T01:18:55.0365961Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0366605Z Cannot generate a safe runtime search path for target tensor_iterator_test 2022-11-23T01:18:55.0367009Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.0367243Z directories: 2022-11-23T01:18:55.0367350Z 2022-11-23T01:18:55.0367586Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0367820Z /opt/conda/lib 2022-11-23T01:18:55.0367928Z 2022-11-23T01:18:55.0368041Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0368185Z 2022-11-23T01:18:55.0368262Z  2022-11-23T01:18:55.0415027Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0415551Z Cannot generate a safe runtime search path for target test_parallel because 2022-11-23T01:18:55.0416033Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.0416259Z directories: 2022-11-23T01:18:55.0416365Z 2022-11-23T01:18:55.0416587Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0416832Z /opt/conda/lib 2022-11-23T01:18:55.0416940Z 2022-11-23T01:18:55.0417053Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0417194Z 2022-11-23T01:18:55.0417271Z  2022-11-23T01:18:55.0461758Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0462154Z Cannot generate a safe runtime search path for target thread_init_test 2022-11-23T01:18:55.0462473Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.0462697Z directories: 2022-11-23T01:18:55.0462811Z 2022-11-23T01:18:55.0463044Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0463288Z /opt/conda/lib 2022-11-23T01:18:55.0463395Z 2022-11-23T01:18:55.0463509Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0463650Z 2022-11-23T01:18:55.0463716Z  2022-11-23T01:18:55.0509265Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0509632Z Cannot generate a safe runtime search path for target type_ptr_test because 2022-11-23T01:18:55.0509948Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.0510163Z directories: 2022-11-23T01:18:55.0510271Z 2022-11-23T01:18:55.0510506Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0510752Z /opt/conda/lib 2022-11-23T01:18:55.0510861Z 2022-11-23T01:18:55.0510960Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0511108Z 2022-11-23T01:18:55.0511185Z  2022-11-23T01:18:55.0556506Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0556875Z Cannot generate a safe runtime search path for target type_test because 2022-11-23T01:18:55.0557169Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.0557397Z directories: 2022-11-23T01:18:55.0557509Z 2022-11-23T01:18:55.0557744Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0557973Z /opt/conda/lib 2022-11-23T01:18:55.0558080Z 2022-11-23T01:18:55.0558193Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0558336Z 2022-11-23T01:18:55.0558413Z  2022-11-23T01:18:55.0603267Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0603807Z Cannot generate a safe runtime search path for target undefined_tensor_test 2022-11-23T01:18:55.0604296Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.0604534Z directories: 2022-11-23T01:18:55.0604642Z 2022-11-23T01:18:55.0604862Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0605189Z /opt/conda/lib 2022-11-23T01:18:55.0605298Z 2022-11-23T01:18:55.0605414Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0605558Z 2022-11-23T01:18:55.0605636Z  2022-11-23T01:18:55.0650199Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0650523Z Cannot generate a safe runtime search path for target variant_test because 2022-11-23T01:18:55.0650834Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.0651064Z directories: 2022-11-23T01:18:55.0651157Z 2022-11-23T01:18:55.0651387Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0651636Z /opt/conda/lib 2022-11-23T01:18:55.0651742Z 2022-11-23T01:18:55.0651855Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0651998Z 2022-11-23T01:18:55.0652064Z  2022-11-23T01:18:55.0697715Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0698086Z Cannot generate a safe runtime search path for target verify_api_visibility 2022-11-23T01:18:55.0698418Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.0698641Z directories: 2022-11-23T01:18:55.0698749Z 2022-11-23T01:18:55.0698986Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0699237Z /opt/conda/lib 2022-11-23T01:18:55.0699346Z 2022-11-23T01:18:55.0699446Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0699591Z 2022-11-23T01:18:55.0699668Z  2022-11-23T01:18:55.0744555Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0745117Z Cannot generate a safe runtime search path for target vmap_test because 2022-11-23T01:18:55.0745533Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.0745760Z directories: 2022-11-23T01:18:55.0745867Z 2022-11-23T01:18:55.0746099Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0746438Z /opt/conda/lib 2022-11-23T01:18:55.0746553Z 2022-11-23T01:18:55.0746669Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0746815Z 2022-11-23T01:18:55.0746895Z  2022-11-23T01:18:55.0791999Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0792586Z Cannot generate a safe runtime search path for target weakref_test because 2022-11-23T01:18:55.0793038Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.0793265Z directories: 2022-11-23T01:18:55.0793379Z 2022-11-23T01:18:55.0793615Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0793846Z /opt/conda/lib 2022-11-23T01:18:55.0793957Z 2022-11-23T01:18:55.0794070Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0794213Z 2022-11-23T01:18:55.0794291Z  2022-11-23T01:18:55.0839382Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0839932Z Cannot generate a safe runtime search path for target wrapdim_test because 2022-11-23T01:18:55.0840414Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.0840639Z directories: 2022-11-23T01:18:55.0840731Z 2022-11-23T01:18:55.0840966Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0841216Z /opt/conda/lib 2022-11-23T01:18:55.0841324Z 2022-11-23T01:18:55.0841439Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0841697Z 2022-11-23T01:18:55.0841763Z  2022-11-23T01:18:55.0886858Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0887329Z Cannot generate a safe runtime search path for target xla_tensor_test 2022-11-23T01:18:55.0887898Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.0888301Z directories: 2022-11-23T01:18:55.0888410Z 2022-11-23T01:18:55.0888651Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0888896Z /opt/conda/lib 2022-11-23T01:18:55.0889005Z 2022-11-23T01:18:55.0889106Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0889250Z 2022-11-23T01:18:55.0889327Z  2022-11-23T01:18:55.0933918Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0934435Z Cannot generate a safe runtime search path for target IListRef_test because 2022-11-23T01:18:55.0934966Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.0935205Z directories: 2022-11-23T01:18:55.0935315Z 2022-11-23T01:18:55.0935554Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0935805Z /opt/conda/lib 2022-11-23T01:18:55.0935902Z 2022-11-23T01:18:55.0936017Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0936167Z 2022-11-23T01:18:55.0936247Z  2022-11-23T01:18:55.0980976Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.0981448Z Cannot generate a safe runtime search path for target List_test because 2022-11-23T01:18:55.0982010Z files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.0982321Z directories: 2022-11-23T01:18:55.0982427Z 2022-11-23T01:18:55.0982661Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.0982892Z /opt/conda/lib 2022-11-23T01:18:55.0983006Z 2022-11-23T01:18:55.0983119Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.0983263Z 2022-11-23T01:18:55.0983340Z  2022-11-23T01:18:55.1029003Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.1029548Z Cannot generate a safe runtime search path for target KernelFunction_test 2022-11-23T01:18:55.1030178Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.1030456Z directories: 2022-11-23T01:18:55.1030577Z 2022-11-23T01:18:55.1030822Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.1031072Z /opt/conda/lib 2022-11-23T01:18:55.1031188Z 2022-11-23T01:18:55.1031303Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.1031450Z 2022-11-23T01:18:55.1031527Z  2022-11-23T01:18:55.1077170Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.1077666Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:55.1078173Z kernel_function_legacy_test because files in some directories may conflict 2022-11-23T01:18:55.1078515Z with libraries in implicit directories: 2022-11-23T01:18:55.1078743Z 2022-11-23T01:18:55.1079194Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.1079559Z /opt/conda/lib 2022-11-23T01:18:55.1079669Z 2022-11-23T01:18:55.1079783Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.1079913Z 2022-11-23T01:18:55.1079994Z  2022-11-23T01:18:55.1126043Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.1126624Z Cannot generate a safe runtime search path for target kernel_function_test 2022-11-23T01:18:55.1127182Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.1127619Z directories: 2022-11-23T01:18:55.1127952Z 2022-11-23T01:18:55.1128401Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.1128859Z /opt/conda/lib 2022-11-23T01:18:55.1129026Z 2022-11-23T01:18:55.1129220Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.1129478Z 2022-11-23T01:18:55.1129600Z  2022-11-23T01:18:55.1174471Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.1175020Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:55.1175526Z kernel_lambda_legacy_test because files in some directories may conflict 2022-11-23T01:18:55.1175986Z with libraries in implicit directories: 2022-11-23T01:18:55.1176230Z 2022-11-23T01:18:55.1176662Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.1177120Z /opt/conda/lib 2022-11-23T01:18:55.1177318Z 2022-11-23T01:18:55.1177485Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.1177757Z 2022-11-23T01:18:55.1177890Z  2022-11-23T01:18:55.1223154Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.1223734Z Cannot generate a safe runtime search path for target kernel_lambda_test 2022-11-23T01:18:55.1224255Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.1224665Z directories: 2022-11-23T01:18:55.1224847Z 2022-11-23T01:18:55.1225289Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.1225710Z /opt/conda/lib 2022-11-23T01:18:55.1225909Z 2022-11-23T01:18:55.1226088Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.1226347Z 2022-11-23T01:18:55.1226475Z  2022-11-23T01:18:55.1271569Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.1272076Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:55.1272660Z kernel_stackbased_test because files in some directories may conflict with 2022-11-23T01:18:55.1273127Z libraries in implicit directories: 2022-11-23T01:18:55.1273359Z 2022-11-23T01:18:55.1273792Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.1274221Z /opt/conda/lib 2022-11-23T01:18:55.1274419Z 2022-11-23T01:18:55.1274617Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.1275021Z 2022-11-23T01:18:55.1275163Z  2022-11-23T01:18:55.1320344Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.1320874Z Cannot generate a safe runtime search path for target 2022-11-23T01:18:55.1321407Z make_boxed_from_unboxed_functor_test because files in some directories may 2022-11-23T01:18:55.1321892Z conflict with libraries in implicit directories: 2022-11-23T01:18:55.1322129Z 2022-11-23T01:18:55.1322564Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.1323007Z /opt/conda/lib 2022-11-23T01:18:55.1323198Z 2022-11-23T01:18:55.1323402Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.1323641Z 2022-11-23T01:18:55.1323761Z  2022-11-23T01:18:55.1369150Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.1369730Z Cannot generate a safe runtime search path for target CppSignature_test 2022-11-23T01:18:55.1370280Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.1370683Z directories: 2022-11-23T01:18:55.1370861Z 2022-11-23T01:18:55.1371294Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.1371743Z /opt/conda/lib 2022-11-23T01:18:55.1371916Z 2022-11-23T01:18:55.1372102Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.1372341Z 2022-11-23T01:18:55.1372477Z  2022-11-23T01:18:55.1417246Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.1417983Z Cannot generate a safe runtime search path for target backend_fallback_test 2022-11-23T01:18:55.1418512Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.1418930Z directories: 2022-11-23T01:18:55.1419121Z 2022-11-23T01:18:55.1419558Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.1420006Z /opt/conda/lib 2022-11-23T01:18:55.1420184Z 2022-11-23T01:18:55.1420375Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.1420614Z 2022-11-23T01:18:55.1420775Z  2022-11-23T01:18:55.1465910Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.1466443Z Cannot generate a safe runtime search path for target op_allowlist_test 2022-11-23T01:18:55.1467003Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.1467416Z directories: 2022-11-23T01:18:55.1467609Z 2022-11-23T01:18:55.1468236Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.1468652Z /opt/conda/lib 2022-11-23T01:18:55.1468849Z 2022-11-23T01:18:55.1469054Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.1469276Z 2022-11-23T01:18:55.1469430Z  2022-11-23T01:18:55.1515028Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.1515682Z Cannot generate a safe runtime search path for target op_registration_test 2022-11-23T01:18:55.1516275Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.1516710Z directories: 2022-11-23T01:18:55.1516904Z 2022-11-23T01:18:55.1517316Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.1517580Z /opt/conda/lib 2022-11-23T01:18:55.1517695Z 2022-11-23T01:18:55.1517812Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.1517968Z 2022-11-23T01:18:55.1518052Z  2022-11-23T01:18:55.1564069Z CMake Warning at caffe2/CMakeLists.txt:1712 (add_executable): 2022-11-23T01:18:55.1564689Z Cannot generate a safe runtime search path for target inline_container_test 2022-11-23T01:18:55.1565228Z because files in some directories may conflict with libraries in implicit 2022-11-23T01:18:55.1565455Z directories: 2022-11-23T01:18:55.1565714Z 2022-11-23T01:18:55.1565961Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in: 2022-11-23T01:18:55.1566215Z /opt/conda/lib 2022-11-23T01:18:55.1566324Z 2022-11-23T01:18:55.1566441Z Some of these libraries may not be found correctly. 2022-11-23T01:18:55.1566575Z 2022-11-23T01:18:55.1566659Z  2022-11-23T01:18:55.4379516Z -- Generating done 2022-11-23T01:18:55.4736137Z CMake Warning: 2022-11-23T01:18:55.4736669Z Manually-specified variables were not used by the project: 2022-11-23T01:18:55.4737003Z 2022-11-23T01:18:55.4737127Z BUILD_ENVIRONMENT 2022-11-23T01:18:55.4737252Z 2022-11-23T01:18:55.4737333Z  2022-11-23T01:18:55.4759599Z -- Build files have been written to: /var/lib/jenkins/workspace/build 2022-11-23T01:18:55.5515764Z cmake --build . --target install --config Release -- -j 6 2022-11-23T01:18:55.6070972Z [ 0%] Building C object confu-deps/cpuinfo/deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2022-11-23T01:18:55.6078576Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2022-11-23T01:18:55.6082405Z [ 0%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2022-11-23T01:18:55.6086679Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2022-11-23T01:18:55.6102908Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2022-11-23T01:18:55.6114939Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2022-11-23T01:18:55.7047049Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2022-11-23T01:18:55.7322646Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_fatal’: 2022-11-23T01:18:55.7324329Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:117:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T01:18:55.7325075Z 117 | write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T01:18:55.7325858Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:55.7326740Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_error’: 2022-11-23T01:18:55.7328128Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:195:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T01:18:55.7329407Z 195 | write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T01:18:55.7330113Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:55.7330941Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_warning’: 2022-11-23T01:18:55.7332252Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:273:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T01:18:55.7333086Z 273 | write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T01:18:55.7335119Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:55.7340760Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_info’: 2022-11-23T01:18:55.7341355Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:351:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T01:18:55.7341768Z 351 | write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T01:18:55.7342225Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:55.7342607Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_debug’: 2022-11-23T01:18:55.7343169Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:429:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-11-23T01:18:55.7343566Z 429 | write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-11-23T01:18:55.7343855Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:55.7390392Z [ 0%] Linking C static library ../../../../lib/libclog.a 2022-11-23T01:18:55.7606417Z [ 0%] Built target clog 2022-11-23T01:18:55.7653390Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2022-11-23T01:18:55.7875462Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2022-11-23T01:18:55.8588644Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2022-11-23T01:18:55.8840297Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2022-11-23T01:18:55.9290847Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2022-11-23T01:18:55.9900582Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2022-11-23T01:18:55.9905699Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2022-11-23T01:18:55.9906642Z [ 0%] Linking CXX static library ../../../lib/libgtest.a 2022-11-23T01:18:56.0186158Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2022-11-23T01:18:56.0208732Z [ 0%] Built target gtest 2022-11-23T01:18:56.0266969Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-11-23T01:18:56.0988952Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2022-11-23T01:18:56.1287698Z [ 0%] Linking C static library ../../lib/libpthreadpool.a 2022-11-23T01:18:56.1500627Z [ 0%] Built target pthreadpool 2022-11-23T01:18:56.1542460Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-11-23T01:18:56.1659475Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-11-23T01:18:56.1966724Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2022-11-23T01:18:56.2591003Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2022-11-23T01:18:56.2929940Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-11-23T01:18:56.3618982Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-11-23T01:18:56.3905197Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-11-23T01:18:56.4752680Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-11-23T01:18:56.4968740Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-11-23T01:18:56.5595641Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2022-11-23T01:18:56.6137138Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2022-11-23T01:18:56.6162331Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2022-11-23T01:18:56.6676684Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-11-23T01:18:56.7141454Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-11-23T01:18:56.7436051Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-11-23T01:18:56.7843806Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-11-23T01:18:56.8052954Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2022-11-23T01:18:56.8475345Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2022-11-23T01:18:56.8699956Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2022-11-23T01:18:56.9277910Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2022-11-23T01:18:56.9521957Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-11-23T01:18:56.9788371Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-11-23T01:18:57.0272033Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-11-23T01:18:57.0741940Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-11-23T01:18:57.1098800Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-11-23T01:18:57.1323264Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2022-11-23T01:18:57.1830141Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2022-11-23T01:18:57.2083363Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-11-23T01:18:57.2472799Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2022-11-23T01:18:57.3097177Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2022-11-23T01:18:57.3375731Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2022-11-23T01:18:57.3803087Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2022-11-23T01:18:57.4413549Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2022-11-23T01:18:57.4421878Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2022-11-23T01:18:57.5146815Z In file included from /usr/include/string.h:495, 2022-11-23T01:18:57.5147859Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-11-23T01:18:57.5148549Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-11-23T01:18:57.5149181Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-11-23T01:18:57.5149804Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-11-23T01:18:57.5150425Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-11-23T01:18:57.5150996Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T01:18:57.5151858Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T01:18:57.5152933Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:85:28: 2022-11-23T01:18:57.5198873Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:33: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’ specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T01:18:57.5199757Z 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T01:18:57.5200388Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:57.5215464Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2022-11-23T01:18:57.5500442Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2022-11-23T01:18:57.5764950Z In file included from /usr/include/string.h:495, 2022-11-23T01:18:57.5765833Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-11-23T01:18:57.5766909Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-11-23T01:18:57.5767592Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-11-23T01:18:57.5768215Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-11-23T01:18:57.5768896Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-11-23T01:18:57.5769675Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-11-23T01:18:57.5770904Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-11-23T01:18:57.5772552Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:85:28: 2022-11-23T01:18:57.5774196Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:33: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’ specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-11-23T01:18:57.5775036Z 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-11-23T01:18:57.5775481Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:18:57.5838027Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2022-11-23T01:18:57.6216760Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2022-11-23T01:18:57.6796514Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-11-23T01:18:57.7086133Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-11-23T01:18:57.7091727Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2022-11-23T01:18:57.7982873Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-11-23T01:18:57.8546708Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2022-11-23T01:18:57.9176332Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2022-11-23T01:18:57.9176873Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2022-11-23T01:18:57.9188924Z [ 0%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2022-11-23T01:18:57.9737949Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2022-11-23T01:18:58.0328399Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-11-23T01:18:58.0720809Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-11-23T01:18:58.1538248Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2022-11-23T01:18:58.1891358Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-11-23T01:18:58.1892387Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-11-23T01:18:58.2395455Z [ 0%] Linking CXX static library ../../../lib/libbenchmark.a 2022-11-23T01:18:58.2400059Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-11-23T01:18:58.2766327Z [ 0%] Built target benchmark 2022-11-23T01:18:58.2823209Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-11-23T01:18:58.3194850Z [ 0%] Built target defs.bzl 2022-11-23T01:18:58.3239935Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-11-23T01:18:58.3552281Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/archtraits.cpp.o 2022-11-23T01:18:58.3676425Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/assembler.cpp.o 2022-11-23T01:18:58.4146767Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/builder.cpp.o 2022-11-23T01:18:58.4553651Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-11-23T01:18:58.4951687Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-11-23T01:18:58.5591867Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-11-23T01:18:58.5605659Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2022-11-23T01:18:58.5926324Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-11-23T01:18:58.6708022Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codeholder.cpp.o 2022-11-23T01:18:58.6710188Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codewriter.cpp.o 2022-11-23T01:18:58.7154009Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-11-23T01:18:58.7726502Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2022-11-23T01:18:58.7988099Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-11-23T01:18:58.8481497Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2022-11-23T01:18:58.8862390Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2022-11-23T01:18:58.9058593Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/compiler.cpp.o 2022-11-23T01:18:58.9763900Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/constpool.cpp.o 2022-11-23T01:18:59.0161780Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/cpuinfo.cpp.o 2022-11-23T01:18:59.0572819Z [ 0%] Linking CXX static library ../../../lib/libprotobuf-lite.a 2022-11-23T01:18:59.0925346Z [ 0%] Built target libprotobuf-lite 2022-11-23T01:18:59.0981640Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emithelper.cpp.o 2022-11-23T01:18:59.1042436Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitter.cpp.o 2022-11-23T01:18:59.1707982Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2022-11-23T01:18:59.1917482Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitterutils.cpp.o 2022-11-23T01:18:59.1918096Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2022-11-23T01:18:59.2451458Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2022-11-23T01:18:59.3199497Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2022-11-23T01:18:59.3466491Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2022-11-23T01:18:59.3990581Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/environment.cpp.o 2022-11-23T01:18:59.4670488Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/errorhandler.cpp.o 2022-11-23T01:18:59.4720894Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/formatter.cpp.o 2022-11-23T01:18:59.5520163Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/func.cpp.o 2022-11-23T01:18:59.5889049Z [ 0%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o 2022-11-23T01:18:59.6439127Z [ 0%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o 2022-11-23T01:18:59.6686911Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/funcargscontext.cpp.o 2022-11-23T01:18:59.6948649Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2022-11-23T01:18:59.7231408Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2022-11-23T01:18:59.7644394Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2022-11-23T01:18:59.7654503Z [ 0%] Linking C static library ../../lib/libittnotify.a 2022-11-23T01:18:59.7885247Z [ 0%] Built target ittnotify 2022-11-23T01:18:59.7928816Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2022-11-23T01:18:59.8024413Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2022-11-23T01:18:59.8616269Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/globals.cpp.o 2022-11-23T01:18:59.9431270Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/inst.cpp.o 2022-11-23T01:18:59.9911056Z [ 0%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitallocator.cpp.o 2022-11-23T01:19:00.0266706Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2022-11-23T01:19:00.0824174Z [ 0%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/fs-poll.c.o 2022-11-23T01:19:00.0920517Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/idna.c.o 2022-11-23T01:19:00.0949144Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/inet.c.o 2022-11-23T01:19:00.1381166Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/random.c.o 2022-11-23T01:19:00.1954697Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitruntime.cpp.o 2022-11-23T01:19:00.2605628Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/logger.cpp.o 2022-11-23T01:19:00.2610568Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2022-11-23T01:19:00.2614587Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/operand.cpp.o 2022-11-23T01:19:00.3118348Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/strscpy.c.o 2022-11-23T01:19:00.3384441Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/threadpool.c.o 2022-11-23T01:19:00.3977259Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/timer.c.o 2022-11-23T01:19:00.4457651Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/osutils.cpp.o 2022-11-23T01:19:00.4753759Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-common.c.o 2022-11-23T01:19:00.4799050Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-data-getter-setters.c.o 2022-11-23T01:19:00.5579674Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o 2022-11-23T01:19:00.5580817Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rapass.cpp.o 2022-11-23T01:19:00.6073943Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rastack.cpp.o 2022-11-23T01:19:00.6299741Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/version.c.o 2022-11-23T01:19:00.6597786Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2022-11-23T01:19:00.6819112Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2022-11-23T01:19:00.7638908Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/string.cpp.o 2022-11-23T01:19:00.7642583Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/async.c.o 2022-11-23T01:19:00.8230246Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/core.c.o 2022-11-23T01:19:00.8429435Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/dl.c.o 2022-11-23T01:19:00.8462252Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fs.c.o 2022-11-23T01:19:00.9225490Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2022-11-23T01:19:00.9555431Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/support.cpp.o 2022-11-23T01:19:00.9994216Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2022-11-23T01:19:01.0010954Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2022-11-23T01:19:01.0399690Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2022-11-23T01:19:01.0445052Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getaddrinfo.c.o 2022-11-23T01:19:01.1269195Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/target.cpp.o 2022-11-23T01:19:01.1859361Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getnameinfo.c.o 2022-11-23T01:19:01.1860352Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/type.cpp.o 2022-11-23T01:19:01.2408713Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop-watcher.c.o 2022-11-23T01:19:01.3157501Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/pipe.c.o 2022-11-23T01:19:01.3158542Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop.c.o 2022-11-23T01:19:01.3410488Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/virtmem.cpp.o 2022-11-23T01:19:01.3760893Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/poll.c.o 2022-11-23T01:19:01.3964350Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zone.cpp.o 2022-11-23T01:19:01.4241574Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2022-11-23T01:19:01.4603643Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2022-11-23T01:19:01.4847213Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2022-11-23T01:19:01.5214486Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/process.c.o 2022-11-23T01:19:01.5740633Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-devurandom.c.o 2022-11-23T01:19:01.5747921Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonehash.cpp.o 2022-11-23T01:19:01.6464255Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonelist.cpp.o 2022-11-23T01:19:01.6942761Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/signal.c.o 2022-11-23T01:19:01.7109373Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2022-11-23T01:19:01.7432228Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/stream.c.o 2022-11-23T01:19:01.7906214Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tcp.c.o 2022-11-23T01:19:01.8274997Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/thread.c.o 2022-11-23T01:19:01.8289375Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonestack.cpp.o 2022-11-23T01:19:01.8615728Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonetree.cpp.o 2022-11-23T01:19:01.9002072Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonevector.cpp.o 2022-11-23T01:19:01.9391553Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/armformatter.cpp.o 2022-11-23T01:19:01.9956506Z [ 1%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tty.c.o 2022-11-23T01:19:02.0177199Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2022-11-23T01:19:02.0541823Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64assembler.cpp.o 2022-11-23T01:19:02.0923944Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2022-11-23T01:19:02.1129283Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2022-11-23T01:19:02.1524763Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/udp.c.o 2022-11-23T01:19:02.1945126Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/proctitle.c.o 2022-11-23T01:19:02.2487513Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-core.c.o 2022-11-23T01:19:02.2943564Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2022-11-23T01:19:02.3351846Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2022-11-23T01:19:02.3777262Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64builder.cpp.o 2022-11-23T01:19:02.3947984Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64compiler.cpp.o 2022-11-23T01:19:02.4032436Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-inotify.c.o 2022-11-23T01:19:02.5044765Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-syscalls.c.o 2022-11-23T01:19:02.5553752Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2022-11-23T01:19:02.5877266Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2022-11-23T01:19:02.5933050Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/procfs-exepath.c.o 2022-11-23T01:19:02.6245145Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64emithelper.cpp.o 2022-11-23T01:19:02.6487018Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64formatter.cpp.o 2022-11-23T01:19:02.6794319Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-getrandom.c.o 2022-11-23T01:19:02.7209745Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64func.cpp.o 2022-11-23T01:19:02.7971310Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-sysctl-linux.c.o 2022-11-23T01:19:02.8257692Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instapi.cpp.o 2022-11-23T01:19:02.8526285Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2022-11-23T01:19:02.9100599Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instdb.cpp.o 2022-11-23T01:19:02.9464345Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o 2022-11-23T01:19:02.9608482Z [ 3%] Linking C static library ../../../lib/libtensorpipe_uv.a 2022-11-23T01:19:02.9818311Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o 2022-11-23T01:19:02.9890979Z [ 3%] Built target tensorpipe_uv 2022-11-23T01:19:02.9970431Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o 2022-11-23T01:19:03.0438467Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o 2022-11-23T01:19:03.1344098Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2022-11-23T01:19:03.1348289Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64operand.cpp.o 2022-11-23T01:19:03.1760951Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64rapass.cpp.o 2022-11-23T01:19:03.2401018Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86assembler.cpp.o 2022-11-23T01:19:03.2450058Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86builder.cpp.o 2022-11-23T01:19:03.2968750Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o 2022-11-23T01:19:03.3477540Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoall.cc.o 2022-11-23T01:19:03.4135675Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoallv.cc.o 2022-11-23T01:19:03.4773064Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2022-11-23T01:19:03.5309715Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2022-11-23T01:19:03.5314827Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2022-11-23T01:19:03.5693093Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86compiler.cpp.o 2022-11-23T01:19:03.5920175Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86emithelper.cpp.o 2022-11-23T01:19:03.6415422Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o 2022-11-23T01:19:03.7433488Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o 2022-11-23T01:19:03.7672024Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86formatter.cpp.o 2022-11-23T01:19:03.7920330Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2022-11-23T01:19:03.8513116Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2022-11-23T01:19:03.8716408Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2022-11-23T01:19:03.9005983Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2022-11-23T01:19:03.9683961Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o 2022-11-23T01:19:04.0220335Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o 2022-11-23T01:19:04.0221221Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86func.cpp.o 2022-11-23T01:19:04.1309609Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gatherv.cc.o 2022-11-23T01:19:04.1314176Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instdb.cpp.o 2022-11-23T01:19:04.1865916Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2022-11-23T01:19:04.1870076Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2022-11-23T01:19:04.2543067Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2022-11-23T01:19:04.3080893Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2022-11-23T01:19:04.3518081Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o 2022-11-23T01:19:04.4242915Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instapi.cpp.o 2022-11-23T01:19:04.4547568Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86operand.cpp.o 2022-11-23T01:19:04.5161581Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86rapass.cpp.o 2022-11-23T01:19:04.5201491Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o 2022-11-23T01:19:04.5901942Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2022-11-23T01:19:04.5909273Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o 2022-11-23T01:19:04.6555792Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o 2022-11-23T01:19:04.7135813Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o 2022-11-23T01:19:04.7565227Z [ 3%] Linking CXX static library ../../../lib/libasmjit.a 2022-11-23T01:19:04.7914070Z [ 3%] Built target asmjit 2022-11-23T01:19:04.7965059Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o 2022-11-23T01:19:04.7976476Z Scanning dependencies of target dnnl_common 2022-11-23T01:19:04.8099117Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/batch_normalization.cpp.o 2022-11-23T01:19:04.8217068Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/amx_tile_configure.cpp.o 2022-11-23T01:19:04.9056484Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm.cpp.o 2022-11-23T01:19:04.9057250Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2022-11-23T01:19:04.9867931Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm_utils.cpp.o 2022-11-23T01:19:05.0440232Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o 2022-11-23T01:19:05.1208513Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/bfloat16.cpp.o 2022-11-23T01:19:05.1497239Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/binary.cpp.o 2022-11-23T01:19:05.2378603Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2022-11-23T01:19:05.2989227Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2022-11-23T01:19:05.3009143Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o 2022-11-23T01:19:05.3476797Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o 2022-11-23T01:19:05.3717443Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brdgmm_kernel.cpp.o 2022-11-23T01:19:05.4109510Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/broadcast_strategy.cpp.o 2022-11-23T01:19:05.5257441Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/cache_blob_id.cpp.o 2022-11-23T01:19:05.5830369Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2022-11-23T01:19:05.6007578Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2022-11-23T01:19:05.6162486Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o 2022-11-23T01:19:05.6751685Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o 2022-11-23T01:19:05.7759895Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_amx_uker.cpp.o 2022-11-23T01:19:05.7761259Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_kernel.cpp.o 2022-11-23T01:19:05.8329598Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o 2022-11-23T01:19:05.8875282Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/concat.cpp.o 2022-11-23T01:19:05.8875874Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_barrier.cpp.o 2022-11-23T01:19:05.9353520Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2022-11-23T01:19:05.9403016Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o 2022-11-23T01:19:06.1188875Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o 2022-11-23T01:19:06.1940675Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution.cpp.o 2022-11-23T01:19:06.1941279Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_isa_traits.cpp.o 2022-11-23T01:19:06.2182519Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution_pd.cpp.o 2022-11-23T01:19:06.2662106Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/deconvolution.cpp.o 2022-11-23T01:19:06.2937852Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2022-11-23T01:19:06.3729437Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o 2022-11-23T01:19:06.4943375Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o 2022-11-23T01:19:06.4949116Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o 2022-11-23T01:19:06.5260272Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_reducer.cpp.o 2022-11-23T01:19:06.5513110Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug.cpp.o 2022-11-23T01:19:06.5917814Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_copy_kern.cpp.o 2022-11-23T01:19:06.6273964Z [ 4%] Linking CXX static library ../../../lib/libprotobuf.a 2022-11-23T01:19:06.6529763Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_gemm_kern.cpp.o 2022-11-23T01:19:06.7055882Z [ 4%] Built target libprotobuf 2022-11-23T01:19:06.7119511Z [ 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_gemm_bf16bf16f32_kern.cpp.o 2022-11-23T01:19:06.7452505Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o 2022-11-23T01:19:06.8284215Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug_autogenerated.cpp.o 2022-11-23T01:19:06.8901917Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/eltwise.cpp.o 2022-11-23T01:19:06.9418342Z [ 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_gemv_bf16bf16f32_kern.cpp.o 2022-11-23T01:19:06.9606864Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/engine.cpp.o 2022-11-23T01:19:06.9961796Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/experimental.cpp.o 2022-11-23T01:19:07.0273112Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o 2022-11-23T01:19:07.0889516Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o 2022-11-23T01:19:07.1488892Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/loop.cc.o 2022-11-23T01:19:07.2307558Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o 2022-11-23T01:19:07.2923276Z [ 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_an_kern_autogen.cpp.o 2022-11-23T01:19:07.2931991Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/fpmath_mode.cpp.o 2022-11-23T01:19:07.3330481Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/gemm.cpp.o 2022-11-23T01:19:07.4134165Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/inner_product.cpp.o 2022-11-23T01:19:07.4148338Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify.cpp.o 2022-11-23T01:19:07.5424858Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o 2022-11-23T01:19:07.5821968Z [ 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_at_kern_autogen.cpp.o 2022-11-23T01:19:07.6595171Z [ 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-23T01:19:07.6995189Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/layer_normalization.cpp.o 2022-11-23T01:19:07.6999536Z [ 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-23T01:19:07.7914859Z [ 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-23T01:19:07.7918976Z [ 4%] Linking CXX static library ../../../lib/libgloo.a 2022-11-23T01:19:07.8310052Z [ 4%] Built target gloo 2022-11-23T01:19:07.8517177Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/bfloat16.cpp.o 2022-11-23T01:19:07.9326085Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/binary_injector_utils.cpp.o 2022-11-23T01:19:07.9603829Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/lrn.cpp.o 2022-11-23T01:19:08.0279500Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/matmul.cpp.o 2022-11-23T01:19:08.0800872Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory.cpp.o 2022-11-23T01:19:08.2014370Z [ 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-23T01:19:08.2105521Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bn_kern_autogen.cpp.o 2022-11-23T01:19:08.2627334Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bt_kern_autogen.cpp.o 2022-11-23T01:19:08.2630810Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_list.cpp.o 2022-11-23T01:19:08.3060557Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_utils.cpp.o 2022-11-23T01:19:08.4234070Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_debug.cpp.o 2022-11-23T01:19:08.5402273Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_binary_list.cpp.o 2022-11-23T01:19:08.5977456Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_concat.cpp.o 2022-11-23T01:19:08.6016441Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_an_kern_autogen.cpp.o 2022-11-23T01:19:08.6488194Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_at_kern_autogen.cpp.o 2022-11-23T01:19:08.6828568Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_desc_wrapper.cpp.o 2022-11-23T01:19:08.7488828Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_storage.cpp.o 2022-11-23T01:19:08.9202097Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/allocator.cpp.o 2022-11-23T01:19:08.9482512Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/backend.cpp.o 2022-11-23T01:19:08.9588638Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/engine.cpp.o 2022-11-23T01:19:08.9927167Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_convolution_list.cpp.o 2022-11-23T01:19:09.0831069Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T01:19:09.0831912Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_tracking.cpp.o 2022-11-23T01:19:09.2195433Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_zero_pad.cpp.o 2022-11-23T01:19:09.2609526Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/pooling.cpp.o 2022-11-23T01:19:09.3491143Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/graph.cpp.o 2022-11-23T01:19:09.3744301Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_deconvolution_list.cpp.o 2022-11-23T01:19:09.4445858Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T01:19:09.5087192Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_kernel_sgemm_kern.cpp.o 2022-11-23T01:19:09.5989185Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_common_gemm_f32.cpp.o 2022-11-23T01:19:09.6363329Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/prelu.cpp.o 2022-11-23T01:19:09.6460082Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/logical_tensor.cpp.o 2022-11-23T01:19:09.7952658Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op.cpp.o 2022-11-23T01:19:09.8332324Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_eltwise_list.cpp.o 2022-11-23T01:19:09.8562212Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_engine.cpp.o 2022-11-23T01:19:09.8947443Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive.cpp.o 2022-11-23T01:19:09.9513636Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_attr.cpp.o 2022-11-23T01:19:09.9565824Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_an_kern_autogen.cpp.o 2022-11-23T01:19:10.0778945Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op_schema.cpp.o 2022-11-23T01:19:10.1551025Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition.cpp.o 2022-11-23T01:19:10.1810122Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_cache.cpp.o 2022-11-23T01:19:10.2473772Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_inner_product_list.cpp.o 2022-11-23T01:19:10.2478545Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_cache.cpp.o 2022-11-23T01:19:10.3537732Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part1_autogen.cpp.o 2022-11-23T01:19:10.4232900Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc.cpp.o 2022-11-23T01:19:10.4671060Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iface.cpp.o 2022-11-23T01:19:10.5379244Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_hashing.cpp.o 2022-11-23T01:19:10.5400723Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_impl.cpp.o 2022-11-23T01:19:10.6714157Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/shape_infer.cpp.o 2022-11-23T01:19:10.7288771Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part2_autogen.cpp.o 2022-11-23T01:19:10.7727456Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_layer_normalization_list.cpp.o 2022-11-23T01:19:10.8112354Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iterator.cpp.o 2022-11-23T01:19:10.8689087Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_exec_types.cpp.o 2022-11-23T01:19:10.9205497Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_hashing.cpp.o 2022-11-23T01:19:11.0286263Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/stream.cpp.o 2022-11-23T01:19:11.0988507Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T01:19:11.1229392Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T01:19:11.1469801Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_gemm_smalln_tn_f32_kern.cpp.o 2022-11-23T01:19:11.1876060Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_lrn_list.cpp.o 2022-11-23T01:19:11.2284900Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_iface.cpp.o 2022-11-23T01:19:11.3614978Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/tensor.cpp.o 2022-11-23T01:19:11.4235519Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/type_constraint.cpp.o 2022-11-23T01:19:11.4942522Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/value.cpp.o 2022-11-23T01:19:11.5082953Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_an_kern_autogen.cpp.o 2022-11-23T01:19:11.5594599Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/query.cpp.o 2022-11-23T01:19:11.6299446Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_pooling_list.cpp.o 2022-11-23T01:19:11.6757979Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_prelu_list.cpp.o 2022-11-23T01:19:11.7458483Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_reduction_list.cpp.o 2022-11-23T01:19:11.8297503Z [ 4%] Built target dnnl_graph_common 2022-11-23T01:19:11.8343860Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_resampling_list.cpp.o 2022-11-23T01:19:11.8448908Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reduction.cpp.o 2022-11-23T01:19:11.9014522Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_at_kern_autogen.cpp.o 2022-11-23T01:19:12.0667127Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T01:19:12.0696346Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T01:19:12.1124276Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reorder.cpp.o 2022-11-23T01:19:12.1504322Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/resampling.cpp.o 2022-11-23T01:19:12.2213248Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_rnn_list.cpp.o 2022-11-23T01:19:12.2769502Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_shuffle_list.cpp.o 2022-11-23T01:19:12.3935784Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rnn.cpp.o 2022-11-23T01:19:12.4391911Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemm_f32.cpp.o 2022-11-23T01:19:12.4508048Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/common.cpp.o 2022-11-23T01:19:12.4807022Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/constant_cache.cpp.o 2022-11-23T01:19:12.6567732Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_backend.cpp.o 2022-11-23T01:19:12.6941575Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rw_mutex.cpp.o 2022-11-23T01:19:12.8016262Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad.cpp.o 2022-11-23T01:19:12.8040134Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_softmax_list.cpp.o 2022-11-23T01:19:12.8210151Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_sum.cpp.o 2022-11-23T01:19:12.8502767Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemv_t_f32_kern.cpp.o 2022-11-23T01:19:12.9622028Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part1_autogen.cpp.o 2022-11-23T01:19:13.1158425Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad_debug.cpp.o 2022-11-23T01:19:13.1159489Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_shape_infer.cpp.o 2022-11-23T01:19:13.1749079Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/serialization.cpp.o 2022-11-23T01:19:13.2264248Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/float16.cpp.o 2022-11-23T01:19:13.2377966Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution.cpp.o 2022-11-23T01:19:13.3559414Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part2_autogen.cpp.o 2022-11-23T01:19:13.4126833Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part1_autogen.cpp.o 2022-11-23T01:19:13.4525727Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/shuffle.cpp.o 2022-11-23T01:19:13.4804265Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/compile_ops.cpp.o 2022-11-23T01:19:13.5902313Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution_utils.cpp.o 2022-11-23T01:19:13.5970213Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/fusion_info.cpp.o 2022-11-23T01:19:13.7112332Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product.cpp.o 2022-11-23T01:19:13.7313482Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/softmax.cpp.o 2022-11-23T01:19:13.7888986Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part2_autogen.cpp.o 2022-11-23T01:19:13.8942270Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_an_kern_autogen.cpp.o 2022-11-23T01:19:13.9293357Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/insert_ops.cpp.o 2022-11-23T01:19:13.9963794Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/stream.cpp.o 2022-11-23T01:19:14.0011452Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/layout_propagation.cpp.o 2022-11-23T01:19:14.0777816Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product_utils.cpp.o 2022-11-23T01:19:14.2040352Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-11-23T01:19:14.2835375Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_at_kern_autogen.cpp.o 2022-11-23T01:19:14.2836105Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/sum.cpp.o 2022-11-23T01:19:14.3146764Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bn_kern_autogen.cpp.o 2022-11-23T01:19:14.4316163Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bt_kern_autogen.cpp.o 2022-11-23T01:19:14.4707154Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/lower_down.cpp.o 2022-11-23T01:19:14.5791371Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/utils.cpp.o 2022-11-23T01:19:14.5792500Z [ 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-23T01:19:14.5793547Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution.cpp.o 2022-11-23T01:19:14.6951492Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution_utils.cpp.o 2022-11-23T01:19:14.8016902Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_n_f32_kern.cpp.o 2022-11-23T01:19:14.8830308Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/verbose.cpp.o 2022-11-23T01:19:14.9119803Z [ 5%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittnotify_static.c.o 2022-11-23T01:19:14.9615520Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/utils.cpp.o 2022-11-23T01:19:14.9954989Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_inner_product.cpp.o 2022-11-23T01:19:15.0889282Z [ 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-23T01:19:15.0933438Z [ 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-23T01:19:15.1700985Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_t_f32_kern.cpp.o 2022-11-23T01:19:15.2208038Z [ 5%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/jitprofiling.c.o 2022-11-23T01:19:15.3273221Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/concat_fusion.cpp.o 2022-11-23T01:19:15.3274226Z [ 5%] Building ASM object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittptmark64.S.o 2022-11-23T01:19:15.3698978Z [ 5%] Built target dnnl_common 2022-11-23T01:19:15.3759789Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/conv_fusion.cpp.o 2022-11-23T01:19:15.4092384Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nchw_pooling.cpp.o 2022-11-23T01:19:15.4814760Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_batch_normalization.cpp.o 2022-11-23T01:19:15.4984692Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_b0_sgemm_kern_autogen.cpp.o 2022-11-23T01:19:15.5223395Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_sgemm_kern_autogen.cpp.o 2022-11-23T01:19:15.6679380Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_driver.cpp.o 2022-11-23T01:19:15.7378220Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_info.cpp.o 2022-11-23T01:19:15.8149636Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nhwc_pooling.cpp.o 2022-11-23T01:19:15.8384839Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/convtranspose_fusion.cpp.o 2022-11-23T01:19:15.8924695Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/eltwise_fusion.cpp.o 2022-11-23T01:19:15.9276163Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/gelu_fusion.cpp.o 2022-11-23T01:19:16.0421370Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/interpolate_fusion.cpp.o 2022-11-23T01:19:16.0957090Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_pack.cpp.o 2022-11-23T01:19:16.1628162Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nspc_batch_normalization.cpp.o 2022-11-23T01:19:16.2596003Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/platform.cpp.o 2022-11-23T01:19:16.2822659Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/primitive_attr_postops.cpp.o 2022-11-23T01:19:16.3572183Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_batch_normalization.cpp.o 2022-11-23T01:19:16.4283549Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/matmul_fusion.cpp.o 2022-11-23T01:19:16.4330758Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemv_driver.cpp.o 2022-11-23T01:19:16.4992795Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_gemm_s8u8s32_kern.cpp.o 2022-11-23T01:19:16.5765255Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_an_kern_autogen.cpp.o 2022-11-23T01:19:16.6386699Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/fake/CMakeFiles/dnnl_graph_backend_fake.dir/fake_backend.cpp.o 2022-11-23T01:19:16.6995163Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_binary.cpp.o 2022-11-23T01:19:16.7961996Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution.cpp.o 2022-11-23T01:19:16.8630712Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/pool_fusion.cpp.o 2022-11-23T01:19:16.8653241Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/quantize_fusion.cpp.o 2022-11-23T01:19:16.9670634Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_at_kern_autogen.cpp.o 2022-11-23T01:19:16.9780214Z [ 5%] Built target dnnl_graph_backend_fake 2022-11-23T01:19:16.9865552Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T01:19:17.0562511Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T01:19:17.1263244Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution_int8.cpp.o 2022-11-23T01:19:17.2390617Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_deconvolution.cpp.o 2022-11-23T01:19:17.2532896Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reduction_fusion.cpp.o 2022-11-23T01:19:17.3238485Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reorder_fusion.cpp.o 2022-11-23T01:19:17.3719811Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/shuffle_fusion.cpp.o 2022-11-23T01:19:17.4103373Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T01:19:17.4990432Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T01:19:17.5580669Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_eltwise.cpp.o 2022-11-23T01:19:17.6431751Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product.cpp.o 2022-11-23T01:19:17.7090043Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product_int8.cpp.o 2022-11-23T01:19:17.7604934Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/single_op_pattern.cpp.o 2022-11-23T01:19:17.7841885Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/softmax_fusion.cpp.o 2022-11-23T01:19:17.8390170Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T01:19:17.8863393Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_layer_normalization.cpp.o 2022-11-23T01:19:17.9521052Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T01:19:18.0322752Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_an_kern_autogen.cpp.o 2022-11-23T01:19:18.1389027Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_at_kern_autogen.cpp.o 2022-11-23T01:19:18.1964555Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_lrn.cpp.o 2022-11-23T01:19:18.2196518Z [ 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-23T01:19:18.2526013Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_pooling.cpp.o 2022-11-23T01:19:18.3249555Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_prelu.cpp.o 2022-11-23T01:19:18.4018355Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_reduction.cpp.o 2022-11-23T01:19:18.4950614Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T01:19:18.5287919Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T01:19:18.6204711Z [ 6%] Built target dnnl_graph_backend_dnnl 2022-11-23T01:19:18.6266449Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T01:19:18.6608818Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T01:19:18.6646914Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T01:19:18.7486453Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_resampling.cpp.o 2022-11-23T01:19:18.8186017Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_shuffle.cpp.o 2022-11-23T01:19:18.8769415Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_softmax.cpp.o 2022-11-23T01:19:19.0426225Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_concat.cpp.o 2022-11-23T01:19:19.0472907Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/debug.cpp.o 2022-11-23T01:19:19.0508187Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T01:19:19.0972641Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32_kern.cpp.o 2022-11-23T01:19:19.1576053Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemv_s8x8s32.cpp.o 2022-11-23T01:19:19.2500119Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_kernel_gemv_s8x8s32_kern.cpp.o 2022-11-23T01:19:19.2504223Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/id.cpp.o 2022-11-23T01:19:19.3373898Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/nested_matcher.cpp.o 2022-11-23T01:19:19.3703444Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization.cpp.o 2022-11-23T01:19:19.4399566Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_resampling.cpp.o 2022-11-23T01:19:19.5016963Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_sum.cpp.o 2022-11-23T01:19:19.5070746Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/zero_point_utils.cpp.o 2022-11-23T01:19:19.6348211Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_an_kern_autogen.cpp.o 2022-11-23T01:19:19.6389933Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pass_manager.cpp.o 2022-11-23T01:19:19.7145658Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pbuilder.cpp.o 2022-11-23T01:19:19.7534189Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/rw_mutex.cpp.o 2022-11-23T01:19:19.8322872Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/utils.cpp.o 2022-11-23T01:19:19.8427824Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/gemm_utils_f32.cpp.o 2022-11-23T01:19:19.9261760Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/ref_gemm_f32.cpp.o 2022-11-23T01:19:20.0221658Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T01:19:20.0222879Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_at_kern_autogen.cpp.o 2022-11-23T01:19:20.0728615Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T01:19:20.1279553Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/verbose.cpp.o 2022-11-23T01:19:20.1290483Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T01:19:20.2082250Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm.cpp.o 2022-11-23T01:19:20.3685852Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm_pack.cpp.o 2022-11-23T01:19:20.4142504Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/ref_gemm_s8x8s32.cpp.o 2022-11-23T01:19:20.4456524Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/simple_gemm_s8s8s32.cpp.o 2022-11-23T01:19:20.4504079Z [ 7%] Built target dnnl_graph_utils 2022-11-23T01:19:20.4569469Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/cpu_matmul_list.cpp.o 2022-11-23T01:19:20.5287944Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T01:19:20.5807348Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T01:19:20.5861122Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T01:19:20.7165313Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:20.7746645Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:20.8368024Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_bf16_matmul.cpp.o 2022-11-23T01:19:20.9562068Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:20.9564416Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_f32_matmul.cpp.o 2022-11-23T01:19:20.9764718Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_x8s8s32x_matmul.cpp.o 2022-11-23T01:19:21.1293018Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul.cpp.o 2022-11-23T01:19:21.1580711Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul_int8.cpp.o 2022-11-23T01:19:21.2201995Z [ 7%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2022-11-23T01:19:21.2834997Z [ 7%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2022-11-23T01:19:21.3650872Z [ 7%] Built target libkineto_defs.bzl 2022-11-23T01:19:21.3712793Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:21.3830757Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:21.4491472Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:21.5015099Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder.cpp.o 2022-11-23T01:19:21.5789807Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_bf16_s8.cpp.o 2022-11-23T01:19:21.6132588Z [ 7%] Linking CXX static library ../../lib/libfmt.a 2022-11-23T01:19:21.6418724Z [ 7%] Built target fmt 2022-11-23T01:19:21.6574805Z [ 7%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2022-11-23T01:19:21.7481707Z [ 7%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2022-11-23T01:19:21.7851382Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2022-11-23T01:19:21.8062897Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:21.8425837Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:21.9205328Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_f32_s8.cpp.o 2022-11-23T01:19:21.9963612Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_s8_s8.cpp.o 2022-11-23T01:19:22.0975035Z [ 7%] Built target kineto_api 2022-11-23T01:19:22.0980354Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2022-11-23T01:19:22.1140940Z [ 7%] Building CXX object caffe2/CMakeFiles/caffe2_nvrtc.dir/__/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp.o 2022-11-23T01:19:22.1744239Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2022-11-23T01:19:22.2241290Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2022-11-23T01:19:22.2495030Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_an_kern_autogen.cpp.o 2022-11-23T01:19:22.2577321Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_at_kern_autogen.cpp.o 2022-11-23T01:19:22.3213715Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_bf16.cpp.o 2022-11-23T01:19:22.3922067Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2022-11-23T01:19:22.3923885Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:19:22.3925315Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:19:22.3925893Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:19:22.3926847Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:19:22.3927773Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:19:22.3992699Z | ^~~~ 2022-11-23T01:19:22.4032906Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:19:22.4033578Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:19:22.4034012Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:19:22.4034570Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:19:22.4035297Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/ATenHIPGeneral.h:4, 2022-11-23T01:19:22.4036035Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:4, 2022-11-23T01:19:22.4036982Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2022-11-23T01:19:22.4037654Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:19:22.4038191Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:19:22.4038635Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:19:22.4039201Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2022-11-23T01:19:22.4040795Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:19:22.4042020Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:19:22.4042430Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:19:22.4043150Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:19:22.4043825Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:19:22.4044310Z | ^~~~ 2022-11-23T01:19:22.4045012Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:19:22.4045789Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:19:22.4046182Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:19:22.4046690Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:19:22.4047342Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/ATenHIPGeneral.h:4, 2022-11-23T01:19:22.4048001Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:4, 2022-11-23T01:19:22.4048664Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2022-11-23T01:19:22.4049314Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:19:22.4049897Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:19:22.4050350Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:19:22.4051210Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp: In function ‘at::cuda::NVRTC* at::cuda::load_nvrtc()’: 2022-11-23T01:19:22.4081695Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:19:22.4083546Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:19:22.4084013Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:19:22.4084775Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:9:42: note: in definition of macro ‘CREATE_ASSIGN’ 2022-11-23T01:19:22.4085461Z 9 | #define CREATE_ASSIGN(name) self->name = name; 2022-11-23T01:19:22.4085960Z | ^~~~ 2022-11-23T01:19:22.4086882Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:10:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:19:22.4087566Z 10 | AT_FORALL_NVRTC(CREATE_ASSIGN) 2022-11-23T01:19:22.4087984Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:19:22.4088553Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:19:22.4089272Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/ATenHIPGeneral.h:4, 2022-11-23T01:19:22.4090006Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:4, 2022-11-23T01:19:22.4090782Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2022-11-23T01:19:22.4091546Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:19:22.4092203Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:19:22.4092701Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:19:22.4094377Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:19:22.4095684Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:19:22.4096263Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:19:22.4097067Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:9:42: note: in definition of macro ‘CREATE_ASSIGN’ 2022-11-23T01:19:22.4097859Z 9 | #define CREATE_ASSIGN(name) self->name = name; 2022-11-23T01:19:22.4098415Z | ^~~~ 2022-11-23T01:19:22.4099238Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:10:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:19:22.4099931Z 10 | AT_FORALL_NVRTC(CREATE_ASSIGN) 2022-11-23T01:19:22.4100384Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:19:22.4100967Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:19:22.4101703Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/ATenHIPGeneral.h:4, 2022-11-23T01:19:22.4102454Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:4, 2022-11-23T01:19:22.4103230Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2022-11-23T01:19:22.4103998Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:19:22.4104657Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:19:22.4105164Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:19:22.4122370Z [ 7%] Linking CXX shared library ../lib/libcaffe2_nvrtc.so 2022-11-23T01:19:22.5052144Z [ 7%] Built target caffe2_nvrtc 2022-11-23T01:19:22.5099426Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f16.cpp.o 2022-11-23T01:19:22.5509150Z [ 7%] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o 2022-11-23T01:19:22.5580053Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2022-11-23T01:19:22.6607482Z [ 7%] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2022-11-23T01:19:22.6707958Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bn_kern_autogen.cpp.o 2022-11-23T01:19:22.6714149Z [ 7%] Linking C static library ../../lib/libfoxi_loader.a 2022-11-23T01:19:22.7041244Z [ 7%] Built target foxi_loader 2022-11-23T01:19:22.7100726Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T01:19:22.7792938Z [ 7%] Built target common 2022-11-23T01:19:22.7859430Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T01:19:22.8419048Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_bf16.cpp.o 2022-11-23T01:19:22.9197262Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2022-11-23T01:19:23.0449447Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2022-11-23T01:19:23.0579399Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2022-11-23T01:19:23.0783061Z [ 7%] Generating ATen headers 2022-11-23T01:19:23.1422941Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T01:19:23.1496622Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f16.cpp.o 2022-11-23T01:19:23.2032418Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f32.cpp.o 2022-11-23T01:19:23.3373986Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2022-11-23T01:19:23.3377571Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s32.cpp.o 2022-11-23T01:19:23.4771452Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2022-11-23T01:19:23.5043532Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T01:19:23.5635863Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T01:19:23.6491072Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s8.cpp.o 2022-11-23T01:19:23.6548597Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2022-11-23T01:19:23.8085906Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_u8.cpp.o 2022-11-23T01:19:23.8665430Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2022-11-23T01:19:23.9105639Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:23.9745875Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2022-11-23T01:19:24.0108343Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s32.cpp.o 2022-11-23T01:19:24.1151090Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2022-11-23T01:19:24.2060585Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s8.cpp.o 2022-11-23T01:19:24.2873400Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:24.3401144Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_u8.cpp.o 2022-11-23T01:19:24.3444229Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:24.4539671Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2022-11-23T01:19:24.4911326Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2022-11-23T01:19:24.6670565Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2022-11-23T01:19:24.6794248Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/brgemm_cell_common.cpp.o 2022-11-23T01:19:24.7876981Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:24.8221385Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:24.8710350Z [ 8%] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2022-11-23T01:19:24.9396716Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2022-11-23T01:19:24.9992328Z [ 8%] Linking C executable ../../bin/mkrename 2022-11-23T01:19:25.0590429Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_common.cpp.o 2022-11-23T01:19:25.0606317Z [ 8%] Built target mkrename 2022-11-23T01:19:25.0691900Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru.cpp.o 2022-11-23T01:19:25.1829755Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru_lbr.cpp.o 2022-11-23T01:19:25.2090438Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:25.2435783Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2022-11-23T01:19:25.4316326Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2022-11-23T01:19:25.4391300Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymNodeImpl.cpp.o 2022-11-23T01:19:25.4887952Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2022-11-23T01:19:25.5835794Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru.cpp.o 2022-11-23T01:19:25.6524055Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:25.7152410Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-11-23T01:19:25.7420118Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru_lbr.cpp.o 2022-11-23T01:19:25.8927668Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2022-11-23T01:19:26.0148471Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm.cpp.o 2022-11-23T01:19:26.0719296Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_an_kern_autogen.cpp.o 2022-11-23T01:19:26.0930561Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm_projection.cpp.o 2022-11-23T01:19:26.1198847Z [ 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-23T01:19:26.2249169Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2022-11-23T01:19:26.3823035Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_rnn.cpp.o 2022-11-23T01:19:26.4345367Z [ 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-23T01:19:26.4957993Z [ 9%] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2022-11-23T01:19:26.4985088Z [ 9%] Generating include/renameavx512f.h 2022-11-23T01:19:26.4995894Z Generating renameavx512f.h: mkrename finz_ 8 16 avx512f 2022-11-23T01:19:26.5146078Z [ 9%] Built target renameAVX512F.h_generated 2022-11-23T01:19:26.5227427Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_rnn.cpp.o 2022-11-23T01:19:26.6092905Z [ 10%] Linking C executable ../../bin/mkalias 2022-11-23T01:19:26.6535800Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2022-11-23T01:19:26.6556110Z [ 10%] Built target mkalias 2022-11-23T01:19:26.6603712Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2022-11-23T01:19:26.7464868Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bt_kern_autogen.cpp.o 2022-11-23T01:19:26.7508302Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_an_kern_autogen.cpp.o 2022-11-23T01:19:26.8807292Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/rnn_utils.cpp.o 2022-11-23T01:19:26.9430896Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2022-11-23T01:19:27.1021979Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/jit_utils.cpp.o 2022-11-23T01:19:27.1258927Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_at_kern_autogen.cpp.o 2022-11-23T01:19:27.1688668Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bn_kern_autogen.cpp.o 2022-11-23T01:19:27.2568625Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/HermeticPyObjectTLS.cpp.o 2022-11-23T01:19:27.3045955Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bt_kern_autogen.cpp.o 2022-11-23T01:19:27.3506970Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2022-11-23T01:19:27.3760408Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/linux_perf/linux_perf.cpp.o 2022-11-23T01:19:27.5210339Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2022-11-23T01:19:27.5283296Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_convolution.cpp.o 2022-11-23T01:19:27.6335083Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_inner_product.cpp.o 2022-11-23T01:19:27.6354193Z [ 10%] Built target dnnl_cpu 2022-11-23T01:19:27.6443405Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/injector_utils.cpp.o 2022-11-23T01:19:27.6815157Z [ 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-23T01:19:27.9001573Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2022-11-23T01:19:27.9296339Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2022-11-23T01:19:27.9938134Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2022-11-23T01:19:28.0569699Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2022-11-23T01:19:28.1468447Z [ 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-23T01:19:28.2197892Z [ 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-23T01:19:28.2621443Z [ 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-23T01:19:28.3034512Z [ 10%] Generating include/renameavx2.h 2022-11-23T01:19:28.3044585Z Generating renameavx2.h: mkrename finz_ 4 8 avx2 2022-11-23T01:19:28.3120943Z [ 10%] Built target renameAVX2.h_generated 2022-11-23T01:19:28.3183935Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2022-11-23T01:19:28.4083952Z [ 10%] Generating include/renameavx2128.h 2022-11-23T01:19:28.4092842Z Generating renameavx2128.h: mkrename finz_ 2 4 avx2128 2022-11-23T01:19:28.4174465Z [ 10%] Built target renameAVX2128.h_generated 2022-11-23T01:19:28.4236833Z [ 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-23T01:19:28.5651583Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2022-11-23T01:19:28.5992692Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2022-11-23T01:19:28.6393614Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Array.cpp.o 2022-11-23T01:19:28.6797954Z [ 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-23T01:19:28.8298358Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2022-11-23T01:19:28.8877798Z [ 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-23T01:19:28.9256916Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_conv_kernel.cpp.o 2022-11-23T01:19:28.9257952Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_convolution.cpp.o 2022-11-23T01:19:29.0316709Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2022-11-23T01:19:29.1650331Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_convolution.cpp.o 2022-11-23T01:19:29.2578641Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_conv_kernel.cpp.o 2022-11-23T01:19:29.2579621Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2022-11-23T01:19:29.2953044Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2022-11-23T01:19:29.3309848Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2022-11-23T01:19:29.5987544Z [ 10%] Generating include/renamefma4.h 2022-11-23T01:19:29.5994744Z Generating renamefma4.h: mkrename finz_ 4 8 fma4 2022-11-23T01:19:29.6046651Z [ 10%] Built target renameFMA4.h_generated 2022-11-23T01:19:29.6091933Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_convolution.cpp.o 2022-11-23T01:19:29.6180523Z [ 10%] Generating include/renameavx.h 2022-11-23T01:19:29.6188973Z Generating renameavx.h: mkrename cinz_ 4 8 avx 2022-11-23T01:19:29.6239483Z [ 10%] Built target renameAVX.h_generated 2022-11-23T01:19:29.6281668Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_resampling.cpp.o 2022-11-23T01:19:29.6412768Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2022-11-23T01:19:29.6423910Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_conv_kernel.cpp.o 2022-11-23T01:19:29.8658092Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_convolution.cpp.o 2022-11-23T01:19:29.9726856Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2022-11-23T01:19:30.0196897Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2022-11-23T01:19:30.0369996Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2022-11-23T01:19:30.0445887Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_conv_kernel.cpp.o 2022-11-23T01:19:30.2254561Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2022-11-23T01:19:30.3042110Z [ 10%] Generating ATen sources 2022-11-23T01:19:30.3042889Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_convolution.cpp.o 2022-11-23T01:19:30.3270816Z [ 10%] Generating ATen declarations_yaml 2022-11-23T01:19:30.4509955Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2022-11-23T01:19:30.4643546Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2022-11-23T01:19:30.6326725Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_deconvolution.cpp.o 2022-11-23T01:19:30.6906167Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2022-11-23T01:19:30.6906749Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2022-11-23T01:19:30.9020909Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_conv_kernel.cpp.o 2022-11-23T01:19:30.9788121Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2022-11-23T01:19:30.9833084Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2022-11-23T01:19:31.2016366Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_convolution.cpp.o 2022-11-23T01:19:31.2232302Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2022-11-23T01:19:31.2996829Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2022-11-23T01:19:31.4296778Z [ 11%] Generating include/renamesse4.h 2022-11-23T01:19:31.4306837Z Generating renamesse4.h: mkrename cinz_ 2 4 sse4 2022-11-23T01:19:31.4377467Z [ 11%] Built target renameSSE4.h_generated 2022-11-23T01:19:31.4438930Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_conv_kernel.cpp.o 2022-11-23T01:19:31.4770800Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2022-11-23T01:19:31.5376302Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2022-11-23T01:19:31.5983316Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2022-11-23T01:19:31.6635690Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2022-11-23T01:19:31.7335050Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_convolution.cpp.o 2022-11-23T01:19:31.8601130Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_dw_conv_kernel.cpp.o 2022-11-23T01:19:31.8669997Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2022-11-23T01:19:31.9304800Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_sum.cpp.o 2022-11-23T01:19:32.0945145Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2022-11-23T01:19:32.1725359Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2022-11-23T01:19:32.1765207Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2022-11-23T01:19:32.3358958Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16cvt.cpp.o 2022-11-23T01:19:32.4111248Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_2x3.cpp.o 2022-11-23T01:19:32.4874273Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2022-11-23T01:19:32.4877753Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3.cpp.o 2022-11-23T01:19:32.6610746Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2022-11-23T01:19:32.7999804Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2022-11-23T01:19:32.8034018Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3_kernel.cpp.o 2022-11-23T01:19:32.8673585Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_fp16cvt.cpp.o 2022-11-23T01:19:32.9049569Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_u8s8s32x_wino_convolution.cpp.o 2022-11-23T01:19:33.1174843Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.o 2022-11-23T01:19:33.1600204Z [ 11%] Linking CXX shared library ../lib/libc10.so 2022-11-23T01:19:33.2428760Z [ 11%] Generating include/renamesse2.h 2022-11-23T01:19:33.2436314Z Generating renamesse2.h: mkrename cinz_ 2 4 sse2 2022-11-23T01:19:33.2522783Z [ 11%] Built target renameSSE2.h_generated 2022-11-23T01:19:33.2561026Z [ 11%] Generating include/renamepurec_scalar.h 2022-11-23T01:19:33.2570088Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2022-11-23T01:19:33.2595429Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_convolution.cpp.o 2022-11-23T01:19:33.2674726Z [ 11%] Built target renamePUREC_SCALAR.h_generated 2022-11-23T01:19:33.2742835Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_conv_kernel.cpp.o 2022-11-23T01:19:33.3127711Z [ 11%] Built target c10 2022-11-23T01:19:33.3194531Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_convolution.cpp.o 2022-11-23T01:19:33.5642914Z [ 11%] Generating renamedsp128.h 2022-11-23T01:19:33.5643518Z [ 11%] Generating include/renamepurecfma_scalar.h 2022-11-23T01:19:33.5654295Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2022-11-23T01:19:33.5708942Z [ 11%] Built target renamedsp128.h_generated 2022-11-23T01:19:33.5724547Z [ 11%] Built target renamePURECFMA_SCALAR.h_generated 2022-11-23T01:19:33.5752709Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_deconvolution.cpp.o 2022-11-23T01:19:33.5774344Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brdgmm_dw_conv.cpp.o 2022-11-23T01:19:33.6517206Z [ 11%] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2022-11-23T01:19:33.6900308Z [ 11%] Generating renamedsp256.h 2022-11-23T01:19:33.7005959Z [ 11%] Built target renamedsp256.h_generated 2022-11-23T01:19:33.7206303Z [ 11%] Built target nvfuser_rt_warp_rocm 2022-11-23T01:19:33.7811949Z [ 11%] Linking C executable ../../bin/mkdisp 2022-11-23T01:19:33.8317795Z [ 11%] Built target mkdisp 2022-11-23T01:19:33.8509514Z [ 11%] Built target nvfuser_rt_array 2022-11-23T01:19:33.8552511Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_1x1_conv.cpp.o 2022-11-23T01:19:33.8963810Z [ 11%] Built target nvfuser_rt_block_reduction 2022-11-23T01:19:33.9041144Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv.cpp.o 2022-11-23T01:19:33.9798024Z [ 11%] Generating ATen sources 2022-11-23T01:19:33.9848425Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd.cpp.o 2022-11-23T01:19:34.2445922Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_w.cpp.o 2022-11-23T01:19:34.2927872Z [ 11%] Built target nvfuser_rt_block_sync_atomic 2022-11-23T01:19:34.2989207Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_comp_pad_kernel.cpp.o 2022-11-23T01:19:34.3793516Z [ 11%] Built target nvfuser_rt_block_sync_default 2022-11-23T01:19:34.3981906Z [ 11%] Built target nvfuser_rt_broadcast 2022-11-23T01:19:34.4159551Z [ 11%] Built target nvfuser_rt_fp16_support 2022-11-23T01:19:34.4325545Z [ 11%] Built target nvfuser_rt_fused_reduction 2022-11-23T01:19:34.4420611Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_trans_kernel.cpp.o 2022-11-23T01:19:34.6221595Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_utils.cpp.o 2022-11-23T01:19:34.6880363Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product.cpp.o 2022-11-23T01:19:34.7764868Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product_utils.cpp.o 2022-11-23T01:19:34.9253565Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_transpose_utils.cpp.o 2022-11-23T01:19:35.1736169Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_inner_product_utils.cpp.o 2022-11-23T01:19:35.1786443Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-11-23T01:19:35.2671148Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_convolution_utils.cpp.o 2022-11-23T01:19:35.3327947Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_conv_kernel_f32.cpp.o 2022-11-23T01:19:35.5327974Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_convolution.cpp.o 2022-11-23T01:19:35.5352633Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_conv_kernel_f32.cpp.o 2022-11-23T01:19:35.6786529Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_convolution.cpp.o 2022-11-23T01:19:35.7465799Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_transpose_utils.cpp.o 2022-11-23T01:19:35.8588205Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization.cpp.o 2022-11-23T01:19:35.9067060Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization_s8.cpp.o 2022-11-23T01:19:36.0022348Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary.cpp.o 2022-11-23T01:19:36.1408981Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary_kernel.cpp.o 2022-11-23T01:19:36.2370323Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_deconv_zp_pad_str_kernel.cpp.o 2022-11-23T01:19:36.2730848Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_f32.cpp.o 2022-11-23T01:19:36.3709722Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_utils.cpp.o 2022-11-23T01:19:36.5338861Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_convolution.cpp.o 2022-11-23T01:19:36.5468342Z [ 11%] Built target nvfuser_rt_fused_welford_helper 2022-11-23T01:19:36.5535195Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise.cpp.o 2022-11-23T01:19:36.7106019Z [ 11%] Built target nvfuser_rt_fused_welford_impl 2022-11-23T01:19:36.7144919Z [ 11%] Built target nvfuser_rt_bf16_support 2022-11-23T01:19:36.7164154Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise_int.cpp.o 2022-11-23T01:19:36.7207487Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_i8i8_pooling.cpp.o 2022-11-23T01:19:36.9544556Z [ 11%] Built target nvfuser_rt_grid_broadcast 2022-11-23T01:19:36.9605811Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_layer_normalization.cpp.o 2022-11-23T01:19:36.9802690Z [ 11%] Built target nvfuser_rt_grid_reduction 2022-11-23T01:19:36.9960820Z [ 11%] Built target nvfuser_rt_grid_sync 2022-11-23T01:19:37.0019464Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pool_kernel.cpp.o 2022-11-23T01:19:37.0924726Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pooling.cpp.o 2022-11-23T01:19:37.1321722Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction.cpp.o 2022-11-23T01:19:37.2964155Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction_kernel.cpp.o 2022-11-23T01:19:37.4002036Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder.cpp.o 2022-11-23T01:19:37.4997408Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder_utils.cpp.o 2022-11-23T01:19:37.5565677Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling.cpp.o 2022-11-23T01:19:37.6758847Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling_kernel.cpp.o 2022-11-23T01:19:37.7849037Z [ 11%] Built target nvfuser_rt_helpers 2022-11-23T01:19:37.7910971Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_softmax.cpp.o 2022-11-23T01:19:37.8860214Z [ 11%] Built target nvfuser_rt_index_utils 2022-11-23T01:19:37.8878688Z [ 11%] Built target nvfuser_rt_random_numbers 2022-11-23T01:19:37.8921533Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_tbb_batch_normalization.cpp.o 2022-11-23T01:19:37.8969822Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_conv_kernel.cpp.o 2022-11-23T01:19:38.0857955Z [ 11%] Built target nvfuser_rt_tensor 2022-11-23T01:19:38.0919417Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_convolution.cpp.o 2022-11-23T01:19:38.1922914Z [ 11%] Built target nvfuser_rt_tuple 2022-11-23T01:19:38.1965300Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_conv_kernel.cpp.o 2022-11-23T01:19:38.3083168Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_convolution.cpp.o 2022-11-23T01:19:38.3796404Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_deconvolution.cpp.o 2022-11-23T01:19:38.4833752Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn.cpp.o 2022-11-23T01:19:38.5749167Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_base.cpp.o 2022-11-23T01:19:38.6979673Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_blocked.cpp.o 2022-11-23T01:19:38.7359108Z [ 11%] Built target nvfuser_rt_type_traits 2022-11-23T01:19:38.7416998Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_nhwc.cpp.o 2022-11-23T01:19:38.8525191Z [ 11%] Built target nvfuser_rt_welford 2022-11-23T01:19:38.8584291Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_base.cpp.o 2022-11-23T01:19:38.9275893Z [ 11%] Built target nvfuser_rt_warp 2022-11-23T01:19:38.9334802Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_blocked.cpp.o 2022-11-23T01:19:39.0198829Z [ 11%] Built target nvfuser_rt_tensorcore 2022-11-23T01:19:39.0249744Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_nhwc.cpp.o 2022-11-23T01:19:39.0901497Z [ 12%] Built target nvfuser_rt_memory 2022-11-23T01:19:39.1075333Z [ 12%] Built target nvfuser_rt_swizzle 2022-11-23T01:19:39.1229332Z [ 12%] Built target nvfuser_rt_PhiloxCudaStateRaw 2022-11-23T01:19:39.1276889Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn.cpp.o 2022-11-23T01:19:39.2272933Z [ 13%] Built target nvfuser_rt_UnpackRaw 2022-11-23T01:19:39.2318517Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn_kernel.cpp.o 2022-11-23T01:19:39.2982685Z [ 13%] Built target nvfuser_rt_array_rocm 2022-11-23T01:19:39.3032387Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul.cpp.o 2022-11-23T01:19:39.3476842Z [ 13%] Built target nvfuser_rt_bf16_support_rocm 2022-11-23T01:19:39.3635336Z [ 13%] Built target nvfuser_rt_block_sync_default_rocm 2022-11-23T01:19:39.3720134Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_copy_utils.cpp.o 2022-11-23T01:19:39.5063868Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_utils.cpp.o 2022-11-23T01:19:39.6325162Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_backward.cpp.o 2022-11-23T01:19:39.7040621Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_base_kernel.cpp.o 2022-11-23T01:19:39.7738660Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_forward.cpp.o 2022-11-23T01:19:39.9180628Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_reduction_kernel.cpp.o 2022-11-23T01:19:39.9809968Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_utils.cpp.o 2022-11-23T01:19:40.0330068Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_backward_kernel.cpp.o 2022-11-23T01:19:40.1438653Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_forward_kernel.cpp.o 2022-11-23T01:19:40.2699698Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_bwd.cpp.o 2022-11-23T01:19:40.3336340Z [ 13%] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2022-11-23T01:19:40.3813417Z [ 13%] Built target python_copy_files 2022-11-23T01:19:40.3870917Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_fwd.cpp.o 2022-11-23T01:19:40.4184646Z [ 13%] Linking C shared library ../lib/libtorch_global_deps.so 2022-11-23T01:19:40.5264345Z [ 13%] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2022-11-23T01:19:40.5923640Z [ 13%] Built target torch_global_deps 2022-11-23T01:19:40.6074135Z [ 13%] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2022-11-23T01:19:40.6439243Z [ 13%] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2022-11-23T01:19:40.6468302Z [ 13%] Linking C executable ../../bin/mkrename_gnuabi 2022-11-23T01:19:40.6970123Z [ 13%] Built target mkrename_gnuabi 2022-11-23T01:19:40.7163359Z [ 13%] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2022-11-23T01:19:40.7164072Z [ 13%] Linking C executable ../../bin/mkmasked_gnuabi 2022-11-23T01:19:40.7628364Z [ 13%] Built target mkmasked_gnuabi 2022-11-23T01:19:40.7685041Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_reorders.cpp.o 2022-11-23T01:19:40.7690008Z [ 13%] Built target arraymap 2022-11-23T01:19:40.7738900Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_utils.cpp.o 2022-11-23T01:19:40.8148339Z [ 13%] Linking C executable ../../bin/addSuffix 2022-11-23T01:19:40.8588465Z [ 13%] Generating ../../torch/csrc/autograd/generated/Functions.cpp, ../../torch/csrc/autograd/generated/VariableType_0.cpp, ../../torch/csrc/autograd/generated/VariableType_1.cpp, ../../torch/csrc/autograd/generated/VariableType_2.cpp, ../../torch/csrc/autograd/generated/VariableType_3.cpp, ../../torch/csrc/autograd/generated/VariableType_4.cpp, ../../torch/csrc/autograd/generated/TraceType_0.cpp, ../../torch/csrc/autograd/generated/TraceType_1.cpp, ../../torch/csrc/autograd/generated/TraceType_2.cpp, ../../torch/csrc/autograd/generated/TraceType_3.cpp, ../../torch/csrc/autograd/generated/TraceType_4.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, ../../torch/csrc/lazy/generated/LazyNativeFunctions.cpp, ../../torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, ../../torch/csrc/lazy/generated/RegisterLazy.cpp, ../../torch/csrc/autograd/generated/Functions.h, ../../torch/csrc/autograd/generated/variable_factories.h, ../../torch/csrc/autograd/generated/VariableType.h, ../../torch/csrc/lazy/generated/LazyIr.h, ../../torch/csrc/lazy/generated/LazyNonNativeIr.h, ../../torch/csrc/lazy/generated/LazyNativeFunctions.h, ../../torch/csrc/autograd/generated/python_functions_0.cpp, ../../torch/csrc/autograd/generated/python_functions_1.cpp, ../../torch/csrc/autograd/generated/python_functions_2.cpp, ../../torch/csrc/autograd/generated/python_functions_3.cpp, ../../torch/csrc/autograd/generated/python_functions_4.cpp, ../../torch/csrc/autograd/generated/python_variable_methods.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_0.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_1.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_2.cpp, ../../torch/csrc/autograd/generated/python_nn_functions.cpp, ../../torch/csrc/autograd/generated/python_fft_functions.cpp, ../../torch/csrc/autograd/generated/python_linalg_functions.cpp, ../../torch/csrc/autograd/generated/python_nested_functions.cpp, ../../torch/csrc/autograd/generated/python_sparse_functions.cpp, ../../torch/csrc/autograd/generated/python_special_functions.cpp, ../../torch/csrc/autograd/generated/python_return_types.cpp, ../../torch/csrc/autograd/generated/python_enum_tag.cpp, ../../torch/csrc/autograd/generated/python_functions.h, ../../torch/testing/_internal/generated/annotated_fn_args.py 2022-11-23T01:19:40.8622185Z [ 13%] Built target addSuffix 2022-11-23T01:19:40.8683743Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_brgemm_transpose_single_row.cpp.o 2022-11-23T01:19:41.0353532Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_diff_weights_peephole.cpp.o 2022-11-23T01:19:41.1319789Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_gates_reduction.cpp.o 2022-11-23T01:19:41.1898856Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/rnn_brgemm_utils.cpp.o 2022-11-23T01:19:41.3998421Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle.cpp.o 2022-11-23T01:19:41.4895917Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle_kernel.cpp.o 2022-11-23T01:19:41.5391464Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/utils/jit_io_helper.cpp.o 2022-11-23T01:19:41.7673077Z [ 13%] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2022-11-23T01:19:41.8505726Z [ 13%] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2022-11-23T01:19:41.8641851Z [ 13%] Built target dnnl_cpu_x64 2022-11-23T01:19:41.8803556Z [ 13%] Generating ../../../torch/version.py 2022-11-23T01:19:47.7603944Z [ 13%] Built target gen_torch_version 2022-11-23T01:19:47.7810710Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2022-11-23T01:19:47.7895375Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2022-11-23T01:19:47.8629170Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2022-11-23T01:19:47.9402938Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2022-11-23T01:19:48.0298751Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2022-11-23T01:19:48.0316160Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2022-11-23T01:19:48.1092194Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2022-11-23T01:19:48.1820632Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2022-11-23T01:19:48.2536718Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2022-11-23T01:19:48.3548611Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2022-11-23T01:19:48.3549476Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2022-11-23T01:19:48.4399813Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2022-11-23T01:19:48.5150563Z [ 13%] Built target torch_python_stubs 2022-11-23T01:19:48.5205246Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2022-11-23T01:19:48.5327628Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2022-11-23T01:19:48.6139959Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2022-11-23T01:19:48.6327374Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2022-11-23T01:19:48.6554387Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2022-11-23T01:19:48.6968308Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2022-11-23T01:19:48.7188692Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2022-11-23T01:19:48.7925976Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2022-11-23T01:19:48.8672489Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2022-11-23T01:19:48.9261606Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2022-11-23T01:19:48.9703357Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2022-11-23T01:19:49.0296203Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2022-11-23T01:19:49.0569714Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2022-11-23T01:19:49.1152417Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2022-11-23T01:19:49.1549233Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2022-11-23T01:19:49.2219401Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2022-11-23T01:19:49.2227000Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2022-11-23T01:19:49.2660118Z [ 13%] Linking C static library ../../lib/libcpuinfo.a 2022-11-23T01:19:49.2934912Z [ 13%] Built target cpuinfo 2022-11-23T01:19:49.3025723Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2022-11-23T01:19:49.3124062Z [ 13%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2022-11-23T01:19:49.3857361Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2022-11-23T01:19:49.3861435Z [ 13%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2022-11-23T01:19:49.4504432Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2022-11-23T01:19:49.4755988Z [ 13%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2022-11-23T01:19:49.5327731Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2022-11-23T01:19:49.5945475Z [ 13%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2022-11-23T01:19:49.5946511Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2022-11-23T01:19:49.6333972Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2022-11-23T01:19:49.7006317Z [ 13%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2022-11-23T01:19:49.7324933Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2022-11-23T01:19:49.7826492Z [ 13%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2022-11-23T01:19:49.8302531Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2022-11-23T01:19:49.9272024Z [ 13%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2022-11-23T01:19:49.9285074Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2022-11-23T01:19:49.9692136Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2022-11-23T01:19:50.0298171Z [ 13%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2022-11-23T01:19:50.0559521Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2022-11-23T01:19:50.1114567Z [ 13%] Linking C static library ../../lib/libnnpack_reference_layers.a 2022-11-23T01:19:50.1307319Z [ 13%] Built target nnpack_reference_layers 2022-11-23T01:19:50.1355814Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2022-11-23T01:19:50.1431297Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2022-11-23T01:19:50.2183064Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2022-11-23T01:19:50.2528357Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2022-11-23T01:19:50.2780559Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2022-11-23T01:19:50.3519969Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2022-11-23T01:19:50.3557592Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2022-11-23T01:19:50.4605120Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2022-11-23T01:19:50.5622117Z [ 13%] Linking C static library ../../lib/libcpuinfo_internals.a 2022-11-23T01:19:50.5683714Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2022-11-23T01:19:50.5876641Z [ 13%] Built target cpuinfo_internals 2022-11-23T01:19:50.6149752Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2022-11-23T01:19:50.7062445Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T01:19:50.7263635Z [ 13%] Built target indirection 2022-11-23T01:19:50.7444440Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2022-11-23T01:19:50.7920227Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T01:19:50.8416114Z [ 13%] Built target packing 2022-11-23T01:19:50.8616781Z [ 13%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2022-11-23T01:19:50.8948553Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T01:19:50.8949230Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2022-11-23T01:19:50.9852568Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T01:19:51.0270654Z [ 13%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2022-11-23T01:19:51.0731665Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-scalar-c1.c.o 2022-11-23T01:19:51.1878926Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-scalar-c1.c.o 2022-11-23T01:19:51.1880675Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2022-11-23T01:19:51.1891233Z [ 13%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2022-11-23T01:19:51.2809407Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-scalar-c1.c.o 2022-11-23T01:19:51.3248884Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/memory.c.o 2022-11-23T01:19:51.3432377Z [ 13%] Built target generate-torch-sources 2022-11-23T01:19:51.3653559Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T01:19:51.3871622Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/argmax-pooling-nhwc.c.o 2022-11-23T01:19:51.4348093Z [ 13%] Built target jit 2022-11-23T01:19:51.4460051Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/average-pooling-nhwc.c.o 2022-11-23T01:19:51.4521250Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-scalar-c1.c.o 2022-11-23T01:19:51.5189636Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2022-11-23T01:19:51.5245764Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2022-11-23T01:19:51.5613257Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p0p1c3x4-scalar-1x1.c.o 2022-11-23T01:19:51.5919720Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/binary-elementwise-nd.c.o 2022-11-23T01:19:51.6422789Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p1c3x4-scalar-1x1.c.o 2022-11-23T01:19:51.6897577Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/channel-shuffle-nc.c.o 2022-11-23T01:19:51.7296474Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-scalar-1x1.c.o 2022-11-23T01:19:51.7898434Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/constant-pad-nd.c.o 2022-11-23T01:19:51.8272653Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2022-11-23T01:19:51.8529284Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar-acc2.c.o 2022-11-23T01:19:51.8977606Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar.c.o 2022-11-23T01:19:51.9523238Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar-acc2.c.o 2022-11-23T01:19:52.0055270Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2022-11-23T01:19:52.0095183Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nchw.c.o 2022-11-23T01:19:52.0546294Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar.c.o 2022-11-23T01:19:52.1254638Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nhwc.c.o 2022-11-23T01:19:52.1715229Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar-acc2.c.o 2022-11-23T01:19:52.1725072Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar.c.o 2022-11-23T01:19:52.2379453Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2022-11-23T01:19:52.2391509Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/deconvolution-nhwc.c.o 2022-11-23T01:19:52.3044146Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar-acc2.c.o 2022-11-23T01:19:52.3088082Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar.c.o 2022-11-23T01:19:52.3611329Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nchw2nhwc.c.o 2022-11-23T01:19:52.4228132Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2022-11-23T01:19:52.4275408Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar-acc2.c.o 2022-11-23T01:19:52.4807060Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nhwc.c.o 2022-11-23T01:19:52.5215423Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar.c.o 2022-11-23T01:19:52.5750197Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2022-11-23T01:19:52.6083960Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/fully-connected-nc.c.o 2022-11-23T01:19:52.6377300Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar-acc2.c.o 2022-11-23T01:19:52.7339572Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar.c.o 2022-11-23T01:19:52.7344964Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-ncw.c.o 2022-11-23T01:19:52.7717182Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-nwc.c.o 2022-11-23T01:19:52.8291913Z [ 13%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar-acc2.c.o 2022-11-23T01:19:52.8620846Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2022-11-23T01:19:52.9001371Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/lut-elementwise-nc.c.o 2022-11-23T01:19:52.9550216Z [ 15%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2022-11-23T01:19:52.9582553Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar.c.o 2022-11-23T01:19:53.0093943Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/max-pooling-nhwc.c.o 2022-11-23T01:19:53.0615001Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar-acc2.c.o 2022-11-23T01:19:53.1021139Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/prelu-nc.c.o 2022-11-23T01:19:53.1499794Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar.c.o 2022-11-23T01:19:53.1843751Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2022-11-23T01:19:53.2246075Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nchw.c.o 2022-11-23T01:19:53.2821352Z [ 15%] Linking CXX static library ../../../lib/libgmock.a 2022-11-23T01:19:53.2833305Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar-acc2.c.o 2022-11-23T01:19:53.3057188Z [ 15%] Built target gmock 2022-11-23T01:19:53.3246652Z [ 15%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2022-11-23T01:19:53.3352145Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nhwc.c.o 2022-11-23T01:19:53.3900746Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar.c.o 2022-11-23T01:19:53.4329675Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/softmax-nc.c.o 2022-11-23T01:19:53.4808887Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar-acc2.c.o 2022-11-23T01:19:53.5251119Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2022-11-23T01:19:53.5495122Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unary-elementwise-nc.c.o 2022-11-23T01:19:53.5818598Z [ 15%] Linking CXX static library ../../../lib/libgtest_main.a 2022-11-23T01:19:53.6009947Z [ 15%] Built target gtest_main 2022-11-23T01:19:53.6241377Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar.c.o 2022-11-23T01:19:53.6399809Z [ 15%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2022-11-23T01:19:53.6678659Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unpooling-nhwc.c.o 2022-11-23T01:19:53.7441140Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar-acc2.c.o 2022-11-23T01:19:53.7693572Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/abs.c.o 2022-11-23T01:19:53.8175283Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2022-11-23T01:19:53.8437716Z [ 15%] Linking CXX static library ../../../lib/libbenchmark_main.a 2022-11-23T01:19:53.8625276Z [ 15%] Built target benchmark_main 2022-11-23T01:19:53.8727512Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar.c.o 2022-11-23T01:19:53.8896305Z [ 15%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDM.cc.o 2022-11-23T01:19:53.9148679Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/add2.c.o 2022-11-23T01:19:53.9767625Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar-acc2.c.o 2022-11-23T01:19:54.0183412Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/argmax-pooling-2d.c.o 2022-11-23T01:19:54.0652682Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar.c.o 2022-11-23T01:19:54.1251730Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/average-pooling-2d.c.o 2022-11-23T01:19:54.1259078Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2022-11-23T01:19:54.1786851Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar-acc2.c.o 2022-11-23T01:19:54.2272446Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/bankers-rounding.c.o 2022-11-23T01:19:54.2770665Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar.c.o 2022-11-23T01:19:54.3521364Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/ceiling.c.o 2022-11-23T01:19:54.3899833Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar-acc2.c.o 2022-11-23T01:19:54.4590511Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2022-11-23T01:19:54.4594358Z [ 15%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDMNBit.cc.o 2022-11-23T01:19:54.4594916Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/clamp.c.o 2022-11-23T01:19:54.5075695Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar.c.o 2022-11-23T01:19:54.5774425Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convert.c.o 2022-11-23T01:19:54.6005657Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar-acc2.c.o 2022-11-23T01:19:54.6909523Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convolution-2d.c.o 2022-11-23T01:19:54.6926471Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar.c.o 2022-11-23T01:19:54.7580807Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2022-11-23T01:19:54.8043048Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar-acc2.c.o 2022-11-23T01:19:54.8305640Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/deconvolution-2d.c.o 2022-11-23T01:19:54.9020511Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar.c.o 2022-11-23T01:19:54.9037475Z [ 15%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o 2022-11-23T01:19:54.9511975Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depth-to-space.c.o 2022-11-23T01:19:54.9908468Z [ 15%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o 2022-11-23T01:19:55.0141897Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc2.c.o 2022-11-23T01:19:55.0534355Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depthwise-convolution-2d.c.o 2022-11-23T01:19:55.1017896Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc3.c.o 2022-11-23T01:19:55.1311760Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2022-11-23T01:19:55.1900264Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/divide.c.o 2022-11-23T01:19:55.1907030Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc4.c.o 2022-11-23T01:19:55.2670569Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1.c.o 2022-11-23T01:19:55.2888189Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/elu.c.o 2022-11-23T01:19:55.3568849Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1-acc2.c.o 2022-11-23T01:19:55.4089874Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/floor.c.o 2022-11-23T01:19:55.4343162Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2022-11-23T01:19:55.5129059Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/fully-connected.c.o 2022-11-23T01:19:55.5138835Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1.c.o 2022-11-23T01:19:55.5390153Z [ 15%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Fbgemm.cc.o 2022-11-23T01:19:55.6103593Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-3x1.c.o 2022-11-23T01:19:55.6334710Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/global-average-pooling-2d.c.o 2022-11-23T01:19:55.7023089Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-4x1.c.o 2022-11-23T01:19:55.7246358Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2022-11-23T01:19:55.7561307Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/hardswish.c.o 2022-11-23T01:19:55.8008127Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-5x1.c.o 2022-11-23T01:19:55.8658498Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/leaky-relu.c.o 2022-11-23T01:19:55.8960782Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-6x1.c.o 2022-11-23T01:19:55.9863876Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/max-pooling-2d.c.o 2022-11-23T01:19:56.0014283Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmBfloat16Convert.cc.o 2022-11-23T01:19:56.0061457Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc2.c.o 2022-11-23T01:19:56.0692700Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2022-11-23T01:19:56.1266246Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc3.c.o 2022-11-23T01:19:56.1272525Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/maximum2.c.o 2022-11-23T01:19:56.2012759Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc4.c.o 2022-11-23T01:19:56.2183809Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmConv.cc.o 2022-11-23T01:19:56.2573346Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/minimum2.c.o 2022-11-23T01:19:56.2964340Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1.c.o 2022-11-23T01:19:56.3518207Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/multiply2.c.o 2022-11-23T01:19:56.4059668Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2022-11-23T01:19:56.4062962Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1-acc2.c.o 2022-11-23T01:19:56.4494985Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/negate.c.o 2022-11-23T01:19:56.5064780Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1.c.o 2022-11-23T01:19:56.5100517Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFPCommon.cc.o 2022-11-23T01:19:56.5626001Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/prelu.c.o 2022-11-23T01:19:56.6074007Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-3x1.c.o 2022-11-23T01:19:56.6668985Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/sigmoid.c.o 2022-11-23T01:19:56.7119105Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-4x1.c.o 2022-11-23T01:19:56.7366896Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2022-11-23T01:19:56.7735980Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/softmax.c.o 2022-11-23T01:19:56.8137559Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc2.c.o 2022-11-23T01:19:56.8740048Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFP16.cc.o 2022-11-23T01:19:56.8954458Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square-root.c.o 2022-11-23T01:19:56.9557301Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc3.c.o 2022-11-23T01:19:56.9946480Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square.c.o 2022-11-23T01:19:57.0477476Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc4.c.o 2022-11-23T01:19:57.0736738Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2022-11-23T01:19:57.1144797Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/squared-difference.c.o 2022-11-23T01:19:57.1541480Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc5.c.o 2022-11-23T01:19:57.2573734Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1.c.o 2022-11-23T01:19:57.2582441Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFloat16Convert.cc.o 2022-11-23T01:19:57.2584244Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-constant-pad.c.o 2022-11-23T01:19:57.3168014Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2022-11-23T01:19:57.3779860Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc2.c.o 2022-11-23T01:19:57.3784433Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-reshape.c.o 2022-11-23T01:19:57.4779776Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc3.c.o 2022-11-23T01:19:57.4967459Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-resize-bilinear-2d.c.o 2022-11-23T01:19:57.5037958Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI64.cc.o 2022-11-23T01:19:57.5701435Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1.c.o 2022-11-23T01:19:57.6089292Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/subtract.c.o 2022-11-23T01:19:57.6456915Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2022-11-23T01:19:57.7019174Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1-acc2.c.o 2022-11-23T01:19:57.7308517Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/unpooling-2d.c.o 2022-11-23T01:19:57.7901510Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1.c.o 2022-11-23T01:19:57.8341697Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/datatype-strings.c.o 2022-11-23T01:19:57.8787191Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc2.c.o 2022-11-23T01:19:57.9375102Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-strings.c.o 2022-11-23T01:19:57.9645732Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2022-11-23T01:19:58.0289148Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph-strings.c.o 2022-11-23T01:19:58.0699362Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc3.c.o 2022-11-23T01:19:58.1229603Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSparseDense.cc.o 2022-11-23T01:19:58.1235389Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/allocator.c.o 2022-11-23T01:19:58.1388480Z [ 17%] Built target ATEN_CUDA_FILES_GEN_TARGET 2022-11-23T01:19:58.1559762Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/EmbeddingSpMDMAvx2.cc.o 2022-11-23T01:19:58.1791459Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc4.c.o 2022-11-23T01:19:58.2224267Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2022-11-23T01:19:58.2699160Z [ 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-23T01:19:58.2752591Z [ 17%] Built target ATEN_CPU_FILES_GEN_TARGET 2022-11-23T01:19:58.2806718Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1.c.o 2022-11-23T01:19:58.3038107Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2022-11-23T01:19:58.3760144Z [ 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-23T01:19:58.3765526Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmBfloat16ConvertAvx2.cc.o 2022-11-23T01:19:58.3800501Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2022-11-23T01:19:58.4290803Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI8Spmdm.cc.o 2022-11-23T01:19:58.4712017Z [ 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-23T01:19:58.4950454Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/memory-planner.c.o 2022-11-23T01:19:58.5626832Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1.c.o 2022-11-23T01:19:58.5804538Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-delete.c.o 2022-11-23T01:19:58.6491150Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/runtime.c.o 2022-11-23T01:19:58.6803573Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelDirectConvU8S8S32ACC32.cc.o 2022-11-23T01:19:58.6843281Z [ 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-23T01:19:58.7126209Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2022-11-23T01:19:58.7563266Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFloat16ConvertAvx2.cc.o 2022-11-23T01:19:58.7607637Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3DAvx2.cc.o 2022-11-23T01:19:58.8039546Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph.c.o 2022-11-23T01:19:58.8225620Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1.c.o 2022-11-23T01:19:58.9080791Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x1.c.o 2022-11-23T01:19:58.9325099Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tensor.c.o 2022-11-23T01:19:58.9923804Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x2.c.o 2022-11-23T01:19:59.0400687Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/indirection.c.o 2022-11-23T01:19:59.0585242Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-run.c.o 2022-11-23T01:19:59.0882435Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2022-11-23T01:19:59.1405735Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x3.c.o 2022-11-23T01:19:59.1411651Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernel.cc.o 2022-11-23T01:19:59.1680056Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16.cc.o 2022-11-23T01:19:59.1986423Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/packing.c.o 2022-11-23T01:19:59.2102465Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwiseAvx2.cc.o 2022-11-23T01:19:59.2536156Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x4.c.o 2022-11-23T01:19:59.2995202Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-64.c.o 2022-11-23T01:19:59.3479615Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x1.c.o 2022-11-23T01:19:59.3865880Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-2048.c.o 2022-11-23T01:19:59.4215259Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2022-11-23T01:19:59.4756265Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x2.c.o 2022-11-23T01:19:59.4783383Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-4.c.o 2022-11-23T01:19:59.5344064Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2022-11-23T01:19:59.6138615Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-8.c.o 2022-11-23T01:19:59.6338435Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512.cc.o 2022-11-23T01:19:59.6357257Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x3.c.o 2022-11-23T01:19:59.6776409Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-16.c.o 2022-11-23T01:19:59.7197261Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x4.c.o 2022-11-23T01:19:59.7726141Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-64.c.o 2022-11-23T01:19:59.7928868Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwisePerChannelQuantAvx2.cc.o 2022-11-23T01:19:59.8202166Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-2048.c.o 2022-11-23T01:19:59.8578396Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmBfloat16ConvertAvx512.cc.o 2022-11-23T01:19:59.8744817Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/scalar-x1.c.o 2022-11-23T01:19:59.9204801Z [ 17%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch32-assembler.cc.o 2022-11-23T01:19:59.9569530Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2022-11-23T01:19:59.9837540Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-scalar-c1.c.o 2022-11-23T01:20:00.0639102Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-scalar-c1.c.o 2022-11-23T01:20:00.0877026Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc.o 2022-11-23T01:20:00.1149191Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseAvx2.cc.o 2022-11-23T01:20:00.1414577Z [ 17%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch64-assembler.cc.o 2022-11-23T01:20:00.1842489Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/EmbeddingSpMDMAvx512.cc.o 2022-11-23T01:20:00.2017535Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x4inc-minmax-scalar.c.o 2022-11-23T01:20:00.2640566Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2022-11-23T01:20:00.3093899Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/2x4inc-minmax-scalar.c.o 2022-11-23T01:20:00.3388104Z [ 17%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/assembler.cc.o 2022-11-23T01:20:00.4061671Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseInt8Avx2.cc.o 2022-11-23T01:20:00.4270533Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x4inc-minmax-scalar.c.o 2022-11-23T01:20:00.4972271Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFloat16ConvertAvx512.cc.o 2022-11-23T01:20:00.4972845Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32.cc.o 2022-11-23T01:20:00.5296534Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/memory.c.o 2022-11-23T01:20:00.5527901Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-minmax-scalar.c.o 2022-11-23T01:20:00.6153475Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2022-11-23T01:20:00.6414348Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params-init.c.o 2022-11-23T01:20:00.6846321Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-relu-scalar.c.o 2022-11-23T01:20:00.7316476Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/OptimizedKernelsAvx2.cc.o 2022-11-23T01:20:00.7791452Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-lut32norm/scalar.c.o 2022-11-23T01:20:00.8182412Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseAvx512.cc.o 2022-11-23T01:20:00.8356740Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-scalar.c.o 2022-11-23T01:20:00.8890197Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-copy/memcpy.c.o 2022-11-23T01:20:00.9169498Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc.o 2022-11-23T01:20:00.9558384Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-minmax-scalar.c.o 2022-11-23T01:20:00.9766804Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/PackDepthwiseConvMatrixAvx2.cc.o 2022-11-23T01:20:01.0213576Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2022-11-23T01:20:01.0217149Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-11-23T01:20:01.0902796Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-relu-scalar.c.o 2022-11-23T01:20:01.1298028Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-11-23T01:20:01.1547285Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseInt8Avx512.cc.o 2022-11-23T01:20:01.1988069Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-scalar.c.o 2022-11-23T01:20:01.2405311Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T01:20:01.2678828Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/QuantUtilsAvx2.cc.o 2022-11-23T01:20:01.3254839Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-minmax-scalar.c.o 2022-11-23T01:20:01.3606502Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConv.cc.o 2022-11-23T01:20:01.3607085Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-11-23T01:20:01.3912563Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2022-11-23T01:20:01.4527734Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-11-23T01:20:01.4715143Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-relu-scalar.c.o 2022-11-23T01:20:01.5552762Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-11-23T01:20:01.5564391Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseVectorInt8Avx512.cc.o 2022-11-23T01:20:01.6000559Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-scalar.c.o 2022-11-23T01:20:01.6664680Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-11-23T01:20:01.7174070Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-minmax-scalar.c.o 2022-11-23T01:20:01.7370179Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/spmmUtilsAvx2.cc.o 2022-11-23T01:20:01.7711098Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx2.cc.o 2022-11-23T01:20:01.8435471Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-relu-scalar.c.o 2022-11-23T01:20:01.8436344Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2022-11-23T01:20:01.8698651Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-11-23T01:20:01.9030562Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/QuantUtilsAvx512.cc.o 2022-11-23T01:20:01.9508327Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-scalar.c.o 2022-11-23T01:20:01.9938179Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-11-23T01:20:02.0318423Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/UtilsAvx2.cc.o 2022-11-23T01:20:02.0539151Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p1.c.o 2022-11-23T01:20:02.1054341Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-11-23T01:20:02.1620468Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2022-11-23T01:20:02.2038502Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx512.cc.o 2022-11-23T01:20:02.2369434Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/UtilsAvx512.cc.o 2022-11-23T01:20:02.2959085Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFP16UKernelsAvx2.cc.o 2022-11-23T01:20:02.3473548Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-11-23T01:20:02.3912850Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p2.c.o 2022-11-23T01:20:02.4194828Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2022-11-23T01:20:02.4787229Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-11-23T01:20:02.4789024Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512.cc.o 2022-11-23T01:20:02.5809798Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-11-23T01:20:02.6043994Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p4.c.o 2022-11-23T01:20:02.6455793Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAMatrix.cc.o 2022-11-23T01:20:02.6487613Z [ 17%] Built target fbgemm_avx2 2022-11-23T01:20:02.6571375Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-11-23T01:20:02.7179482Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c1.c.o 2022-11-23T01:20:02.7302804Z [ 17%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/error.cc.o 2022-11-23T01:20:02.7649593Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-11-23T01:20:02.8031256Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c2.c.o 2022-11-23T01:20:02.8863386Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512_256.cc.o 2022-11-23T01:20:02.8863944Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-11-23T01:20:02.8872061Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c4.c.o 2022-11-23T01:20:02.9589483Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-minmax-scalar.c.o 2022-11-23T01:20:03.0077540Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T01:20:03.0442693Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-relu-scalar.c.o 2022-11-23T01:20:03.0723210Z [ 17%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/helpers.cc.o 2022-11-23T01:20:03.1213416Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T01:20:03.2058694Z [ 17%] Built target fbgemm_avx512 2022-11-23T01:20:03.2059575Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-scalar.c.o 2022-11-23T01:20:03.2110103Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T01:20:03.2291671Z [ 17%] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/nccl/gloo_hip_generated_nccl.hip.o 2022-11-23T01:20:03.2601788Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithIm2Col.cc.o 2022-11-23T01:20:03.3121631Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-11-23T01:20:03.3538199Z [ 17%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/address.cc.o 2022-11-23T01:20:03.4087601Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2022-11-23T01:20:03.4731375Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-11-23T01:20:03.4998329Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o 2022-11-23T01:20:03.5584588Z [ 17%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/allocator.cc.o 2022-11-23T01:20:03.5830453Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-minmax-scalar.c.o 2022-11-23T01:20:03.6705001Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-relu-scalar.c.o 2022-11-23T01:20:03.7002621Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2022-11-23T01:20:03.7771393Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T01:20:03.7783335Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o 2022-11-23T01:20:03.8172068Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-scalar.c.o 2022-11-23T01:20:03.8528710Z [ 17%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/error.cc.o 2022-11-23T01:20:03.9149974Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T01:20:03.9336099Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-minmax-scalar.c.o 2022-11-23T01:20:04.0275783Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2022-11-23T01:20:04.0598632Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T01:20:04.0611279Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-relu-scalar.c.o 2022-11-23T01:20:04.0612058Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackBMatrix.cc.o 2022-11-23T01:20:04.1136667Z [ 18%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/fd.cc.o 2022-11-23T01:20:04.1622421Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-scalar.c.o 2022-11-23T01:20:04.1827202Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-11-23T01:20:04.2608435Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-minmax-scalar.c.o 2022-11-23T01:20:04.2636014Z [ 18%] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip.hip.o 2022-11-23T01:20:04.3033786Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T01:20:04.3375512Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackMatrix.cc.o 2022-11-23T01:20:04.3453067Z [ 19%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2022-11-23T01:20:04.3932485Z [ 19%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/socket.cc.o 2022-11-23T01:20:04.4403280Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-relu-scalar.c.o 2022-11-23T01:20:04.4666115Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-11-23T01:20:04.5409084Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-scalar.c.o 2022-11-23T01:20:04.5590791Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-rmax/sse.c.o 2022-11-23T01:20:04.6129401Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightMatrixForGConv.cc.o 2022-11-23T01:20:04.6738923Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-11-23T01:20:04.6746245Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T01:20:04.7192098Z [ 19%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/system.cc.o 2022-11-23T01:20:04.7194471Z [ 19%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2022-11-23T01:20:04.7862614Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T01:20:04.8632075Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-11-23T01:20:04.8845289Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-scalar-c1.c.o 2022-11-23T01:20:04.9561730Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/2x4-minmax-scalar.c.o 2022-11-23T01:20:04.9785087Z [ 19%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context.cc.o 2022-11-23T01:20:05.0019336Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForConv.cc.o 2022-11-23T01:20:05.0248253Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-11-23T01:20:05.0544212Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/3x3-minmax-scalar.c.o 2022-11-23T01:20:05.0855978Z [ 19%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2022-11-23T01:20:05.1277869Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x2-minmax-scalar.c.o 2022-11-23T01:20:05.1486935Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-11-23T01:20:05.2177213Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x4-minmax-scalar.c.o 2022-11-23T01:20:05.2187485Z [ 19%] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_bcube.cc.o 2022-11-23T01:20:05.2440511Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForDirectConv.cc.o 2022-11-23T01:20:05.2822980Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-11-23T01:20:05.3141165Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x1.c.o 2022-11-23T01:20:05.3271811Z [ 19%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o 2022-11-23T01:20:05.4072547Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x4.c.o 2022-11-23T01:20:05.4088831Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-11-23T01:20:05.4402803Z [ 19%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2022-11-23T01:20:05.4885729Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-11-23T01:20:05.5410339Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-11-23T01:20:05.5935176Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-11-23T01:20:05.6466069Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-11-23T01:20:05.6968185Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-11-23T01:20:05.7259139Z [ 19%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2022-11-23T01:20:05.7910163Z [ 19%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o 2022-11-23T01:20:05.7914675Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-11-23T01:20:05.8465109Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/QuantUtils.cc.o 2022-11-23T01:20:05.8505196Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-11-23T01:20:05.9122863Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-11-23T01:20:05.9965623Z [ 19%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o 2022-11-23T01:20:06.0130079Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-11-23T01:20:06.0137906Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-11-23T01:20:06.1058547Z [ 19%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2022-11-23T01:20:06.1220608Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-11-23T01:20:06.1468563Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RowWiseSparseAdagradFused.cc.o 2022-11-23T01:20:06.1483247Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-11-23T01:20:06.2218648Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-11-23T01:20:06.2765407Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-11-23T01:20:06.2910967Z [ 19%] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_halving_doubling.cc.o 2022-11-23T01:20:06.3177883Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-11-23T01:20:06.3787477Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-11-23T01:20:06.4221278Z [ 19%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2022-11-23T01:20:06.4496281Z [ 19%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener_impl.cc.o 2022-11-23T01:20:06.4854368Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-11-23T01:20:06.5098609Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-11-23T01:20:06.5757367Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/SparseAdagrad.cc.o 2022-11-23T01:20:06.6001985Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-11-23T01:20:06.6405629Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-11-23T01:20:06.6926957Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-11-23T01:20:06.7487400Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-11-23T01:20:06.8313678Z [ 19%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2022-11-23T01:20:06.8326202Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-11-23T01:20:06.8569501Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-11-23T01:20:06.8905434Z [ 19%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o 2022-11-23T01:20:06.9197228Z [ 19%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2022-11-23T01:20:06.9541390Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-11-23T01:20:06.9863918Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/spmmUtils.cc.o 2022-11-23T01:20:07.0124455Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-11-23T01:20:07.0600974Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-11-23T01:20:07.1082070Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-11-23T01:20:07.1513968Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-11-23T01:20:07.1959792Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-11-23T01:20:07.2575721Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-11-23T01:20:07.2579957Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2022-11-23T01:20:07.2815759Z [ 20%] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_local.cc.o 2022-11-23T01:20:07.2876841Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/TransposeUtils.cc.o 2022-11-23T01:20:07.3273975Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-11-23T01:20:07.3595267Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-11-23T01:20:07.3719495Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o 2022-11-23T01:20:07.4410853Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-11-23T01:20:07.4576338Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-11-23T01:20:07.5049334Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateI8Depthwise.cc.o 2022-11-23T01:20:07.5583466Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-11-23T01:20:07.5824789Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-11-23T01:20:07.6223386Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2022-11-23T01:20:07.6717493Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-11-23T01:20:07.7042530Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-11-23T01:20:07.7769601Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-packx/x4-sse.c.o 2022-11-23T01:20:07.7930352Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-11-23T01:20:07.8610814Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-11-23T01:20:07.8800594Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-11-23T01:20:07.9194838Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RefImplementations.cc.o 2022-11-23T01:20:07.9480080Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2022-11-23T01:20:08.0033863Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o 2022-11-23T01:20:08.0061188Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-11-23T01:20:08.0323922Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-11-23T01:20:08.1027632Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-11-23T01:20:08.1425739Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-11-23T01:20:08.1992816Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/channel_impl.cc.o 2022-11-23T01:20:08.2161912Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Utils.cc.o 2022-11-23T01:20:08.2451334Z [ 20%] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_ring.cc.o 2022-11-23T01:20:08.2455252Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x1.c.o 2022-11-23T01:20:08.2741682Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-11-23T01:20:08.3315139Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2022-11-23T01:20:08.3501915Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2-acc2.c.o 2022-11-23T01:20:08.4005678Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T01:20:08.4648358Z [ 20%] Built target fbgemm_generic 2022-11-23T01:20:08.4698244Z [ 20%] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_ring_chunked.cc.o 2022-11-23T01:20:08.5003895Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-11-23T01:20:08.5267381Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/context_impl.cc.o 2022-11-23T01:20:08.6019233Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:20:08.6355527Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2022-11-23T01:20:08.6608753Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2.c.o 2022-11-23T01:20:08.7044363Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:20:08.7586612Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc2.c.o 2022-11-23T01:20:08.8133616Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-11-23T01:20:08.8455647Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/factory.cc.o 2022-11-23T01:20:08.8718130Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc4.c.o 2022-11-23T01:20:08.9242942Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-11-23T01:20:08.9753260Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4.c.o 2022-11-23T01:20:09.0010668Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2022-11-23T01:20:09.0499372Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-11-23T01:20:09.0644077Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x1.c.o 2022-11-23T01:20:09.1346795Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2-acc2.c.o 2022-11-23T01:20:09.1767578Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/channel_impl.cc.o 2022-11-23T01:20:09.1895260Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-11-23T01:20:09.2382894Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2.c.o 2022-11-23T01:20:09.2889076Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-11-23T01:20:09.3409891Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc2.c.o 2022-11-23T01:20:09.3968762Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-11-23T01:20:09.3974064Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2022-11-23T01:20:09.4818604Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc4.c.o 2022-11-23T01:20:09.4830173Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4.c.o 2022-11-23T01:20:09.5317698Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/context_impl.cc.o 2022-11-23T01:20:09.5326583Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-11-23T01:20:09.5817636Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/factory.cc.o 2022-11-23T01:20:09.6009137Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/scalar.c.o 2022-11-23T01:20:09.6405608Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-11-23T01:20:09.6780523Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar-pipelined.c.o 2022-11-23T01:20:09.7657365Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2022-11-23T01:20:09.7666819Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:20:09.7969578Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar.c.o 2022-11-23T01:20:09.8543059Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2022-11-23T01:20:09.8875182Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar-pipelined.c.o 2022-11-23T01:20:09.9096958Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:20:09.9390416Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/channel_impl.cc.o 2022-11-23T01:20:09.9767996Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar.c.o 2022-11-23T01:20:10.0237053Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:10.0616743Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar-pipelined.c.o 2022-11-23T01:20:10.1151756Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:10.1442225Z [ 20%] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_broadcast_one_to_all.cc.o 2022-11-23T01:20:10.1635974Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar.c.o 2022-11-23T01:20:10.2092529Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2022-11-23T01:20:10.2489907Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar-pipelined.c.o 2022-11-23T01:20:10.2772771Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:10.3151776Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/context_impl.cc.o 2022-11-23T01:20:10.3489492Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar.c.o 2022-11-23T01:20:10.4150508Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:10.4451753Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x2-minmax-scalar.c.o 2022-11-23T01:20:10.5379886Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2022-11-23T01:20:10.5434638Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:20:10.5657457Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x4-minmax-scalar.c.o 2022-11-23T01:20:10.6467072Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/factory.cc.o 2022-11-23T01:20:10.6468298Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:20:10.6781989Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x1.c.o 2022-11-23T01:20:10.7684689Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:20:10.7720889Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x2.c.o 2022-11-23T01:20:10.8537093Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:20:10.8874399Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x4.c.o 2022-11-23T01:20:10.8981632Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2022-11-23T01:20:10.9504552Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/channel_impl.cc.o 2022-11-23T01:20:10.9900387Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x8.c.o 2022-11-23T01:20:11.0105814Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:20:11.0703072Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x1.c.o 2022-11-23T01:20:11.1160212Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:11.1357636Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x2.c.o 2022-11-23T01:20:11.1733198Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:11.2511583Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x4.c.o 2022-11-23T01:20:11.2514069Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/context_impl.cc.o 2022-11-23T01:20:11.2516050Z [ 20%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2022-11-23T01:20:11.3102781Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:11.3593310Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x8.c.o 2022-11-23T01:20:11.3904427Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x1.c.o 2022-11-23T01:20:11.4377665Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:11.4609780Z [ 20%] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_private.hip.o 2022-11-23T01:20:11.4973502Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x2.c.o 2022-11-23T01:20:11.5588062Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:20:11.5778443Z [ 21%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2022-11-23T01:20:11.6205814Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/factory.cc.o 2022-11-23T01:20:11.6254809Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x4.c.o 2022-11-23T01:20:11.6797500Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:20:11.7287191Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x8.c.o 2022-11-23T01:20:11.7773435Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:20:11.8225083Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x1.c.o 2022-11-23T01:20:11.8763265Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:20:11.9034054Z [ 21%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2022-11-23T01:20:11.9426429Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x2.c.o 2022-11-23T01:20:11.9828934Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-11-23T01:20:12.0163389Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/connection_impl.cc.o 2022-11-23T01:20:12.0556366Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x4.c.o 2022-11-23T01:20:12.1258400Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-11-23T01:20:12.1914110Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x8.c.o 2022-11-23T01:20:12.2188895Z [ 21%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2022-11-23T01:20:12.2463062Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:20:12.2885544Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x1.c.o 2022-11-23T01:20:12.3363584Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x2.c.o 2022-11-23T01:20:12.3804610Z [ 21%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2022-11-23T01:20:12.4009522Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:20:12.4271576Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/context_impl.cc.o 2022-11-23T01:20:12.4534900Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x4.c.o 2022-11-23T01:20:12.5202390Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:20:12.5694264Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:20:12.5705304Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x8.c.o 2022-11-23T01:20:12.6610077Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x1.c.o 2022-11-23T01:20:12.6611086Z [ 21%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2022-11-23T01:20:12.6632156Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:20:12.7166735Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x2.c.o 2022-11-23T01:20:12.7707255Z [ 22%] Linking CXX static library ../../../../../../lib/libdnnl.a 2022-11-23T01:20:12.7745097Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:12.8288549Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x4.c.o 2022-11-23T01:20:12.8340921Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/error.cc.o 2022-11-23T01:20:12.8815949Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:12.9263339Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x8.c.o 2022-11-23T01:20:12.9549829Z [ 22%] Linking CXX static library ../../../lib/libprotoc.a 2022-11-23T01:20:13.0240405Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:13.0241013Z [ 22%] Built target libprotoc 2022-11-23T01:20:13.0321176Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x1.c.o 2022-11-23T01:20:13.0663428Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:20:13.1262792Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x2.c.o 2022-11-23T01:20:13.1559009Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x4.c.o 2022-11-23T01:20:13.1601957Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/factory.cc.o 2022-11-23T01:20:13.2008243Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:20:13.2846688Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/listener_impl.cc.o 2022-11-23T01:20:13.2861977Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:20:13.3607680Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x8.c.o 2022-11-23T01:20:13.3975923Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:20:13.4525864Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x1.c.o 2022-11-23T01:20:13.4899191Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x2.c.o 2022-11-23T01:20:13.5133662Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:20:13.5326499Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-11-23T01:20:13.5919831Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x4.c.o 2022-11-23T01:20:13.6158385Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x8.c.o 2022-11-23T01:20:13.6720465Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/loop.cc.o 2022-11-23T01:20:13.6721580Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T01:20:13.7266953Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse2-x64.c.o 2022-11-23T01:20:13.7274898Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x1.c.o 2022-11-23T01:20:13.7936527Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x2.c.o 2022-11-23T01:20:13.8135507Z [ 22%] Built target dnnl 2022-11-23T01:20:13.8197752Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x4.c.o 2022-11-23T01:20:13.8481258Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-11-23T01:20:13.8525484Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T01:20:13.8977736Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-rmax/sse2.c.o 2022-11-23T01:20:13.9321160Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x8.c.o 2022-11-23T01:20:13.9657855Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x1.c.o 2022-11-23T01:20:13.9710419Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x2.c.o 2022-11-23T01:20:14.0144378Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-vclamp/sse2-x64.c.o 2022-11-23T01:20:14.0409228Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/sockaddr.cc.o 2022-11-23T01:20:14.0695093Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/utility.cc.o 2022-11-23T01:20:14.1054207Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/epoll_loop.cc.o 2022-11-23T01:20:14.1098718Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x4.c.o 2022-11-23T01:20:14.1808750Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-fill/sse2-x64.c.o 2022-11-23T01:20:14.2016304Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x8.c.o 2022-11-23T01:20:14.2843124Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-pad/sse2.c.o 2022-11-23T01:20:14.3018633Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x1.c.o 2022-11-23T01:20:14.3929135Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x2.c.o 2022-11-23T01:20:14.3929683Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/xm-sse2.c.o 2022-11-23T01:20:14.4395017Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/shm_segment.cc.o 2022-11-23T01:20:14.4395968Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x2-sse2.c.o 2022-11-23T01:20:14.4638157Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x3-sse2.c.o 2022-11-23T01:20:14.5067547Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x4.c.o 2022-11-23T01:20:14.5386710Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x8.c.o 2022-11-23T01:20:14.5612131Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x4-sse2.c.o 2022-11-23T01:20:14.5870940Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x1.c.o 2022-11-23T01:20:14.6218554Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-unpool/sse2.c.o 2022-11-23T01:20:14.6431313Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/xm-sse2.c.o 2022-11-23T01:20:14.6895170Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/connection_impl.cc.o 2022-11-23T01:20:14.7057022Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x2.c.o 2022-11-23T01:20:14.7406731Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x4.c.o 2022-11-23T01:20:14.7800073Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x8.c.o 2022-11-23T01:20:14.7990471Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x2-sse2.c.o 2022-11-23T01:20:14.8209667Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x3-sse2.c.o 2022-11-23T01:20:14.8548267Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x4-sse2.c.o 2022-11-23T01:20:14.8751580Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x1.c.o 2022-11-23T01:20:14.9184283Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x2.c.o 2022-11-23T01:20:14.9339281Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x4.c.o 2022-11-23T01:20:14.9766834Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-11-23T01:20:14.9967525Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/context_impl.cc.o 2022-11-23T01:20:15.0338470Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/factory.cc.o 2022-11-23T01:20:15.0489301Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x8.c.o 2022-11-23T01:20:15.0892604Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x1.c.o 2022-11-23T01:20:15.1181441Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-11-23T01:20:15.1369157Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T01:20:15.1892181Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x2.c.o 2022-11-23T01:20:15.2300454Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x4.c.o 2022-11-23T01:20:15.2702438Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-11-23T01:20:15.2904445Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T01:20:15.3321347Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-11-23T01:20:15.3330018Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x8.c.o 2022-11-23T01:20:15.3908489Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-11-23T01:20:15.3909052Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/listener_impl.cc.o 2022-11-23T01:20:15.4089739Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/reactor.cc.o 2022-11-23T01:20:15.4528141Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x1.c.o 2022-11-23T01:20:15.4680947Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x2.c.o 2022-11-23T01:20:15.5229810Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-11-23T01:20:15.5488486Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-11-23T01:20:15.5980351Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x4.c.o 2022-11-23T01:20:15.6376183Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x8.c.o 2022-11-23T01:20:15.6807411Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-11-23T01:20:15.7048848Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x1.c.o 2022-11-23T01:20:15.7540546Z [ 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-23T01:20:15.7548272Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/sockaddr.cc.o 2022-11-23T01:20:15.7911602Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x2.c.o 2022-11-23T01:20:15.8357219Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x4.c.o 2022-11-23T01:20:15.8526349Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:20:15.8935978Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x8.c.o 2022-11-23T01:20:15.9101909Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:20:15.9491161Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:15.9725111Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x1.c.o 2022-11-23T01:20:16.0153773Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:16.0451049Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x2.c.o 2022-11-23T01:20:16.0536578Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/ibv.cc.o 2022-11-23T01:20:16.1071920Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/connection_impl.cc.o 2022-11-23T01:20:16.1370278Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/context_impl.cc.o 2022-11-23T01:20:16.1744464Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x4.c.o 2022-11-23T01:20:16.1756676Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:16.2508437Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x8.c.o 2022-11-23T01:20:16.3048390Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:16.3411844Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x1.c.o 2022-11-23T01:20:16.4038294Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/error.cc.o 2022-11-23T01:20:16.4626920Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:20:16.4628192Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x2.c.o 2022-11-23T01:20:16.5275939Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:20:16.5395692Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x4.c.o 2022-11-23T01:20:16.5742459Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:20:16.5957200Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x8.c.o 2022-11-23T01:20:16.6336201Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:20:16.6550889Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/factory.cc.o 2022-11-23T01:20:16.6836094Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/RoctracerActivityApi.cpp.o 2022-11-23T01:20:16.7248007Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/RoctracerLogger.cpp.o 2022-11-23T01:20:16.7666627Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x1.c.o 2022-11-23T01:20:16.8070784Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:20:16.8784850Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x2.c.o 2022-11-23T01:20:16.9083764Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:17.0153994Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/listener_impl.cc.o 2022-11-23T01:20:17.0154907Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x4.c.o 2022-11-23T01:20:17.0668365Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:17.0899035Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x8.c.o 2022-11-23T01:20:17.1284459Z [ 22%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2022-11-23T01:20:17.1296039Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/reactor.cc.o 2022-11-23T01:20:17.1747544Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x1.c.o 2022-11-23T01:20:17.2363598Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:17.2527662Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x2.c.o 2022-11-23T01:20:17.3332166Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x4.c.o 2022-11-23T01:20:17.3546951Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:17.4095968Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x8.c.o 2022-11-23T01:20:17.4337949Z [ 23%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2022-11-23T01:20:17.4796827Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:20:17.4797894Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/sockaddr.cc.o 2022-11-23T01:20:17.5100816Z [ 23%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/utility.cc.o 2022-11-23T01:20:17.5420128Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x1.c.o 2022-11-23T01:20:17.6131962Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:20:17.6317029Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x2.c.o 2022-11-23T01:20:17.7301209Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x4.c.o 2022-11-23T01:20:17.7309581Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:20:17.7629327Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:20:17.7944737Z [ 23%] Linking CXX static library ../../../lib/libtensorpipe.a 2022-11-23T01:20:17.8351122Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x8.c.o 2022-11-23T01:20:17.8826949Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:20:17.8881346Z [ 23%] Built target tensorpipe 2022-11-23T01:20:17.8924829Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:20:17.9015489Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:20:17.9545470Z [ 23%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2022-11-23T01:20:17.9547610Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x1.c.o 2022-11-23T01:20:18.0283875Z [ 23%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2022-11-23T01:20:18.0297561Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x2.c.o 2022-11-23T01:20:18.0721619Z [ 23%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2022-11-23T01:20:18.1144102Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x4.c.o 2022-11-23T01:20:18.1334489Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:20:18.1994664Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x8.c.o 2022-11-23T01:20:18.2387394Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:20:18.2973145Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x1.c.o 2022-11-23T01:20:18.3511640Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x2.c.o 2022-11-23T01:20:18.3643734Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:18.4169606Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:18.4341311Z [ 23%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2022-11-23T01:20:18.4379407Z [ 24%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2022-11-23T01:20:18.4843269Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x4.c.o 2022-11-23T01:20:18.5296729Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x8.c.o 2022-11-23T01:20:18.5524878Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:18.5836844Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:20:18.6224244Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x1.c.o 2022-11-23T01:20:18.6692118Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x2.c.o 2022-11-23T01:20:18.7054841Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:20:18.7258060Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:20:18.7610732Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:20:18.7828287Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x4.c.o 2022-11-23T01:20:18.8107949Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x8.c.o 2022-11-23T01:20:18.8615454Z [ 24%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2022-11-23T01:20:18.8628103Z [ 24%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DaemonConfigLoader.cpp.o 2022-11-23T01:20:18.8781822Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:20:18.9185965Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-11-23T01:20:18.9601895Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x1.c.o 2022-11-23T01:20:18.9808497Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x2.c.o 2022-11-23T01:20:19.0446632Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-11-23T01:20:19.0646869Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse41-x64.c.o 2022-11-23T01:20:19.0930177Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x4.c.o 2022-11-23T01:20:19.1348962Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x8.c.o 2022-11-23T01:20:19.1774230Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-11-23T01:20:19.2382902Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x1.c.o 2022-11-23T01:20:19.2390333Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-11-23T01:20:19.2664286Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-11-23T01:20:19.2984765Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2022-11-23T01:20:19.3259365Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x2.c.o 2022-11-23T01:20:19.3479993Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-11-23T01:20:19.3721679Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x4.c.o 2022-11-23T01:20:19.4195401Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-11-23T01:20:19.4626213Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x8.c.o 2022-11-23T01:20:19.4994479Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2022-11-23T01:20:19.5191709Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2022-11-23T01:20:19.5623715Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x1.c.o 2022-11-23T01:20:19.5986240Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x2.c.o 2022-11-23T01:20:19.6378572Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-11-23T01:20:19.6583247Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:20:19.7101863Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x4.c.o 2022-11-23T01:20:19.7242154Z [ 25%] Linking CXX static library ../../../lib/libgloo_hip.a 2022-11-23T01:20:19.7636319Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2022-11-23T01:20:19.8066138Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x8.c.o 2022-11-23T01:20:19.8197779Z [ 25%] Built target gloo_hip 2022-11-23T01:20:19.8246395Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x1.c.o 2022-11-23T01:20:19.8362747Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x2.c.o 2022-11-23T01:20:19.8841769Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T01:20:19.9018463Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T01:20:19.9639252Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x4.c.o 2022-11-23T01:20:19.9647168Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T01:20:19.9649769Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/IpcFabricConfigClient.cpp.o 2022-11-23T01:20:20.0502280Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x8.c.o 2022-11-23T01:20:20.1123106Z [ 25%] Linking CXX executable ../../bin/c10_CompileTimeFunctionPointer_test 2022-11-23T01:20:20.1131887Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x1.c.o 2022-11-23T01:20:20.1318161Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x2.c.o 2022-11-23T01:20:20.1885869Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T01:20:20.2116151Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-11-23T01:20:20.2225177Z [ 25%] Built target c10_CompileTimeFunctionPointer_test 2022-11-23T01:20:20.2284187Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:20:20.2330236Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x4.c.o 2022-11-23T01:20:20.2565576Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x8.c.o 2022-11-23T01:20:20.3262166Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2022-11-23T01:20:20.3263078Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2022-11-23T01:20:20.3686480Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x1.c.o 2022-11-23T01:20:20.4212021Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x2.c.o 2022-11-23T01:20:20.4411092Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x4.c.o 2022-11-23T01:20:20.4633824Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:20:20.5012865Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-11-23T01:20:20.5162109Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-11-23T01:20:20.5594701Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x8.c.o 2022-11-23T01:20:20.6469173Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x1.c.o 2022-11-23T01:20:20.6728564Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x2.c.o 2022-11-23T01:20:20.6913218Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x4.c.o 2022-11-23T01:20:20.7306193Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x8.c.o 2022-11-23T01:20:20.7527575Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2022-11-23T01:20:20.7587539Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-11-23T01:20:20.7912384Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-11-23T01:20:20.8260616Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2022-11-23T01:20:20.8642263Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2022-11-23T01:20:20.8767854Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x1.c.o 2022-11-23T01:20:20.9582086Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x2.c.o 2022-11-23T01:20:21.0017567Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x4.c.o 2022-11-23T01:20:21.0243314Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-11-23T01:20:21.0614656Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-11-23T01:20:21.0990407Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x8.c.o 2022-11-23T01:20:21.1270460Z [ 25%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2022-11-23T01:20:21.1870095Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x1.c.o 2022-11-23T01:20:21.2330427Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x2.c.o 2022-11-23T01:20:21.2698034Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-11-23T01:20:21.2701328Z [ 25%] Linking CXX executable ../../bin/c10_DeviceGuard_test 2022-11-23T01:20:21.3184428Z [ 25%] Linking CXX executable ../../bin/c10_Device_test 2022-11-23T01:20:21.3196046Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-11-23T01:20:21.3626186Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x4.c.o 2022-11-23T01:20:21.4071698Z [ 25%] Built target c10_DeviceGuard_test 2022-11-23T01:20:21.4249609Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2022-11-23T01:20:21.4535615Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x8.c.o 2022-11-23T01:20:21.4655623Z [ 25%] Built target c10_Device_test 2022-11-23T01:20:21.4726693Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x1.c.o 2022-11-23T01:20:21.4762784Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x2.c.o 2022-11-23T01:20:21.5222910Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-11-23T01:20:21.5403972Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-11-23T01:20:21.6098376Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-11-23T01:20:21.6099684Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x4.c.o 2022-11-23T01:20:21.6103808Z [ 25%] Built target kineto_base 2022-11-23T01:20:21.6166423Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x8.c.o 2022-11-23T01:20:21.7008114Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2022-11-23T01:20:21.7202210Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x1.c.o 2022-11-23T01:20:21.7406118Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x2.c.o 2022-11-23T01:20:21.7868429Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x4.c.o 2022-11-23T01:20:21.8296830Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-11-23T01:20:21.8508514Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-11-23T01:20:21.8743602Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x8.c.o 2022-11-23T01:20:21.9173027Z [ 25%] Linking CXX executable ../../bin/c10_DispatchKeySet_test 2022-11-23T01:20:21.9251653Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2022-11-23T01:20:21.9678128Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x1.c.o 2022-11-23T01:20:22.0135872Z [ 25%] Linking CXX executable ../../bin/c10_StreamGuard_test 2022-11-23T01:20:22.0338662Z [ 25%] Built target c10_DispatchKeySet_test 2022-11-23T01:20:22.0383576Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x2.c.o 2022-11-23T01:20:22.0473224Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x4.c.o 2022-11-23T01:20:22.0939527Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-11-23T01:20:22.1143753Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-11-23T01:20:22.1338230Z [ 25%] Built target c10_StreamGuard_test 2022-11-23T01:20:22.1382529Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-11-23T01:20:22.1525826Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-11-23T01:20:22.1755762Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x8.c.o 2022-11-23T01:20:22.2530924Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x1.c.o 2022-11-23T01:20:22.2847453Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x2.c.o 2022-11-23T01:20:22.2932551Z [ 25%] Linking CXX executable ../../bin/c10_SymInt_test 2022-11-23T01:20:22.3460230Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2022-11-23T01:20:22.3822641Z [ 25%] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2022-11-23T01:20:22.3969972Z [ 25%] Built target c10_SymInt_test 2022-11-23T01:20:22.4011541Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-11-23T01:20:22.4097387Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-11-23T01:20:22.4147612Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x4.c.o 2022-11-23T01:20:22.4422253Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-11-23T01:20:22.5172909Z [ 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-23T01:20:22.5710678Z [ 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-23T01:20:22.6165477Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-11-23T01:20:22.6411066Z [ 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-23T01:20:22.6721034Z [ 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-23T01:20:22.6944906Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-11-23T01:20:22.7569760Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-11-23T01:20:22.7805945Z [ 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-23T01:20:22.8116768Z [ 26%] Linking CXX executable ../../bin/c10_InlineDeviceGuard_test 2022-11-23T01:20:22.8206849Z [ 26%] Linking CXX executable ../../bin/c10_InlineStreamGuard_test 2022-11-23T01:20:22.8652720Z [ 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-23T01:20:22.8826449Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-11-23T01:20:22.9350476Z [ 26%] Built target c10_InlineDeviceGuard_test 2022-11-23T01:20:22.9397248Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-11-23T01:20:22.9439607Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2022-11-23T01:20:22.9561979Z [ 26%] Built target c10_InlineStreamGuard_test 2022-11-23T01:20:22.9606793Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-11-23T01:20:23.0043803Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x1.c.o 2022-11-23T01:20:23.0074390Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x2.c.o 2022-11-23T01:20:23.0817969Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x3.c.o 2022-11-23T01:20:23.0989804Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-11-23T01:20:23.1326965Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-11-23T01:20:23.1697641Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_Array_test.dir/util/Array_test.cpp.o 2022-11-23T01:20:23.1925550Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x4.c.o 2022-11-23T01:20:23.2178075Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x5.c.o 2022-11-23T01:20:23.2814205Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-11-23T01:20:23.3382207Z [ 26%] Linking CXX executable ../../bin/c10_SizesAndStrides_test 2022-11-23T01:20:23.3384896Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x6.c.o 2022-11-23T01:20:23.3798003Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:20:23.3952088Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2022-11-23T01:20:23.4686762Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x1.c.o 2022-11-23T01:20:23.4825195Z [ 26%] Built target c10_SizesAndStrides_test 2022-11-23T01:20:23.4871998Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x2.c.o 2022-11-23T01:20:23.5118142Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x4.c.o 2022-11-23T01:20:23.5311893Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:20:23.5556776Z [ 26%] Linking CXX executable ../../bin/c10_Array_test 2022-11-23T01:20:23.5925967Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:23.6161580Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:23.6584554Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x1.c.o 2022-11-23T01:20:23.6848223Z [ 26%] Built target c10_Array_test 2022-11-23T01:20:23.6893890Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x2.c.o 2022-11-23T01:20:23.7081828Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x4.c.o 2022-11-23T01:20:23.7348092Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c1-minmax-scalar-2x.c.o 2022-11-23T01:20:23.7691742Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:23.8002348Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c2-minmax-scalar-2x.c.o 2022-11-23T01:20:23.8086382Z [ 26%] Linking CXX executable ../../bin/c10_Bitset_test 2022-11-23T01:20:23.8401134Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_C++17_test.dir/util/C++17_test.cpp.o 2022-11-23T01:20:23.8678124Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2022-11-23T01:20:23.9105218Z [ 26%] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2022-11-23T01:20:23.9339878Z [ 26%] Built target c10_Bitset_test 2022-11-23T01:20:23.9389737Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:23.9514660Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-scalar-2x.c.o 2022-11-23T01:20:23.9700949Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x1.c.o 2022-11-23T01:20:24.0316915Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:20:24.0498311Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x2.c.o 2022-11-23T01:20:24.0826156Z [ 27%] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2022-11-23T01:20:24.1344714Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:20:24.1681132Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x4.c.o 2022-11-23T01:20:24.1682518Z [ 27%] Linking CXX executable ../../bin/c10_ConstexprCrc_test 2022-11-23T01:20:24.2576742Z [ 27%] Linking CXX executable ../../bin/c10_C++17_test 2022-11-23T01:20:24.2577630Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x8.c.o 2022-11-23T01:20:24.2788630Z [ 27%] Built target c10_ConstexprCrc_test 2022-11-23T01:20:24.2836526Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x1.c.o 2022-11-23T01:20:24.3070941Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:20:24.3349619Z [ 27%] Linking CXX executable ../../bin/c10_DeadlockDetection_test 2022-11-23T01:20:24.3710202Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:24.3828560Z [ 27%] Built target c10_C++17_test 2022-11-23T01:20:24.3876546Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:24.3916275Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x2.c.o 2022-11-23T01:20:24.4760119Z [ 27%] Built target c10_DeadlockDetection_test 2022-11-23T01:20:24.4807079Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x4.c.o 2022-11-23T01:20:24.4886578Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x1.c.o 2022-11-23T01:20:24.4902758Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x2.c.o 2022-11-23T01:20:24.5344690Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:24.5412527Z [ 27%] Linking CXX executable ../../bin/c10_Half_test 2022-11-23T01:20:24.5744976Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x4.c.o 2022-11-23T01:20:24.6126025Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:24.6435057Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:20:24.6489094Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:20:24.6589930Z [ 27%] Built target c10_Half_test 2022-11-23T01:20:24.6637102Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:20:24.6986206Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x1.c.o 2022-11-23T01:20:24.7192586Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:20:24.7737592Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x2.c.o 2022-11-23T01:20:24.7964933Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x4.c.o 2022-11-23T01:20:24.8183032Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:20:24.8568801Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x1.c.o 2022-11-23T01:20:24.8805012Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:20:24.9015334Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x2.c.o 2022-11-23T01:20:24.9291256Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x4.c.o 2022-11-23T01:20:24.9584054Z [ 27%] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2022-11-23T01:20:24.9986080Z [ 27%] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2022-11-23T01:20:25.0305034Z [ 27%] Building CXX object c10/test/CMakeFiles/c10_SmallVectorTest.dir/util/SmallVectorTest.cpp.o 2022-11-23T01:20:25.0402641Z [ 27%] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2022-11-23T01:20:25.0652602Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:20:25.0976021Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x1.c.o 2022-11-23T01:20:25.1813781Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x2.c.o 2022-11-23T01:20:25.2614891Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:25.2810785Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x4.c.o 2022-11-23T01:20:25.3600913Z [ 27%] Linking CXX executable ../../bin/c10_LeftRight_test 2022-11-23T01:20:25.3744319Z [ 27%] Linking CXX executable ../../bin/c10_Metaprogramming_test 2022-11-23T01:20:25.4031509Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:25.4220047Z [ 27%] Linking CXX executable ../../bin/c10_Synchronized_test 2022-11-23T01:20:25.4447718Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x1.c.o 2022-11-23T01:20:25.4935341Z [ 27%] Built target c10_LeftRight_test 2022-11-23T01:20:25.4988487Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x2.c.o 2022-11-23T01:20:25.5041212Z [ 27%] Built target c10_Metaprogramming_test 2022-11-23T01:20:25.5094489Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x4.c.o 2022-11-23T01:20:25.5376641Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:25.5445748Z [ 27%] Built target c10_Synchronized_test 2022-11-23T01:20:25.5520909Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:20:25.5871041Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:20:25.5921061Z [ 27%] Linking CXX executable ../../bin/c10_SmallVectorTest 2022-11-23T01:20:25.6465782Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:20:25.6472414Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x1.c.o 2022-11-23T01:20:25.6636700Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x2.c.o 2022-11-23T01:20:25.7199698Z [ 27%] Built target c10_SmallVectorTest 2022-11-23T01:20:25.7203389Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x4.c.o 2022-11-23T01:20:25.7251287Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x1.c.o 2022-11-23T01:20:25.7905289Z [ 27%] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2022-11-23T01:20:25.7905987Z [ 27%] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2022-11-23T01:20:25.8291328Z [ 27%] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2022-11-23T01:20:25.8898010Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:20:25.8902274Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x2.c.o 2022-11-23T01:20:25.8987251Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2022-11-23T01:20:25.9836269Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:20:26.0043389Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x4.c.o 2022-11-23T01:20:26.0815611Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-11-23T01:20:26.1016510Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x1.c.o 2022-11-23T01:20:26.1983582Z [ 28%] Linking CXX executable ../../bin/c10_ThreadLocal_test 2022-11-23T01:20:26.2011803Z [ 28%] Linking CXX executable ../../bin/c10_TypeIndex_test 2022-11-23T01:20:26.2410902Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x2.c.o 2022-11-23T01:20:26.2963994Z [ 28%] Linking CXX executable ../../bin/c10_TypeList_test 2022-11-23T01:20:26.2967509Z [ 28%] Linking CXX executable ../../bin/c10_TypeTraits_test 2022-11-23T01:20:26.2975235Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T01:20:26.3426579Z [ 28%] Built target c10_ThreadLocal_test 2022-11-23T01:20:26.3480257Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x4.c.o 2022-11-23T01:20:26.3516545Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x1.c.o 2022-11-23T01:20:26.3526123Z [ 28%] Built target c10_TypeIndex_test 2022-11-23T01:20:26.3589912Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x2.c.o 2022-11-23T01:20:26.4293630Z [ 28%] Built target c10_TypeList_test 2022-11-23T01:20:26.4305116Z [ 28%] Built target c10_TypeTraits_test 2022-11-23T01:20:26.4337391Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2022-11-23T01:20:26.4342100Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x4.c.o 2022-11-23T01:20:26.4350803Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x1.c.o 2022-11-23T01:20:26.4633224Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2022-11-23T01:20:26.4797281Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2022-11-23T01:20:26.5272211Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-11-23T01:20:26.5423058Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-11-23T01:20:26.5691167Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x2.c.o 2022-11-23T01:20:26.6546673Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x4.c.o 2022-11-23T01:20:26.7040834Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-bitcast.c.o 2022-11-23T01:20:26.7509424Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-11-23T01:20:26.7751686Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-11-23T01:20:26.8158744Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-fabsf.c.o 2022-11-23T01:20:26.8564497Z [ 28%] Linking CXX executable ../../bin/c10_accumulate_test 2022-11-23T01:20:26.8790323Z [ 28%] Linking CXX executable ../../bin/c10_bfloat16_test 2022-11-23T01:20:26.9209733Z [ 28%] Linking CXX executable ../../bin/c10_complex_math_test 2022-11-23T01:20:26.9243088Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut64-p2.c.o 2022-11-23T01:20:26.9760545Z [ 28%] Built target c10_accumulate_test 2022-11-23T01:20:26.9807673Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut2048-p1.c.o 2022-11-23T01:20:26.9990437Z [ 28%] Built target c10_bfloat16_test 2022-11-23T01:20:27.0040790Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-p5.c.o 2022-11-23T01:20:27.0056082Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-11-23T01:20:27.0556623Z [ 28%] Built target c10_complex_math_test 2022-11-23T01:20:27.0644463Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2022-11-23T01:20:27.0674803Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_either_test.dir/util/either_test.cpp.o 2022-11-23T01:20:27.0735809Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2022-11-23T01:20:27.1172239Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2022-11-23T01:20:27.1465925Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut4-p4.c.o 2022-11-23T01:20:27.2136163Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p3.c.o 2022-11-23T01:20:27.2615925Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-11-23T01:20:27.3098604Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p4.c.o 2022-11-23T01:20:27.3798220Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p3.c.o 2022-11-23T01:20:27.4464922Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-11-23T01:20:27.4814231Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p4.c.o 2022-11-23T01:20:27.4841184Z [ 28%] Linking CXX executable ../../bin/c10_flags_test 2022-11-23T01:20:27.5134673Z [ 28%] Linking CXX executable ../../bin/c10_exception_test 2022-11-23T01:20:27.5607242Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p5.c.o 2022-11-23T01:20:27.5607942Z [ 28%] Linking CXX executable ../../bin/c10_complex_test 2022-11-23T01:20:27.6117807Z [ 28%] Built target c10_flags_test 2022-11-23T01:20:27.6273433Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2022-11-23T01:20:27.6405514Z [ 28%] Built target c10_exception_test 2022-11-23T01:20:27.6472593Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p6.c.o 2022-11-23T01:20:27.6580818Z [ 28%] Linking CXX executable ../../bin/c10_either_test 2022-11-23T01:20:27.6648016Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-11-23T01:20:27.7054570Z [ 28%] Built target c10_complex_test 2022-11-23T01:20:27.7112450Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-11-23T01:20:27.7317067Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2022-11-23T01:20:27.7428948Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-addsub.c.o 2022-11-23T01:20:27.8174479Z [ 28%] Built target c10_either_test 2022-11-23T01:20:27.8219121Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-cvt.c.o 2022-11-23T01:20:27.8366932Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2022-11-23T01:20:27.8566197Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2022-11-23T01:20:27.9097540Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-floor.c.o 2022-11-23T01:20:27.9338965Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-11-23T01:20:27.9912661Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-addsub.c.o 2022-11-23T01:20:28.0762366Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-nearbyint.c.o 2022-11-23T01:20:28.1009683Z [ 29%] Linking CXX executable ../../bin/c10_irange_test 2022-11-23T01:20:28.1686879Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-rint.c.o 2022-11-23T01:20:28.1992140Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-11-23T01:20:28.2270881Z [ 29%] Built target c10_irange_test 2022-11-23T01:20:28.2332223Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T01:20:28.2646089Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-addsub.c.o 2022-11-23T01:20:28.2977204Z [ 29%] Linking CXX executable ../../bin/c10_logging_test 2022-11-23T01:20:28.3037955Z [ 29%] Linking CXX executable ../../bin/c10_intrusive_ptr_test 2022-11-23T01:20:28.3457165Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-ceil.c.o 2022-11-23T01:20:28.3957041Z [ 29%] Linking CXX executable ../../bin/c10_optional_test 2022-11-23T01:20:28.4108303Z [ 29%] Built target c10_logging_test 2022-11-23T01:20:28.4176511Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-cvt.c.o 2022-11-23T01:20:28.4177322Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-addsub.c.o 2022-11-23T01:20:28.4497952Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:20:28.4621074Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-cvt.c.o 2022-11-23T01:20:28.5173239Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:20:28.5373171Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:28.5632403Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-trunc.c.o 2022-11-23T01:20:28.5635455Z [ 29%] Built target c10_optional_test 2022-11-23T01:20:28.5682684Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:28.5844651Z [ 29%] Built target c10_intrusive_ptr_test 2022-11-23T01:20:28.5897029Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:28.6444359Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut64-p2-div.c.o 2022-11-23T01:20:28.6850119Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut2048-p1-div.c.o 2022-11-23T01:20:28.7227933Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:28.7631296Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2022-11-23T01:20:28.7643044Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2022-11-23T01:20:28.8250467Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/params-init.c.o 2022-11-23T01:20:28.8253059Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-p5-div.c.o 2022-11-23T01:20:28.8701875Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:28.9195026Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2022-11-23T01:20:28.9530165Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2022-11-23T01:20:29.0136959Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:20:29.0137934Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:29.1174097Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:29.1446519Z [ 29%] Linking CXX executable ../../bin/c10_registry_test 2022-11-23T01:20:29.2224819Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:29.2225688Z [ 29%] Linking CXX executable ../../bin/c10_ordered_preserving_dict_test 2022-11-23T01:20:29.2429545Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:20:29.2734698Z [ 29%] Built target c10_registry_test 2022-11-23T01:20:29.2845112Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:29.3099905Z [ 29%] Linking CXX executable ../../bin/c10_tempfile_test 2022-11-23T01:20:29.3484444Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:29.3553091Z [ 29%] Built target c10_ordered_preserving_dict_test 2022-11-23T01:20:29.3600123Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:29.3873090Z [ 29%] Linking CXX executable ../../bin/c10_string_view_test 2022-11-23T01:20:29.4504806Z [ 29%] Built target c10_tempfile_test 2022-11-23T01:20:29.4551909Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:29.4594145Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2022-11-23T01:20:29.4796263Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:29.5047950Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:29.5051546Z [ 30%] Built target c10_string_view_test 2022-11-23T01:20:29.5117134Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:29.5516760Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:29.5979341Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:29.6170979Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:20:29.6790217Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:29.6992941Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:29.7349074Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:29.7883384Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:20:29.8228049Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:29.8564743Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:29.8643048Z [ 30%] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2022-11-23T01:20:29.8900706Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:29.9217335Z [ 30%] Linking CXX executable ../../bin/c10_typeid_test 2022-11-23T01:20:29.9868642Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:20:30.0046629Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:20:30.0103073Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:30.0383104Z [ 30%] Built target c10_typeid_test 2022-11-23T01:20:30.0431509Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:30.0530845Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:30.1296661Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:30.1848153Z [ 30%] Linking CXX executable ../../bin/c10_intrusive_ptr_benchmark 2022-11-23T01:20:30.1851838Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:30.1852431Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:30.2495134Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:30.2582351Z [ 30%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPCachingAllocator.cpp.o 2022-11-23T01:20:30.3064583Z [ 30%] Built target c10_intrusive_ptr_benchmark 2022-11-23T01:20:30.3183251Z [ 30%] Generating ../../../include/sleef.h 2022-11-23T01:20:30.3202201Z [ 30%] Generating include/renameavx512fnofma.h 2022-11-23T01:20:30.3211267Z Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma 2022-11-23T01:20:30.3240190Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ 2022-11-23T01:20:30.3274279Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse2 2022-11-23T01:20:30.3291288Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse4 2022-11-23T01:20:30.3299270Z [ 30%] Built target renameAVX512FNOFMA.h_generated 2022-11-23T01:20:30.3316693Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ 2022-11-23T01:20:30.3349185Z [ 30%] Generating include/renameavx512fnofma.h 2022-11-23T01:20:30.3358474Z Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma 2022-11-23T01:20:30.3362767Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ avx 2022-11-23T01:20:30.3404343Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ fma4 2022-11-23T01:20:30.3460598Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i __m256i __AVX__ avx2 2022-11-23T01:20:30.3478099Z Generating sleef.h: mkrename finz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ avx2128 2022-11-23T01:20:30.3492150Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ 2022-11-23T01:20:30.3543173Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512f 2022-11-23T01:20:30.3557820Z Generating sleef.h: mkrename cinz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512fnofma 2022-11-23T01:20:30.3569153Z [ 30%] Generating alias_avx512f.h 2022-11-23T01:20:30.3575078Z Generating sleef.h: mkrename cinz_ 1 1 double float int32_t int32_t __STDC__ purec 2022-11-23T01:20:30.3590979Z Generating sleef.h: mkrename finz_ 1 1 double float int32_t int32_t FP_FAST_FMA purecfma 2022-11-23T01:20:30.3639793Z [ 30%] Built target alias_avx512f.h_generated 2022-11-23T01:20:30.3652820Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:30.3690422Z [ 30%] Generating include/renamecuda.h 2022-11-23T01:20:30.3699130Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2022-11-23T01:20:30.3772700Z [ 30%] Built target headers 2022-11-23T01:20:30.3825984Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:30.3862593Z [ 30%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o 2022-11-23T01:20:30.3945950Z [ 30%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o 2022-11-23T01:20:30.4620084Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:30.4812647Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:20:30.5040805Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:30.6124407Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:30.6355205Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:20:30.6765226Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:20:30.7096893Z [ 30%] Built target sleefavx2 2022-11-23T01:20:30.7143383Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T01:20:30.7399396Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T01:20:30.7999483Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:20:30.8000544Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:20:30.8012575Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:20:30.8013554Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:20:30.8014490Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:20:30.8015413Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:20:30.8069358Z [ 30%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPException.cpp.o 2022-11-23T01:20:30.8078118Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:30.8556823Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:30.8730909Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:30.9383599Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T01:20:30.9619835Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:30.9915722Z [ 30%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimdsp.c.o 2022-11-23T01:20:31.0341743Z [ 30%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o 2022-11-23T01:20:31.0586020Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T01:20:31.1031447Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:31.1303826Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:20:31.1304848Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:20:31.1305687Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:20:31.1306624Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:20:31.1307593Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:20:31.1315384Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:20:31.1357585Z [ 30%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPFunctions.cpp.o 2022-11-23T01:20:31.1526098Z [ 30%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPMallocAsyncAllocator.cpp.o 2022-11-23T01:20:31.2086442Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:31.2306155Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:31.2963088Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-11-23T01:20:31.3473949Z [ 30%] Built target sleefdetavx2 2022-11-23T01:20:31.3519436Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:31.3559067Z [ 30%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o 2022-11-23T01:20:31.3660479Z [ 30%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o 2022-11-23T01:20:31.4578577Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:31.4877380Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-11-23T01:20:31.5085339Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:20:31.5086382Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:20:31.5087579Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:20:31.5095421Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:20:31.5096407Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:20:31.5097342Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:20:31.5155792Z [ 30%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPMiscFunctions.cpp.o 2022-11-23T01:20:31.5189918Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:20:31.5191263Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:20:31.5192608Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:20:31.5193702Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:20:31.5194807Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:20:31.5195832Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:20:31.5253247Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T01:20:31.5886013Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:31.6611815Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:31.6709273Z [ 30%] Built target sleefavx2128 2022-11-23T01:20:31.6755742Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:31.7038377Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:31.7099232Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:20:31.7100556Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:20:31.7101733Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:20:31.7102941Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:20:31.7104055Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:20:31.7105177Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:20:31.7152860Z [ 30%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPStream.cpp.o 2022-11-23T01:20:31.7540213Z [ 30%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/impl/HIPGuardImpl.cpp.o 2022-11-23T01:20:31.7786108Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T01:20:31.7982307Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T01:20:31.8441947Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T01:20:31.8707488Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:31.9823041Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:32.0159827Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:32.0160705Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:32.0837514Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T01:20:32.1075418Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:20:32.1301632Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:20:32.1302557Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:20:32.1303438Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:20:32.1303993Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:20:32.1304494Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:20:32.1304973Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:20:32.1352896Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:20:32.1546640Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:20:32.1547882Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:20:32.1548488Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:20:32.1549007Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:20:32.1549827Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:20:32.1550428Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:20:32.1598668Z [ 30%] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/impl/HIPTest.cpp.o 2022-11-23T01:20:32.1635815Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T01:20:32.1939539Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:32.2901423Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:32.3194202Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:32.3271129Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:32.3694051Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:32.3901354Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T01:20:32.4345371Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:20:32.4654119Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:20:32.4758829Z [ 30%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimdsp.c.o 2022-11-23T01:20:32.5157626Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:20:32.5158990Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:20:32.5160189Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:20:32.5161262Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:20:32.5162396Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:20:32.5163506Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:20:32.5225131Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:32.5230127Z [ 30%] Linking CXX shared library ../../lib/libc10_hip.so 2022-11-23T01:20:32.6273753Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:32.6298478Z [ 30%] Built target c10_hip 2022-11-23T01:20:32.6345258Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:32.6775899Z [ 30%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o 2022-11-23T01:20:32.6943108Z [ 30%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimddp.c.o 2022-11-23T01:20:32.7001527Z [ 30%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o 2022-11-23T01:20:32.7356372Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T01:20:32.7848237Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-11-23T01:20:32.8030680Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:32.9260353Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:32.9448087Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:32.9841653Z [ 30%] Built target sleefdetavx2128 2022-11-23T01:20:32.9889285Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:33.0002795Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T01:20:33.0003663Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:33.0368806Z [ 30%] Built target sleeffma4 2022-11-23T01:20:33.0435216Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:33.0977915Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T01:20:33.1080497Z [ 30%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimdsp.c.o 2022-11-23T01:20:33.1586693Z [ 30%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimddp.c.o 2022-11-23T01:20:33.1669271Z [ 30%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o 2022-11-23T01:20:33.1808460Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:33.2618760Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:33.3035063Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T01:20:33.3284755Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:33.3646004Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:33.4226216Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T01:20:33.4501769Z [ 31%] Built target sleefdetfma4 2022-11-23T01:20:33.4551278Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T01:20:33.4877672Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o 2022-11-23T01:20:33.4906791Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T01:20:33.5366033Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:33.5776873Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:33.6274297Z [ 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-23T01:20:33.6763980Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:33.7202240Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-11-23T01:20:33.7211668Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:33.7304978Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimdsp.c.o 2022-11-23T01:20:33.7848547Z [ 31%] Built target sleefavx 2022-11-23T01:20:33.7896081Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimddp.c.o 2022-11-23T01:20:33.8337007Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o 2022-11-23T01:20:33.8585588Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:33.8824934Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:33.9390510Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:20:33.9798951Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:20:34.0008529Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:34.0391316Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o 2022-11-23T01:20:34.0604157Z [ 31%] Built target sleefdetavx 2022-11-23T01:20:34.0654712Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:34.1340021Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:34.1425531Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimdsp.c.o 2022-11-23T01:20:34.1899494Z [ 31%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimddp.c.o 2022-11-23T01:20:34.2105856Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:34.2512968Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:34.2705372Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:34.3209297Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:34.3838231Z [ 32%] Built target sleefsse4 2022-11-23T01:20:34.3906613Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:34.3950707Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o 2022-11-23T01:20:34.4365876Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o 2022-11-23T01:20:34.4710058Z [ 32%] Built target sleefdetsse4 2022-11-23T01:20:34.4774020Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:34.5025881Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:34.5382430Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:34.5538889Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimdsp.c.o 2022-11-23T01:20:34.5929488Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimddp.c.o 2022-11-23T01:20:34.6331594Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:34.6850842Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:34.7348705Z [ 32%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2022-11-23T01:20:34.7724821Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:34.7728337Z [ 33%] Built target sleefsse2 2022-11-23T01:20:34.7784072Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:20:34.7982378Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:20:34.8429249Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:34.8704854Z [ 33%] Built target sleefdetsse2 2022-11-23T01:20:34.8752932Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:34.8986491Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2022-11-23T01:20:34.9491252Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2022-11-23T01:20:34.9945745Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:35.0113995Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:35.0544374Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:35.0622631Z [ 33%] Built target sleefpurec_scalar 2022-11-23T01:20:35.0669571Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:35.0835747Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2022-11-23T01:20:35.1253155Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:20:35.1594849Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:35.2042381Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:35.2043201Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:35.2047664Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:35.2558973Z [ 33%] Built target sleefdetpurec_scalar 2022-11-23T01:20:35.2621095Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:35.3097049Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2022-11-23T01:20:35.3491984Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:35.3669778Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T01:20:35.4190319Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T01:20:35.4666803Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T01:20:35.4698299Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:35.4757124Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2022-11-23T01:20:35.5321736Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:20:35.5322811Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:20:35.5712095Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:20:35.5913925Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T01:20:35.6192505Z [ 33%] Built target sleefpurecfma_scalar 2022-11-23T01:20:35.6344715Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2022-11-23T01:20:35.6824012Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T01:20:35.7255846Z [ 33%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2022-11-23T01:20:35.7602310Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T01:20:35.7652312Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T01:20:35.8014980Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T01:20:35.8318777Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:20:35.8320223Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T01:20:35.9050812Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:20:35.9061242Z [ 33%] Built target sleefdetpurecfma_scalar 2022-11-23T01:20:35.9110073Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:35.9140808Z [ 33%] Generating dispsse.c 2022-11-23T01:20:35.9246206Z [ 33%] Built target dispsse.c_generated 2022-11-23T01:20:35.9287946Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:35.9511865Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:35.9719018Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T01:20:36.0559117Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T01:20:36.0760073Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T01:20:36.1098648Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T01:20:36.1294017Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T01:20:36.1712586Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T01:20:36.2045936Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:20:36.2046792Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T01:20:36.2345011Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:20:36.2635837Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-11-23T01:20:36.2815360Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-11-23T01:20:36.3172115Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-11-23T01:20:36.3394134Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T01:20:36.4280598Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T01:20:36.4508614Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T01:20:36.4838208Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T01:20:36.4881164Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T01:20:36.5076638Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T01:20:36.5623376Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-11-23T01:20:36.6072423Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:36.6077969Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-11-23T01:20:36.6135908Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-11-23T01:20:36.6488480Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:20:36.6808069Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:20:36.7253699Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:36.7988705Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:36.8264139Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:36.8506254Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:20:36.8970511Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:36.9185765Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:36.9523452Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:36.9597196Z [ 33%] Generating dispavx.c 2022-11-23T01:20:36.9730641Z [ 33%] Built target dispavx.c_generated 2022-11-23T01:20:36.9788424Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:37.0150750Z [ 33%] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2022-11-23T01:20:37.0380663Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o 2022-11-23T01:20:37.0782059Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/add.c.o 2022-11-23T01:20:37.1073637Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/average-pooling.c.o 2022-11-23T01:20:37.1077850Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:37.1542039Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:20:37.1728930Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-11-23T01:20:37.2299844Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-11-23T01:20:37.2300440Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/channel-shuffle.c.o 2022-11-23T01:20:37.2485077Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:37.2928781Z [ 33%] Linking CXX executable ../../../bin/protoc 2022-11-23T01:20:37.3407878Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:37.3811591Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/clamp.c.o 2022-11-23T01:20:37.4052892Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o 2022-11-23T01:20:37.4294151Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o 2022-11-23T01:20:37.4498614Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-11-23T01:20:37.5127351Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:37.5283620Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:37.5478317Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:37.5509599Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o 2022-11-23T01:20:37.5561511Z [ 33%] Built target protoc 2022-11-23T01:20:37.5615070Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/global-average-pooling.c.o 2022-11-23T01:20:37.6271340Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/leaky-relu.c.o 2022-11-23T01:20:37.6568143Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/max-pooling.c.o 2022-11-23T01:20:37.6568763Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:37.6944434Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:37.7118887Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:37.7465221Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-11-23T01:20:37.7649407Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-11-23T01:20:37.7841261Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sigmoid.c.o 2022-11-23T01:20:37.8275203Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/softargmax.c.o 2022-11-23T01:20:37.8576469Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-delete.c.o 2022-11-23T01:20:37.8580262Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:37.9066324Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:37.9554110Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:38.0015883Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/indirection.c.o 2022-11-23T01:20:38.0016853Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:38.0120538Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2022-11-23T01:20:38.0386654Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-11-23T01:20:38.0822882Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2022-11-23T01:20:38.1128802Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-run.c.o 2022-11-23T01:20:38.1594363Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:38.1594927Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-11-23T01:20:38.1639878Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8lut/scalar.c.o 2022-11-23T01:20:38.2126788Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2022-11-23T01:20:38.2432706Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2022-11-23T01:20:38.2960106Z [ 33%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2022-11-23T01:20:38.2961065Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:38.2961559Z [ 33%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-11-23T01:20:38.3430804Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-11-23T01:20:38.3725457Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:38.3985223Z [ 34%] Generating src/x86_64-fma/2d-fourier-8x8.py.o 2022-11-23T01:20:38.4448350Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-11-23T01:20:38.4449371Z [ 34%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2022-11-23T01:20:38.4716353Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2022-11-23T01:20:38.5302620Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-11-23T01:20:38.5480355Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:38.5911044Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:38.6117623Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2022-11-23T01:20:38.6353494Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-11-23T01:20:38.6601857Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-11-23T01:20:38.7152406Z [ 34%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2022-11-23T01:20:38.7468064Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2022-11-23T01:20:38.7516091Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:38.7816725Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-11-23T01:20:38.8514321Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-11-23T01:20:38.8954931Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:38.8956018Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2022-11-23T01:20:38.8956879Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-11-23T01:20:38.9754909Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2022-11-23T01:20:39.0150583Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2022-11-23T01:20:39.0533797Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:39.0788385Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-11-23T01:20:39.1275032Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-11-23T01:20:39.1345648Z [ 34%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2022-11-23T01:20:39.1531079Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2022-11-23T01:20:39.1957008Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:39.2428458Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2022-11-23T01:20:39.2806416Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-11-23T01:20:39.3325213Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:39.3648539Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-11-23T01:20:39.4066710Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2022-11-23T01:20:39.4122921Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-11-23T01:20:39.4558692Z [ 34%] Linking CXX static library ../../../lib/libgmock_main.a 2022-11-23T01:20:39.4738018Z [ 34%] Built target gmock_main 2022-11-23T01:20:39.4793119Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2022-11-23T01:20:39.5239403Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-11-23T01:20:39.5272170Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:39.5294227Z [ 34%] Linking CXX static library ../../lib/libfbgemm.a 2022-11-23T01:20:39.5880586Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2022-11-23T01:20:39.6172384Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-11-23T01:20:39.6188111Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-11-23T01:20:39.6564087Z [ 34%] Built target fbgemm 2022-11-23T01:20:39.6625685Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-11-23T01:20:39.6806734Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:39.7157686Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2022-11-23T01:20:39.7827540Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:39.8067084Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-11-23T01:20:39.8589530Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2022-11-23T01:20:39.8600907Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8vadd/sse2.c.o 2022-11-23T01:20:39.8859594Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-11-23T01:20:39.9186411Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:39.9571915Z [ 34%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2022-11-23T01:20:40.0070788Z [ 34%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2022-11-23T01:20:40.0419781Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:40.0645671Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8clamp/sse2.c.o 2022-11-23T01:20:40.1147339Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-11-23T01:20:40.1678744Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-11-23T01:20:40.1685182Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:40.1996210Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-11-23T01:20:40.2394944Z [ 34%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2022-11-23T01:20:40.2574098Z [ 34%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2022-11-23T01:20:40.2938503Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8rmax/sse2.c.o 2022-11-23T01:20:40.3149848Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:40.3523989Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-11-23T01:20:40.3723572Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-11-23T01:20:40.3929246Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2022-11-23T01:20:40.4167321Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-11-23T01:20:40.4606239Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:40.5122603Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-11-23T01:20:40.5158936Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2022-11-23T01:20:40.5782052Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-11-23T01:20:40.6064190Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:40.6077722Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-11-23T01:20:40.6370798Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-11-23T01:20:40.6926516Z [ 34%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-11-23T01:20:40.6930657Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2022-11-23T01:20:40.7564565Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-11-23T01:20:40.7565179Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:40.8313390Z [ 34%] Linking C static library ../../lib/libqnnpack.a 2022-11-23T01:20:40.8325046Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:40.8460908Z [ 34%] Generating src/x86_64-fma/2d-fourier-16x16.py.o 2022-11-23T01:20:40.8612486Z [ 34%] Built target qnnpack 2022-11-23T01:20:40.8671869Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-11-23T01:20:40.8787431Z [ 34%] Linking CXX static library ../../../../lib/libdnnl_graph.a 2022-11-23T01:20:40.8987414Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-11-23T01:20:40.9023594Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-11-23T01:20:40.9778856Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-11-23T01:20:41.0045579Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:41.0188462Z [ 34%] Built target dnnl_graph 2022-11-23T01:20:41.0242724Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:41.0655638Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-11-23T01:20:41.1044022Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-11-23T01:20:41.1375722Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-11-23T01:20:41.1381870Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-11-23T01:20:41.1812860Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:41.2038286Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:41.2921482Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-11-23T01:20:41.3248886Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:41.3299710Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-11-23T01:20:41.3632626Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2-per-channel.c.o 2022-11-23T01:20:41.4025199Z [ 34%] Linking CXX static library ../../../lib/libkineto.a 2022-11-23T01:20:41.4490877Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:41.4514262Z [ 34%] Built target kineto 2022-11-23T01:20:41.4618512Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-fmagic.c.o 2022-11-23T01:20:41.4989263Z [ 34%] Building CXX object c10/hip/test/CMakeFiles/c10_hip_HIPTest.dir/impl/HIPTest.cpp.o 2022-11-23T01:20:41.5400681Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-11-23T01:20:41.5703315Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-11-23T01:20:41.5780117Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-sse2.c.o 2022-11-23T01:20:41.6632316Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-lrintf.c.o 2022-11-23T01:20:41.7246367Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-scalar.c.o 2022-11-23T01:20:41.7622519Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-11-23T01:20:41.7808865Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x64.c.o 2022-11-23T01:20:41.8153764Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-11-23T01:20:41.8342112Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-signed64.c.o 2022-11-23T01:20:41.8652165Z [ 34%] Linking CXX executable ../../../bin/c10_hip_HIPTest 2022-11-23T01:20:41.9153282Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned32.c.o 2022-11-23T01:20:41.9615864Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2-per-channel.c.o 2022-11-23T01:20:41.9863519Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned64.c.o 2022-11-23T01:20:41.9988523Z [ 34%] Built target c10_hip_HIPTest 2022-11-23T01:20:42.0034492Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-scalar.c.o 2022-11-23T01:20:42.0123168Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-11-23T01:20:42.0408109Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-11-23T01:20:42.0825634Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:20:42.1352815Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x1.c.o 2022-11-23T01:20:42.1544340Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-11-23T01:20:42.1984646Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-11-23T01:20:42.2379803Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x2.c.o 2022-11-23T01:20:42.2571744Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x4.c.o 2022-11-23T01:20:42.2783362Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x1.c.o 2022-11-23T01:20:42.3147020Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-11-23T01:20:42.3430980Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-11-23T01:20:42.3462212Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:20:42.3988725Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T01:20:42.3998479Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x2.c.o 2022-11-23T01:20:42.4483979Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x4.c.o 2022-11-23T01:20:42.4883530Z [ 34%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-dq-sse2.c.o 2022-11-23T01:20:42.5181523Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T01:20:42.5508081Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T01:20:42.5514797Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-11-23T01:20:42.6179646Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c.o 2022-11-23T01:20:42.6670145Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T01:20:42.7224947Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T01:20:42.7405647Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T01:20:42.7430033Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:20:42.7961781Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:20:42.8391743Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:42.8697307Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T01:20:42.8792134Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-sse2.c.o 2022-11-23T01:20:42.9502220Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T01:20:42.9950483Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T01:20:43.0196038Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-scalar-c1.c.o 2022-11-23T01:20:43.0627449Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:43.0850686Z [ 35%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/torch.proto 2022-11-23T01:20:43.1201296Z [ 35%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2.proto 2022-11-23T01:20:43.1208343Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:43.1362968Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/sse2.c.o 2022-11-23T01:20:43.1413248Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:43.2029413Z [ 35%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o 2022-11-23T01:20:43.2496590Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:43.3021065Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/sse2.c.o 2022-11-23T01:20:43.3310556Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-11-23T01:20:43.3367484Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:43.3994076Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:20:43.4319554Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-11-23T01:20:43.4326307Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:43.5298830Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:43.5683140Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o 2022-11-23T01:20:43.5854493Z [ 35%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o 2022-11-23T01:20:43.6239696Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:20:43.6615963Z [ 35%] Running gen_proto.py on onnx/onnx.in.proto 2022-11-23T01:20:43.6897803Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:43.6899312Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-11-23T01:20:43.6974501Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx.in.proto 2022-11-23T01:20:43.6979861Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T01:20:43.6999155Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2022-11-23T01:20:43.7024586Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-ml.pb.h 2022-11-23T01:20:43.7025031Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_pb.py 2022-11-23T01:20:43.7125380Z [ 35%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-11-23T01:20:43.7663788Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-11-23T01:20:43.8361235Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:43.8925610Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:20:43.8929472Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-11-23T01:20:43.9070607Z [ 35%] Built target gen_onnx_proto 2022-11-23T01:20:43.9129376Z [ 35%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-11-23T01:20:43.9518994Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:43.9848554Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:44.0088568Z [ 35%] Linking CXX static library ../../lib/libpytorch_qnnpack.a 2022-11-23T01:20:44.0446254Z [ 35%] Built target pytorch_qnnpack 2022-11-23T01:20:44.0505501Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:44.0656325Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimdsp.c.o 2022-11-23T01:20:44.0944130Z [ 35%] Built target Caffe2_PROTO 2022-11-23T01:20:44.1005785Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimddp.c.o 2022-11-23T01:20:44.1222046Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimdsp.c.o 2022-11-23T01:20:44.1482151Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:44.1874474Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:44.3014252Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:44.3015137Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:44.3350063Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:44.3665771Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimddp.c.o 2022-11-23T01:20:44.3953486Z [ 36%] Built target sleefavx512fnofma 2022-11-23T01:20:44.4019248Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:44.4607883Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:44.4705816Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o 2022-11-23T01:20:44.5286616Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:44.5478152Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:44.6300901Z [ 36%] Built target sleefdetavx512fnofma 2022-11-23T01:20:44.6318386Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:44.6360508Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:20:44.6885215Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:44.7011586Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimdsp.c.o 2022-11-23T01:20:44.7498586Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o 2022-11-23T01:20:44.7960963Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:44.8371072Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:44.8549659Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:20:44.9243932Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:20:44.9652194Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-11-23T01:20:44.9926770Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimddp.c.o 2022-11-23T01:20:45.0158758Z [ 36%] Built target sleefavx512f 2022-11-23T01:20:45.0221475Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-11-23T01:20:45.0741262Z [ 36%] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o 2022-11-23T01:20:45.0921286Z [ 36%] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o 2022-11-23T01:20:45.1327765Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-11-23T01:20:45.1793661Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:20:45.2330918Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-11-23T01:20:45.2881674Z [ 36%] Built target sleefdetavx512f 2022-11-23T01:20:45.2941327Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T01:20:45.2966918Z [ 36%] Built target dispsse_obj 2022-11-23T01:20:45.3015913Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T01:20:45.3398818Z [ 36%] Linking CXX static library ../lib/libcaffe2_protos.a 2022-11-23T01:20:45.3635283Z [ 36%] Built target caffe2_protos 2022-11-23T01:20:45.3675525Z [ 36%] Built target dispavx_obj 2022-11-23T01:20:45.3679813Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T01:20:45.3725832Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T01:20:45.4205626Z [ 37%] Running gen_proto.py on onnx/onnx-data.in.proto 2022-11-23T01:20:45.4276978Z [ 37%] Running gen_proto.py on onnx/onnx-operators.in.proto 2022-11-23T01:20:45.4427644Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:20:45.4611521Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-data.in.proto 2022-11-23T01:20:45.4615869Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T01:20:45.4618922Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2022-11-23T01:20:45.4623628Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data.pb.h 2022-11-23T01:20:45.4624625Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_data_pb.py 2022-11-23T01:20:45.4711531Z [ 37%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-11-23T01:20:45.4757695Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-operators.in.proto 2022-11-23T01:20:45.4765641Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T01:20:45.4768877Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2022-11-23T01:20:45.4774246Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2022-11-23T01:20:45.4776029Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_operators_pb.py 2022-11-23T01:20:45.4887473Z [ 37%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-11-23T01:20:45.5032065Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:45.5058415Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T01:20:45.5354287Z [ 37%] Built target gen_onnx_data_proto 2022-11-23T01:20:45.5404554Z [ 37%] Built target gen_onnx_operators_proto 2022-11-23T01:20:45.5445959Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T01:20:45.5633151Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o 2022-11-23T01:20:45.6161706Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o 2022-11-23T01:20:45.6330730Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2022-11-23T01:20:45.6902532Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:45.6913879Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T01:20:45.7664834Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o 2022-11-23T01:20:45.7675032Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T01:20:45.8010209Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T01:20:45.8333059Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:45.8636871Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o 2022-11-23T01:20:45.8889720Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:20:45.9289087Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-11-23T01:20:45.9646611Z [ 37%] Linking C static library ../../lib/libsleef.a 2022-11-23T01:20:45.9834119Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-11-23T01:20:46.0068171Z [ 37%] Built target sleef 2022-11-23T01:20:46.0116873Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-11-23T01:20:46.0331652Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2022-11-23T01:20:46.0638974Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2022-11-23T01:20:46.0910028Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:20:46.1371088Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-11-23T01:20:46.1639375Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-11-23T01:20:46.2255896Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:20:46.2691500Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-11-23T01:20:46.3108082Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-11-23T01:20:46.3501433Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-11-23T01:20:46.3914266Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-11-23T01:20:46.4321458Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-11-23T01:20:46.4759872Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:46.4766050Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2022-11-23T01:20:46.5217107Z [ 37%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T01:20:46.5445510Z [ 37%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T01:20:46.6106578Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:46.6356927Z [ 37%] Linking CXX static library ../../lib/libXNNPACK.a 2022-11-23T01:20:46.7145346Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:46.7707923Z [ 37%] Built target XNNPACK 2022-11-23T01:20:46.7785139Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:46.8431923Z [ 37%] Linking CXX static library ../../lib/libonnx_proto.a 2022-11-23T01:20:46.8497844Z [ 37%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX512.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T01:20:46.8680395Z [ 37%] Built target onnx_proto 2022-11-23T01:20:46.8734309Z [ 37%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX512.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T01:20:46.8986761Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:46.9358256Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:47.0203887Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:47.1168770Z [ 37%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-11-23T01:20:47.1664135Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:47.2069012Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:47.2757522Z [ 37%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T01:20:47.3348410Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:47.3409114Z [ 37%] Linking CXX executable ../bin/vec_test_all_types_DEFAULT 2022-11-23T01:20:47.4546240Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:47.5498054Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:47.5606706Z [ 37%] Built target vec_test_all_types_DEFAULT 2022-11-23T01:20:47.5663640Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:47.5957396Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:47.6008538Z [ 37%] Linking CXX executable ../bin/vec_test_all_types_AVX512 2022-11-23T01:20:47.6870866Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o 2022-11-23T01:20:47.7029843Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o 2022-11-23T01:20:47.7560208Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:47.7943425Z [ 37%] Built target vec_test_all_types_AVX512 2022-11-23T01:20:47.8044422Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:47.8431062Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2022-11-23T01:20:47.8726771Z [ 37%] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o 2022-11-23T01:20:47.8750023Z [ 37%] Linking CXX executable ../bin/vec_test_all_types_AVX2 2022-11-23T01:20:47.9077184Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:48.0318346Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:48.0821246Z [ 37%] Built target vec_test_all_types_AVX2 2022-11-23T01:20:48.0874991Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:48.0918796Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:48.0942023Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:48.1669922Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2022-11-23T01:20:48.1833893Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2022-11-23T01:20:48.2287459Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2022-11-23T01:20:48.2713245Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:48.3330155Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2022-11-23T01:20:48.3342032Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:48.3999455Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2022-11-23T01:20:48.4280495Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2022-11-23T01:20:48.4740116Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:48.5556284Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:48.5965500Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2022-11-23T01:20:48.6352490Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:48.6691800Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:48.7249477Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2022-11-23T01:20:48.7516540Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2022-11-23T01:20:48.7966695Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:48.8356955Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2022-11-23T01:20:48.8927512Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:48.9589589Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:49.0074993Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2022-11-23T01:20:49.0656007Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:49.0990855Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:49.1523020Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:49.1845266Z [ 37%] Generating src/x86_64-fma/blas/s8gemm.py.o 2022-11-23T01:20:49.1899787Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2022-11-23T01:20:49.2164425Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:49.2624579Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2022-11-23T01:20:49.2845331Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2022-11-23T01:20:49.3390635Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:49.4316125Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2022-11-23T01:20:49.4317644Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:49.5284862Z [ 37%] Generating src/x86_64-fma/blas/c8gemm.py.o 2022-11-23T01:20:49.5478060Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:49.5779680Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:49.6742562Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:49.6897962Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:49.6944394Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:49.7451811Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2022-11-23T01:20:49.7878525Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2022-11-23T01:20:49.8076958Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2022-11-23T01:20:49.8460678Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:49.8540507Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:49.9514324Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2022-11-23T01:20:50.0030907Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:50.0759205Z [ 37%] Generating src/x86_64-fma/blas/s4c6gemm.py.o 2022-11-23T01:20:50.1216672Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:50.1283986Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-11-23T01:20:50.2052241Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-11-23T01:20:50.2509838Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2022-11-23T01:20:50.2510465Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-11-23T01:20:50.2748330Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-fmagic.c.o 2022-11-23T01:20:50.3388445Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2022-11-23T01:20:50.3864935Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-lrintf.c.o 2022-11-23T01:20:50.4014245Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2022-11-23T01:20:50.4428608Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2022-11-23T01:20:50.5152950Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-scalar.c.o 2022-11-23T01:20:50.6004737Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-signed64.c.o 2022-11-23T01:20:50.6287943Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2022-11-23T01:20:50.6505755Z [ 37%] Generating src/x86_64-fma/blas/conv1x1.py.o 2022-11-23T01:20:50.7097743Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned32.c.o 2022-11-23T01:20:50.7123408Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2022-11-23T01:20:50.8089777Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2022-11-23T01:20:50.8096948Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned64.c.o 2022-11-23T01:20:50.8418458Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x1.c.o 2022-11-23T01:20:50.8976337Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2022-11-23T01:20:50.9323600Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x2.c.o 2022-11-23T01:20:50.9908311Z [ 38%] Generating src/x86_64-fma/blas/sgemm.py.o 2022-11-23T01:20:50.9947612Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x4.c.o 2022-11-23T01:20:51.0169170Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2022-11-23T01:20:51.0817927Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x1.c.o 2022-11-23T01:20:51.1169957Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x2.c.o 2022-11-23T01:20:51.1651811Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2022-11-23T01:20:51.2041338Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x4.c.o 2022-11-23T01:20:51.2302336Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T01:20:51.2844429Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2022-11-23T01:20:51.3102494Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T01:20:51.3622188Z [ 38%] Generating src/x86_64-fma/max-pooling.py.o 2022-11-23T01:20:51.3778074Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2022-11-23T01:20:51.4366874Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T01:20:51.4447930Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-11-23T01:20:51.5322804Z [ 38%] Generating src/x86_64-fma/relu.py.o 2022-11-23T01:20:51.5397266Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2022-11-23T01:20:51.5399962Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-11-23T01:20:51.5574513Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2022-11-23T01:20:51.6485063Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-11-23T01:20:51.6928143Z [ 38%] Generating src/x86_64-fma/softmax.py.o 2022-11-23T01:20:51.6942993Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c1.c.o 2022-11-23T01:20:51.7474888Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2022-11-23T01:20:51.8008539Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c2.c.o 2022-11-23T01:20:51.8522321Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c4.c.o 2022-11-23T01:20:51.9076488Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2022-11-23T01:20:51.9383186Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T01:20:51.9739819Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2022-11-23T01:20:52.0045002Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/scalar-x4.c.o 2022-11-23T01:20:52.0374373Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2022-11-23T01:20:52.1272385Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c1.c.o 2022-11-23T01:20:52.2022954Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c2.c.o 2022-11-23T01:20:52.2430898Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2022-11-23T01:20:52.2960525Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c4.c.o 2022-11-23T01:20:52.3753397Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-lut32norm/scalar.c.o 2022-11-23T01:20:52.4143636Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2022-11-23T01:20:52.4179536Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-11-23T01:20:52.4306168Z [ 38%] Generating src/x86_64-fma/blas/sdotxf.py.o 2022-11-23T01:20:52.4528169Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/scalar.c.o 2022-11-23T01:20:52.5016927Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/scalar-x4.c.o 2022-11-23T01:20:52.5612447Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2022-11-23T01:20:52.5629181Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2022-11-23T01:20:52.6466503Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-copy/memcpy.c.o 2022-11-23T01:20:52.6980106Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/scalar-x16.c.o 2022-11-23T01:20:52.7429648Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o 2022-11-23T01:20:52.7818592Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/scalar.c.o 2022-11-23T01:20:52.8454866Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x1.c.o 2022-11-23T01:20:52.8713960Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2022-11-23T01:20:52.9305288Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x2.c.o 2022-11-23T01:20:52.9654412Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-11-23T01:20:52.9655061Z [ 38%] Generating src/x86_64-fma/blas/shdotxf.py.o 2022-11-23T01:20:52.9912243Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x8.c.o 2022-11-23T01:20:53.0306971Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2022-11-23T01:20:53.0510551Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2022-11-23T01:20:53.0969732Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x16.c.o 2022-11-23T01:20:53.1202076Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x2-scalar-int.c.o 2022-11-23T01:20:53.1786595Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x4-scalar-int.c.o 2022-11-23T01:20:53.1956434Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x1-scalar-int.c.o 2022-11-23T01:20:53.2820449Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x2-scalar-int.c.o 2022-11-23T01:20:53.2836052Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x4-scalar-int.c.o 2022-11-23T01:20:53.3501047Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x1-scalar-int.c.o 2022-11-23T01:20:53.3816450Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x2-scalar-int.c.o 2022-11-23T01:20:53.3819191Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x4-scalar-int.c.o 2022-11-23T01:20:53.4443496Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-scalar.c.o 2022-11-23T01:20:53.4651225Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-scalar.c.o 2022-11-23T01:20:53.5104564Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-scalar.c.o 2022-11-23T01:20:53.5105154Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-scalar.c.o 2022-11-23T01:20:53.5564353Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x2-scalar-int.c.o 2022-11-23T01:20:53.5725256Z [ 38%] Linking CXX static library ../../lib/libonnx.a 2022-11-23T01:20:53.5784767Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x4-scalar-int.c.o 2022-11-23T01:20:53.6396171Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x1-scalar-int.c.o 2022-11-23T01:20:53.6397217Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x2-scalar-int.c.o 2022-11-23T01:20:53.6419749Z [ 38%] Built target onnx 2022-11-23T01:20:53.6479739Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x4-scalar-int.c.o 2022-11-23T01:20:53.6806318Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x1-scalar-int.c.o 2022-11-23T01:20:53.7095783Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x2-scalar-int.c.o 2022-11-23T01:20:53.7609501Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x4-scalar-int.c.o 2022-11-23T01:20:53.7777077Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-11-23T01:20:53.7815233Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x2-scalar.c.o 2022-11-23T01:20:53.8081776Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x3-scalar.c.o 2022-11-23T01:20:53.8336187Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-scalar.c.o 2022-11-23T01:20:53.8841714Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-float.c.o 2022-11-23T01:20:53.8851311Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-int.c.o 2022-11-23T01:20:53.9167986Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-float.c.o 2022-11-23T01:20:53.9240552Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-int.c.o 2022-11-23T01:20:53.9596462Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-float.c.o 2022-11-23T01:20:54.0154715Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-int.c.o 2022-11-23T01:20:54.0164753Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-float.c.o 2022-11-23T01:20:54.0456797Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-int.c.o 2022-11-23T01:20:54.0466906Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-float.c.o 2022-11-23T01:20:54.1154636Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-int.c.o 2022-11-23T01:20:54.1590115Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-int.c.o 2022-11-23T01:20:54.1596566Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-float.c.o 2022-11-23T01:20:54.1642834Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-float.c.o 2022-11-23T01:20:54.1959220Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-int.c.o 2022-11-23T01:20:54.2397964Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-float.c.o 2022-11-23T01:20:54.2700286Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-int.c.o 2022-11-23T01:20:54.2758951Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/scalar.c.o 2022-11-23T01:20:54.2963571Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-scalar.c.o 2022-11-23T01:20:54.3294989Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-scalar.c.o 2022-11-23T01:20:54.3613317Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-scalar.c.o 2022-11-23T01:20:54.3862470Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-scalar.c.o 2022-11-23T01:20:54.4206093Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-int.c.o 2022-11-23T01:20:54.4209272Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-float.c.o 2022-11-23T01:20:54.4924970Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-float.c.o 2022-11-23T01:20:54.4938834Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-int.c.o 2022-11-23T01:20:54.5120098Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-float.c.o 2022-11-23T01:20:54.5654960Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-int.c.o 2022-11-23T01:20:54.5661577Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-float.c.o 2022-11-23T01:20:54.6344811Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-float.c.o 2022-11-23T01:20:54.6348304Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-int.c.o 2022-11-23T01:20:54.6352439Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-int.c.o 2022-11-23T01:20:54.6970898Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T01:20:54.6971456Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-11-23T01:20:54.7655616Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-1x1.c.o 2022-11-23T01:20:54.7661296Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-11-23T01:20:54.7903434Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse-acc2.c.o 2022-11-23T01:20:54.8313469Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse.c.o 2022-11-23T01:20:54.8698704Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse-acc2.c.o 2022-11-23T01:20:54.8885589Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse.c.o 2022-11-23T01:20:54.9175259Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse-acc2.c.o 2022-11-23T01:20:54.9378071Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2022-11-23T01:20:54.9631555Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2022-11-23T01:20:54.9962013Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2022-11-23T01:20:55.0046840Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2022-11-23T01:20:55.0561643Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2022-11-23T01:20:55.0562395Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2022-11-23T01:20:55.0797957Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse.c.o 2022-11-23T01:20:55.1150774Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2022-11-23T01:20:55.1188261Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse-acc2.c.o 2022-11-23T01:20:55.1387061Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse.c.o 2022-11-23T01:20:55.1741601Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse-acc2.c.o 2022-11-23T01:20:55.1916734Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-11-23T01:20:55.2291207Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2022-11-23T01:20:55.2585503Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2022-11-23T01:20:55.2621719Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2022-11-23T01:20:55.2803044Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2022-11-23T01:20:55.3271223Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse-acc2.c.o 2022-11-23T01:20:55.3586171Z [ 39%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o 2022-11-23T01:20:55.3626166Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-11-23T01:20:55.3935969Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse-acc2.c.o 2022-11-23T01:20:55.4136218Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-11-23T01:20:55.4316885Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse-acc2.c.o 2022-11-23T01:20:55.4559751Z [ 39%] Linking C static library ../../lib/libnnpack.a 2022-11-23T01:20:55.4814608Z [ 39%] Built target nnpack 2022-11-23T01:20:55.4858674Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-11-23T01:20:55.5118475Z [ 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-23T01:20:55.5496647Z [ 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-23T01:20:55.5585196Z [ 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-23T01:20:55.5637203Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2022-11-23T01:20:55.6071268Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedFallback.cpp.o 2022-11-23T01:20:55.6320029Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedTensorImpl.cpp.o 2022-11-23T01:20:55.6793589Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchingRegistrations.cpp.o 2022-11-23T01:20:55.7135611Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2022-11-23T01:20:55.7477352Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4.c.o 2022-11-23T01:20:55.8608899Z [ 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-23T01:20:55.8843730Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4.c.o 2022-11-23T01:20:55.9766256Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2022-11-23T01:20:56.0041180Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-3x4.c.o 2022-11-23T01:20:56.1377214Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-4x4.c.o 2022-11-23T01:20:56.1660929Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-5x4.c.o 2022-11-23T01:20:56.2495797Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2022-11-23T01:20:56.2803364Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-6x4.c.o 2022-11-23T01:20:56.3485971Z [ 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-23T01:20:56.3908112Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2022-11-23T01:20:56.4579435Z [ 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-23T01:20:56.5315066Z [ 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-23T01:20:56.5848092Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2022-11-23T01:20:56.6374457Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4.c.o 2022-11-23T01:20:56.7452202Z [ 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-23T01:20:56.7742945Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4.c.o 2022-11-23T01:20:56.8286541Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-3x4.c.o 2022-11-23T01:20:56.8684441Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2022-11-23T01:20:56.8893603Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2022-11-23T01:20:56.9672342Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-4x4.c.o 2022-11-23T01:20:57.0746521Z [ 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-23T01:20:57.0887973Z [ 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-23T01:20:57.1166718Z [ 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-23T01:20:57.1987393Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2022-11-23T01:20:57.1991076Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2022-11-23T01:20:57.2376190Z [ 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-23T01:20:57.3686127Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2022-11-23T01:20:57.3687267Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4.c.o 2022-11-23T01:20:57.4441664Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2022-11-23T01:20:57.4772833Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc2.c.o 2022-11-23T01:20:57.5063897Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2022-11-23T01:20:57.5916878Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc3.c.o 2022-11-23T01:20:57.6195786Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4.c.o 2022-11-23T01:20:57.6920154Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2022-11-23T01:20:57.7449438Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4-acc2.c.o 2022-11-23T01:20:57.8566159Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4.c.o 2022-11-23T01:20:57.8837436Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4-acc2.c.o 2022-11-23T01:20:57.9749649Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-11-23T01:20:57.9952533Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2022-11-23T01:20:58.0324320Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-5x4.c.o 2022-11-23T01:20:58.0862754Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2022-11-23T01:20:58.1245976Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc2.c.o 2022-11-23T01:20:58.1671317Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2022-11-23T01:20:58.2280798Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc3.c.o 2022-11-23T01:20:58.2963225Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc4.c.o 2022-11-23T01:20:58.3401824Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2022-11-23T01:20:58.4270481Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc5.c.o 2022-11-23T01:20:58.4872410Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4.c.o 2022-11-23T01:20:58.4873513Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc2.c.o 2022-11-23T01:20:58.5407592Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2022-11-23T01:20:58.6158139Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc3.c.o 2022-11-23T01:20:58.6201661Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o 2022-11-23T01:20:58.6203206Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2022-11-23T01:20:58.7099846Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-11-23T01:20:58.7472154Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4-acc2.c.o 2022-11-23T01:20:58.7515155Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2022-11-23T01:20:58.8289588Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2022-11-23T01:20:58.8802324Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2022-11-23T01:20:58.9146497Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4.c.o 2022-11-23T01:20:59.0075372Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-11-23T01:20:59.1031704Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-11-23T01:20:59.1906256Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-11-23T01:20:59.2758917Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-dup.c.o 2022-11-23T01:20:59.2997055Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-load1.c.o 2022-11-23T01:20:59.3684836Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8s4inc-minmax-sse.c.o 2022-11-23T01:20:59.3685801Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2022-11-23T01:20:59.4252590Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2022-11-23T01:20:59.5200935Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-dup.c.o 2022-11-23T01:20:59.5757339Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-load1.c.o 2022-11-23T01:20:59.5772774Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8s4inc-minmax-sse.c.o 2022-11-23T01:20:59.6403962Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2022-11-23T01:20:59.7122577Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-dup.c.o 2022-11-23T01:20:59.7317878Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-load1.c.o 2022-11-23T01:20:59.7357782Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2022-11-23T01:20:59.7563189Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8s4inc-minmax-sse.c.o 2022-11-23T01:20:59.8287550Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2022-11-23T01:20:59.9070917Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorUtils.cpp.o 2022-11-23T01:20:59.9077959Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-dup.c.o 2022-11-23T01:20:59.9532192Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-load1.c.o 2022-11-23T01:21:00.0393390Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2022-11-23T01:21:00.0718682Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8s4inc-minmax-sse.c.o 2022-11-23T01:21:00.1167001Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2022-11-23T01:21:00.1946277Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-dup.c.o 2022-11-23T01:21:00.3007512Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T01:21:00.4032667Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8s4-minmax-sse.c.o 2022-11-23T01:21:00.4252465Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2022-11-23T01:21:00.5133333Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-dup.c.o 2022-11-23T01:21:00.6515960Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-load1.c.o 2022-11-23T01:21:00.6523848Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2022-11-23T01:21:00.7491944Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8s4-minmax-sse.c.o 2022-11-23T01:21:00.8908723Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T01:21:00.9604043Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-dup.c.o 2022-11-23T01:21:00.9773299Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T01:21:00.9844113Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8s4-minmax-sse.c.o 2022-11-23T01:21:01.0336974Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2022-11-23T01:21:01.0706600Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2022-11-23T01:21:01.0895659Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2022-11-23T01:21:01.1414231Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-dup.c.o 2022-11-23T01:21:01.1739481Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-load1.c.o 2022-11-23T01:21:01.1770502Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2022-11-23T01:21:01.2724355Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2022-11-23T01:21:01.2998290Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8s4-minmax-sse.c.o 2022-11-23T01:21:01.4058501Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p4.c.o 2022-11-23T01:21:01.5829056Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapMode.cpp.o 2022-11-23T01:21:01.5830376Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-11-23T01:21:01.7164052Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c4.c.o 2022-11-23T01:21:01.7179238Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2022-11-23T01:21:01.8755893Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-11-23T01:21:01.8977620Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-dup.c.o 2022-11-23T01:21:01.9699990Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-11-23T01:21:02.0199277Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapTransforms.cpp.o 2022-11-23T01:21:02.0800403Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2022-11-23T01:21:02.1229824Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8s4-minmax-sse.c.o 2022-11-23T01:21:02.1445966Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-dup.c.o 2022-11-23T01:21:02.2274923Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2022-11-23T01:21:02.2699058Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-load1.c.o 2022-11-23T01:21:02.3513939Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8s4-minmax-sse.c.o 2022-11-23T01:21:02.3619683Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-11-23T01:21:02.4091321Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2022-11-23T01:21:02.4611633Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2022-11-23T01:21:02.5086746Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-dup.c.o 2022-11-23T01:21:02.6209419Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-11-23T01:21:02.6889774Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2022-11-23T01:21:02.7387951Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8s4-minmax-sse.c.o 2022-11-23T01:21:02.7973837Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-dup.c.o 2022-11-23T01:21:02.8534208Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2022-11-23T01:21:02.9088505Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-load1.c.o 2022-11-23T01:21:03.0286713Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8s4-minmax-sse.c.o 2022-11-23T01:21:03.1393503Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-11-23T01:21:03.1600454Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2022-11-23T01:21:03.1923016Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-11-23T01:21:03.2216894Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-11-23T01:21:03.2890271Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2022-11-23T01:21:03.3230422Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x8-minmax-sse.c.o 2022-11-23T01:21:03.3714236Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2022-11-23T01:21:03.3985959Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x4.c.o 2022-11-23T01:21:03.4437962Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2022-11-23T01:21:03.5290364Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x8.c.o 2022-11-23T01:21:03.5850858Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/sse.c.o 2022-11-23T01:21:03.5856904Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2022-11-23T01:21:03.6579282Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-sse.c.o 2022-11-23T01:21:03.6602960Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2022-11-23T01:21:03.7195143Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2022-11-23T01:21:03.8351233Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-sse.c.o 2022-11-23T01:21:03.9952003Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/16x1-minmax-sse.c.o 2022-11-23T01:21:04.0483946Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-11-23T01:21:04.1571666Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2022-11-23T01:21:04.1811187Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x4.c.o 2022-11-23T01:21:04.2834658Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-11-23T01:21:04.3906020Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x4.c.o 2022-11-23T01:21:04.5197912Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-11-23T01:21:04.6216938Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x4.c.o 2022-11-23T01:21:04.7817686Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-11-23T01:21:04.8523368Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x4.c.o 2022-11-23T01:21:04.8946179Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-11-23T01:21:04.8990720Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2022-11-23T01:21:04.9763093Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2022-11-23T01:21:05.0458885Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2022-11-23T01:21:05.0727614Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x4.c.o 2022-11-23T01:21:05.1364860Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-11-23T01:21:05.1869873Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2022-11-23T01:21:05.2392337Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x4.c.o 2022-11-23T01:21:05.3948479Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-11-23T01:21:05.4423722Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x4.c.o 2022-11-23T01:21:05.5130616Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2022-11-23T01:21:05.5304681Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-11-23T01:21:05.6362703Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x4.c.o 2022-11-23T01:21:05.7482277Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-11-23T01:21:05.8602763Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x4.c.o 2022-11-23T01:21:05.9619522Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-11-23T01:21:06.0650160Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x4.c.o 2022-11-23T01:21:06.1688155Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-11-23T01:21:06.2719390Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x4.c.o 2022-11-23T01:21:06.3431455Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-11-23T01:21:06.3556962Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x4.c.o 2022-11-23T01:21:06.4112690Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2022-11-23T01:21:06.4813573Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-11-23T01:21:06.4832107Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x4.c.o 2022-11-23T01:21:06.5220536Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-11-23T01:21:06.5731264Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2022-11-23T01:21:06.6307315Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x4.c.o 2022-11-23T01:21:06.6485198Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2022-11-23T01:21:06.6487498Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2022-11-23T01:21:06.7592844Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-11-23T01:21:06.8155321Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x4.c.o 2022-11-23T01:21:06.8632110Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2022-11-23T01:21:06.9127345Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-11-23T01:21:07.0114057Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x4.c.o 2022-11-23T01:21:07.1027355Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-11-23T01:21:07.1966923Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x4.c.o 2022-11-23T01:21:07.2928311Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-11-23T01:21:07.3864357Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x4.c.o 2022-11-23T01:21:07.5051406Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-11-23T01:21:07.5970394Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x4.c.o 2022-11-23T01:21:07.7061822Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-11-23T01:21:07.7600650Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-11-23T01:21:07.8147355Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2022-11-23T01:21:07.8492903Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c8-minmax-sse-2x.c.o 2022-11-23T01:21:07.9100333Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2022-11-23T01:21:07.9848124Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x4.c.o 2022-11-23T01:21:08.0747281Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x8.c.o 2022-11-23T01:21:08.0843259Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-11-23T01:21:08.1094526Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2022-11-23T01:21:08.1766767Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x8.c.o 2022-11-23T01:21:08.1949330Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x4.c.o 2022-11-23T01:21:08.2987510Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2022-11-23T01:21:08.2995231Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-11-23T01:21:08.3281038Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x4.c.o 2022-11-23T01:21:08.4210529Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2022-11-23T01:21:08.4543976Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-11-23T01:21:08.5482064Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x4.c.o 2022-11-23T01:21:08.6470445Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-11-23T01:21:08.7529362Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse-addsub.c.o 2022-11-23T01:21:08.8439160Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse-addsub.c.o 2022-11-23T01:21:08.8669915Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2022-11-23T01:21:08.9383069Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse-addsub.c.o 2022-11-23T01:21:09.0330928Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse-addsub.c.o 2022-11-23T01:21:09.1511260Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-hh1mac.c.o 2022-11-23T01:21:09.2615498Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr1mac.c.o 2022-11-23T01:21:09.2794945Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2022-11-23T01:21:09.2798399Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr2mac.c.o 2022-11-23T01:21:09.3263609Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-sse.c.o 2022-11-23T01:21:09.3699336Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/4x4-sse.c.o 2022-11-23T01:21:09.4216647Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x8.c.o 2022-11-23T01:21:09.4222364Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2022-11-23T01:21:09.4848431Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2022-11-23T01:21:09.5463964Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2022-11-23T01:21:09.5468012Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x16.c.o 2022-11-23T01:21:09.6784887Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x24.c.o 2022-11-23T01:21:09.7084433Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-11-23T01:21:09.7757653Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2022-11-23T01:21:09.8232498Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x8.c.o 2022-11-23T01:21:09.8497429Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x16.c.o 2022-11-23T01:21:09.9187082Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2022-11-23T01:21:09.9643342Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x24.c.o 2022-11-23T01:21:10.0521490Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x32.c.o 2022-11-23T01:21:10.1438002Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-11-23T01:21:10.1444048Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-11-23T01:21:10.2383920Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-11-23T01:21:10.2589805Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2022-11-23T01:21:10.3325238Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T01:21:10.4264648Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T01:21:10.4524400Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T01:21:10.5282067Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2022-11-23T01:21:10.5569310Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:21:10.6617622Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse2-dup.c.o 2022-11-23T01:21:10.7167874Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse2-dup.c.o 2022-11-23T01:21:10.7690483Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2022-11-23T01:21:10.8775700Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse2-dup.c.o 2022-11-23T01:21:10.8776848Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2022-11-23T01:21:10.9583028Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse2-dup.c.o 2022-11-23T01:21:10.9759614Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse2-dup.c.o 2022-11-23T01:21:10.9793748Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse2-dup.c.o 2022-11-23T01:21:11.0341961Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2022-11-23T01:21:11.0791791Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2022-11-23T01:21:11.0991409Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2022-11-23T01:21:11.1513209Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse2-dup.c.o 2022-11-23T01:21:11.2671670Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse2-dup.c.o 2022-11-23T01:21:11.3647068Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse2-dup.c.o 2022-11-23T01:21:11.3997139Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2022-11-23T01:21:11.4898689Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse2-dup.c.o 2022-11-23T01:21:11.5486387Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse2-dup.c.o 2022-11-23T01:21:11.5959387Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse2-dup.c.o 2022-11-23T01:21:11.6184660Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x4.c.o 2022-11-23T01:21:11.6469545Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2022-11-23T01:21:11.7003952Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-11-23T01:21:11.7551301Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2022-11-23T01:21:11.7555151Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T01:21:11.8179043Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T01:21:11.8461716Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2022-11-23T01:21:11.8902806Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2022-11-23T01:21:11.9393642Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T01:21:11.9795349Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:21:12.0333348Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T01:21:12.0564699Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2022-11-23T01:21:12.1128411Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2022-11-23T01:21:12.1690626Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T01:21:12.2713925Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T01:21:12.3277086Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:21:12.4025723Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x4.c.o 2022-11-23T01:21:12.4205380Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2022-11-23T01:21:12.4681662Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp.o 2022-11-23T01:21:12.4832875Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8-acc2.c.o 2022-11-23T01:21:12.5312818Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2022-11-23T01:21:12.6031906Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2022-11-23T01:21:12.6036485Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8.c.o 2022-11-23T01:21:12.6845986Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc2.c.o 2022-11-23T01:21:12.7266467Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2022-11-23T01:21:12.7491835Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc3.c.o 2022-11-23T01:21:12.7936910Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2022-11-23T01:21:12.8385098Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12.c.o 2022-11-23T01:21:12.9637737Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc2.c.o 2022-11-23T01:21:12.9896112Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc4.c.o 2022-11-23T01:21:13.0556710Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2022-11-23T01:21:13.0862810Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2022-11-23T01:21:13.1094850Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16.c.o 2022-11-23T01:21:13.2143341Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-11-23T01:21:13.2465650Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc5.c.o 2022-11-23T01:21:13.3119169Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2022-11-23T01:21:13.3350501Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20.c.o 2022-11-23T01:21:13.3847238Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2022-11-23T01:21:13.4675082Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x4.c.o 2022-11-23T01:21:13.4677181Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2022-11-23T01:21:13.5408954Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x8.c.o 2022-11-23T01:21:13.5967869Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2022-11-23T01:21:13.6506921Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-11-23T01:21:13.6665766Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2022-11-23T01:21:13.7454792Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x16.c.o 2022-11-23T01:21:13.7948489Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x20.c.o 2022-11-23T01:21:13.8624740Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2022-11-23T01:21:13.8903038Z [ 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-23T01:21:13.9693988Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x4.c.o 2022-11-23T01:21:14.0081784Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2022-11-23T01:21:14.0627961Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x8.c.o 2022-11-23T01:21:14.1163494Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2022-11-23T01:21:14.1937490Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x12.c.o 2022-11-23T01:21:14.1950163Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2022-11-23T01:21:14.2903003Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x16.c.o 2022-11-23T01:21:14.3221781Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x20.c.o 2022-11-23T01:21:14.3916303Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2022-11-23T01:21:14.4446411Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x24.c.o 2022-11-23T01:21:14.4640619Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2022-11-23T01:21:14.5008327Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x4.c.o 2022-11-23T01:21:14.5419292Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2022-11-23T01:21:14.6123882Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-11-23T01:21:14.6450135Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x4.c.o 2022-11-23T01:21:14.7206823Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2022-11-23T01:21:14.7754983Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-11-23T01:21:14.8272985Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x4.c.o 2022-11-23T01:21:14.8811936Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2022-11-23T01:21:14.9802603Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-11-23T01:21:15.0115844Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x4.c.o 2022-11-23T01:21:15.0513546Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-11-23T01:21:15.0588714Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x4.c.o 2022-11-23T01:21:15.1006302Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2022-11-23T01:21:15.1195651Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2022-11-23T01:21:15.1798437Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-11-23T01:21:15.2011475Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2022-11-23T01:21:15.2950666Z [ 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-23T01:21:15.3421761Z [ 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-23T01:21:15.3920001Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2022-11-23T01:21:15.4673338Z [ 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-23T01:21:15.5126796Z [ 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-23T01:21:15.5573586Z [ 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-23T01:21:15.6015292Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2022-11-23T01:21:15.6159477Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2022-11-23T01:21:15.7136216Z [ 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-23T01:21:15.7539939Z [ 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-23T01:21:15.7546448Z [ 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-23T01:21:15.8137802Z [ 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-23T01:21:15.8453597Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2022-11-23T01:21:15.8678038Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2022-11-23T01:21:15.9114927Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2022-11-23T01:21:15.9954763Z [ 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-23T01:21:16.1203062Z [ 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-23T01:21:16.1792756Z [ 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-23T01:21:16.2361892Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2022-11-23T01:21:16.2850553Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int16.c.o 2022-11-23T01:21:16.2884778Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int32.c.o 2022-11-23T01:21:16.3341160Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2022-11-23T01:21:16.3820841Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2022-11-23T01:21:16.4175724Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse2.c.o 2022-11-23T01:21:16.4241222Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2022-11-23T01:21:16.5071866Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-lut64-p2.c.o 2022-11-23T01:21:16.5461775Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-p5.c.o 2022-11-23T01:21:16.6126761Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2022-11-23T01:21:16.6567199Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-sse2-rr2-p5.c.o 2022-11-23T01:21:16.6808758Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-lut16-p3.c.o 2022-11-23T01:21:16.7153728Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-p6.c.o 2022-11-23T01:21:16.7528215Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2022-11-23T01:21:16.8058125Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2022-11-23T01:21:16.8282147Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse2-cvt.c.o 2022-11-23T01:21:16.8693471Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse2-cvt.c.o 2022-11-23T01:21:16.9400294Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2022-11-23T01:21:16.9942023Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse2-cvt.c.o 2022-11-23T01:21:17.0283198Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse2-cvt.c.o 2022-11-23T01:21:17.0998151Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-div.c.o 2022-11-23T01:21:17.1414672Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2022-11-23T01:21:17.1908431Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr1.c.o 2022-11-23T01:21:17.2754732Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr2.c.o 2022-11-23T01:21:17.3004918Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-div.c.o 2022-11-23T01:21:17.3731187Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2022-11-23T01:21:17.3951371Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr1.c.o 2022-11-23T01:21:17.4202282Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr2.c.o 2022-11-23T01:21:17.4878702Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2022-11-23T01:21:17.5305739Z [ 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-23T01:21:17.6003585Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:17.6275764Z [ 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-23T01:21:17.6476215Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2022-11-23T01:21:17.7223187Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2022-11-23T01:21:17.7631676Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:17.7680703Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2022-11-23T01:21:17.8607819Z [ 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-23T01:21:17.9718929Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:17.9722413Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2022-11-23T01:21:18.0556267Z [ 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-23T01:21:18.1029630Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2022-11-23T01:21:18.1691913Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:18.2199806Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:18.2832018Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Batching.cpp.o 2022-11-23T01:21:18.3566691Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:18.3979115Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:18.4506738Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:18.5091486Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2022-11-23T01:21:18.5263775Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2022-11-23T01:21:18.6128335Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:18.6608724Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:18.7440708Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2022-11-23T01:21:18.7710135Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:18.8098513Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:18.8870710Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2022-11-23T01:21:18.9522269Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:18.9523725Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2022-11-23T01:21:19.0728186Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:19.1414418Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2022-11-23T01:21:19.1734936Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2022-11-23T01:21:19.2189166Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:19.2351631Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2022-11-23T01:21:19.3289204Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:19.4372609Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:19.4677536Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:19.5802993Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2022-11-23T01:21:19.5804063Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:19.6448511Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2022-11-23T01:21:19.7122348Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:19.7411956Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:19.8100434Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:19.8528388Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2022-11-23T01:21:19.8705073Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2022-11-23T01:21:19.9414114Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:20.0433541Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:20.1149063Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:20.1427260Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:20.1849629Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2022-11-23T01:21:20.2466736Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2022-11-23T01:21:20.2680267Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:20.3589741Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:20.3811196Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2022-11-23T01:21:20.4746490Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:20.4790502Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:20.5336060Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2022-11-23T01:21:20.6029032Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2022-11-23T01:21:20.6278738Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:20.7684808Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:20.8396266Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:20.8401880Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2022-11-23T01:21:20.9130919Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2022-11-23T01:21:20.9445016Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:20.9907513Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2022-11-23T01:21:21.0844284Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:21.1150636Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:21.1996464Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2022-11-23T01:21:21.1997825Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:21.2451370Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:21.2630242Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2022-11-23T01:21:21.3404888Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2022-11-23T01:21:21.3586748Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:21.4779617Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:21.4804806Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2022-11-23T01:21:21.5905665Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:21.6531910Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:21.7170028Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2022-11-23T01:21:21.7963136Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:21.8262346Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:21.9036061Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2022-11-23T01:21:21.9464945Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:22.0084498Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:22.0136199Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2022-11-23T01:21:22.0824686Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2022-11-23T01:21:22.1302731Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:22.2056535Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:22.2471504Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2022-11-23T01:21:22.3324832Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:22.3618646Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:22.4434783Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2022-11-23T01:21:22.5112224Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:21:22.5614848Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:22.6035815Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:21:22.6473457Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2022-11-23T01:21:22.7035393Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2022-11-23T01:21:22.7534333Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:22.7568602Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2022-11-23T01:21:22.8514122Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:21:22.9066916Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:22.9585146Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2022-11-23T01:21:23.0298899Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-11-23T01:21:23.0640113Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:23.1520519Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2022-11-23T01:21:23.1961239Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:23.2986260Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:23.3240892Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T01:21:23.4031028Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2022-11-23T01:21:23.4639235Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2022-11-23T01:21:23.4644719Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T01:21:23.5626365Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T01:21:23.5918818Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2022-11-23T01:21:23.6251656Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:21:23.6612483Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:21:23.7049465Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2022-11-23T01:21:23.7653078Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2022-11-23T01:21:23.8179791Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-11-23T01:21:23.8463937Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-11-23T01:21:23.9160417Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2022-11-23T01:21:23.9618296Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:21:24.0637511Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2022-11-23T01:21:24.0644244Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-11-23T01:21:24.1739638Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-11-23T01:21:24.1754221Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2022-11-23T01:21:24.2764809Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:24.3085276Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:24.4214100Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2022-11-23T01:21:24.4392370Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:24.4463706Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2022-11-23T01:21:24.5353627Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:24.6548968Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:24.6719056Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:24.6757910Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2022-11-23T01:21:24.7866250Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:24.7877671Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2022-11-23T01:21:24.8272402Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:24.9232775Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2022-11-23T01:21:24.9720151Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:25.0573581Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:25.0984643Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2022-11-23T01:21:25.1948703Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:25.2347388Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:25.3156142Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2022-11-23T01:21:25.3392645Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:25.3902234Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:25.4447362Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:25.4922577Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2022-11-23T01:21:25.5456801Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:25.5516058Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:25.6133976Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:25.6595669Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2022-11-23T01:21:25.7104952Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2022-11-23T01:21:25.7371396Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:25.7634697Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2022-11-23T01:21:25.8456781Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:25.9342769Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:25.9585595Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:26.0389932Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2022-11-23T01:21:26.0582162Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:26.1230270Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:26.1767818Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2022-11-23T01:21:26.2479601Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:26.2739732Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:26.3557303Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2022-11-23T01:21:26.4038808Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:26.4948098Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:26.5279439Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2022-11-23T01:21:26.6142589Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:26.6635952Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2022-11-23T01:21:26.6958970Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:26.7422766Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2022-11-23T01:21:26.7991296Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:26.8467404Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2022-11-23T01:21:26.9143157Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:27.0181038Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse2.c.o 2022-11-23T01:21:27.0463118Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:27.1257267Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:27.1481284Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2022-11-23T01:21:27.1803383Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2022-11-23T01:21:27.2814996Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:27.2828515Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2022-11-23T01:21:27.3418667Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:27.3973177Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2022-11-23T01:21:27.4607909Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:27.5088079Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2022-11-23T01:21:27.5868218Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:27.6981630Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:27.7522216Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2022-11-23T01:21:27.7523208Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:27.8153700Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2022-11-23T01:21:27.8584548Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:27.8959502Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2022-11-23T01:21:27.9786116Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:28.0778291Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:28.1482458Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:28.1910515Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2022-11-23T01:21:28.2536878Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:28.3112583Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:28.3853693Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2022-11-23T01:21:28.3886630Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:28.4596682Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:28.4645960Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2022-11-23T01:21:28.5343290Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2022-11-23T01:21:28.5855918Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:28.6184571Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:28.6893588Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2022-11-23T01:21:28.7133404Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:28.7992723Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:28.8289870Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:28.9007700Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2022-11-23T01:21:28.9699028Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:29.0061029Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse2.c.o 2022-11-23T01:21:29.0907023Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2022-11-23T01:21:29.1322093Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse2.c.o 2022-11-23T01:21:29.1521043Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2022-11-23T01:21:29.1957625Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse2.c.o 2022-11-23T01:21:29.2408386Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:21:29.2965250Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T01:21:29.3260689Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-11-23T01:21:29.3744541Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2022-11-23T01:21:29.4235312Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2022-11-23T01:21:29.4564063Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-11-23T01:21:29.5316935Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:21:29.5833596Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2022-11-23T01:21:29.6448571Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T01:21:29.7268945Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-11-23T01:21:29.7497703Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2022-11-23T01:21:29.7893542Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-11-23T01:21:29.8448463Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2022-11-23T01:21:29.8992506Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:21:29.9965949Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T01:21:30.0731225Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-11-23T01:21:30.1035566Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-11-23T01:21:30.1760256Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-11-23T01:21:30.2321157Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2022-11-23T01:21:30.2662429Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-11-23T01:21:30.3129886Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2022-11-23T01:21:30.3423266Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:30.3427429Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2022-11-23T01:21:30.4106510Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2022-11-23T01:21:30.4828323Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:30.4856259Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:30.5888848Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2022-11-23T01:21:30.6150035Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-11-23T01:21:30.7188673Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-11-23T01:21:30.8160184Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-11-23T01:21:30.9287062Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-11-23T01:21:30.9312150Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2022-11-23T01:21:31.0227077Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-11-23T01:21:31.0665853Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:21:31.1117179Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2022-11-23T01:21:31.1449650Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-11-23T01:21:31.1969863Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2022-11-23T01:21:31.2476117Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-11-23T01:21:31.3539397Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-11-23T01:21:31.4190267Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-11-23T01:21:31.4552699Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2022-11-23T01:21:31.5160118Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-11-23T01:21:31.5575289Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2022-11-23T01:21:31.5951189Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:31.6350761Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2022-11-23T01:21:31.7209538Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:31.8121330Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:31.8609228Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2022-11-23T01:21:31.9397547Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:31.9979410Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:32.0630729Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:32.0641219Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2022-11-23T01:21:32.1294787Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2022-11-23T01:21:32.2223497Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:32.2224467Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2022-11-23T01:21:32.3547179Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:32.3562287Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2022-11-23T01:21:32.4208299Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:32.4942822Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2022-11-23T01:21:32.5362595Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:32.5886974Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2022-11-23T01:21:32.6920953Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:32.7703660Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:32.8112604Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2022-11-23T01:21:32.9000093Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:32.9675832Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:33.0107939Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2022-11-23T01:21:33.0657403Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:33.1237181Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2022-11-23T01:21:33.1861777Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:33.2219809Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:33.2517256Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2022-11-23T01:21:33.3259948Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:33.3787643Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:33.4383686Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:33.4840695Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2022-11-23T01:21:33.5302741Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2022-11-23T01:21:33.5766978Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:33.6403522Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:33.7061238Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2022-11-23T01:21:33.7595432Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:33.8088471Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2022-11-23T01:21:33.8599606Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:33.9052283Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2022-11-23T01:21:33.9802081Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:34.0618604Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:34.1165294Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2022-11-23T01:21:34.1505515Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:34.1985593Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2022-11-23T01:21:34.2701847Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:34.2993568Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:34.3882078Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:34.3883075Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2022-11-23T01:21:34.4489658Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2022-11-23T01:21:34.5074881Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:34.5355942Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:34.6189895Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T01:21:34.6338485Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:34.7089109Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:34.7647951Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2022-11-23T01:21:34.8049473Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:34.8456702Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2022-11-23T01:21:34.9128099Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:35.0129532Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:35.0163060Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T01:21:35.1153217Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:35.2255688Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:35.3004103Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:35.3663167Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T01:21:35.3669169Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:35.4191602Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2022-11-23T01:21:35.4897695Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:35.5873582Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-11-23T01:21:35.6301241Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2022-11-23T01:21:35.6899085Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-11-23T01:21:35.7532673Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2022-11-23T01:21:35.8365677Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-sse2.c.o 2022-11-23T01:21:35.9301276Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse2.c.o 2022-11-23T01:21:36.0051751Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse2.c.o 2022-11-23T01:21:36.0072570Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:21:36.0430426Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2022-11-23T01:21:36.1089473Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2022-11-23T01:21:36.1348358Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T01:21:36.2445626Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-11-23T01:21:36.2446890Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2022-11-23T01:21:36.3453739Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-11-23T01:21:36.3741562Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2022-11-23T01:21:36.4534973Z [ 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-23T01:21:36.5602874Z [ 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-23T01:21:36.6506061Z [ 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-23T01:21:36.6761123Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2022-11-23T01:21:36.7192029Z [ 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-23T01:21:36.7648483Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2022-11-23T01:21:36.8138789Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-11-23T01:21:36.8384402Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c16.c.o 2022-11-23T01:21:36.9029807Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2022-11-23T01:21:36.9545997Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2022-11-23T01:21:36.9554185Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T01:21:37.0261374Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse2-x64.c.o 2022-11-23T01:21:37.0647845Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2022-11-23T01:21:37.1353476Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-11-23T01:21:37.2231192Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c16.c.o 2022-11-23T01:21:37.3197823Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-11-23T01:21:37.3562649Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/sse2.c.o 2022-11-23T01:21:37.4301395Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2022-11-23T01:21:37.5042756Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2022-11-23T01:21:37.5050831Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/sse2-x64.c.o 2022-11-23T01:21:37.5402102Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/sse2-x64.c.o 2022-11-23T01:21:37.5738468Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/sse2.c.o 2022-11-23T01:21:37.6138986Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2022-11-23T01:21:37.6710772Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2022-11-23T01:21:37.6722983Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-mov-sse2.c.o 2022-11-23T01:21:37.7673609Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-switch-sse2.c.o 2022-11-23T01:21:37.8635980Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2022-11-23T01:21:37.9540459Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-sse2.c.o 2022-11-23T01:21:38.0474049Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-sse2.c.o 2022-11-23T01:21:38.0501063Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-sse2.c.o 2022-11-23T01:21:38.0985888Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-sse2.c.o 2022-11-23T01:21:38.1626689Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp.o 2022-11-23T01:21:38.1793815Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorFactories.cpp.o 2022-11-23T01:21:38.2287727Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-mov-sse2.c.o 2022-11-23T01:21:38.3542071Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-switch-sse2.c.o 2022-11-23T01:21:38.4373870Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-mov-sse2.c.o 2022-11-23T01:21:38.5106114Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-multi-sse2.c.o 2022-11-23T01:21:38.5856339Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2022-11-23T01:21:38.6882430Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-switch-sse2.c.o 2022-11-23T01:21:38.7971933Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/4x8-sse2.c.o 2022-11-23T01:21:38.8775832Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp.o 2022-11-23T01:21:38.9043208Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-mov-sse2.c.o 2022-11-23T01:21:39.0324148Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2022-11-23T01:21:39.0764220Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-multi-sse2.c.o 2022-11-23T01:21:39.2417973Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-switch-sse2.c.o 2022-11-23T01:21:39.2808304Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp.o 2022-11-23T01:21:39.3111010Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-mov-sse2.c.o 2022-11-23T01:21:39.4219559Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2022-11-23T01:21:39.4854277Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-multi-sse2.c.o 2022-11-23T01:21:39.6273378Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-switch-sse2.c.o 2022-11-23T01:21:39.6788898Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2022-11-23T01:21:39.8138355Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/sse2.c.o 2022-11-23T01:21:39.9074988Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-sse2.c.o 2022-11-23T01:21:39.9818929Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-sse2.c.o 2022-11-23T01:21:40.0013586Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-11-23T01:21:40.0889393Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-sse2.c.o 2022-11-23T01:21:40.0937167Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-sse2.c.o 2022-11-23T01:21:40.1492512Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2022-11-23T01:21:40.1834497Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2022-11-23T01:21:40.2373814Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-mov-sse2.c.o 2022-11-23T01:21:40.3096792Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-multi-sse2.c.o 2022-11-23T01:21:40.3832781Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-switch-sse2.c.o 2022-11-23T01:21:40.4530497Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2022-11-23T01:21:40.4800376Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-mov-sse2.c.o 2022-11-23T01:21:40.5100085Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2022-11-23T01:21:40.6216463Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-multi-sse2.c.o 2022-11-23T01:21:40.6690719Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2022-11-23T01:21:40.7969308Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-switch-sse2.c.o 2022-11-23T01:21:40.9761494Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc2.c.o 2022-11-23T01:21:41.0709824Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc3.c.o 2022-11-23T01:21:41.1728642Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc4.c.o 2022-11-23T01:21:41.1983023Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4.c.o 2022-11-23T01:21:41.2740409Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2022-11-23T01:21:41.3004796Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-11-23T01:21:41.3917100Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4.c.o 2022-11-23T01:21:41.4813924Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-3x4.c.o 2022-11-23T01:21:41.5745972Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-4x4.c.o 2022-11-23T01:21:41.6043728Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2022-11-23T01:21:41.6924563Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-5x4.c.o 2022-11-23T01:21:41.7220617Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-6x4.c.o 2022-11-23T01:21:41.8058740Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:21:41.8093736Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:21:41.8632372Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2022-11-23T01:21:41.8892449Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2022-11-23T01:21:41.9436681Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2022-11-23T01:21:41.9638711Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T01:21:42.0712331Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:21:42.1835504Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:21:42.3051113Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T01:21:42.4283623Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:21:42.4295281Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2022-11-23T01:21:42.4723858Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:21:42.5314634Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-ssse3.c.o 2022-11-23T01:21:42.5364091Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:21:42.5959602Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2022-11-23T01:21:42.6127604Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2022-11-23T01:21:42.6959252Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:21:42.7179128Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:21:42.7533126Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:21:42.8079046Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2022-11-23T01:21:42.8513433Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2022-11-23T01:21:42.9032281Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-11-23T01:21:43.0175311Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-11-23T01:21:43.1398402Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-ssse3.c.o 2022-11-23T01:21:43.1443978Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2022-11-23T01:21:43.2690569Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2022-11-23T01:21:43.2723017Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-ssse3.c.o 2022-11-23T01:21:43.3518334Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-ssse3.c.o 2022-11-23T01:21:43.3877614Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2022-11-23T01:21:43.4661036Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-ssse3.c.o 2022-11-23T01:21:43.5441759Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x16.c.o 2022-11-23T01:21:43.6462914Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x32.c.o 2022-11-23T01:21:43.6740976Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x8.c.o 2022-11-23T01:21:43.7378774Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-11-23T01:21:43.7675241Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x24.c.o 2022-11-23T01:21:43.7903674Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2022-11-23T01:21:43.8354953Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2022-11-23T01:21:43.8672535Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2022-11-23T01:21:43.8961421Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x32.c.o 2022-11-23T01:21:43.9218516Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2022-11-23T01:21:43.9559676Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x8.c.o 2022-11-23T01:21:44.0072197Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2022-11-23T01:21:44.0509488Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x16.c.o 2022-11-23T01:21:44.1325881Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x24.c.o 2022-11-23T01:21:44.1646369Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2022-11-23T01:21:44.2537321Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x32.c.o 2022-11-23T01:21:44.3486881Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T01:21:44.3788483Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:21:44.4575423Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T01:21:44.4589355Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2022-11-23T01:21:44.5090472Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2022-11-23T01:21:44.5538309Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T01:21:44.6506229Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x4.c.o 2022-11-23T01:21:44.7572987Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-11-23T01:21:44.7727477Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T01:21:44.7731294Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2022-11-23T01:21:44.8629561Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:21:44.9073278Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2022-11-23T01:21:44.9421882Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T01:21:44.9816953Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2022-11-23T01:21:45.0586627Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T01:21:45.0912546Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x4.c.o 2022-11-23T01:21:45.1658992Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x8.c.o 2022-11-23T01:21:45.2080625Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2022-11-23T01:21:45.3207985Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x12.c.o 2022-11-23T01:21:45.3382657Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2022-11-23T01:21:45.4323983Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x16.c.o 2022-11-23T01:21:45.4609633Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x20.c.o 2022-11-23T01:21:45.5401703Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2022-11-23T01:21:45.5831033Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x24.c.o 2022-11-23T01:21:45.7065080Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x4.c.o 2022-11-23T01:21:45.7336398Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x8.c.o 2022-11-23T01:21:45.7619759Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x12.c.o 2022-11-23T01:21:45.8218846Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2022-11-23T01:21:45.8220053Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x16.c.o 2022-11-23T01:21:45.8865377Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x20.c.o 2022-11-23T01:21:45.8866789Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2022-11-23T01:21:45.9521120Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2022-11-23T01:21:46.0599119Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x24.c.o 2022-11-23T01:21:46.1788740Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x4.c.o 2022-11-23T01:21:46.2517357Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-11-23T01:21:46.2928108Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2022-11-23T01:21:46.3569285Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x4.c.o 2022-11-23T01:21:46.4237245Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2022-11-23T01:21:46.4777528Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-11-23T01:21:46.5884277Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x4.c.o 2022-11-23T01:21:46.6846311Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-11-23T01:21:46.7371494Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x4.c.o 2022-11-23T01:21:46.7928809Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2022-11-23T01:21:46.8708941Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-11-23T01:21:46.9068204Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x4.c.o 2022-11-23T01:21:46.9857704Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2022-11-23T01:21:47.0429414Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-11-23T01:21:47.1514516Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x4.c.o 2022-11-23T01:21:47.2057404Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2022-11-23T01:21:47.2084945Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-11-23T01:21:47.2809499Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2022-11-23T01:21:47.3478601Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x12.c.o 2022-11-23T01:21:47.4554295Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x16.c.o 2022-11-23T01:21:47.5262991Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x20.c.o 2022-11-23T01:21:47.5927239Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x24.c.o 2022-11-23T01:21:47.5931155Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2022-11-23T01:21:47.6488111Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2022-11-23T01:21:47.7046692Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x4.c.o 2022-11-23T01:21:47.8171567Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x8.c.o 2022-11-23T01:21:47.8510955Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x12.c.o 2022-11-23T01:21:47.8950640Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x16.c.o 2022-11-23T01:21:47.8951862Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x20.c.o 2022-11-23T01:21:47.9474189Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2022-11-23T01:21:47.9743248Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2022-11-23T01:21:48.0289427Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x24.c.o 2022-11-23T01:21:48.0998110Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2022-11-23T01:21:48.1504110Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int16.c.o 2022-11-23T01:21:48.2427421Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int32.c.o 2022-11-23T01:21:48.3467252Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse41.c.o 2022-11-23T01:21:48.3471675Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2022-11-23T01:21:48.4524937Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse41.c.o 2022-11-23T01:21:48.5328593Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse41.c.o 2022-11-23T01:21:48.6257504Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse41.c.o 2022-11-23T01:21:48.6735395Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse41.c.o 2022-11-23T01:21:48.7195592Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2022-11-23T01:21:48.7676227Z [ 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-23T01:21:48.8492876Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:48.8959867Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2022-11-23T01:21:48.9373437Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:48.9983979Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2022-11-23T01:21:49.0622382Z [ 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-23T01:21:49.1564747Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2022-11-23T01:21:49.2026427Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:49.3183699Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2022-11-23T01:21:49.3196570Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:49.3920187Z [ 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-23T01:21:49.4784960Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2022-11-23T01:21:49.5301202Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:49.6589102Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2022-11-23T01:21:49.6594319Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:49.7633617Z [ 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-23T01:21:49.8530738Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2022-11-23T01:21:49.8784670Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:49.9254259Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:49.9767048Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2022-11-23T01:21:50.0695101Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:50.1152780Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2022-11-23T01:21:50.1844106Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:50.2929498Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:50.3828849Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2022-11-23T01:21:50.4303606Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:50.4689286Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:50.5658151Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2022-11-23T01:21:50.6386002Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:50.7391644Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:50.7708445Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:50.8473626Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2022-11-23T01:21:50.8639840Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:50.9218809Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2022-11-23T01:21:50.9868229Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:51.0553393Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:51.1192720Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2022-11-23T01:21:51.1934683Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:51.3148197Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:51.4010298Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:51.4435324Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2022-11-23T01:21:51.5049139Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:51.5521353Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2022-11-23T01:21:51.5858915Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:51.6375458Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2022-11-23T01:21:51.7048765Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:51.7794221Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:51.8381271Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2022-11-23T01:21:51.8879804Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:51.9131740Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2022-11-23T01:21:52.0328260Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:52.1260903Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:52.2717595Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:52.2724040Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2022-11-23T01:21:52.2739526Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:52.3886246Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:52.3918957Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2022-11-23T01:21:52.4165794Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2022-11-23T01:21:52.4993007Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:52.6110393Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:52.6624156Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:52.7458117Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2022-11-23T01:21:52.7828569Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:52.8066012Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2022-11-23T01:21:52.9175876Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2022-11-23T01:21:52.9176879Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:53.0322859Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:53.1159001Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:53.1741192Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:53.2142472Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2022-11-23T01:21:53.2291992Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2022-11-23T01:21:53.3005309Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:53.4070951Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:53.5383081Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2022-11-23T01:21:53.5393911Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:53.5821560Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2022-11-23T01:21:53.6655889Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:53.7771770Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:53.8710515Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:53.9264327Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:53.9874385Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2022-11-23T01:21:54.0581910Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:54.1157787Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:54.1646646Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2022-11-23T01:21:54.2400392Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:54.2961436Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:54.3592992Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2022-11-23T01:21:54.4411699Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:54.4904360Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:54.5723666Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2022-11-23T01:21:54.6353211Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:54.6810356Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:54.7616345Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2022-11-23T01:21:54.8161053Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:54.8477827Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:21:54.9409791Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:54.9412108Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2022-11-23T01:21:55.0103432Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2022-11-23T01:21:55.0476810Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:55.0732885Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2022-11-23T01:21:55.2288792Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:21:55.2293505Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2022-11-23T01:21:55.3428140Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:55.4412497Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2022-11-23T01:21:55.4432373Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:55.6147473Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2022-11-23T01:21:55.6158729Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:21:55.7106657Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:55.7368788Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:55.8100720Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2022-11-23T01:21:55.9251243Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-11-23T01:21:55.9543683Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:56.0816358Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:56.0817195Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2022-11-23T01:21:56.1188632Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:56.1611752Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:56.2259568Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2022-11-23T01:21:56.2590125Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:21:56.3158859Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2022-11-23T01:21:56.3851948Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:21:56.4179604Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2022-11-23T01:21:56.4498176Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2022-11-23T01:21:56.4806762Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T01:21:56.5915676Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2022-11-23T01:21:56.6389142Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:21:56.6808520Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T01:21:56.7926847Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T01:21:56.8298663Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:21:56.8489934Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2022-11-23T01:21:56.8919666Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2022-11-23T01:21:56.9373585Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2022-11-23T01:21:57.0333313Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-11-23T01:21:57.0496651Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-11-23T01:21:57.0622616Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:21:57.1289900Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2022-11-23T01:21:57.1757036Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2022-11-23T01:21:57.2094688Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-11-23T01:21:57.3142551Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-11-23T01:21:57.4090826Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:57.5395705Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:57.5396631Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2022-11-23T01:21:57.6578213Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T01:21:57.7854288Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:57.8473406Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:57.8665708Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2022-11-23T01:21:57.9494054Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2022-11-23T01:21:57.9938530Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T01:21:58.0991387Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:58.1206688Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2022-11-23T01:21:58.2131931Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:58.2284368Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T01:21:58.3221179Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2022-11-23T01:21:58.3477470Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:58.3936366Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:58.4681816Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2022-11-23T01:21:58.5562758Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T01:21:58.5701686Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:58.6668082Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2022-11-23T01:21:58.7066933Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:58.7499507Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T01:21:58.8197094Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2022-11-23T01:21:58.8661909Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:58.9687440Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:59.0891764Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T01:21:59.2116178Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:59.3218764Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:59.3882845Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T01:21:59.4261224Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:59.4713670Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2022-11-23T01:21:59.4767645Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:59.4818557Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T01:21:59.5412166Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2022-11-23T01:21:59.5599512Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2022-11-23T01:21:59.6429388Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2022-11-23T01:21:59.6697369Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:21:59.6777884Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:21:59.7826239Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2022-11-23T01:21:59.8078360Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse41.c.o 2022-11-23T01:21:59.9664621Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:00.0853482Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:00.2022436Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:00.3315647Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:00.3550576Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:00.4563651Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2022-11-23T01:22:00.5322421Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse41.c.o 2022-11-23T01:22:00.5360446Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2022-11-23T01:22:00.5761163Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:00.6136266Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:00.6436278Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2022-11-23T01:22:00.7126680Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:00.7563760Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2022-11-23T01:22:00.8264546Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:00.8282856Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2022-11-23T01:22:00.9435008Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:01.0788123Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:01.1332327Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:01.1794918Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:01.2247925Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2022-11-23T01:22:01.2253394Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:01.2837283Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2022-11-23T01:22:01.3304404Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2022-11-23T01:22:01.3819577Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:01.4501076Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:01.4775938Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2022-11-23T01:22:01.5083176Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2022-11-23T01:22:01.5701581Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:01.6822100Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:01.8292664Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:01.9470143Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:01.9560376Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:01.9598606Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:02.0207571Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:02.0820350Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2022-11-23T01:22:02.1152327Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:02.1318583Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2022-11-23T01:22:02.1884906Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2022-11-23T01:22:02.1890266Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:02.2513904Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:02.3033449Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:02.3238701Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2022-11-23T01:22:02.3788756Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2022-11-23T01:22:02.4247109Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse4.c.o 2022-11-23T01:22:02.5116414Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse4.c.o 2022-11-23T01:22:02.5745601Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse4.c.o 2022-11-23T01:22:02.5969571Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2022-11-23T01:22:02.6248830Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2022-11-23T01:22:02.6894933Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-sra.c.o 2022-11-23T01:22:02.7556373Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-srl.c.o 2022-11-23T01:22:02.8024927Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2022-11-23T01:22:02.8649625Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:02.8964000Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:02.9765424Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-11-23T01:22:02.9963145Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2022-11-23T01:22:03.0320913Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-11-23T01:22:03.0767697Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2022-11-23T01:22:03.1311361Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T01:22:03.2958604Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T01:22:03.2959786Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2022-11-23T01:22:03.4763270Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-11-23T01:22:03.5991195Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-11-23T01:22:03.6458251Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2022-11-23T01:22:03.6889749Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2022-11-23T01:22:03.7932323Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2022-11-23T01:22:03.7936062Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:03.8973923Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:03.9804546Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-11-23T01:22:04.0093125Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:04.0867304Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-11-23T01:22:04.1558948Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T01:22:04.1970764Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:04.3370896Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T01:22:04.5187469Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-11-23T01:22:04.6395308Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-11-23T01:22:04.7485794Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:04.7503915Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:04.8135840Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:04.8956021Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:04.8961439Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:04.9538708Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2022-11-23T01:22:04.9879476Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:05.0036586Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:05.0661466Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:05.1171352Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:05.1502319Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:05.2932073Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:05.4157851Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:05.6018253Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:05.6020799Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:05.6837525Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:05.6979418Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-11-23T01:22:05.7413581Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2022-11-23T01:22:05.8212333Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:05.8878909Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-11-23T01:22:05.9877488Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-11-23T01:22:06.0742287Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:06.1595051Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-11-23T01:22:06.1931890Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-11-23T01:22:06.3479257Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:06.3490080Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-11-23T01:22:06.3894542Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:22:06.4085710Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:06.4823496Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2022-11-23T01:22:06.5362781Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-11-23T01:22:06.6342264Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-11-23T01:22:06.7581653Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-11-23T01:22:06.8521171Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-11-23T01:22:06.8912358Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-11-23T01:22:06.9746173Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:07.0295532Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:07.0308339Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:07.0738822Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:07.1572678Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:07.1817071Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:07.1985608Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:07.2430867Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:07.3260871Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:07.3548853Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:07.3915721Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:07.5129544Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:07.5436268Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:07.6253624Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:07.6857477Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:07.7495992Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:07.7763543Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:07.8217280Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:07.8870475Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:07.9115330Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:07.9924241Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:08.0382122Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:08.1427650Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:08.2088068Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:08.2582471Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:08.3258694Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:08.3931047Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:08.4441130Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:08.4783294Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:08.5260177Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:08.5932508Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:08.6187509Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2022-11-23T01:22:08.7094190Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:08.7441795Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:08.8323548Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:08.8945117Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:08.9287480Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:09.0153623Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:09.0403370Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:09.1581619Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:09.1875642Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:09.2632098Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:09.2824588Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:09.3185704Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:09.3609086Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:09.3774437Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:09.4486348Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:09.5641456Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:09.6206426Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:09.6662792Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:09.7940059Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:09.8308684Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:09.8601829Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:09.9076408Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:09.9533103Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:09.9926998Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:10.0265554Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:10.0939495Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2022-11-23T01:22:10.1288431Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:10.1707280Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:10.2426538Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:10.3344255Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:10.3467562Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:10.3882619Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:10.4477976Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:10.4973077Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:10.5524997Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:10.6699049Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-11-23T01:22:10.7173671Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-11-23T01:22:10.7828403Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:10.8526530Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse4.c.o 2022-11-23T01:22:10.9475990Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse4.c.o 2022-11-23T01:22:10.9940312Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:11.0543034Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:11.1068000Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:11.2013208Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T01:22:11.3618513Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T01:22:11.4045747Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:11.5222682Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:11.5228440Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:11.5229480Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:11.6011673Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:11.6523407Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-11-23T01:22:11.7645847Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-11-23T01:22:11.8404873Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:11.8577277Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:11.9336844Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:11.9768961Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:12.0421265Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-11-23T01:22:12.1302549Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-11-23T01:22:12.1645872Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:12.2492874Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c8.c.o 2022-11-23T01:22:12.2676756Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2022-11-23T01:22:12.3080263Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-11-23T01:22:12.3598525Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2022-11-23T01:22:12.4074336Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-11-23T01:22:12.5132180Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse41-x64.c.o 2022-11-23T01:22:12.6148872Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c8.c.o 2022-11-23T01:22:12.6850250Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-11-23T01:22:12.7374622Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x8.c.o 2022-11-23T01:22:12.7375415Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mkl/SparseBlas.cpp.o 2022-11-23T01:22:12.7985038Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2022-11-23T01:22:12.8636835Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-11-23T01:22:12.8978772Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x24.c.o 2022-11-23T01:22:12.9754887Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2022-11-23T01:22:13.0205325Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x32.c.o 2022-11-23T01:22:13.1055158Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x8.c.o 2022-11-23T01:22:13.1336643Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x16.c.o 2022-11-23T01:22:13.1518016Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x24.c.o 2022-11-23T01:22:13.1556712Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2022-11-23T01:22:13.2197702Z [ 59%] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2022-11-23T01:22:13.2363757Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2022-11-23T01:22:13.2837004Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x32.c.o 2022-11-23T01:22:13.3490665Z /var/lib/jenkins/workspace/third_party/miniz-2.1.0/miniz.c:3157:9: note: #pragma message: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files. 2022-11-23T01:22:13.3491376Z 3157 | #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2022-11-23T01:22:13.3492031Z | ^~~~~~~ 2022-11-23T01:22:13.3544066Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx-acc2.c.o 2022-11-23T01:22:13.3788551Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx.c.o 2022-11-23T01:22:13.4054576Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2022-11-23T01:22:13.5159990Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx-acc2.c.o 2022-11-23T01:22:13.5749692Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx.c.o 2022-11-23T01:22:13.6064666Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2022-11-23T01:22:13.6069150Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2022-11-23T01:22:13.7004155Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx-acc2.c.o 2022-11-23T01:22:13.7390964Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx.c.o 2022-11-23T01:22:13.7806469Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2022-11-23T01:22:13.8001822Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2022-11-23T01:22:13.8872945Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx-acc2.c.o 2022-11-23T01:22:13.8890116Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-11-23T01:22:13.9353767Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2022-11-23T01:22:13.9808625Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2022-11-23T01:22:14.0132374Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx-acc2.c.o 2022-11-23T01:22:14.1049032Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-11-23T01:22:14.1213027Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2022-11-23T01:22:14.1220350Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx-acc2.c.o 2022-11-23T01:22:14.2162577Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-11-23T01:22:14.2496283Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2022-11-23T01:22:14.3041955Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx-acc2.c.o 2022-11-23T01:22:14.3341757Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp.o 2022-11-23T01:22:14.3862536Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_fuser.cpp.o 2022-11-23T01:22:14.4264323Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-11-23T01:22:14.5005984Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp.o 2022-11-23T01:22:14.5454237Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx-acc2.c.o 2022-11-23T01:22:14.6359478Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_helper.cpp.o 2022-11-23T01:22:14.6607823Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx.c.o 2022-11-23T01:22:14.7609881Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/register_interface.cpp.o 2022-11-23T01:22:14.8481489Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T01:22:14.9345014Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T01:22:15.0294734Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:22:15.1119536Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:22:15.2051104Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:15.3550543Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:15.5162571Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:15.5726357Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/decompose_silu.cpp.o 2022-11-23T01:22:15.6456868Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:15.7625819Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:15.7630745Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/interface.cpp.o 2022-11-23T01:22:15.8855574Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:15.8868120Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/kernel.cpp.o 2022-11-23T01:22:15.9851888Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:16.0604760Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/defer_size_check.cpp.o 2022-11-23T01:22:16.0787380Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/layout_propagation.cpp.o 2022-11-23T01:22:16.2130088Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:16.3914394Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-avx-broadcast.c.o 2022-11-23T01:22:16.5677614Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:16.6123879Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:16.7286892Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp: In function ‘torch::jit::Operation torch::jit::createLlgaKernel(const torch::jit::Node*)’: 2022-11-23T01:22:16.7288538Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:106:3: warning: ‘torch::jit::Operation::Operation(F&&) [with F = torch::jit::createLlgaKernel(const torch::jit::Node*)::; typename std::enable_if*)>, F&&>::value, int>::type = 0]’ is deprecated: Please use void(Stack&) to register operator instead. [-Wdeprecated-declarations] 2022-11-23T01:22:16.7289533Z 106 | }; 2022-11-23T01:22:16.7289894Z | ^ 2022-11-23T01:22:16.7290399Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:5, 2022-11-23T01:22:16.7291094Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-11-23T01:22:16.7291744Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-11-23T01:22:16.7292340Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-11-23T01:22:16.7293086Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.h:3, 2022-11-23T01:22:16.7309769Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-11-23T01:22:16.7310515Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-11-23T01:22:16.7311263Z 25 | Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-11-23T01:22:16.7313520Z | ^~~~~~~~~ 2022-11-23T01:22:16.7314639Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp: In function ‘torch::jit::Operation torch::jit::createLlgaGuardKernel(const torch::jit::Node*)’: 2022-11-23T01:22:16.7317305Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:171:3: warning: ‘torch::jit::Operation::Operation(F&&) [with F = torch::jit::createLlgaGuardKernel(const torch::jit::Node*)::; typename std::enable_if*)>, F&&>::value, int>::type = 0]’ is deprecated: Please use void(Stack&) to register operator instead. [-Wdeprecated-declarations] 2022-11-23T01:22:16.7318647Z 171 | }; 2022-11-23T01:22:16.7319016Z | ^ 2022-11-23T01:22:16.7319663Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:5, 2022-11-23T01:22:16.7320505Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-11-23T01:22:16.7360406Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-11-23T01:22:16.7361216Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-11-23T01:22:16.7361983Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.h:3, 2022-11-23T01:22:16.7362745Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-11-23T01:22:16.7363193Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-11-23T01:22:16.7363642Z 25 | Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-11-23T01:22:16.7363910Z | ^~~~~~~~~ 2022-11-23T01:22:16.7364317Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/prepare_binary.cpp.o 2022-11-23T01:22:16.7713454Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/guard_shape.cpp.o 2022-11-23T01:22:16.8030191Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:16.9088645Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:17.0197202Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2022-11-23T01:22:17.1203075Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:17.1679208Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2022-11-23T01:22:17.3233796Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:17.3242036Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2022-11-23T01:22:17.3889769Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:17.4879481Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:17.5409536Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:17.6098016Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2022-11-23T01:22:17.6601318Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2022-11-23T01:22:17.7807511Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:17.9544338Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:18.1344563Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:18.3003083Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:18.4655352Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:18.5154110Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:18.6504228Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-11-23T01:22:18.6777476Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2022-11-23T01:22:18.8246145Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:18.8647178Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2022-11-23T01:22:18.8934910Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-avx-broadcast.c.o 2022-11-23T01:22:19.0547674Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2022-11-23T01:22:19.1232021Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x8.c.o 2022-11-23T01:22:19.2539210Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2022-11-23T01:22:19.2547893Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-11-23T01:22:19.2551649Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2022-11-23T01:22:19.4537603Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T01:22:19.6040744Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T01:22:19.7850046Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:22:19.8367133Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:22:19.9545240Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T01:22:20.0457820Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T01:22:20.0474028Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2022-11-23T01:22:20.1782388Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2022-11-23T01:22:20.1783480Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:22:20.1784474Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2022-11-23T01:22:20.2629906Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2022-11-23T01:22:20.3336061Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:22:20.4039147Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2022-11-23T01:22:20.5128575Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx.c.o 2022-11-23T01:22:20.6735379Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x8.c.o 2022-11-23T01:22:20.8829555Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-11-23T01:22:20.9127218Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x8.c.o 2022-11-23T01:22:20.9827139Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-11-23T01:22:21.0436761Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2022-11-23T01:22:21.0699019Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x8.c.o 2022-11-23T01:22:21.0788322Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2022-11-23T01:22:21.0881953Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-11-23T01:22:21.1962805Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2022-11-23T01:22:21.2416417Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2022-11-23T01:22:21.2972358Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x8.c.o 2022-11-23T01:22:21.4698501Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-11-23T01:22:21.6019043Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x8.c.o 2022-11-23T01:22:21.6532283Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-11-23T01:22:21.6901324Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2022-11-23T01:22:21.8435201Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2022-11-23T01:22:21.8436225Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x8.c.o 2022-11-23T01:22:21.8834631Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-11-23T01:22:21.8988922Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x8.c.o 2022-11-23T01:22:21.9537428Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-11-23T01:22:22.0236159Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2022-11-23T01:22:22.0686839Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2022-11-23T01:22:22.0900745Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2022-11-23T01:22:22.1859982Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x8.c.o 2022-11-23T01:22:22.3000117Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-11-23T01:22:22.3637989Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2022-11-23T01:22:22.3933322Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x8.c.o 2022-11-23T01:22:22.5011723Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function_hook.cpp.o 2022-11-23T01:22:22.5904584Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-11-23T01:22:22.6189769Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x8.c.o 2022-11-23T01:22:22.6435708Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-11-23T01:22:22.7153184Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x8.c.o 2022-11-23T01:22:22.7834983Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2022-11-23T01:22:22.8006881Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2022-11-23T01:22:22.8777155Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2022-11-23T01:22:22.9751614Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-11-23T01:22:23.0551015Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x8.c.o 2022-11-23T01:22:23.1533643Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2022-11-23T01:22:23.2209135Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-11-23T01:22:23.3342488Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x8.c.o 2022-11-23T01:22:23.4029053Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2022-11-23T01:22:23.4774278Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-11-23T01:22:23.5466232Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2022-11-23T01:22:23.6615197Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x8.c.o 2022-11-23T01:22:23.6907436Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-11-23T01:22:23.7990685Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2022-11-23T01:22:23.8760559Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x8.c.o 2022-11-23T01:22:23.9311582Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2022-11-23T01:22:23.9642283Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-11-23T01:22:24.0256946Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x8.c.o 2022-11-23T01:22:24.0940902Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2022-11-23T01:22:24.1331679Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-11-23T01:22:24.1544874Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x8.c.o 2022-11-23T01:22:24.2450303Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2022-11-23T01:22:24.2926477Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2022-11-23T01:22:24.3645443Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-11-23T01:22:24.5397631Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2022-11-23T01:22:24.5403174Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x8.c.o 2022-11-23T01:22:24.5829905Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x16.c.o 2022-11-23T01:22:24.7328652Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x24.c.o 2022-11-23T01:22:24.7329478Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2022-11-23T01:22:24.7753436Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-11-23T01:22:24.8074202Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2022-11-23T01:22:24.8844587Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x40.c.o 2022-11-23T01:22:24.9512835Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2022-11-23T01:22:25.0049800Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2022-11-23T01:22:25.0737445Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x48.c.o 2022-11-23T01:22:25.2409910Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x8.c.o 2022-11-23T01:22:25.3471056Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x16.c.o 2022-11-23T01:22:25.4269673Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2022-11-23T01:22:25.5112266Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x24.c.o 2022-11-23T01:22:25.5762215Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2022-11-23T01:22:25.6936799Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x32.c.o 2022-11-23T01:22:25.6937598Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2022-11-23T01:22:25.7382766Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2022-11-23T01:22:25.8929915Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x40.c.o 2022-11-23T01:22:25.9228651Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x48.c.o 2022-11-23T01:22:26.0269716Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2022-11-23T01:22:26.0905334Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x8.c.o 2022-11-23T01:22:26.1448933Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2022-11-23T01:22:26.2774403Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2022-11-23T01:22:26.2803537Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x16.c.o 2022-11-23T01:22:26.3311813Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2022-11-23T01:22:26.4340098Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2022-11-23T01:22:26.4758161Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x24.c.o 2022-11-23T01:22:26.6409444Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x32.c.o 2022-11-23T01:22:26.8055077Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x40.c.o 2022-11-23T01:22:26.9617456Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x48.c.o 2022-11-23T01:22:27.1176132Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x8.c.o 2022-11-23T01:22:27.2539858Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-11-23T01:22:27.2977475Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x8.c.o 2022-11-23T01:22:27.3420970Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2022-11-23T01:22:27.3958937Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-11-23T01:22:27.4661338Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x8.c.o 2022-11-23T01:22:27.5377781Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2022-11-23T01:22:27.5400011Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-11-23T01:22:27.5890063Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2022-11-23T01:22:27.6340355Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2022-11-23T01:22:27.7368788Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2022-11-23T01:22:27.7632066Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x8.c.o 2022-11-23T01:22:27.8944443Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-11-23T01:22:27.9635736Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x8.c.o 2022-11-23T01:22:28.0785850Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2022-11-23T01:22:28.0953236Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-11-23T01:22:28.1902114Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x8.c.o 2022-11-23T01:22:28.2309589Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-11-23T01:22:28.3179612Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2022-11-23T01:22:28.3180661Z [ 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-23T01:22:28.4196337Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2022-11-23T01:22:28.4361940Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2022-11-23T01:22:28.5384053Z [ 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-23T01:22:28.6018018Z [ 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-23T01:22:28.6686858Z [ 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-23T01:22:28.7847742Z [ 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-23T01:22:28.7852305Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2022-11-23T01:22:28.7856331Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2022-11-23T01:22:28.9130168Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2022-11-23T01:22:28.9550617Z [ 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-23T01:22:29.0428751Z [ 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-23T01:22:29.1324614Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2022-11-23T01:22:29.2037288Z [ 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-23T01:22:29.2096335Z [ 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-23T01:22:29.2360970Z [ 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-23T01:22:29.3538677Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2022-11-23T01:22:29.4112037Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2022-11-23T01:22:29.4353200Z [ 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-23T01:22:29.5154691Z [ 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-23T01:22:29.6243475Z [ 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-23T01:22:29.6542059Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2022-11-23T01:22:29.7091574Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2022-11-23T01:22:29.7912389Z [ 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-23T01:22:29.8628017Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2022-11-23T01:22:29.9556224Z [ 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-23T01:22:30.0544483Z [ 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-23T01:22:30.0988312Z [ 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-23T01:22:30.1503162Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2022-11-23T01:22:30.2646863Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2022-11-23T01:22:30.2890622Z [ 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-23T01:22:30.3328267Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2022-11-23T01:22:30.4059715Z [ 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-23T01:22:30.5273992Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2022-11-23T01:22:30.5599904Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x80.c.o 2022-11-23T01:22:30.6103095Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2022-11-23T01:22:30.7450813Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-11-23T01:22:30.8254242Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x16.c.o 2022-11-23T01:22:30.9050375Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x8.c.o 2022-11-23T01:22:30.9489686Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2022-11-23T01:22:31.0358206Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-11-23T01:22:31.0371415Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2022-11-23T01:22:31.1105228Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x8.c.o 2022-11-23T01:22:31.1413580Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-11-23T01:22:31.2454333Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2022-11-23T01:22:31.3090993Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2022-11-23T01:22:31.3125236Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x8.c.o 2022-11-23T01:22:31.3609207Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2022-11-23T01:22:31.4784315Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-11-23T01:22:31.5392679Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx-rr2-p5.c.o 2022-11-23T01:22:31.6612713Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut4-p4-perm.c.o 2022-11-23T01:22:31.6859443Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2022-11-23T01:22:31.7525988Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2022-11-23T01:22:31.8314912Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut16-p3.c.o 2022-11-23T01:22:31.9142826Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-p6.c.o 2022-11-23T01:22:31.9163372Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-lut64-p2-div.c.o 2022-11-23T01:22:32.0065094Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2022-11-23T01:22:32.0965733Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-div.c.o 2022-11-23T01:22:32.1591552Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2022-11-23T01:22:32.2501201Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr1.c.o 2022-11-23T01:22:32.2754711Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr2.c.o 2022-11-23T01:22:32.3243938Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:22:32.4239251Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2022-11-23T01:22:32.4454583Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:32.4816019Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:32.5755562Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2022-11-23T01:22:32.6673377Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:22:32.6802666Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:32.7190997Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2022-11-23T01:22:32.7677053Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:32.8082812Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2022-11-23T01:22:32.9328375Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2022-11-23T01:22:32.9673729Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:22:33.0757843Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:33.1403098Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:33.1842390Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:22:33.2042827Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2022-11-23T01:22:33.2853122Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2022-11-23T01:22:33.3734664Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:33.3761671Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2022-11-23T01:22:33.4655383Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:33.5211338Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2022-11-23T01:22:33.5640898Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2022-11-23T01:22:33.6204443Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:33.6487302Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:33.7343881Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2022-11-23T01:22:33.7569092Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2022-11-23T01:22:33.8587076Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:33.9482610Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:33.9974966Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:34.1138664Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2022-11-23T01:22:34.1524618Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:34.1899461Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2022-11-23T01:22:34.2653021Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:34.3508449Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:34.3773646Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:34.4665418Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:34.5175712Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2022-11-23T01:22:34.6035518Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:34.6889334Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:34.7530931Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:34.8357039Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2022-11-23T01:22:34.8520198Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:34.8600027Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2022-11-23T01:22:34.9295749Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:34.9904126Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:34.9905587Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2022-11-23T01:22:35.0674262Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2022-11-23T01:22:35.1145041Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:35.2304952Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:35.3486969Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:35.4452291Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:35.4840788Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:35.5798084Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2022-11-23T01:22:35.6067108Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:35.7118951Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:35.7120046Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2022-11-23T01:22:35.7878159Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2022-11-23T01:22:35.8277263Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:35.8808029Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/cuda_graph_fuser.cpp.o 2022-11-23T01:22:35.9713211Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:36.0588788Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:36.1046831Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2022-11-23T01:22:36.1784936Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:36.2653879Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:36.3088086Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2022-11-23T01:22:36.3834738Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:36.4280648Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:36.5009260Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2022-11-23T01:22:36.5453330Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:36.6597896Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:36.7154187Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:36.7739601Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2022-11-23T01:22:36.8447723Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:36.9241863Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:36.9789780Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2022-11-23T01:22:37.0148944Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:37.0699849Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2022-11-23T01:22:37.0984367Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:37.1484130Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2022-11-23T01:22:37.2209073Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:37.2528934Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:37.3293058Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2022-11-23T01:22:37.3835343Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:37.4516423Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:37.4958577Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2022-11-23T01:22:37.5765813Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:37.6891784Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:37.7026191Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:37.7069971Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2022-11-23T01:22:37.7736142Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:37.8167478Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2022-11-23T01:22:37.8684377Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2022-11-23T01:22:37.9169246Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:38.0210419Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:38.0650942Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2022-11-23T01:22:38.1178270Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:38.2050781Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:22:38.2340395Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2022-11-23T01:22:38.3206223Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:38.4137211Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:38.4630990Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2022-11-23T01:22:38.4970649Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-11-23T01:22:38.6025597Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2022-11-23T01:22:38.6319261Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:38.7238690Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:38.7680372Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2022-11-23T01:22:38.8633863Z [ 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-23T01:22:38.9410450Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2022-11-23T01:22:38.9812801Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:39.0291348Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2022-11-23T01:22:39.0751807Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:39.1652577Z [ 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-23T01:22:39.2475854Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2022-11-23T01:22:39.2951000Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:39.3963701Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:39.4326973Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2022-11-23T01:22:39.5240254Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:39.6002345Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2022-11-23T01:22:39.6569118Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:39.8298174Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:39.8578061Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:39.9325574Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2022-11-23T01:22:40.0440965Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T01:22:40.1936716Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T01:22:40.2301446Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2022-11-23T01:22:40.3041964Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:22:40.3078946Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:22:40.4314326Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2022-11-23T01:22:40.4839737Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2022-11-23T01:22:40.5422777Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:40.5884264Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:40.6306210Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:40.6763679Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2022-11-23T01:22:40.7458725Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2022-11-23T01:22:40.7721932Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:40.8825526Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:40.9140802Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2022-11-23T01:22:40.9923712Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:41.0829016Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:41.1238197Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2022-11-23T01:22:41.1664428Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:41.2106606Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2022-11-23T01:22:41.2897084Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:41.3065304Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:41.4066956Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2022-11-23T01:22:41.4246535Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:41.5442386Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:41.5712595Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:41.6554932Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2022-11-23T01:22:41.6850929Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:41.7923607Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:41.8395449Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:41.9037433Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2022-11-23T01:22:41.9930020Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:42.0226640Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:42.1028621Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2022-11-23T01:22:42.1364589Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:42.1802345Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2022-11-23T01:22:42.2893021Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:42.3453691Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2022-11-23T01:22:42.3454690Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:42.4202202Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2022-11-23T01:22:42.4510629Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:42.5702289Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:42.5723774Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2022-11-23T01:22:42.6655581Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:42.7740772Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:42.8781955Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:42.9049908Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:42.9717726Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2022-11-23T01:22:43.0599471Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:43.0843769Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2022-11-23T01:22:43.1756140Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:43.2487811Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:43.3054737Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2022-11-23T01:22:43.3756486Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:43.4129668Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:43.4992919Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2022-11-23T01:22:43.5696231Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-avx.c.o 2022-11-23T01:22:43.6183223Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:43.6550171Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:43.6957127Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2022-11-23T01:22:43.7481332Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:43.7807364Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2022-11-23T01:22:43.8346861Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:43.9048987Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2022-11-23T01:22:43.9779732Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:43.9785318Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2022-11-23T01:22:44.0808879Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:44.1388255Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:44.2099813Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2022-11-23T01:22:44.2630541Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:44.3483185Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:44.3955078Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2022-11-23T01:22:44.4518221Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:44.5045788Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2022-11-23T01:22:44.5706460Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:44.6358564Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:44.6768725Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2022-11-23T01:22:44.7514347Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:44.8314974Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:44.8746656Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:44.8977700Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2022-11-23T01:22:44.9649951Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2022-11-23T01:22:45.0175241Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:45.1168762Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:45.1720177Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2022-11-23T01:22:45.2119391Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:45.2496389Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:45.2993951Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2022-11-23T01:22:45.3588058Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2022-11-23T01:22:45.3863335Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:45.4809535Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:45.5722628Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:45.6002260Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T01:22:45.6816014Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2022-11-23T01:22:45.7258035Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T01:22:45.7799682Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x24.c.o 2022-11-23T01:22:45.8291227Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2022-11-23T01:22:45.8936892Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x32.c.o 2022-11-23T01:22:45.9475068Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:22:45.9964528Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2022-11-23T01:22:46.0205382Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T01:22:46.1403453Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2022-11-23T01:22:46.2133486Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x24.c.o 2022-11-23T01:22:46.2426442Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x32.c.o 2022-11-23T01:22:46.3879102Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T01:22:46.4075652Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T01:22:46.4076249Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2022-11-23T01:22:46.4744554Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2022-11-23T01:22:46.4902550Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2022-11-23T01:22:46.5642528Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x24.c.o 2022-11-23T01:22:46.6607301Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2022-11-23T01:22:46.6655921Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x32.c.o 2022-11-23T01:22:46.7795381Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:22:46.8361730Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T01:22:46.9462451Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2022-11-23T01:22:46.9629244Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x24.c.o 2022-11-23T01:22:47.0424782Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x32.c.o 2022-11-23T01:22:47.1281452Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2022-11-23T01:22:47.1680314Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T01:22:47.2329179Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2022-11-23T01:22:47.2929419Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:22:47.3450470Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-11-23T01:22:47.3952590Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2022-11-23T01:22:47.4533136Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-11-23T01:22:47.5884037Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2022-11-23T01:22:47.5885140Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:47.6908013Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:47.7231327Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2022-11-23T01:22:47.8846994Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:47.8851522Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2022-11-23T01:22:48.0007988Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:48.1279398Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:48.2131915Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:48.2161446Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-11-23T01:22:48.3484330Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-11-23T01:22:48.3496832Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2022-11-23T01:22:48.4443875Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2022-11-23T01:22:48.4848136Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-11-23T01:22:48.5287453Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-11-23T01:22:48.6040935Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-11-23T01:22:48.6690269Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-11-23T01:22:48.6925486Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2022-11-23T01:22:48.7457782Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:48.8290071Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2022-11-23T01:22:48.8885883Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2022-11-23T01:22:48.8886912Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:49.0160962Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:49.0424687Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2022-11-23T01:22:49.1172459Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2022-11-23T01:22:49.1647445Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:49.2061270Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:49.2698267Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2022-11-23T01:22:49.3527300Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:49.4034613Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:49.4726720Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2022-11-23T01:22:49.5252456Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:49.5764086Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2022-11-23T01:22:49.6481257Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:49.7529523Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:49.8578502Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:49.8978678Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:50.0030040Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2022-11-23T01:22:50.0205830Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:50.0859831Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2022-11-23T01:22:50.1400242Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:50.2442172Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:50.3081856Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:50.3141133Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2022-11-23T01:22:50.3870851Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2022-11-23T01:22:50.4732620Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:50.5733438Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:50.6277783Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:50.6567063Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:50.6864252Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2022-11-23T01:22:50.7419628Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2022-11-23T01:22:50.7584226Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2022-11-23T01:22:50.8273889Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:50.9209697Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:51.0158634Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:51.0640686Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2022-11-23T01:22:51.1283743Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:51.2196157Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:51.3094554Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:51.3387432Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:51.4168950Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2022-11-23T01:22:51.4351503Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:51.5164983Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:51.5570127Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2022-11-23T01:22:51.6239986Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:51.6710987Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:51.7271677Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2022-11-23T01:22:51.8000191Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:51.9417867Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:51.9880158Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:52.0372387Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:52.0377405Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:52.0892134Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2022-11-23T01:22:52.1387010Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:52.1559443Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2022-11-23T01:22:52.2164086Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2022-11-23T01:22:52.2874843Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:52.3189647Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:52.4115881Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2022-11-23T01:22:52.4349842Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:52.5403347Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:52.6476423Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:52.7553677Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-11-23T01:22:52.8577468Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-11-23T01:22:52.8915961Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T01:22:52.9708463Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2022-11-23T01:22:53.0166434Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T01:22:53.0170687Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2022-11-23T01:22:53.1072885Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:22:53.2320115Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T01:22:53.3707351Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-11-23T01:22:53.3722265Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2022-11-23T01:22:53.4630324Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2022-11-23T01:22:53.5038176Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-11-23T01:22:53.5259161Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2022-11-23T01:22:53.6147518Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-11-23T01:22:53.6490007Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-11-23T01:22:53.6901856Z [ 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-23T01:22:53.7844124Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2022-11-23T01:22:53.8102286Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2022-11-23T01:22:53.8430553Z [ 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-23T01:22:53.9386811Z [ 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-23T01:22:54.0334886Z [ 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-23T01:22:54.0960428Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x16.c.o 2022-11-23T01:22:54.1406425Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2022-11-23T01:22:54.2410019Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x32.c.o 2022-11-23T01:22:54.3065243Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x48.c.o 2022-11-23T01:22:54.4359373Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2022-11-23T01:22:54.4858566Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-11-23T01:22:54.5018555Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x8.c.o 2022-11-23T01:22:54.5049384Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T01:22:54.6227574Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2022-11-23T01:22:54.6701737Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2022-11-23T01:22:54.7193018Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-11-23T01:22:54.8748354Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c16.c.o 2022-11-23T01:22:55.0567430Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c24.c.o 2022-11-23T01:22:55.1930284Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c32.c.o 2022-11-23T01:22:55.2375268Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2022-11-23T01:22:55.4315445Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-11-23T01:22:55.5130808Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c16.c.o 2022-11-23T01:22:55.5283454Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c24.c.o 2022-11-23T01:22:55.5969504Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2022-11-23T01:22:55.7032370Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2022-11-23T01:22:55.7209804Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c32.c.o 2022-11-23T01:22:55.8731533Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-11-23T01:22:55.8732565Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2022-11-23T01:22:56.0081610Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x8.c.o 2022-11-23T01:22:56.0717378Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2022-11-23T01:22:56.1774440Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-11-23T01:22:56.2836963Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x8.c.o 2022-11-23T01:22:56.2862154Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-11-23T01:22:56.3630431Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2022-11-23T01:22:56.4498538Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2022-11-23T01:22:56.5216544Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x8.c.o 2022-11-23T01:22:56.5249892Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-11-23T01:22:56.6892550Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2022-11-23T01:22:56.7117040Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x8.c.o 2022-11-23T01:22:56.7772269Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x16.c.o 2022-11-23T01:22:56.7794291Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x8.c.o 2022-11-23T01:22:56.9466632Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x16.c.o 2022-11-23T01:22:56.9467654Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2022-11-23T01:22:56.9790277Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2022-11-23T01:22:56.9796635Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2022-11-23T01:22:57.1190640Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x8.c.o 2022-11-23T01:22:57.2947218Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x16.c.o 2022-11-23T01:22:57.3206297Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x8.c.o 2022-11-23T01:22:57.4503567Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2022-11-23T01:22:57.5007925Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x16.c.o 2022-11-23T01:22:57.5492900Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x8.c.o 2022-11-23T01:22:57.6875858Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x16.c.o 2022-11-23T01:22:57.7179304Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2022-11-23T01:22:57.7250072Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x8.c.o 2022-11-23T01:22:57.7851926Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2022-11-23T01:22:57.8932318Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2022-11-23T01:22:57.9180954Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x16.c.o 2022-11-23T01:22:58.0696698Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x8.c.o 2022-11-23T01:22:58.1191828Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-11-23T01:22:58.2424355Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2022-11-23T01:22:58.2603485Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x8.c.o 2022-11-23T01:22:58.3531502Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-11-23T01:22:58.3973890Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x8.c.o 2022-11-23T01:22:58.4779116Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2022-11-23T01:22:58.5178222Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x16.c.o 2022-11-23T01:22:58.5660779Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2022-11-23T01:22:58.6128488Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2022-11-23T01:22:58.7456988Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x8.c.o 2022-11-23T01:22:58.9072844Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x16.c.o 2022-11-23T01:22:59.0638448Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x8.c.o 2022-11-23T01:22:59.2461726Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x16.c.o 2022-11-23T01:22:59.3114123Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x8.c.o 2022-11-23T01:22:59.3397987Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x16.c.o 2022-11-23T01:22:59.4132694Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2022-11-23T01:22:59.5272483Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x8.c.o 2022-11-23T01:22:59.5311810Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2022-11-23T01:22:59.6501869Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-11-23T01:22:59.6994423Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x8.c.o 2022-11-23T01:22:59.7144942Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-11-23T01:22:59.7872472Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2022-11-23T01:22:59.8334156Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2022-11-23T01:22:59.9037094Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x8.c.o 2022-11-23T01:22:59.9193204Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2022-11-23T01:23:00.0705352Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-11-23T01:23:00.2272484Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x8.c.o 2022-11-23T01:23:00.3758377Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-11-23T01:23:00.5528715Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-f16c.c.o 2022-11-23T01:23:00.5889435Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-f16c.c.o 2022-11-23T01:23:00.7496938Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:23:00.7511049Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2022-11-23T01:23:00.8230421Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2022-11-23T01:23:00.8244248Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2022-11-23T01:23:01.0053079Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2022-11-23T01:23:01.0499910Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:01.1914042Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2022-11-23T01:23:01.2126140Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:23:01.4127688Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:01.4474274Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:23:01.6363312Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2022-11-23T01:23:01.6378097Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:01.7046973Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-11-23T01:23:01.7572026Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:01.8533063Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2022-11-23T01:23:01.9270626Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2022-11-23T01:23:01.9695435Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:02.0197486Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2022-11-23T01:23:02.1470583Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2022-11-23T01:23:02.1471731Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:02.2810039Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:02.3587666Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:02.4635380Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2022-11-23T01:23:02.5717604Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:02.7652084Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:02.9316535Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:02.9940561Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2022-11-23T01:23:02.9996943Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:03.1200635Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2022-11-23T01:23:03.1807824Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2022-11-23T01:23:03.2469566Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:03.3512131Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:03.4380139Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:03.5695099Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:03.5987679Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:03.6430017Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2022-11-23T01:23:03.7557927Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:03.8050969Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2022-11-23T01:23:03.9412331Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:04.1820086Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:04.1859802Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2022-11-23T01:23:04.3658655Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:04.4332898Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:04.5070140Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:04.5818172Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2022-11-23T01:23:04.6381059Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2022-11-23T01:23:04.7403935Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:04.7886924Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2022-11-23T01:23:04.9073800Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:04.9510315Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2022-11-23T01:23:05.0537336Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:05.2269618Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:05.3564457Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:05.4216616Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2022-11-23T01:23:05.5168052Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:05.6607545Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:05.8010408Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:05.8681282Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2022-11-23T01:23:05.9521083Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:06.0504514Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:06.0524695Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2022-11-23T01:23:06.1440724Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2022-11-23T01:23:06.1775446Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:06.2651252Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2022-11-23T01:23:06.3950865Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:06.5248661Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:06.6873425Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:06.7368160Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:06.8699925Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:06.8994123Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2022-11-23T01:23:07.0228707Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:07.0997755Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2022-11-23T01:23:07.2175063Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:07.3056110Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:07.4038249Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:07.5059680Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2022-11-23T01:23:07.5297994Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2022-11-23T01:23:07.5703616Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:07.6575783Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2022-11-23T01:23:07.7619949Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:07.7621443Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2022-11-23T01:23:07.9415345Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:08.0072206Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:08.0953956Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:08.1042796Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:08.1782625Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2022-11-23T01:23:08.2286645Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2022-11-23T01:23:08.2983701Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:08.3310421Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2022-11-23T01:23:08.3795171Z [ 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-23T01:23:08.4774631Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2022-11-23T01:23:08.6402411Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:08.7282822Z [ 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-23T01:23:08.8086499Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:08.8090475Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2022-11-23T01:23:08.8490927Z [ 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-23T01:23:08.9652470Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2022-11-23T01:23:08.9928552Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2022-11-23T01:23:09.0511167Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2022-11-23T01:23:09.0659098Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:09.1398195Z [ 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-23T01:23:09.2559938Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2022-11-23T01:23:09.2569587Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:09.3700394Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2022-11-23T01:23:09.4039680Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:09.4888167Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2022-11-23T01:23:09.5877105Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:09.6829835Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2022-11-23T01:23:09.6834910Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:09.7895675Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2022-11-23T01:23:09.8741664Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:09.9152299Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2022-11-23T01:23:10.0262323Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:10.0768779Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2022-11-23T01:23:10.1129223Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:10.2627337Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2022-11-23T01:23:10.3148412Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:10.3152006Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2022-11-23T01:23:10.4161422Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:10.5042688Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2022-11-23T01:23:10.5051457Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:10.6141039Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:10.6568508Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2022-11-23T01:23:10.7108114Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2022-11-23T01:23:10.8327984Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2022-11-23T01:23:10.8334043Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:10.9831629Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:10.9832555Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2022-11-23T01:23:11.0813868Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2022-11-23T01:23:11.1140190Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:11.2293438Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2022-11-23T01:23:11.3157955Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:11.3527413Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:11.5053883Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2022-11-23T01:23:11.5418397Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:11.5843707Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2022-11-23T01:23:11.7553189Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:11.7569605Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2022-11-23T01:23:11.8642400Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:11.9125275Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:11.9568855Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2022-11-23T01:23:12.0495470Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:12.0813906Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:12.1218129Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2022-11-23T01:23:12.1370914Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/data_flow.cpp.o 2022-11-23T01:23:12.2254785Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:12.2696762Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:12.2938267Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:12.3139998Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2022-11-23T01:23:12.4407721Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2022-11-23T01:23:12.4664299Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2022-11-23T01:23:12.5130042Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:12.6921485Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:12.7801572Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:12.8680786Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:12.9107383Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2022-11-23T01:23:13.0042258Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/perf.cpp.o 2022-11-23T01:23:13.0379119Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:13.0515104Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:13.0993376Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/execution_graph_observer.cpp.o 2022-11-23T01:23:13.2190567Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/itt_observer.cpp.o 2022-11-23T01:23:13.2463729Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:13.2905128Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:13.4736421Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/nvtx_observer.cpp.o 2022-11-23T01:23:13.5069506Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:13.5229245Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:13.6125077Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-xop.c.o 2022-11-23T01:23:13.7103117Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/base.cpp.o 2022-11-23T01:23:13.7345773Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2022-11-23T01:23:13.8669093Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:13.9339276Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:13.9347288Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:14.0585314Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:14.0872839Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2022-11-23T01:23:14.1306955Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2022-11-23T01:23:14.1753852Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2022-11-23T01:23:14.2430422Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2022-11-23T01:23:14.3074601Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:14.3889791Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:14.5173987Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2022-11-23T01:23:14.5945123Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:14.5948580Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2022-11-23T01:23:14.6770192Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:14.7856786Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:14.8204139Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2022-11-23T01:23:14.9004722Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2022-11-23T01:23:15.0019695Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:15.1771261Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:15.3177467Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:15.3656215Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2022-11-23T01:23:15.4367598Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:15.4975007Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:15.5488174Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2022-11-23T01:23:15.6521312Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2022-11-23T01:23:15.6869334Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:15.7256745Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2022-11-23T01:23:15.9028342Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2022-11-23T01:23:15.9044039Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:15.9772377Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:16.0787274Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2022-11-23T01:23:16.1969528Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2022-11-23T01:23:16.1982275Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:16.3860082Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:16.4634779Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:16.5896608Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2022-11-23T01:23:16.6436751Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:16.7055825Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:16.8346221Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:23:16.9076316Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/random_ops.cpp.o 2022-11-23T01:23:16.9759468Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T01:23:17.0495756Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2022-11-23T01:23:17.1765773Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2022-11-23T01:23:17.1775444Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x24.c.o 2022-11-23T01:23:17.1776495Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2022-11-23T01:23:17.2845589Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x32.c.o 2022-11-23T01:23:17.3776051Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2022-11-23T01:23:17.4659411Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:23:17.5312818Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T01:23:17.6166925Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x24.c.o 2022-11-23T01:23:17.6692858Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x32.c.o 2022-11-23T01:23:17.7322057Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2022-11-23T01:23:17.7819860Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2022-11-23T01:23:17.8383507Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:17.8835616Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:17.9504331Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:18.0838717Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2022-11-23T01:23:18.1295364Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2022-11-23T01:23:18.1466850Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-11-23T01:23:18.2769578Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:18.3753790Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:18.4214023Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:18.4901679Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2022-11-23T01:23:18.6036098Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2022-11-23T01:23:18.6304736Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:18.6953492Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:18.7806679Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:18.8378467Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2022-11-23T01:23:18.9193838Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2022-11-23T01:23:18.9666630Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:19.1066851Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:19.1727693Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:19.2815164Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2022-11-23T01:23:19.3744853Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:19.4151728Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:19.5027287Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:19.5063950Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:19.6189434Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2022-11-23T01:23:19.6856771Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:19.6872155Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:19.7372659Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2022-11-23T01:23:19.9020354Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2022-11-23T01:23:19.9282699Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:19.9692948Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:20.0168902Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:20.1527365Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2022-11-23T01:23:20.1776957Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2022-11-23T01:23:20.2669028Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:20.4065239Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:20.4630391Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2022-11-23T01:23:20.4636123Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:20.5218716Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2022-11-23T01:23:20.6156934Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2022-11-23T01:23:20.6734203Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:20.7688903Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:20.8677805Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2022-11-23T01:23:20.9516244Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:20.9805955Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:21.1021540Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:21.1346377Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2022-11-23T01:23:21.2422555Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2022-11-23T01:23:21.2423618Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:21.3407711Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:21.3717350Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:21.4884481Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2022-11-23T01:23:21.5392433Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2022-11-23T01:23:21.5918254Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:21.7645512Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:21.9277984Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2022-11-23T01:23:21.9693155Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:22.1435805Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2022-11-23T01:23:22.1478923Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:22.3177519Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:22.3424606Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:22.4014659Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2022-11-23T01:23:22.4060204Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:22.5256321Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2022-11-23T01:23:22.5503867Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/itt_wrapper.cpp.o 2022-11-23T01:23:22.6401842Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:22.7173590Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:22.7737651Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:22.8556722Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/itt.cpp.o 2022-11-23T01:23:22.9397682Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2022-11-23T01:23:22.9920663Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:23.0489821Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:23.1253671Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:23.1933744Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-11-23T01:23:23.2232586Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2022-11-23T01:23:23.2588498Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2022-11-23T01:23:23.3596602Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2022-11-23T01:23:23.4048739Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-11-23T01:23:23.5511121Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:23:23.5807367Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T01:23:23.6910040Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2022-11-23T01:23:23.7619593Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-11-23T01:23:23.8053266Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-11-23T01:23:23.9079918Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-11-23T01:23:23.9186615Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3.c.o 2022-11-23T01:23:23.9837109Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2022-11-23T01:23:24.0421639Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2022-11-23T01:23:24.1145141Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-11-23T01:23:24.1413856Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3.c.o 2022-11-23T01:23:24.1827376Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2022-11-23T01:23:24.3248390Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp.o 2022-11-23T01:23:24.3593009Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-11-23T01:23:24.5411058Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3.c.o 2022-11-23T01:23:24.5904086Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2022-11-23T01:23:24.7346563Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T01:23:24.8617071Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T01:23:24.9867500Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-11-23T01:23:25.0658586Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T01:23:25.0946961Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2022-11-23T01:23:25.2241284Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2022-11-23T01:23:25.2620152Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-11-23T01:23:25.3113838Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2022-11-23T01:23:25.4119162Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T01:23:25.4914515Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2022-11-23T01:23:25.6045449Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-11-23T01:23:25.6051210Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T01:23:25.7128336Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-11-23T01:23:25.7866641Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2022-11-23T01:23:25.8449129Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2022-11-23T01:23:25.8737435Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3.c.o 2022-11-23T01:23:25.9565941Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3-acc2.c.o 2022-11-23T01:23:26.0423933Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3.c.o 2022-11-23T01:23:26.0943070Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/OpsImpl.cpp.o 2022-11-23T01:23:26.1532311Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2022-11-23T01:23:26.1536119Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3-acc2.c.o 2022-11-23T01:23:26.2725343Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2022-11-23T01:23:26.3209855Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3.c.o 2022-11-23T01:23:26.4933104Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3-acc2.c.o 2022-11-23T01:23:26.6558291Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3.c.o 2022-11-23T01:23:26.6559021Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2022-11-23T01:23:26.7372174Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3-acc2.c.o 2022-11-23T01:23:26.7406852Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2022-11-23T01:23:26.8740255Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2022-11-23T01:23:26.9254363Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3.c.o 2022-11-23T01:23:26.9676146Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-11-23T01:23:27.0992605Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c16.c.o 2022-11-23T01:23:27.1200158Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2022-11-23T01:23:27.1465235Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2022-11-23T01:23:27.2842259Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-11-23T01:23:27.3663810Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c16-minmax-fma3-2x.c.o 2022-11-23T01:23:27.4636798Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2022-11-23T01:23:27.5313460Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-11-23T01:23:27.6726845Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3.c.o 2022-11-23T01:23:27.6917293Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2022-11-23T01:23:27.7824060Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-11-23T01:23:27.8696796Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2022-11-23T01:23:27.9548921Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3.c.o 2022-11-23T01:23:28.1176030Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-11-23T01:23:28.1511268Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2022-11-23T01:23:28.2856851Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3.c.o 2022-11-23T01:23:28.3286887Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2022-11-23T01:23:28.4607344Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-11-23T01:23:28.5248499Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-11-23T01:23:28.6058012Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-11-23T01:23:28.6531238Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/exception.cpp.o 2022-11-23T01:23:28.7434941Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-11-23T01:23:28.8314343Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-11-23T01:23:28.8587608Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2022-11-23T01:23:28.9169618Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-11-23T01:23:28.9917856Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2022-11-23T01:23:29.0633775Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2022-11-23T01:23:29.1209592Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-11-23T01:23:29.2929147Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-11-23T01:23:29.3164023Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-11-23T01:23:29.3570181Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3.c.o 2022-11-23T01:23:29.4813099Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2022-11-23T01:23:29.5048980Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2022-11-23T01:23:29.5704950Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:29.7138272Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:29.8923467Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:29.9809600Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:30.0881425Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:30.1172102Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:30.1566057Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2022-11-23T01:23:30.2694161Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2022-11-23T01:23:30.3305365Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:30.3306212Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2022-11-23T01:23:30.4754635Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:30.5709427Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2022-11-23T01:23:30.6375250Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:30.7134479Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2022-11-23T01:23:30.7636457Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:30.8800440Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2022-11-23T01:23:30.9523332Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16s4inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:31.1280681Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:31.2647134Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:31.3134523Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2022-11-23T01:23:31.4373358Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x8inc-minmax-fma3-broadcast.c.o 2022-11-23T01:23:31.5447158Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:31.6569886Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2022-11-23T01:23:31.7464442Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:31.8261413Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2022-11-23T01:23:31.9301782Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:32.0057620Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2022-11-23T01:23:32.0836668Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:32.1078243Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:32.1730681Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2022-11-23T01:23:32.2775195Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2022-11-23T01:23:32.3436934Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:32.3973968Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:32.5367926Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:32.5588284Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:32.6105126Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2022-11-23T01:23:32.7227815Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:32.7399967Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2022-11-23T01:23:32.8327208Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:32.9451432Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2022-11-23T01:23:33.0306534Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:33.2082894Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:33.3915604Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:33.4174543Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:33.4587319Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:33.6028835Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2022-11-23T01:23:33.6295947Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2022-11-23T01:23:33.6655858Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:33.7202565Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2022-11-23T01:23:33.8250254Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:33.8773749Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2022-11-23T01:23:34.0293039Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:34.2097073Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:34.3546191Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:34.4094528Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:34.5368564Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2022-11-23T01:23:34.6003867Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:34.7443328Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-11-23T01:23:34.9325180Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-11-23T01:23:34.9877479Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:34.9899096Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp.o 2022-11-23T01:23:35.0733020Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:35.1039562Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-11-23T01:23:35.1943664Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x8.c.o 2022-11-23T01:23:35.1944631Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2022-11-23T01:23:35.2476547Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2022-11-23T01:23:35.3333137Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2022-11-23T01:23:35.3595165Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2022-11-23T01:23:35.4063998Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-11-23T01:23:35.5374284Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x8.c.o 2022-11-23T01:23:35.6981947Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x16.c.o 2022-11-23T01:23:35.8267998Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x24.c.o 2022-11-23T01:23:36.0092962Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x32.c.o 2022-11-23T01:23:36.0442830Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x40.c.o 2022-11-23T01:23:36.1954359Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x48.c.o 2022-11-23T01:23:36.2394150Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x56.c.o 2022-11-23T01:23:36.2448581Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2022-11-23T01:23:36.2934849Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2022-11-23T01:23:36.3975102Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x64.c.o 2022-11-23T01:23:36.4190862Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma.c.o 2022-11-23T01:23:36.5079531Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma1adj.c.o 2022-11-23T01:23:36.6138350Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2022-11-23T01:23:36.6147034Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr2fma.c.o 2022-11-23T01:23:36.6574522Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:36.7542319Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2022-11-23T01:23:36.7704771Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2022-11-23T01:23:36.8384092Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:36.9949141Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:37.1751058Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:37.3382646Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:37.4222669Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:37.5501459Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:37.5502454Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2022-11-23T01:23:37.5998659Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:37.6710962Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2022-11-23T01:23:37.7524438Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2022-11-23T01:23:37.8045864Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:37.9813175Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:38.0772619Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:38.2022373Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2022-11-23T01:23:38.2377451Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:38.2976409Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:38.4491363Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2022-11-23T01:23:38.4492888Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:38.6385177Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:38.7204037Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-11-23T01:23:38.8186141Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2022-11-23T01:23:38.9157681Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:39.1252371Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2022-11-23T01:23:39.1283951Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-11-23T01:23:39.3080367Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:23:39.3349644Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2022-11-23T01:23:39.4063556Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:23:39.5266422Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x48.c.o 2022-11-23T01:23:39.5540622Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T01:23:39.6042768Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2022-11-23T01:23:39.7012264Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2022-11-23T01:23:39.7521525Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:23:39.9184264Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:23:40.0019858Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x48.c.o 2022-11-23T01:23:40.1268542Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2022-11-23T01:23:40.1708768Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-11-23T01:23:40.3322840Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc2.c.o 2022-11-23T01:23:40.4160740Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc4.c.o 2022-11-23T01:23:40.5091372Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2022-11-23T01:23:40.5925776Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64.c.o 2022-11-23T01:23:40.7437558Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72-acc3.c.o 2022-11-23T01:23:40.8684613Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72.c.o 2022-11-23T01:23:40.9292071Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc2.c.o 2022-11-23T01:23:40.9712462Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc5.c.o 2022-11-23T01:23:40.9716074Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2022-11-23T01:23:41.0613533Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80.c.o 2022-11-23T01:23:41.1035226Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2022-11-23T01:23:41.1509146Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2022-11-23T01:23:41.2073697Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2022-11-23T01:23:41.2688175Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc2.c.o 2022-11-23T01:23:41.4242352Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc3.c.o 2022-11-23T01:23:41.5670622Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc6.c.o 2022-11-23T01:23:41.6094164Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2022-11-23T01:23:41.6416974Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96.c.o 2022-11-23T01:23:41.7618428Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2022-11-23T01:23:41.7856442Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc2.c.o 2022-11-23T01:23:41.9579921Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc4.c.o 2022-11-23T01:23:42.0875593Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64.c.o 2022-11-23T01:23:42.2129283Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72-acc3.c.o 2022-11-23T01:23:42.2384098Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2022-11-23T01:23:42.3808184Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72.c.o 2022-11-23T01:23:42.4112691Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc2.c.o 2022-11-23T01:23:42.5641598Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc5.c.o 2022-11-23T01:23:42.5839415Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2022-11-23T01:23:42.6320798Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2022-11-23T01:23:42.7767769Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80.c.o 2022-11-23T01:23:42.7780381Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2022-11-23T01:23:42.9027288Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc2.c.o 2022-11-23T01:23:42.9462811Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc3.c.o 2022-11-23T01:23:42.9713108Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2022-11-23T01:23:43.0938295Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc6.c.o 2022-11-23T01:23:43.1431447Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96.c.o 2022-11-23T01:23:43.2297418Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc2.c.o 2022-11-23T01:23:43.3033234Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2022-11-23T01:23:43.3914048Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2022-11-23T01:23:43.4466641Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc4.c.o 2022-11-23T01:23:43.4868579Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64.c.o 2022-11-23T01:23:43.6437124Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2022-11-23T01:23:43.6713750Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72-acc3.c.o 2022-11-23T01:23:43.8447051Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72.c.o 2022-11-23T01:23:43.9998976Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc2.c.o 2022-11-23T01:23:44.0149429Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc5.c.o 2022-11-23T01:23:44.1571886Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2022-11-23T01:23:44.1855828Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80.c.o 2022-11-23T01:23:44.3444870Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc2.c.o 2022-11-23T01:23:44.3566453Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc3.c.o 2022-11-23T01:23:44.4321935Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2022-11-23T01:23:44.5397561Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc6.c.o 2022-11-23T01:23:44.5716779Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96.c.o 2022-11-23T01:23:44.6295848Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x8.c.o 2022-11-23T01:23:44.7455111Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2022-11-23T01:23:44.7790726Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2022-11-23T01:23:44.7795588Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x16.c.o 2022-11-23T01:23:44.9477813Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x24.c.o 2022-11-23T01:23:45.0891131Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x32.c.o 2022-11-23T01:23:45.1466575Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x40.c.o 2022-11-23T01:23:45.2493782Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2022-11-23T01:23:45.3988373Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x48.c.o 2022-11-23T01:23:45.5318001Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-11-23T01:23:45.6023058Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2022-11-23T01:23:45.7270042Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x64.c.o 2022-11-23T01:23:45.8655268Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x72.c.o 2022-11-23T01:23:45.8970758Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x80.c.o 2022-11-23T01:23:46.0030099Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2022-11-23T01:23:46.0855171Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x8.c.o 2022-11-23T01:23:46.1935466Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2022-11-23T01:23:46.2377979Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x16.c.o 2022-11-23T01:23:46.2809043Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2022-11-23T01:23:46.4049719Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x24.c.o 2022-11-23T01:23:46.5611976Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x32.c.o 2022-11-23T01:23:46.6921443Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x40.c.o 2022-11-23T01:23:46.7145037Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2022-11-23T01:23:46.8724610Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x48.c.o 2022-11-23T01:23:46.9956099Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x56.c.o 2022-11-23T01:23:47.0527682Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2022-11-23T01:23:47.1788682Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x64.c.o 2022-11-23T01:23:47.3708043Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x72.c.o 2022-11-23T01:23:47.4054128Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x80.c.o 2022-11-23T01:23:47.5020867Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2022-11-23T01:23:47.5811064Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x8.c.o 2022-11-23T01:23:47.7069004Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x16.c.o 2022-11-23T01:23:47.7128128Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x24.c.o 2022-11-23T01:23:47.8114483Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2022-11-23T01:23:47.8969134Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2022-11-23T01:23:47.9129884Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x32.c.o 2022-11-23T01:23:48.0710332Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x40.c.o 2022-11-23T01:23:48.1213200Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2022-11-23T01:23:48.2495937Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x48.c.o 2022-11-23T01:23:48.3677516Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x56.c.o 2022-11-23T01:23:48.4636550Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x64.c.o 2022-11-23T01:23:48.5311683Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2022-11-23T01:23:48.6729835Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x72.c.o 2022-11-23T01:23:48.8142300Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x80.c.o 2022-11-23T01:23:48.9447578Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x8.c.o 2022-11-23T01:23:48.9996078Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2022-11-23T01:23:49.1242819Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x16.c.o 2022-11-23T01:23:49.2077607Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x24.c.o 2022-11-23T01:23:49.3154861Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x32.c.o 2022-11-23T01:23:49.3162389Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2022-11-23T01:23:49.4094937Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2022-11-23T01:23:49.5491156Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x40.c.o 2022-11-23T01:23:49.6327763Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x48.c.o 2022-11-23T01:23:49.7145548Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2022-11-23T01:23:49.8104174Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x56.c.o 2022-11-23T01:23:49.8420906Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x64.c.o 2022-11-23T01:23:49.9924318Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2022-11-23T01:23:50.0085178Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x72.c.o 2022-11-23T01:23:50.1673382Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x80.c.o 2022-11-23T01:23:50.3402205Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x8.c.o 2022-11-23T01:23:50.4554598Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x16.c.o 2022-11-23T01:23:50.5295330Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x8.c.o 2022-11-23T01:23:50.5497120Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2022-11-23T01:23:50.6442094Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2022-11-23T01:23:50.7413043Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x16.c.o 2022-11-23T01:23:50.7727654Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x24.c.o 2022-11-23T01:23:50.8512506Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x32.c.o 2022-11-23T01:23:50.9216073Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2022-11-23T01:23:50.9404058Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2022-11-23T01:23:51.0671913Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x40.c.o 2022-11-23T01:23:51.1360637Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x48.c.o 2022-11-23T01:23:51.2402095Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2022-11-23T01:23:51.3174453Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x56.c.o 2022-11-23T01:23:51.4521199Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x64.c.o 2022-11-23T01:23:51.6137503Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x72.c.o 2022-11-23T01:23:51.7100471Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x80.c.o 2022-11-23T01:23:51.7730775Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x88.c.o 2022-11-23T01:23:51.8136812Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2022-11-23T01:23:51.9003603Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2022-11-23T01:23:51.9427644Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x96.c.o 2022-11-23T01:23:52.0633153Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x8.c.o 2022-11-23T01:23:52.1323434Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x16.c.o 2022-11-23T01:23:52.1850855Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x24.c.o 2022-11-23T01:23:52.2934061Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2022-11-23T01:23:52.3199718Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x32.c.o 2022-11-23T01:23:52.3649664Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2022-11-23T01:23:52.4231688Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x40.c.o 2022-11-23T01:23:52.5192920Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2022-11-23T01:23:52.6068571Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x48.c.o 2022-11-23T01:23:52.7450819Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x56.c.o 2022-11-23T01:23:52.9179149Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x64.c.o 2022-11-23T01:23:52.9495893Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x72.c.o 2022-11-23T01:23:53.0392333Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x80.c.o 2022-11-23T01:23:53.1091145Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2022-11-23T01:23:53.1564773Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2022-11-23T01:23:53.2496458Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x88.c.o 2022-11-23T01:23:53.4071610Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x96.c.o 2022-11-23T01:23:53.4311887Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x8.c.o 2022-11-23T01:23:53.5228090Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x16.c.o 2022-11-23T01:23:53.5848975Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2022-11-23T01:23:53.6185105Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x24.c.o 2022-11-23T01:23:53.6770926Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2022-11-23T01:23:53.7454490Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2022-11-23T01:23:53.8576502Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x32.c.o 2022-11-23T01:23:54.0145433Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-11-23T01:23:54.1663400Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x48.c.o 2022-11-23T01:23:54.3240725Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x56.c.o 2022-11-23T01:23:54.3981960Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x64.c.o 2022-11-23T01:23:54.4666993Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x72.c.o 2022-11-23T01:23:54.5580484Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2022-11-23T01:23:54.6165385Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2022-11-23T01:23:54.6901269Z [ 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:23:54.8567807Z [ 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:23:55.0081111Z [ 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:23:55.0666249Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2022-11-23T01:23:55.1007393Z [ 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:23:55.1305435Z [ 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:23:55.2149003Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2022-11-23T01:23:55.2822730Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2022-11-23T01:23:55.3073923Z [ 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:23:55.4868889Z [ 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:23:55.6479413Z [ 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:23:55.7249998Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2022-11-23T01:23:55.7964057Z [ 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:23:55.8173122Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2022-11-23T01:23:55.9512221Z [ 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:23:56.1150332Z [ 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:23:56.1446503Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2022-11-23T01:23:56.2189214Z [ 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:23:56.2921611Z [ 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:23:56.3406204Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX2.cpp.o 2022-11-23T01:23:56.4126191Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp.o 2022-11-23T01:23:56.4788484Z [ 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:23:56.5202681Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX2.cpp.o 2022-11-23T01:23:56.6347040Z [ 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:23:56.8091312Z [ 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:23:56.9284863Z [ 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:23:56.9972625Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX2.cpp.o 2022-11-23T01:23:57.1017806Z [ 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:23:57.2363086Z [ 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:23:57.2797109Z [ 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:23:57.3237847Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX2.cpp.o 2022-11-23T01:23:57.4339287Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T01:23:57.4846567Z [ 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:23:57.5231041Z [ 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:23:57.6566111Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T01:23:57.7007380Z [ 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:23:57.7538468Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-p5.c.o 2022-11-23T01:23:57.8470095Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX2.cpp.o 2022-11-23T01:23:57.9370228Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr1-p5.c.o 2022-11-23T01:23:58.0906101Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr2-p5.c.o 2022-11-23T01:23:58.1662920Z [ 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:23:58.2120107Z [ 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:23:58.2929622Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX2.cpp.o 2022-11-23T01:23:58.3225307Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:58.4077223Z [ 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:23:58.4377272Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-p6.c.o 2022-11-23T01:23:58.5306792Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx2-p5.c.o 2022-11-23T01:23:58.5970498Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:58.6563222Z [ 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:23:58.6890929Z [ 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:23:58.7649964Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:58.8103358Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:58.9071822Z [ 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:23:59.0009111Z [ 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:23:59.0748763Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX2.cpp.o 2022-11-23T01:23:59.1749943Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-div.c.o 2022-11-23T01:23:59.3226679Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr1fma.c.o 2022-11-23T01:23:59.3533312Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr2fma.c.o 2022-11-23T01:23:59.4144864Z [ 79%] 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:23:59.5048061Z [ 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:23:59.5052507Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:59.5742282Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:59.6496105Z [ 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:23:59.6510407Z [ 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:23:59.7168901Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:59.7953161Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-div.c.o 2022-11-23T01:23:59.8374779Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX2.cpp.o 2022-11-23T01:23:59.8610796Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX2.cpp.o 2022-11-23T01:23:59.9714984Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr1fma.c.o 2022-11-23T01:24:00.1130351Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr2fma.c.o 2022-11-23T01:24:00.2328464Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:00.2799880Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:00.3969066Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:00.4798818Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:00.5118006Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:00.5394158Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:00.6428267Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:00.6955069Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:00.7423781Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:00.8701690Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:00.8757066Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:01.0340277Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:01.0650732Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:01.1439326Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:01.2593101Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:01.2603081Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:01.3058828Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:01.3847708Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:01.4866910Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:01.5303461Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:01.6203502Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:01.6981278Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:01.7992680Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:01.8433341Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:01.9747295Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:02.0087538Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:02.0631952Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:02.1514468Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:02.1947190Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX2.cpp.o 2022-11-23T01:24:02.2748433Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:02.3689389Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:02.4259705Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:02.4691924Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:02.6236420Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:02.6551976Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:02.7297936Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:02.7298964Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:02.8586356Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:02.9142354Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:24:02.9658013Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:03.0979501Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:03.1350781Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:03.1934007Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:24:03.3354973Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:03.3932673Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:24:03.3944598Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:03.5041889Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:03.6000743Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:03.6503117Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:03.7033354Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:03.8097079Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX2.cpp.o 2022-11-23T01:24:03.8876760Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:03.8877838Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:03.8900933Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:03.9561847Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:04.0874725Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:04.1130942Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:04.2118974Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:04.2859789Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:04.3822612Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:04.5124088Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:04.5364899Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:04.6890993Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:04.8721051Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:04.9926137Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:05.0449035Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:05.1141964Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:05.2147983Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:05.2760083Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:05.2804376Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:05.3329956Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:05.4061354Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:05.4863578Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:05.5175371Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:05.5647186Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:05.6943201Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:05.7289172Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:05.8694460Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:05.9058260Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-11-23T01:24:05.9360627Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-11-23T01:24:05.9818728Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX2.cpp.o 2022-11-23T01:24:06.0989950Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-11-23T01:24:06.1335953Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o 2022-11-23T01:24:06.2970239Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-11-23T01:24:06.3453391Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX512.cpp.o 2022-11-23T01:24:06.3507865Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-11-23T01:24:06.4634340Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:24:06.5128256Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX512.cpp.o 2022-11-23T01:24:06.5737709Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-11-23T01:24:06.6642939Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX512.cpp.o 2022-11-23T01:24:06.7437416Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:24:06.8152800Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:06.8455786Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:24:06.9471611Z [ 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:24:06.9907557Z [ 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:24:07.0742632Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:07.1324972Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX512.cpp.o 2022-11-23T01:24:07.2616922Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:24:07.3698900Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:07.4508087Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-11-23T01:24:07.5293230Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX512.cpp.o 2022-11-23T01:24:07.6831162Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:07.8215252Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:07.8911104Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX512.cpp.o 2022-11-23T01:24:07.9292701Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:08.0167108Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX512.cpp.o 2022-11-23T01:24:08.0612684Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-11-23T01:24:08.1460164Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:08.1789982Z [ 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:24:08.2653160Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:08.3718823Z [ 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:24:08.3720681Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:08.5295380Z [ 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:24:08.7164382Z [ 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:24:08.7568258Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:08.7945489Z [ 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:24:08.8951726Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX512.cpp.o 2022-11-23T01:24:08.9965447Z [ 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:24:09.0003052Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:09.0744881Z [ 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:24:09.2018002Z [ 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:24:09.2070068Z [ 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:24:09.2823795Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:09.4042899Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:09.4306725Z [ 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:24:09.5367278Z [ 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:24:09.6002732Z [ 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:24:09.6572657Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:09.7338273Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX512.cpp.o 2022-11-23T01:24:09.7888718Z [ 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:24:09.9547933Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-11-23T01:24:10.0565670Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-11-23T01:24:10.0763378Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-11-23T01:24:10.1576652Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:10.2382699Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:10.3232952Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-11-23T01:24:10.3272960Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:10.3388445Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:10.4733793Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:10.5077605Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:10.5487776Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:10.6854845Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:10.6855878Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:10.8817660Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:10.9273701Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:10.9851979Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-11-23T01:24:11.0832317Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:11.1296177Z [ 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:24:11.1297164Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:11.2356426Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:11.2977177Z [ 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:24:11.4739339Z [ 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:24:11.4915576Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:11.4921395Z [ 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:24:11.6113105Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:11.6890302Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x32.c.o 2022-11-23T01:24:11.7287231Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x64.c.o 2022-11-23T01:24:11.7864918Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x96.c.o 2022-11-23T01:24:11.8851355Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:11.9105654Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX512.cpp.o 2022-11-23T01:24:11.9566828Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-11-23T01:24:12.0292269Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:12.1575238Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:12.1580011Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f-acc2.c.o 2022-11-23T01:24:12.3250388Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-11-23T01:24:12.3840502Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f-acc2.c.o 2022-11-23T01:24:12.4774642Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:12.5383444Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-11-23T01:24:12.6074529Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:12.7014823Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f-acc2.c.o 2022-11-23T01:24:12.7742851Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:12.8181858Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-11-23T01:24:12.9091344Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:12.9937843Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f-acc2.c.o 2022-11-23T01:24:13.0433975Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:13.1709898Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:13.1714769Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-11-23T01:24:13.3512995Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f-acc2.c.o 2022-11-23T01:24:13.3551303Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f.c.o 2022-11-23T01:24:13.4087623Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX512.cpp.o 2022-11-23T01:24:13.5315816Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f-acc2.c.o 2022-11-23T01:24:13.5738974Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:13.6062547Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f.c.o 2022-11-23T01:24:13.6936315Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f-acc2.c.o 2022-11-23T01:24:13.7736760Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:13.8179138Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:13.8605497Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f.c.o 2022-11-23T01:24:13.9454302Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:14.0675767Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f-acc2.c.o 2022-11-23T01:24:14.2392716Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f.c.o 2022-11-23T01:24:14.2969501Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:14.4020274Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:14.5163040Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:14.6047636Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:14.6879052Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:14.7316551Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:14.8213163Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:14.9152052Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:14.9154890Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:15.0186640Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x16inc-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:15.0933982Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:15.1986599Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:15.2198869Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:15.3591712Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:15.3900622Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:15.4535280Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:15.5377571Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX512.cpp.o 2022-11-23T01:24:15.6390336Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:15.6780438Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX512.cpp.o 2022-11-23T01:24:15.8382223Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:15.8996797Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:15.9788517Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:16.0441366Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:16.1058501Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:16.1423643Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:16.2168519Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:16.2481503Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-11-23T01:24:16.2818846Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-11-23T01:24:16.3426973Z [ 83%] Linking CXX shared library ../lib/libtorch_cpu.so 2022-11-23T01:24:16.3758123Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x32.c.o 2022-11-23T01:24:16.4202377Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-11-23T01:24:16.4637231Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-11-23T01:24:16.5017320Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:24:16.5217826Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-11-23T01:24:16.5947351Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:24:16.6555731Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-11-23T01:24:16.6557300Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-11-23T01:24:16.7280948Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:24:16.7496635Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-11-23T01:24:16.8096869Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-11-23T01:24:16.8546183Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-11-23T01:24:16.9010683Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:24:16.9443543Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-11-23T01:24:16.9669332Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-11-23T01:24:17.0165945Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:24:17.0897880Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-11-23T01:24:17.1272176Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:24:17.1603766Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-11-23T01:24:17.1883379Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-11-23T01:24:17.2558582Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:24:17.3196065Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-11-23T01:24:17.3482496Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-11-23T01:24:17.3623217Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-11-23T01:24:17.4253042Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:24:17.5041509Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc2.c.o 2022-11-23T01:24:17.5272124Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc4.c.o 2022-11-23T01:24:17.5551299Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128.c.o 2022-11-23T01:24:17.5801513Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144-acc3.c.o 2022-11-23T01:24:17.6815230Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144.c.o 2022-11-23T01:24:17.7078095Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc2.c.o 2022-11-23T01:24:17.7326072Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc5.c.o 2022-11-23T01:24:17.7584396Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160.c.o 2022-11-23T01:24:17.8048922Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc2.c.o 2022-11-23T01:24:17.8778843Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc3.c.o 2022-11-23T01:24:17.8989778Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc6.c.o 2022-11-23T01:24:17.9599199Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192.c.o 2022-11-23T01:24:17.9785137Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx512f.c.o 2022-11-23T01:24:18.0567632Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x16.c.o 2022-11-23T01:24:18.0789849Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-11-23T01:24:18.1200746Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x16.c.o 2022-11-23T01:24:18.1661471Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-11-23T01:24:18.1878764Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x16.c.o 2022-11-23T01:24:18.2984198Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-11-23T01:24:18.2985277Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x16.c.o 2022-11-23T01:24:18.3467434Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-11-23T01:24:18.3673499Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x16.c.o 2022-11-23T01:24:18.4173965Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-11-23T01:24:18.5110969Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x16.c.o 2022-11-23T01:24:18.5314000Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-11-23T01:24:18.5645829Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x16.c.o 2022-11-23T01:24:18.5932221Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-11-23T01:24:18.6621203Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x16.c.o 2022-11-23T01:24:18.7283539Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-11-23T01:24:18.7580240Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x16.c.o 2022-11-23T01:24:18.7845409Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-11-23T01:24:18.8097817Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x16.c.o 2022-11-23T01:24:18.9047162Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-11-23T01:24:18.9626307Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x16.c.o 2022-11-23T01:24:18.9628551Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-11-23T01:24:19.0250641Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x16.c.o 2022-11-23T01:24:19.0255740Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-11-23T01:24:19.1138990Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x16.c.o 2022-11-23T01:24:19.1576668Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-11-23T01:24:19.1788135Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x16.c.o 2022-11-23T01:24:19.2387392Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-11-23T01:24:19.2553401Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x16.c.o 2022-11-23T01:24:19.3319211Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-11-23T01:24:19.3818247Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x16.c.o 2022-11-23T01:24:19.4146624Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-11-23T01:24:19.4428206Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-11-23T01:24:19.4841442Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x32.c.o 2022-11-23T01:24:19.5745759Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x16.c.o 2022-11-23T01:24:19.5979030Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x32.c.o 2022-11-23T01:24:19.6365103Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x48.c.o 2022-11-23T01:24:19.6540664Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-11-23T01:24:19.7029210Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x80.c.o 2022-11-23T01:24:19.7834377Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x96.c.o 2022-11-23T01:24:19.7996810Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x112.c.o 2022-11-23T01:24:19.8308482Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x128.c.o 2022-11-23T01:24:19.8854544Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x16.c.o 2022-11-23T01:24:19.9059566Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x32.c.o 2022-11-23T01:24:19.9899555Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x48.c.o 2022-11-23T01:24:20.0095717Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x64.c.o 2022-11-23T01:24:20.0558357Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x80.c.o 2022-11-23T01:24:20.0893733Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x96.c.o 2022-11-23T01:24:20.1409098Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x112.c.o 2022-11-23T01:24:20.2000861Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x128.c.o 2022-11-23T01:24:20.2147905Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-11-23T01:24:20.2779598Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x32.c.o 2022-11-23T01:24:20.2992937Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-11-23T01:24:20.3877538Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x32.c.o 2022-11-23T01:24:20.4302011Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x16.c.o 2022-11-23T01:24:20.4553135Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x32.c.o 2022-11-23T01:24:20.4787371Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-11-23T01:24:20.5094882Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x32.c.o 2022-11-23T01:24:20.6095459Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-11-23T01:24:20.6386344Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x32.c.o 2022-11-23T01:24:20.6433075Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-11-23T01:24:20.6721703Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x32.c.o 2022-11-23T01:24:20.7537494Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-11-23T01:24:20.8026012Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x32.c.o 2022-11-23T01:24:20.8195962Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x16.c.o 2022-11-23T01:24:20.8692907Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x32.c.o 2022-11-23T01:24:20.8902285Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x48.c.o 2022-11-23T01:24:20.9770429Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x64.c.o 2022-11-23T01:24:21.0072992Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x96.c.o 2022-11-23T01:24:21.0073801Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x80.c.o 2022-11-23T01:24:21.0950970Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x112.c.o 2022-11-23T01:24:21.1290212Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:24:21.1797070Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:24:21.2013897Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:24:21.2227341Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x176.c.o 2022-11-23T01:24:21.3192020Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:24:21.3414783Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x16.c.o 2022-11-23T01:24:21.3828673Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x32.c.o 2022-11-23T01:24:21.4015657Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x48.c.o 2022-11-23T01:24:21.4289630Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x64.c.o 2022-11-23T01:24:21.5207718Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x80.c.o 2022-11-23T01:24:21.5419096Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x96.c.o 2022-11-23T01:24:21.5811019Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x112.c.o 2022-11-23T01:24:21.6232388Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x128.c.o 2022-11-23T01:24:21.6434751Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x144.c.o 2022-11-23T01:24:21.7240681Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x160.c.o 2022-11-23T01:24:21.7532139Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x176.c.o 2022-11-23T01:24:21.7570972Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x192.c.o 2022-11-23T01:24:21.8344986Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x16.c.o 2022-11-23T01:24:21.9025737Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x32.c.o 2022-11-23T01:24:21.9261322Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x48.c.o 2022-11-23T01:24:21.9601286Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x64.c.o 2022-11-23T01:24:22.0211055Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x80.c.o 2022-11-23T01:24:22.0563335Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x96.c.o 2022-11-23T01:24:22.1020700Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x112.c.o 2022-11-23T01:24:22.1499477Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x128.c.o 2022-11-23T01:24:22.1973240Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x16.c.o 2022-11-23T01:24:22.2384416Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x32.c.o 2022-11-23T01:24:22.2582921Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x48.c.o 2022-11-23T01:24:22.3147168Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x64.c.o 2022-11-23T01:24:22.3649277Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x80.c.o 2022-11-23T01:24:22.4083801Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x96.c.o 2022-11-23T01:24:22.4481950Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x112.c.o 2022-11-23T01:24:22.4683769Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x128.c.o 2022-11-23T01:24:22.5431387Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x16.c.o 2022-11-23T01:24:22.5858218Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x32.c.o 2022-11-23T01:24:22.6342382Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x48.c.o 2022-11-23T01:24:22.6539620Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x64.c.o 2022-11-23T01:24:22.7015467Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x80.c.o 2022-11-23T01:24:22.7664210Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x96.c.o 2022-11-23T01:24:22.7851201Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x112.c.o 2022-11-23T01:24:22.8310707Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x128.c.o 2022-11-23T01:24:22.8526506Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x16.c.o 2022-11-23T01:24:22.9312268Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x32.c.o 2022-11-23T01:24:22.9850289Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x48.c.o 2022-11-23T01:24:22.9877139Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x64.c.o 2022-11-23T01:24:23.0412014Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x80.c.o 2022-11-23T01:24:23.0625687Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x96.c.o 2022-11-23T01:24:23.1375390Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x112.c.o 2022-11-23T01:24:23.1791381Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x128.c.o 2022-11-23T01:24:23.1999651Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x16.c.o 2022-11-23T01:24:23.2462637Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x32.c.o 2022-11-23T01:24:23.2631703Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x48.c.o 2022-11-23T01:24:23.3602701Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x64.c.o 2022-11-23T01:24:23.3802718Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x80.c.o 2022-11-23T01:24:23.4237218Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x96.c.o 2022-11-23T01:24:23.4659872Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x112.c.o 2022-11-23T01:24:23.4882179Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x128.c.o 2022-11-23T01:24:23.5799961Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x16.c.o 2022-11-23T01:24:23.6036137Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x32.c.o 2022-11-23T01:24:23.6314547Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x48.c.o 2022-11-23T01:24:23.6585387Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x64.c.o 2022-11-23T01:24:23.7618133Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x96.c.o 2022-11-23T01:24:23.7619410Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x80.c.o 2022-11-23T01:24:23.8149783Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x112.c.o 2022-11-23T01:24:23.8581950Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x128.c.o 2022-11-23T01:24:23.9069565Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x16.c.o 2022-11-23T01:24:23.9570085Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x32.c.o 2022-11-23T01:24:23.9980812Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x48.c.o 2022-11-23T01:24:24.0480255Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x64.c.o 2022-11-23T01:24:24.0634844Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x80.c.o 2022-11-23T01:24:24.1156606Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x96.c.o 2022-11-23T01:24:24.1625978Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x112.c.o 2022-11-23T01:24:24.2374583Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x128.c.o 2022-11-23T01:24:24.2597004Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-11-23T01:24:24.2849683Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x32.c.o 2022-11-23T01:24:24.3234567Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-11-23T01:24:24.4176066Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x32.c.o 2022-11-23T01:24:24.4404243Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-11-23T01:24:24.4674905Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x32.c.o 2022-11-23T01:24:24.5156943Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm-scalef.c.o 2022-11-23T01:24:24.5573799Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm.c.o 2022-11-23T01:24:24.6218551Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2-scalef.c.o 2022-11-23T01:24:24.6512490Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2.c.o 2022-11-23T01:24:24.6521200Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5-scalef.c.o 2022-11-23T01:24:24.7205154Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5.c.o 2022-11-23T01:24:24.7637038Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-lut16-p3-perm.c.o 2022-11-23T01:24:24.8191387Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-p6.c.o 2022-11-23T01:24:24.8408846Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx512f-p5.c.o 2022-11-23T01:24:24.8710201Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-div.c.o 2022-11-23T01:24:24.9128675Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma.c.o 2022-11-23T01:24:24.9845733Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-11-23T01:24:25.0046742Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-div.c.o 2022-11-23T01:24:25.0271578Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.o 2022-11-23T01:24:25.0929536Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-11-23T01:24:25.1207855Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-div.c.o 2022-11-23T01:24:25.1788294Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.o 2022-11-23T01:24:25.1978496Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-11-23T01:24:25.2250616Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-div.c.o 2022-11-23T01:24:25.3082673Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma.c.o 2022-11-23T01:24:25.3526616Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2022-11-23T01:24:25.3722070Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-div.c.o 2022-11-23T01:24:25.3967798Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.o 2022-11-23T01:24:25.4341053Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-11-23T01:24:25.5171259Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-div.c.o 2022-11-23T01:24:25.5417632Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.o 2022-11-23T01:24:25.5684583Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-11-23T01:24:25.5926995Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-div.c.o 2022-11-23T01:24:25.6534549Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.o 2022-11-23T01:24:25.7072989Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-11-23T01:24:25.7237298Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-div.c.o 2022-11-23T01:24:25.7600043Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma.c.o 2022-11-23T01:24:25.8157224Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2022-11-23T01:24:25.8848807Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma.c.o 2022-11-23T01:24:25.9060223Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma1adj.c.o 2022-11-23T01:24:25.9286820Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr2fma.c.o 2022-11-23T01:24:25.9759741Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:24:26.0328597Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:24:26.0505214Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:24:26.1122540Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:24:26.1288894Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:24:26.1889818Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:24:26.2561374Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-11-23T01:24:26.2739167Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T01:24:26.3334845Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:24:26.3507942Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:24:26.4012870Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-11-23T01:24:26.4559767Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-11-23T01:24:26.4760157Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:26.5198257Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:26.5685142Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:26.6309463Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:26.6595926Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:26.6605543Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:26.7369992Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:26.7781336Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:26.8518625Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:26.8818538Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:26.8837227Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:26.9807447Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:27.0301657Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:27.0516268Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:27.1008425Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:27.1236339Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:27.2117946Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:24:27.2319901Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:24:27.3028831Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-11-23T01:24:27.3040887Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:24:27.3508055Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:27.4191365Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:27.4349442Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:27.4988572Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:27.5127056Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:27.5983400Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:27.6326841Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:27.6624012Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:27.7074958Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:24:27.7489018Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T01:24:27.8081859Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:24:27.8745713Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T01:24:27.9229010Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:27.9491564Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:27.9908128Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:28.0430746Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-11-23T01:24:28.1030687Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-11-23T01:24:28.1563285Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-11-23T01:24:28.1806064Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-11-23T01:24:28.2519072Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-11-23T01:24:28.3200912Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:28.3201627Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:28.3953022Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:28.3962291Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:28.4884148Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:28.5371963Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:28.5817689Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:28.6020658Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-11-23T01:24:28.6634736Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:24:28.7106186Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T01:24:28.7619120Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-11-23T01:24:28.8136499Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-11-23T01:24:28.8338689Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-11-23T01:24:28.8888166Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x128.c.o 2022-11-23T01:24:28.9358970Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x192.c.o 2022-11-23T01:24:28.9768311Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x256.c.o 2022-11-23T01:24:29.0219326Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-64.c.o 2022-11-23T01:24:29.0405179Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-2048.c.o 2022-11-23T01:24:29.0874935Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-4.c.o 2022-11-23T01:24:29.1057489Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-8.c.o 2022-11-23T01:24:29.1351171Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-16.c.o 2022-11-23T01:24:29.1954183Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-64.c.o 2022-11-23T01:24:29.1954969Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-2048.c.o 2022-11-23T01:24:29.3347587Z [ 87%] Built target all_microkernels 2022-11-23T01:24:33.4608413Z [ 87%] Built target torch_cpu 2022-11-23T01:24:33.4745350Z [ 87%] Building CXX object test_cpp_c10d/CMakeFiles/example_allreduce.dir/example/allreduce.cpp.o 2022-11-23T01:24:33.4751887Z [ 87%] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2022-11-23T01:24:33.4757272Z [ 87%] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2022-11-23T01:24:33.4761822Z [ 87%] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2022-11-23T01:24:33.4785560Z [ 87%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o 2022-11-23T01:24:33.4812348Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/quantization/torch_hip_generated_quantization_gpu.cu.o 2022-11-23T01:24:33.9967215Z [ 87%] Linking CXX executable ../bin/HashStoreTest 2022-11-23T01:24:34.0256006Z [ 87%] Linking CXX executable ../bin/FileStoreTest 2022-11-23T01:24:34.0929141Z [ 87%] Linking CXX executable ../bin/TCPStoreTest 2022-11-23T01:24:34.6227882Z [ 87%] Built target HashStoreTest 2022-11-23T01:24:34.6276064Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/detail/torch_hip_generated_IndexUtils.hip.o 2022-11-23T01:24:34.6608710Z [ 87%] Linking CXX executable ../bin/example_allreduce 2022-11-23T01:24:34.6800900Z [ 87%] Built target FileStoreTest 2022-11-23T01:24:34.6860179Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_Sleep.hip.o 2022-11-23T01:24:34.7403351Z [ 87%] Built target TCPStoreTest 2022-11-23T01:24:34.7468993Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_cub-RadixSortKeys.hip.o 2022-11-23T01:24:34.7764840Z [ 87%] Linking CXX executable ../bin/ProcessGroupGlooTest 2022-11-23T01:24:35.3349018Z [ 87%] Built target example_allreduce 2022-11-23T01:24:35.3375555Z [ 87%] Built target ProcessGroupGlooTest 2022-11-23T01:24:35.3396621Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_cub-RadixSortPairs.hip.o 2022-11-23T01:24:35.3433557Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_cub.hip.o 2022-11-23T01:24:35.5875266Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_jiterator.hip.o 2022-11-23T01:24:35.6193663Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AbsKernel.hip.o 2022-11-23T01:24:36.0963800Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationEluKernel.hip.o 2022-11-23T01:24:36.1933277Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationGeluKernel.hip.o 2022-11-23T01:24:36.5394293Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationGluKernel.hip.o 2022-11-23T01:24:36.7860255Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AbsKernel.hip:4: 2022-11-23T01:24:36.7860905Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:36.7873454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:36.7874116Z template typename func, int end, int current=0> 2022-11-23T01:24:36.7874453Z ^~~~~~~~ 2022-11-23T01:24:36.7874716Z class 2022-11-23T01:24:36.7880275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:36.7880967Z template typename func, int end> 2022-11-23T01:24:36.7881328Z ^~~~~~~~ 2022-11-23T01:24:36.7881623Z class 2022-11-23T01:24:36.7881973Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:36.7882491Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AbsKernel.hip:4: 2022-11-23T01:24:36.7883087Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:36.7884026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:36.7884701Z template typename func, int end, int current=0> 2022-11-23T01:24:36.7885088Z ^~~~~~~~ 2022-11-23T01:24:36.7885382Z class 2022-11-23T01:24:36.7886344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:36.7886975Z template typename func, int end> 2022-11-23T01:24:36.7887339Z ^~~~~~~~ 2022-11-23T01:24:36.7887621Z class 2022-11-23T01:24:36.7887981Z 2 warnings generated when compiling for host. 2022-11-23T01:24:36.8010635Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationHardshrinkKernel.hip.o 2022-11-23T01:24:36.8726337Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator.hip:8: 2022-11-23T01:24:36.8726970Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator_impl.h:11: 2022-11-23T01:24:36.8728060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:36.8742029Z template typename func, int end, int current=0> 2022-11-23T01:24:36.8742427Z ^~~~~~~~ 2022-11-23T01:24:36.8742696Z class 2022-11-23T01:24:36.8743554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:36.8744148Z template typename func, int end> 2022-11-23T01:24:36.8744488Z ^~~~~~~~ 2022-11-23T01:24:36.8744746Z class 2022-11-23T01:24:36.8745304Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:36.8745782Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator.hip:8: 2022-11-23T01:24:36.8746316Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator_impl.h:11: 2022-11-23T01:24:36.8747224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:36.8748455Z template typename func, int end, int current=0> 2022-11-23T01:24:36.8748802Z ^~~~~~~~ 2022-11-23T01:24:36.8749074Z class 2022-11-23T01:24:36.8749864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:36.8750451Z template typename func, int end> 2022-11-23T01:24:36.8750779Z ^~~~~~~~ 2022-11-23T01:24:36.8751058Z class 2022-11-23T01:24:36.8751453Z 2 warnings generated when compiling for host. 2022-11-23T01:24:36.8834815Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationHardsigmoidKernel.hip.o 2022-11-23T01:24:36.9312446Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationHardswishKernel.hip.o 2022-11-23T01:24:37.1789417Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationEluKernel.hip:18: 2022-11-23T01:24:37.1792699Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:37.1794194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:37.1796055Z template typename func, int end, int current=0> 2022-11-23T01:24:37.1802786Z ^~~~~~~~ 2022-11-23T01:24:37.1803091Z class 2022-11-23T01:24:37.1803991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:37.1804628Z template typename func, int end> 2022-11-23T01:24:37.1805184Z ^~~~~~~~ 2022-11-23T01:24:37.1805476Z class 2022-11-23T01:24:37.1805826Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:37.1806366Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationEluKernel.hip:18: 2022-11-23T01:24:37.1806991Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:37.1807997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:37.1808700Z template typename func, int end, int current=0> 2022-11-23T01:24:37.1809085Z ^~~~~~~~ 2022-11-23T01:24:37.1809386Z class 2022-11-23T01:24:37.1810234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:37.1810889Z template typename func, int end> 2022-11-23T01:24:37.1811252Z ^~~~~~~~ 2022-11-23T01:24:37.1811557Z class 2022-11-23T01:24:37.1811912Z 2 warnings generated when compiling for host. 2022-11-23T01:24:37.1889090Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationHardtanhKernel.hip.o 2022-11-23T01:24:37.2955137Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGeluKernel.hip:18: 2022-11-23T01:24:37.2956051Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:37.2957187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:37.2962476Z template typename func, int end, int current=0> 2022-11-23T01:24:37.2962918Z ^~~~~~~~ 2022-11-23T01:24:37.2963228Z class 2022-11-23T01:24:37.2964166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:37.2964825Z template typename func, int end> 2022-11-23T01:24:37.2965201Z ^~~~~~~~ 2022-11-23T01:24:37.2965507Z class 2022-11-23T01:24:37.2967841Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:37.2968488Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGeluKernel.hip:18: 2022-11-23T01:24:37.2969161Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:37.2970246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:37.2970950Z template typename func, int end, int current=0> 2022-11-23T01:24:37.2971346Z ^~~~~~~~ 2022-11-23T01:24:37.2971651Z class 2022-11-23T01:24:37.2972456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:37.2973135Z template typename func, int end> 2022-11-23T01:24:37.2973512Z ^~~~~~~~ 2022-11-23T01:24:37.2973826Z class 2022-11-23T01:24:37.2974188Z 2 warnings generated when compiling for host. 2022-11-23T01:24:37.3104511Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationLeakyReluKernel.hip.o 2022-11-23T01:24:37.6424435Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGluKernel.hip:19: 2022-11-23T01:24:37.6425094Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:37.6426174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:37.6426837Z template typename func, int end, int current=0> 2022-11-23T01:24:37.6428612Z ^~~~~~~~ 2022-11-23T01:24:37.6429254Z class 2022-11-23T01:24:37.6430208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:37.6430833Z template typename func, int end> 2022-11-23T01:24:37.6431256Z ^~~~~~~~ 2022-11-23T01:24:37.6441509Z class 2022-11-23T01:24:37.6442279Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:37.6443287Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGluKernel.hip:19: 2022-11-23T01:24:37.6444501Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:37.6445584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:37.6446232Z template typename func, int end, int current=0> 2022-11-23T01:24:37.6446774Z ^~~~~~~~ 2022-11-23T01:24:37.6447057Z class 2022-11-23T01:24:37.6448981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:37.6449892Z template typename func, int end> 2022-11-23T01:24:37.6450552Z ^~~~~~~~ 2022-11-23T01:24:37.6450899Z class 2022-11-23T01:24:37.6451242Z 2 warnings generated when compiling for host. 2022-11-23T01:24:37.6546422Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationLogSigmoidKernel.hip.o 2022-11-23T01:24:37.9092272Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardshrinkKernel.hip:18: 2022-11-23T01:24:37.9092960Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:37.9102204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:37.9102885Z template typename func, int end, int current=0> 2022-11-23T01:24:37.9103274Z ^~~~~~~~ 2022-11-23T01:24:37.9103683Z class 2022-11-23T01:24:37.9104521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:37.9105142Z template typename func, int end> 2022-11-23T01:24:37.9105497Z ^~~~~~~~ 2022-11-23T01:24:37.9105783Z class 2022-11-23T01:24:37.9106113Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:37.9106695Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardshrinkKernel.hip:18: 2022-11-23T01:24:37.9107324Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:37.9108492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:37.9109152Z template typename func, int end, int current=0> 2022-11-23T01:24:37.9109746Z ^~~~~~~~ 2022-11-23T01:24:37.9110036Z class 2022-11-23T01:24:37.9110856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:37.9111558Z template typename func, int end> 2022-11-23T01:24:37.9111911Z ^~~~~~~~ 2022-11-23T01:24:37.9112189Z class 2022-11-23T01:24:37.9112548Z 2 warnings generated when compiling for host. 2022-11-23T01:24:37.9208158Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationMishKernel.hip.o 2022-11-23T01:24:38.0087599Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardsigmoidKernel.hip:18: 2022-11-23T01:24:38.0088579Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:38.0091073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.0091738Z template typename func, int end, int current=0> 2022-11-23T01:24:38.0092326Z ^~~~~~~~ 2022-11-23T01:24:38.0092731Z class 2022-11-23T01:24:38.0093608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.0095241Z template typename func, int end> 2022-11-23T01:24:38.0095570Z ^~~~~~~~ 2022-11-23T01:24:38.0095895Z class 2022-11-23T01:24:38.0096291Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:38.0098949Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardsigmoidKernel.hip:18: 2022-11-23T01:24:38.0106764Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:38.0108028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.0108757Z template typename func, int end, int current=0> 2022-11-23T01:24:38.0109089Z ^~~~~~~~ 2022-11-23T01:24:38.0109366Z class 2022-11-23T01:24:38.0110049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.0110424Z template typename func, int end> 2022-11-23T01:24:38.0110621Z ^~~~~~~~ 2022-11-23T01:24:38.0110796Z class 2022-11-23T01:24:38.0111008Z 2 warnings generated when compiling for host. 2022-11-23T01:24:38.0136898Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardswishKernel.hip:18: 2022-11-23T01:24:38.0137693Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:38.0149721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.0150386Z template typename func, int end, int current=0> 2022-11-23T01:24:38.0150735Z ^~~~~~~~ 2022-11-23T01:24:38.0151022Z class 2022-11-23T01:24:38.0151826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.0152460Z template typename func, int end> 2022-11-23T01:24:38.0152798Z ^~~~~~~~ 2022-11-23T01:24:38.0153248Z class 2022-11-23T01:24:38.0153562Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:38.0154062Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardswishKernel.hip:18: 2022-11-23T01:24:38.0154644Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:38.0155531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.0156190Z template typename func, int end, int current=0> 2022-11-23T01:24:38.0156565Z ^~~~~~~~ 2022-11-23T01:24:38.0156872Z class 2022-11-23T01:24:38.0166246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.0166928Z template typename func, int end> 2022-11-23T01:24:38.0167318Z ^~~~~~~~ 2022-11-23T01:24:38.0167608Z class 2022-11-23T01:24:38.0167963Z 2 warnings generated when compiling for host. 2022-11-23T01:24:38.0211025Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationPreluKernel.hip.o 2022-11-23T01:24:38.0257762Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationSiluKernel.hip.o 2022-11-23T01:24:38.3103981Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardtanhKernel.hip:18: 2022-11-23T01:24:38.3104916Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:38.3106045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.3106719Z template typename func, int end, int current=0> 2022-11-23T01:24:38.3107110Z ^~~~~~~~ 2022-11-23T01:24:38.3107383Z class 2022-11-23T01:24:38.3123596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.3125712Z template typename func, int end> 2022-11-23T01:24:38.3126111Z ^~~~~~~~ 2022-11-23T01:24:38.3126437Z class 2022-11-23T01:24:38.3126797Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:38.3127369Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardtanhKernel.hip:18: 2022-11-23T01:24:38.3128011Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:38.3129027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.3129680Z template typename func, int end, int current=0> 2022-11-23T01:24:38.3130078Z ^~~~~~~~ 2022-11-23T01:24:38.3130385Z class 2022-11-23T01:24:38.3131207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.3131864Z template typename func, int end> 2022-11-23T01:24:38.3132252Z ^~~~~~~~ 2022-11-23T01:24:38.3132557Z class 2022-11-23T01:24:38.3132960Z 2 warnings generated when compiling for host. 2022-11-23T01:24:38.3276809Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationSoftplusKernel.hip.o 2022-11-23T01:24:38.4387039Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLeakyReluKernel.hip:18: 2022-11-23T01:24:38.4403251Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:38.4404423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.4405137Z template typename func, int end, int current=0> 2022-11-23T01:24:38.4405517Z ^~~~~~~~ 2022-11-23T01:24:38.4405787Z class 2022-11-23T01:24:38.4406614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.4407307Z template typename func, int end> 2022-11-23T01:24:38.4407666Z ^~~~~~~~ 2022-11-23T01:24:38.4407982Z class 2022-11-23T01:24:38.4408374Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:38.4408978Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLeakyReluKernel.hip:18: 2022-11-23T01:24:38.4409637Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:38.4410622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.4411536Z template typename func, int end, int current=0> 2022-11-23T01:24:38.4411934Z ^~~~~~~~ 2022-11-23T01:24:38.4412220Z class 2022-11-23T01:24:38.4413064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.4413742Z template typename func, int end> 2022-11-23T01:24:38.4414120Z ^~~~~~~~ 2022-11-23T01:24:38.4414429Z class 2022-11-23T01:24:38.4414794Z 2 warnings generated when compiling for host. 2022-11-23T01:24:38.4579925Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationSoftshrinkKernel.hip.o 2022-11-23T01:24:38.7625061Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLogSigmoidKernel.hip:18: 2022-11-23T01:24:38.7625767Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:38.7633067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.7633753Z template typename func, int end, int current=0> 2022-11-23T01:24:38.7634151Z ^~~~~~~~ 2022-11-23T01:24:38.7634449Z class 2022-11-23T01:24:38.7635256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.7635895Z template typename func, int end> 2022-11-23T01:24:38.7636255Z ^~~~~~~~ 2022-11-23T01:24:38.7643729Z class 2022-11-23T01:24:38.7644105Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:38.7644702Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLogSigmoidKernel.hip:18: 2022-11-23T01:24:38.7645346Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:38.7646334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.7647209Z template typename func, int end, int current=0> 2022-11-23T01:24:38.7647597Z ^~~~~~~~ 2022-11-23T01:24:38.7647892Z class 2022-11-23T01:24:38.7648590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:38.7649160Z template typename func, int end> 2022-11-23T01:24:38.7649510Z ^~~~~~~~ 2022-11-23T01:24:38.7649756Z class 2022-11-23T01:24:38.7650090Z 2 warnings generated when compiling for host. 2022-11-23T01:24:38.7777241Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationThresholdKernel.hip.o 2022-11-23T01:24:39.0934089Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationMishKernel.hip:18: 2022-11-23T01:24:39.0934782Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:39.0935860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.0936507Z template typename func, int end, int current=0> 2022-11-23T01:24:39.0936881Z ^~~~~~~~ 2022-11-23T01:24:39.0941147Z class 2022-11-23T01:24:39.0942072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.0942896Z template typename func, int end> 2022-11-23T01:24:39.0943223Z ^~~~~~~~ 2022-11-23T01:24:39.0943476Z class 2022-11-23T01:24:39.0943766Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:39.0945168Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationMishKernel.hip:18: 2022-11-23T01:24:39.0949897Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:39.0950862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.0951680Z template typename func, int end, int current=0> 2022-11-23T01:24:39.0952047Z ^~~~~~~~ 2022-11-23T01:24:39.0952333Z class 2022-11-23T01:24:39.0953163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.0953791Z template typename func, int end> 2022-11-23T01:24:39.0954138Z ^~~~~~~~ 2022-11-23T01:24:39.0954408Z class 2022-11-23T01:24:39.0954758Z 2 warnings generated when compiling for host. 2022-11-23T01:24:39.1037891Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveAveragePooling.hip.o 2022-11-23T01:24:39.1222258Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationPreluKernel.hip:19: 2022-11-23T01:24:39.1229863Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:39.1230961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.1231748Z template typename func, int end, int current=0> 2022-11-23T01:24:39.1232142Z ^~~~~~~~ 2022-11-23T01:24:39.1232413Z class 2022-11-23T01:24:39.1239750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.1240438Z template typename func, int end> 2022-11-23T01:24:39.1240797Z ^~~~~~~~ 2022-11-23T01:24:39.1263279Z class 2022-11-23T01:24:39.1263848Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationPreluKernel.hip:19: 2022-11-23T01:24:39.1265360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:39.1266414Z __global__ void unrolled_elementwise_kernel_for_multi_outputs(int N, func_t f, array_t data, inp_calc_t ic, out_calc_t oc) { 2022-11-23T01:24:39.1267947Z ^ 2022-11-23T01:24:39.1269146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:39.1270788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:39.1272680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:39.1274237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:39.1275727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:39.1277216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:39.1278799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:39.1280240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:39.1281794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:39.1283520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:39.1287232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:39.1288131Z 14 warnings generated when compiling for gfx906. 2022-11-23T01:24:39.1288690Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationPreluKernel.hip:19: 2022-11-23T01:24:39.1289345Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:39.1290322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.1291012Z template typename func, int end, int current=0> 2022-11-23T01:24:39.1291389Z ^~~~~~~~ 2022-11-23T01:24:39.1291687Z class 2022-11-23T01:24:39.1292533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.1293183Z template typename func, int end> 2022-11-23T01:24:39.1293532Z ^~~~~~~~ 2022-11-23T01:24:39.1293829Z class 2022-11-23T01:24:39.1294292Z 2 warnings generated when compiling for host. 2022-11-23T01:24:39.1380411Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveAveragePooling3d.hip.o 2022-11-23T01:24:39.2294404Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSiluKernel.hip:18: 2022-11-23T01:24:39.2295345Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:39.2301249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.2301927Z template typename func, int end, int current=0> 2022-11-23T01:24:39.2302303Z ^~~~~~~~ 2022-11-23T01:24:39.2302577Z class 2022-11-23T01:24:39.2303393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.2304018Z template typename func, int end> 2022-11-23T01:24:39.2304352Z ^~~~~~~~ 2022-11-23T01:24:39.2304633Z class 2022-11-23T01:24:39.2312472Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:39.2313152Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSiluKernel.hip:18: 2022-11-23T01:24:39.2313723Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:39.2314645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.2315088Z template typename func, int end, int current=0> 2022-11-23T01:24:39.2315297Z ^~~~~~~~ 2022-11-23T01:24:39.2315494Z class 2022-11-23T01:24:39.2316307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.2316991Z template typename func, int end> 2022-11-23T01:24:39.2317348Z ^~~~~~~~ 2022-11-23T01:24:39.2317625Z class 2022-11-23T01:24:39.2318178Z 2 warnings generated when compiling for host. 2022-11-23T01:24:39.2400635Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveMaxPooling2d.hip.o 2022-11-23T01:24:39.4363881Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftplusKernel.hip:18: 2022-11-23T01:24:39.4367165Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:39.4370698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.4374407Z template typename func, int end, int current=0> 2022-11-23T01:24:39.4375023Z ^~~~~~~~ 2022-11-23T01:24:39.4375323Z class 2022-11-23T01:24:39.4376587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.4377403Z template typename func, int end> 2022-11-23T01:24:39.4377789Z ^~~~~~~~ 2022-11-23T01:24:39.4378250Z class 2022-11-23T01:24:39.4378624Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:39.4379344Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftplusKernel.hip:18: 2022-11-23T01:24:39.4380163Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:39.4381719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.4382703Z template typename func, int end, int current=0> 2022-11-23T01:24:39.4383125Z ^~~~~~~~ 2022-11-23T01:24:39.4383581Z class 2022-11-23T01:24:39.4384620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.4385431Z template typename func, int end> 2022-11-23T01:24:39.4385912Z ^~~~~~~~ 2022-11-23T01:24:39.4386195Z class 2022-11-23T01:24:39.4386566Z 2 warnings generated when compiling for host. 2022-11-23T01:24:39.4491273Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveMaxPooling3d.hip.o 2022-11-23T01:24:39.5528301Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftshrinkKernel.hip:18: 2022-11-23T01:24:39.5529020Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:39.5530736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.5533999Z template typename func, int end, int current=0> 2022-11-23T01:24:39.5534394Z ^~~~~~~~ 2022-11-23T01:24:39.5534821Z class 2022-11-23T01:24:39.5539223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.5540093Z template typename func, int end> 2022-11-23T01:24:39.5540508Z ^~~~~~~~ 2022-11-23T01:24:39.5541155Z class 2022-11-23T01:24:39.5541688Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:39.5542435Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftshrinkKernel.hip:18: 2022-11-23T01:24:39.5543503Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:39.5550909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.5551685Z template typename func, int end, int current=0> 2022-11-23T01:24:39.5552091Z ^~~~~~~~ 2022-11-23T01:24:39.5552373Z class 2022-11-23T01:24:39.5553236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.5553905Z template typename func, int end> 2022-11-23T01:24:39.5554266Z ^~~~~~~~ 2022-11-23T01:24:39.5554562Z class 2022-11-23T01:24:39.5554925Z 2 warnings generated when compiling for host. 2022-11-23T01:24:39.5652099Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AmpKernels.hip.o 2022-11-23T01:24:39.9415082Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationThresholdKernel.hip:18: 2022-11-23T01:24:39.9415778Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:39.9416876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.9417537Z template typename func, int end, int current=0> 2022-11-23T01:24:39.9418173Z ^~~~~~~~ 2022-11-23T01:24:39.9423225Z class 2022-11-23T01:24:39.9424562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.9425350Z template typename func, int end> 2022-11-23T01:24:39.9425834Z ^~~~~~~~ 2022-11-23T01:24:39.9426120Z class 2022-11-23T01:24:39.9426478Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:39.9427024Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationThresholdKernel.hip:18: 2022-11-23T01:24:39.9427661Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:39.9428868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.9429557Z template typename func, int end, int current=0> 2022-11-23T01:24:39.9429924Z ^~~~~~~~ 2022-11-23T01:24:39.9430227Z class 2022-11-23T01:24:39.9431039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:39.9431760Z template typename func, int end> 2022-11-23T01:24:39.9432090Z ^~~~~~~~ 2022-11-23T01:24:39.9432394Z class 2022-11-23T01:24:39.9432770Z 2 warnings generated when compiling for host. 2022-11-23T01:24:39.9517834Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AveragePool2d.hip.o 2022-11-23T01:24:40.3662497Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling.hip:7: 2022-11-23T01:24:40.3663717Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:40.3671053Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:40.3671890Z ^ 2022-11-23T01:24:40.3672686Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:40.3673244Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:40.3673557Z ^ 2022-11-23T01:24:40.3674115Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:40.3674640Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:40.3675014Z ^ 2022-11-23T01:24:40.3675393Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:40.3678423Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling.hip:7: 2022-11-23T01:24:40.3679444Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:40.3680256Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:40.3680787Z ^ 2022-11-23T01:24:40.3681528Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:40.3682064Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:40.3682388Z ^ 2022-11-23T01:24:40.3682936Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:40.3683620Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:40.3683994Z ^ 2022-11-23T01:24:40.3684363Z 1 warning generated when compiling for host. 2022-11-23T01:24:40.3769517Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AveragePool3d.hip.o 2022-11-23T01:24:40.4134109Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling3d.hip:9: 2022-11-23T01:24:40.4145083Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:40.4145899Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:40.4146419Z ^ 2022-11-23T01:24:40.4147102Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:40.4147574Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:40.4148014Z ^ 2022-11-23T01:24:40.4148537Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:40.4149012Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:40.4149367Z ^ 2022-11-23T01:24:40.4149696Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:40.4150203Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling3d.hip:9: 2022-11-23T01:24:40.4151280Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:40.4151947Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:40.4152440Z ^ 2022-11-23T01:24:40.4153202Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:40.4153754Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:40.4154037Z ^ 2022-11-23T01:24:40.4154783Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:40.4155252Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:40.4155598Z ^ 2022-11-23T01:24:40.4155919Z 1 warning generated when compiling for host. 2022-11-23T01:24:40.4267992Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryBitwiseOpsKernels.hip.o 2022-11-23T01:24:40.5281806Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling2d.hip:5: 2022-11-23T01:24:40.5290015Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:40.5290840Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:40.5291402Z ^ 2022-11-23T01:24:40.5292189Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:40.5292766Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:40.5293089Z ^ 2022-11-23T01:24:40.5293671Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:40.5294222Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:40.5294609Z ^ 2022-11-23T01:24:40.5298446Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:40.5299243Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling2d.hip:5: 2022-11-23T01:24:40.5300316Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:40.5301100Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:40.5301581Z ^ 2022-11-23T01:24:40.5302311Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:40.5302856Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:40.5303181Z ^ 2022-11-23T01:24:40.5303762Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:40.5304315Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:40.5304694Z ^ 2022-11-23T01:24:40.5305072Z 1 warning generated when compiling for host. 2022-11-23T01:24:40.5396108Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryDivFloorKernel.hip.o 2022-11-23T01:24:40.7595612Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling3d.hip:5: 2022-11-23T01:24:40.7596778Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:40.7597566Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:40.7598095Z ^ 2022-11-23T01:24:40.7607263Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:40.7607853Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:40.7608235Z ^ 2022-11-23T01:24:40.7608817Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:40.7609326Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:40.7609718Z ^ 2022-11-23T01:24:40.7610370Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:40.7610937Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling3d.hip:5: 2022-11-23T01:24:40.7611937Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:40.7612715Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:40.7613247Z ^ 2022-11-23T01:24:40.7613988Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:40.7614532Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:40.7614854Z ^ 2022-11-23T01:24:40.7615396Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:40.7615919Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:40.7616314Z ^ 2022-11-23T01:24:40.7616696Z 1 warning generated when compiling for host. 2022-11-23T01:24:40.7715308Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryDivTrueKernel.hip.o 2022-11-23T01:24:40.8379121Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AmpKernels.hip:11: 2022-11-23T01:24:40.8379822Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:40.8382100Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:40.8382728Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:40.8383825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:40.8384500Z template typename func, int end, int current=0> 2022-11-23T01:24:40.8384895Z ^~~~~~~~ 2022-11-23T01:24:40.8387455Z class 2022-11-23T01:24:40.8402202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:40.8403033Z template typename func, int end> 2022-11-23T01:24:40.8403542Z ^~~~~~~~ 2022-11-23T01:24:40.8403867Z class 2022-11-23T01:24:40.8404389Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:40.8405069Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AmpKernels.hip:11: 2022-11-23T01:24:40.8405861Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:40.8406678Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:40.8407445Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:40.8408727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:40.8409581Z template typename func, int end, int current=0> 2022-11-23T01:24:40.8409997Z ^~~~~~~~ 2022-11-23T01:24:40.8410442Z class 2022-11-23T01:24:40.8411451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:40.8412207Z template typename func, int end> 2022-11-23T01:24:40.8412703Z ^~~~~~~~ 2022-11-23T01:24:40.8412983Z class 2022-11-23T01:24:40.8413641Z 2 warnings generated when compiling for host. 2022-11-23T01:24:40.8493511Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryDivTruncKernel.hip.o 2022-11-23T01:24:41.1686572Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryGeometricKernels.hip.o 2022-11-23T01:24:41.6191847Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryBitwiseOpsKernels.hip:5: 2022-11-23T01:24:41.6192552Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:41.6193643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.6195770Z template typename func, int end, int current=0> 2022-11-23T01:24:41.6196258Z ^~~~~~~~ 2022-11-23T01:24:41.6196552Z class 2022-11-23T01:24:41.6197365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.6198899Z template typename func, int end> 2022-11-23T01:24:41.6199362Z ^~~~~~~~ 2022-11-23T01:24:41.6199787Z class 2022-11-23T01:24:41.6200162Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:41.6200778Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryBitwiseOpsKernels.hip:5: 2022-11-23T01:24:41.6201463Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:41.6202264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.6203836Z template typename func, int end, int current=0> 2022-11-23T01:24:41.6204141Z ^~~~~~~~ 2022-11-23T01:24:41.6204356Z class 2022-11-23T01:24:41.6204843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.6205192Z template typename func, int end> 2022-11-23T01:24:41.6205403Z ^~~~~~~~ 2022-11-23T01:24:41.6205577Z class 2022-11-23T01:24:41.6205777Z 2 warnings generated when compiling for host. 2022-11-23T01:24:41.6291260Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryLogicalOpsKernels.hip.o 2022-11-23T01:24:41.6725309Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AveragePool3d.hip:9: 2022-11-23T01:24:41.6726428Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:41.6727146Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:41.6727644Z ^ 2022-11-23T01:24:41.6736297Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:41.6736827Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:41.6737132Z ^ 2022-11-23T01:24:41.6737649Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:41.6738133Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:41.6738476Z ^ 2022-11-23T01:24:41.6738820Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:41.6739487Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AveragePool3d.hip:9: 2022-11-23T01:24:41.6744495Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:41.6745211Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:41.6745704Z ^ 2022-11-23T01:24:41.6746385Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:41.6746914Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:41.6747196Z ^ 2022-11-23T01:24:41.6747900Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:41.6748393Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:41.6748741Z ^ 2022-11-23T01:24:41.6749082Z 1 warning generated when compiling for host. 2022-11-23T01:24:41.6841700Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryMiscBackwardOpsKernels.hip.o 2022-11-23T01:24:41.7144369Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivFloorKernel.hip:8: 2022-11-23T01:24:41.7152642Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2022-11-23T01:24:41.7153463Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:24:41.7154536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.7155194Z template typename func, int end, int current=0> 2022-11-23T01:24:41.7155567Z ^~~~~~~~ 2022-11-23T01:24:41.7155849Z class 2022-11-23T01:24:41.7156569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.7157093Z template typename func, int end> 2022-11-23T01:24:41.7157410Z ^~~~~~~~ 2022-11-23T01:24:41.7157681Z class 2022-11-23T01:24:41.7158003Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:41.7159119Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivFloorKernel.hip:8: 2022-11-23T01:24:41.7162703Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2022-11-23T01:24:41.7163148Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:24:41.7163832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.7164563Z template typename func, int end, int current=0> 2022-11-23T01:24:41.7164953Z ^~~~~~~~ 2022-11-23T01:24:41.7165219Z class 2022-11-23T01:24:41.7177161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.7177802Z template typename func, int end> 2022-11-23T01:24:41.7178164Z ^~~~~~~~ 2022-11-23T01:24:41.7178439Z class 2022-11-23T01:24:41.7178757Z 2 warnings generated when compiling for host. 2022-11-23T01:24:41.7255022Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryMiscOpsKernels.hip.o 2022-11-23T01:24:41.8366757Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTrueKernel.hip:11: 2022-11-23T01:24:41.8367507Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2022-11-23T01:24:41.8368137Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:24:41.8369269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.8384302Z template typename func, int end, int current=0> 2022-11-23T01:24:41.8384728Z ^~~~~~~~ 2022-11-23T01:24:41.8385042Z class 2022-11-23T01:24:41.8385985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.8386631Z template typename func, int end> 2022-11-23T01:24:41.8386997Z ^~~~~~~~ 2022-11-23T01:24:41.8387283Z class 2022-11-23T01:24:41.8387600Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:41.8388378Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTrueKernel.hip:11: 2022-11-23T01:24:41.8388985Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2022-11-23T01:24:41.8389561Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:24:41.8390698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.8391402Z template typename func, int end, int current=0> 2022-11-23T01:24:41.8391776Z ^~~~~~~~ 2022-11-23T01:24:41.8392057Z class 2022-11-23T01:24:41.8392812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:41.8393421Z template typename func, int end> 2022-11-23T01:24:41.8393746Z ^~~~~~~~ 2022-11-23T01:24:41.8394010Z class 2022-11-23T01:24:41.8394351Z 2 warnings generated when compiling for host. 2022-11-23T01:24:41.8486023Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryMulKernel.hip.o 2022-11-23T01:24:42.0825540Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTruncKernel.hip:11: 2022-11-23T01:24:42.0835337Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:24:42.0836501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.0837177Z template typename func, int end, int current=0> 2022-11-23T01:24:42.0837558Z ^~~~~~~~ 2022-11-23T01:24:42.0837869Z class 2022-11-23T01:24:42.0838704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.0839308Z template typename func, int end> 2022-11-23T01:24:42.0839668Z ^~~~~~~~ 2022-11-23T01:24:42.0839973Z class 2022-11-23T01:24:42.0840339Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:42.0840887Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTruncKernel.hip:11: 2022-11-23T01:24:42.0841493Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:24:42.0842664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.0849547Z template typename func, int end, int current=0> 2022-11-23T01:24:42.0849998Z ^~~~~~~~ 2022-11-23T01:24:42.0850305Z class 2022-11-23T01:24:42.0851190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.0851860Z template typename func, int end> 2022-11-23T01:24:42.0852235Z ^~~~~~~~ 2022-11-23T01:24:42.0852521Z class 2022-11-23T01:24:42.0852867Z 2 warnings generated when compiling for host. 2022-11-23T01:24:42.0941874Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryRemainderKernel.hip.o 2022-11-23T01:24:42.2496086Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryGeometricKernels.hip:5: 2022-11-23T01:24:42.2496777Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:42.2497878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.2498581Z template typename func, int end, int current=0> 2022-11-23T01:24:42.2499218Z ^~~~~~~~ 2022-11-23T01:24:42.2499515Z class 2022-11-23T01:24:42.2501103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.2501788Z template typename func, int end> 2022-11-23T01:24:42.2502157Z ^~~~~~~~ 2022-11-23T01:24:42.2502484Z class 2022-11-23T01:24:42.2502852Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:42.2503428Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryGeometricKernels.hip:5: 2022-11-23T01:24:42.2504032Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:42.2514852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.2515596Z template typename func, int end, int current=0> 2022-11-23T01:24:42.2515998Z ^~~~~~~~ 2022-11-23T01:24:42.2516305Z class 2022-11-23T01:24:42.2517145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.2517824Z template typename func, int end> 2022-11-23T01:24:42.2518196Z ^~~~~~~~ 2022-11-23T01:24:42.2518478Z class 2022-11-23T01:24:42.2518850Z 2 warnings generated when compiling for host. 2022-11-23T01:24:42.2622988Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryShiftOpsKernels.hip.o 2022-11-23T01:24:42.8259674Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryLogicalOpsKernels.hip:5: 2022-11-23T01:24:42.8260332Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:42.8261368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.8262013Z template typename func, int end, int current=0> 2022-11-23T01:24:42.8262557Z ^~~~~~~~ 2022-11-23T01:24:42.8262831Z class 2022-11-23T01:24:42.8263619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.8264209Z template typename func, int end> 2022-11-23T01:24:42.8264530Z ^~~~~~~~ 2022-11-23T01:24:42.8264812Z class 2022-11-23T01:24:42.8265162Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:42.8265700Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryLogicalOpsKernels.hip:5: 2022-11-23T01:24:42.8266296Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:42.8269652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.8270308Z template typename func, int end, int current=0> 2022-11-23T01:24:42.8270660Z ^~~~~~~~ 2022-11-23T01:24:42.8270939Z class 2022-11-23T01:24:42.8271794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.8272391Z template typename func, int end> 2022-11-23T01:24:42.8272717Z ^~~~~~~~ 2022-11-23T01:24:42.8272998Z class 2022-11-23T01:24:42.8273450Z 2 warnings generated when compiling for host. 2022-11-23T01:24:42.8387832Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Bucketization.hip.o 2022-11-23T01:24:42.8721573Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscBackwardOpsKernels.hip:11: 2022-11-23T01:24:42.8722258Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:42.8725148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.8727083Z template typename func, int end, int current=0> 2022-11-23T01:24:42.8727779Z ^~~~~~~~ 2022-11-23T01:24:42.8728466Z class 2022-11-23T01:24:42.8729844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.8730725Z template typename func, int end> 2022-11-23T01:24:42.8731542Z ^~~~~~~~ 2022-11-23T01:24:42.8731898Z class 2022-11-23T01:24:42.8732394Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscOpsKernels.hip:5: 2022-11-23T01:24:42.8733020Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:42.8734037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.8734673Z template typename func, int end, int current=0> 2022-11-23T01:24:42.8735140Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:42.8735630Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscBackwardOpsKernels.hip:11: 2022-11-23T01:24:42.8736115Z ^~~~~~~~ 2022-11-23T01:24:42.8736413Z class 2022-11-23T01:24:42.8736843Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:42.8738002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.8739086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.8739642Z template typename func, int end, int current=0> 2022-11-23T01:24:42.8739905Z ^~~~~~~~ 2022-11-23T01:24:42.8740069Z class 2022-11-23T01:24:42.8740286Z template typename func, int end> 2022-11-23T01:24:42.8741070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.8741627Z ^~~~~~~~ 2022-11-23T01:24:42.8741849Z class 2022-11-23T01:24:42.8742193Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:42.8742473Z template typename func, int end> 2022-11-23T01:24:42.8742724Z ^~~~~~~~ 2022-11-23T01:24:42.8742990Z class 2022-11-23T01:24:42.8743429Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscOpsKernels.hip:5: 2022-11-23T01:24:42.8743891Z 2 warnings generated when compiling for host. 2022-11-23T01:24:42.8744228Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:42.8744859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.8748838Z template typename func, int end, int current=0> 2022-11-23T01:24:42.8749237Z ^~~~~~~~ 2022-11-23T01:24:42.8749437Z class 2022-11-23T01:24:42.8750239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.8750608Z template typename func, int end> 2022-11-23T01:24:42.8750821Z ^~~~~~~~ 2022-11-23T01:24:42.8751000Z class 2022-11-23T01:24:42.8751262Z 2 warnings generated when compiling for host. 2022-11-23T01:24:42.8837544Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CompareEQKernel.hip.o 2022-11-23T01:24:42.8858733Z [ 87%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Col2Im.hip.o 2022-11-23T01:24:42.9837530Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMulKernel.hip:8: 2022-11-23T01:24:42.9854042Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2022-11-23T01:24:42.9854665Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:24:42.9855736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.9856434Z template typename func, int end, int current=0> 2022-11-23T01:24:42.9856807Z ^~~~~~~~ 2022-11-23T01:24:42.9857108Z class 2022-11-23T01:24:42.9857936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.9858591Z template typename func, int end> 2022-11-23T01:24:42.9858936Z ^~~~~~~~ 2022-11-23T01:24:42.9859235Z class 2022-11-23T01:24:42.9859597Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:42.9860117Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMulKernel.hip:8: 2022-11-23T01:24:42.9860898Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2022-11-23T01:24:42.9861507Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:24:42.9862466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.9863113Z template typename func, int end, int current=0> 2022-11-23T01:24:42.9863500Z ^~~~~~~~ 2022-11-23T01:24:42.9863803Z class 2022-11-23T01:24:42.9864605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:42.9947230Z template typename func, int end> 2022-11-23T01:24:42.9971242Z ^~~~~~~~ 2022-11-23T01:24:42.9971587Z class 2022-11-23T01:24:42.9972014Z 2 warnings generated when compiling for host. 2022-11-23T01:24:42.9974659Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CompareKernels.hip.o 2022-11-23T01:24:43.3088652Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryRemainderKernel.hip:5: 2022-11-23T01:24:43.3089363Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:43.3090429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:43.3091332Z template typename func, int end, int current=0> 2022-11-23T01:24:43.3098507Z ^~~~~~~~ 2022-11-23T01:24:43.3098826Z class 2022-11-23T01:24:43.3099769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:43.3100432Z template typename func, int end> 2022-11-23T01:24:43.3100780Z ^~~~~~~~ 2022-11-23T01:24:43.3101082Z class 2022-11-23T01:24:43.3101454Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:43.3102047Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryRemainderKernel.hip:5: 2022-11-23T01:24:43.3102681Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:43.3103701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:43.3104400Z template typename func, int end, int current=0> 2022-11-23T01:24:43.3104813Z ^~~~~~~~ 2022-11-23T01:24:43.3105110Z class 2022-11-23T01:24:43.3105964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:43.3106619Z template typename func, int end> 2022-11-23T01:24:43.3106954Z ^~~~~~~~ 2022-11-23T01:24:43.3107246Z class 2022-11-23T01:24:43.3107604Z 2 warnings generated when compiling for host. 2022-11-23T01:24:43.3193633Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ComplexKernel.hip.o 2022-11-23T01:24:43.4258385Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryShiftOpsKernels.hip:5: 2022-11-23T01:24:43.4259104Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:43.4264622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:43.4265354Z template typename func, int end, int current=0> 2022-11-23T01:24:43.4266935Z ^~~~~~~~ 2022-11-23T01:24:43.4267674Z class 2022-11-23T01:24:43.4268951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:43.4269920Z template typename func, int end> 2022-11-23T01:24:43.4272207Z ^~~~~~~~ 2022-11-23T01:24:43.4272519Z class 2022-11-23T01:24:43.4272848Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:43.4273354Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryShiftOpsKernels.hip:5: 2022-11-23T01:24:43.4273951Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:43.4274932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:43.4275596Z template typename func, int end, int current=0> 2022-11-23T01:24:43.4275973Z ^~~~~~~~ 2022-11-23T01:24:43.4276242Z class 2022-11-23T01:24:43.4277061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:43.4277896Z template typename func, int end> 2022-11-23T01:24:43.4278238Z ^~~~~~~~ 2022-11-23T01:24:43.4278533Z class 2022-11-23T01:24:43.4278902Z 2 warnings generated when compiling for host. 2022-11-23T01:24:43.4358539Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ConvolutionMM2d.hip.o 2022-11-23T01:24:44.1120636Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareKernels.hip:7: 2022-11-23T01:24:44.1121435Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:44.1122232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.1122625Z template typename func, int end, int current=0> 2022-11-23T01:24:44.1122859Z ^~~~~~~~ 2022-11-23T01:24:44.1123043Z class 2022-11-23T01:24:44.1123511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.1123968Z template typename func, int end> 2022-11-23T01:24:44.1124288Z ^~~~~~~~ 2022-11-23T01:24:44.1124563Z class 2022-11-23T01:24:44.1124883Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:44.1125218Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareKernels.hip:7: 2022-11-23T01:24:44.1125565Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:44.1126118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.1126502Z template typename func, int end, int current=0> 2022-11-23T01:24:44.1126711Z ^~~~~~~~ 2022-11-23T01:24:44.1126886Z class 2022-11-23T01:24:44.1127528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.1127877Z template typename func, int end> 2022-11-23T01:24:44.1128089Z ^~~~~~~~ 2022-11-23T01:24:44.1128264Z class 2022-11-23T01:24:44.1128462Z 2 warnings generated when compiling for host. 2022-11-23T01:24:44.1239492Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareEQKernel.hip:7: 2022-11-23T01:24:44.1239918Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:44.1240610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.1241506Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Copy.hip.o 2022-11-23T01:24:44.1242091Z template typename func, int end, int current=0> 2022-11-23T01:24:44.1242415Z ^~~~~~~~ 2022-11-23T01:24:44.1244704Z class 2022-11-23T01:24:44.1245537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.1247402Z template typename func, int end> 2022-11-23T01:24:44.1250018Z ^~~~~~~~ 2022-11-23T01:24:44.1250535Z class 2022-11-23T01:24:44.1250937Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:44.1251715Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareEQKernel.hip:7: 2022-11-23T01:24:44.1252072Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:44.1252918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.1253616Z template typename func, int end, int current=0> 2022-11-23T01:24:44.1254031Z ^~~~~~~~ 2022-11-23T01:24:44.1254311Z class 2022-11-23T01:24:44.1255143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.1255791Z template typename func, int end> 2022-11-23T01:24:44.1256144Z ^~~~~~~~ 2022-11-23T01:24:44.1256426Z class 2022-11-23T01:24:44.1256789Z 2 warnings generated when compiling for host. 2022-11-23T01:24:44.1309355Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CopysignKernel.hip.o 2022-11-23T01:24:44.1351313Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CrossKernel.hip.o 2022-11-23T01:24:44.2592400Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CumminmaxKernel.hip.o 2022-11-23T01:24:44.6363184Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ComplexKernel.hip:6: 2022-11-23T01:24:44.6365388Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:44.6368012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.6370018Z template typename func, int end, int current=0> 2022-11-23T01:24:44.6370499Z ^~~~~~~~ 2022-11-23T01:24:44.6370809Z class 2022-11-23T01:24:44.6371749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.6372346Z template typename func, int end> 2022-11-23T01:24:44.6372684Z ^~~~~~~~ 2022-11-23T01:24:44.6372960Z class 2022-11-23T01:24:44.6373295Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:44.6373792Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ComplexKernel.hip:6: 2022-11-23T01:24:44.6374359Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:44.6377613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.6378538Z template typename func, int end, int current=0> 2022-11-23T01:24:44.6379381Z ^~~~~~~~ 2022-11-23T01:24:44.6379934Z class 2022-11-23T01:24:44.6381041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:44.6381884Z template typename func, int end> 2022-11-23T01:24:44.6382412Z ^~~~~~~~ 2022-11-23T01:24:44.6382723Z class 2022-11-23T01:24:44.6383196Z 2 warnings generated when compiling for host. 2022-11-23T01:24:44.6477486Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CumprodKernel.hip.o 2022-11-23T01:24:44.6540111Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CumsumKernel.hip.o 2022-11-23T01:24:45.2317728Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CopysignKernel.hip:5: 2022-11-23T01:24:45.2318407Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:45.2319534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.2320208Z template typename func, int end, int current=0> 2022-11-23T01:24:45.2320873Z ^~~~~~~~ 2022-11-23T01:24:45.2322286Z class 2022-11-23T01:24:45.2323176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.2323873Z template typename func, int end> 2022-11-23T01:24:45.2324262Z ^~~~~~~~ 2022-11-23T01:24:45.2324571Z class 2022-11-23T01:24:45.2324932Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:45.2325494Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CopysignKernel.hip:5: 2022-11-23T01:24:45.2326132Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:45.2327145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.2327832Z template typename func, int end, int current=0> 2022-11-23T01:24:45.2328273Z ^~~~~~~~ 2022-11-23T01:24:45.2328569Z class 2022-11-23T01:24:45.2329359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.2330023Z template typename func, int end> 2022-11-23T01:24:45.2330415Z ^~~~~~~~ 2022-11-23T01:24:45.2330724Z class 2022-11-23T01:24:45.2331087Z 2 warnings generated when compiling for host. 2022-11-23T01:24:45.2423828Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DepthwiseConv2d.hip.o 2022-11-23T01:24:45.4040500Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CrossKernel.hip:6: 2022-11-23T01:24:45.4041262Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:45.4042502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.4043192Z template typename func, int end, int current=0> 2022-11-23T01:24:45.4043571Z ^~~~~~~~ 2022-11-23T01:24:45.4043849Z class 2022-11-23T01:24:45.4044660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.4045532Z template typename func, int end> 2022-11-23T01:24:45.4045897Z ^~~~~~~~ 2022-11-23T01:24:45.4046197Z class 2022-11-23T01:24:45.4049615Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:45.4050313Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CrossKernel.hip:6: 2022-11-23T01:24:45.4051020Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:45.4052008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.4052836Z template typename func, int end, int current=0> 2022-11-23T01:24:45.4055198Z ^~~~~~~~ 2022-11-23T01:24:45.4055627Z class 2022-11-23T01:24:45.4057249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.4057960Z template typename func, int end> 2022-11-23T01:24:45.4058348Z ^~~~~~~~ 2022-11-23T01:24:45.4058649Z class 2022-11-23T01:24:45.4059038Z 2 warnings generated when compiling for host. 2022-11-23T01:24:45.4147490Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DepthwiseConv3d.hip.o 2022-11-23T01:24:45.4577734Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Copy.hip:12: 2022-11-23T01:24:45.4578528Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:45.4580057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.4580804Z template typename func, int end, int current=0> 2022-11-23T01:24:45.4581211Z ^~~~~~~~ 2022-11-23T01:24:45.4581503Z class 2022-11-23T01:24:45.4582373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.4588400Z template typename func, int end> 2022-11-23T01:24:45.4588955Z ^~~~~~~~ 2022-11-23T01:24:45.4589246Z class 2022-11-23T01:24:45.4589619Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:45.4590160Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Copy.hip:12: 2022-11-23T01:24:45.4590735Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:45.4592152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.4592586Z template typename func, int end, int current=0> 2022-11-23T01:24:45.4592817Z ^~~~~~~~ 2022-11-23T01:24:45.4592994Z class 2022-11-23T01:24:45.4593531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:45.4593890Z template typename func, int end> 2022-11-23T01:24:45.4594156Z ^~~~~~~~ 2022-11-23T01:24:45.4594338Z class 2022-11-23T01:24:45.4594536Z 2 warnings generated when compiling for host. 2022-11-23T01:24:45.4702149Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DilatedMaxPool2d.hip.o 2022-11-23T01:24:45.5424268Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DilatedMaxPool3d.hip.o 2022-11-23T01:24:45.9113159Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistanceKernel.hip.o 2022-11-23T01:24:45.9441112Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionBernoulli.hip.o 2022-11-23T01:24:46.5749304Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionCauchyKernel.hip.o 2022-11-23T01:24:46.7866373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:185:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.7867934Z conv_depthwise3d_cuda_backward_weight_kernel( 2022-11-23T01:24:46.7868341Z ^ 2022-11-23T01:24:46.7872961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:185:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.7875876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:185:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.7881242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:185:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.7883490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:185:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.7885702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:185:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.7887949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:185:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.7892681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:185:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.7894393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:185:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:46.7895305Z 9 warnings generated when compiling for gfx906. 2022-11-23T01:24:46.7992992Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionExponentialKernel.hip.o 2022-11-23T01:24:46.8032463Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionGeometricKernel.hip.o 2022-11-23T01:24:46.8830461Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DilatedMaxPool3d.hip:11: 2022-11-23T01:24:46.8846551Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:46.8847396Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:46.8848687Z ^ 2022-11-23T01:24:46.8850124Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:46.8850696Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:46.8851684Z ^ 2022-11-23T01:24:46.8854223Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:46.8855874Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:46.8857230Z ^ 2022-11-23T01:24:46.8858589Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:46.8860142Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DilatedMaxPool3d.hip:11: 2022-11-23T01:24:46.8862154Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:46.8863937Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:46.8865487Z ^ 2022-11-23T01:24:46.8867224Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:46.8869056Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:46.8870358Z ^ 2022-11-23T01:24:46.8872059Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:46.8873676Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:46.8875120Z ^ 2022-11-23T01:24:46.8876480Z 1 warning generated when compiling for host. 2022-11-23T01:24:46.8934533Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionLogNormalKernel.hip.o 2022-11-23T01:24:47.1998556Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionNormal.hip.o 2022-11-23T01:24:47.2245996Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionBernoulli.hip:4: 2022-11-23T01:24:47.2246437Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:47.2247315Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:47.2247817Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:47.2286744Z ^ 2022-11-23T01:24:47.2287636Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:47.2288184Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:47.2288520Z ^ 2022-11-23T01:24:47.2289086Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:47.2289623Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:47.2290018Z ^ 2022-11-23T01:24:47.2290521Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionBernoulli.hip:8: 2022-11-23T01:24:47.2291208Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:47.2291819Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:47.2292803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:47.2293487Z template typename func, int end, int current=0> 2022-11-23T01:24:47.2294101Z ^~~~~~~~ 2022-11-23T01:24:47.2294398Z class 2022-11-23T01:24:47.2295234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:47.2295885Z template typename func, int end> 2022-11-23T01:24:47.2296258Z ^~~~~~~~ 2022-11-23T01:24:47.2296550Z class 2022-11-23T01:24:47.2296922Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:47.2297487Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionBernoulli.hip:4: 2022-11-23T01:24:47.2298133Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:47.2299117Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:47.2299946Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:47.2300493Z ^ 2022-11-23T01:24:47.2301265Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:47.2301829Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:47.2302179Z ^ 2022-11-23T01:24:47.2302759Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:47.2303266Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:47.2303641Z ^ 2022-11-23T01:24:47.2304162Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionBernoulli.hip:8: 2022-11-23T01:24:47.2304830Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:47.2305503Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:47.2306525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:47.2307232Z template typename func, int end, int current=0> 2022-11-23T01:24:47.2308089Z ^~~~~~~~ 2022-11-23T01:24:47.2308413Z class 2022-11-23T01:24:47.2309296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:47.2309989Z template typename func, int end> 2022-11-23T01:24:47.2310357Z ^~~~~~~~ 2022-11-23T01:24:47.2310672Z class 2022-11-23T01:24:47.2311053Z 3 warnings generated when compiling for host. 2022-11-23T01:24:47.2375489Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionRandomKernel.hip.o 2022-11-23T01:24:47.7822507Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionCauchyKernel.hip:5: 2022-11-23T01:24:47.7823330Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:47.7826355Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:47.7832661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:47.7835570Z template typename func, int end, int current=0> 2022-11-23T01:24:47.7838150Z ^~~~~~~~ 2022-11-23T01:24:47.7840651Z class 2022-11-23T01:24:47.7843879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:47.7846682Z template typename func, int end> 2022-11-23T01:24:47.7849221Z ^~~~~~~~ 2022-11-23T01:24:47.7851688Z class 2022-11-23T01:24:47.7854362Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionCauchyKernel.hip:5: 2022-11-23T01:24:47.7859302Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:47.7861914Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:47.7865314Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:47.7868605Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:47.7871553Z ^ 2022-11-23T01:24:47.7874683Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:47.7877290Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:47.7879671Z ^ 2022-11-23T01:24:47.7882451Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:47.7885179Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:47.7887514Z ^ 2022-11-23T01:24:47.7888052Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:47.7888570Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionCauchyKernel.hip:5: 2022-11-23T01:24:47.7889268Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:47.7889850Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:47.7890413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:47.7890803Z template typename func, int end, int current=0> 2022-11-23T01:24:47.7891204Z ^~~~~~~~ 2022-11-23T01:24:47.7891372Z class 2022-11-23T01:24:47.7891850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:47.7892214Z template typename func, int end> 2022-11-23T01:24:47.7892427Z ^~~~~~~~ 2022-11-23T01:24:47.7892590Z class 2022-11-23T01:24:47.7892881Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionCauchyKernel.hip:5: 2022-11-23T01:24:47.7893270Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:47.7893623Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:47.7894402Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:47.7895060Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:47.7895516Z ^ 2022-11-23T01:24:47.7896178Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:47.7896501Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:47.7896691Z ^ 2022-11-23T01:24:47.7897289Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:47.7897624Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:47.7897851Z ^ 2022-11-23T01:24:47.7898066Z 3 warnings generated when compiling for host. 2022-11-23T01:24:47.7958742Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionUniform.hip.o 2022-11-23T01:24:48.0379273Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionLogNormalKernel.hip:5: 2022-11-23T01:24:48.0380048Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:48.0380696Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:48.0381802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.0404801Z template typename func, int end, int current=0> 2022-11-23T01:24:48.0405223Z ^~~~~~~~ 2022-11-23T01:24:48.0405530Z class 2022-11-23T01:24:48.0406463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.0407128Z template typename func, int end> 2022-11-23T01:24:48.0407495Z ^~~~~~~~ 2022-11-23T01:24:48.0407755Z class 2022-11-23T01:24:48.0408232Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionLogNormalKernel.hip:5: 2022-11-23T01:24:48.0408858Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:48.0409496Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:48.0410447Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:48.0411397Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:48.0412166Z ^ 2022-11-23T01:24:48.0412950Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:48.0413476Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:48.0413797Z ^ 2022-11-23T01:24:48.0414364Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:48.0414860Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:48.0415252Z ^ 2022-11-23T01:24:48.0415656Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:48.0416211Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionLogNormalKernel.hip:5: 2022-11-23T01:24:48.0416943Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:48.0417618Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:48.0418596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.0419224Z template typename func, int end, int current=0> 2022-11-23T01:24:48.0419596Z ^~~~~~~~ 2022-11-23T01:24:48.0419880Z class 2022-11-23T01:24:48.0420659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.0421441Z template typename func, int end> 2022-11-23T01:24:48.0421786Z ^~~~~~~~ 2022-11-23T01:24:48.0422071Z class 2022-11-23T01:24:48.0422577Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionLogNormalKernel.hip:5: 2022-11-23T01:24:48.0423253Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:48.0423859Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:48.0424730Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:48.0425369Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:48.0425811Z ^ 2022-11-23T01:24:48.0426461Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:48.0426990Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:48.0427277Z ^ 2022-11-23T01:24:48.0428005Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:48.0428517Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:48.0428838Z ^ 2022-11-23T01:24:48.0429197Z 3 warnings generated when compiling for host. 2022-11-23T01:24:48.0498124Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Distributions.hip.o 2022-11-23T01:24:48.0661055Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionExponentialKernel.hip:5: 2022-11-23T01:24:48.0661772Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:48.0670546Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:48.0671725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.0672623Z template typename func, int end, int current=0> 2022-11-23T01:24:48.0673003Z ^~~~~~~~ 2022-11-23T01:24:48.0673321Z class 2022-11-23T01:24:48.0674177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.0674810Z template typename func, int end> 2022-11-23T01:24:48.0675182Z ^~~~~~~~ 2022-11-23T01:24:48.0675478Z class 2022-11-23T01:24:48.0676028Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionExponentialKernel.hip:5: 2022-11-23T01:24:48.0676724Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:48.0677356Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:48.0678323Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:48.0678989Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:48.0679430Z ^ 2022-11-23T01:24:48.0680087Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:48.0699631Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:48.0700122Z ^ 2022-11-23T01:24:48.0700777Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:48.0701338Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:48.0701747Z ^ 2022-11-23T01:24:48.0702112Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:48.0702707Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionExponentialKernel.hip:5: 2022-11-23T01:24:48.0703442Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:48.0704068Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:48.0705064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.0705774Z template typename func, int end, int current=0> 2022-11-23T01:24:48.0706165Z ^~~~~~~~ 2022-11-23T01:24:48.0706453Z class 2022-11-23T01:24:48.0707295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.0708519Z template typename func, int end> 2022-11-23T01:24:48.0708891Z ^~~~~~~~ 2022-11-23T01:24:48.0709177Z class 2022-11-23T01:24:48.0709725Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionExponentialKernel.hip:5: 2022-11-23T01:24:48.0710450Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:48.0711090Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:48.0712118Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:48.0712918Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:48.0713459Z ^ 2022-11-23T01:24:48.0714288Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:48.0714849Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:48.0715180Z ^ 2022-11-23T01:24:48.0715722Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:48.0716253Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:48.0716644Z ^ 2022-11-23T01:24:48.0716998Z 3 warnings generated when compiling for host. 2022-11-23T01:24:48.0786956Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Dropout.hip.o 2022-11-23T01:24:48.0905076Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionGeometricKernel.hip:5: 2022-11-23T01:24:48.0905926Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:48.0907106Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:48.0909135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.0910306Z template typename func, int end, int current=0> 2022-11-23T01:24:48.0911253Z ^~~~~~~~ 2022-11-23T01:24:48.0912046Z class 2022-11-23T01:24:48.0913421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.0915307Z template typename func, int end> 2022-11-23T01:24:48.0915701Z ^~~~~~~~ 2022-11-23T01:24:48.0916478Z class 2022-11-23T01:24:48.0917158Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionGeometricKernel.hip:5: 2022-11-23T01:24:48.0918707Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:48.0919803Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:48.0920981Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:48.0921765Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:48.0922304Z ^ 2022-11-23T01:24:48.0923027Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:48.0923555Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:48.0923893Z ^ 2022-11-23T01:24:48.0924490Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:48.0924984Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:48.0925371Z ^ 2022-11-23T01:24:48.0925760Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:48.0926318Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionGeometricKernel.hip:5: 2022-11-23T01:24:48.0927007Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:48.0927638Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:48.0928503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.0929107Z template typename func, int end, int current=0> 2022-11-23T01:24:48.0929464Z ^~~~~~~~ 2022-11-23T01:24:48.0929921Z class 2022-11-23T01:24:48.0930710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.0931315Z template typename func, int end> 2022-11-23T01:24:48.0931680Z ^~~~~~~~ 2022-11-23T01:24:48.0931963Z class 2022-11-23T01:24:48.0932451Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionGeometricKernel.hip:5: 2022-11-23T01:24:48.0933121Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:48.0933714Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:48.0934617Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:48.0935329Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:48.0935848Z ^ 2022-11-23T01:24:48.0936939Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:48.0937527Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:48.0937864Z ^ 2022-11-23T01:24:48.0938505Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:48.0939224Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:48.0939631Z ^ 2022-11-23T01:24:48.0939990Z 3 warnings generated when compiling for host. 2022-11-23T01:24:48.1053459Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Embedding.hip.o 2022-11-23T01:24:48.4703075Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionNormal.hip:5: 2022-11-23T01:24:48.4703797Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:48.4704422Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:48.4705498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.4706088Z template typename func, int end, int current=0> 2022-11-23T01:24:48.4706397Z ^~~~~~~~ 2022-11-23T01:24:48.4706630Z class 2022-11-23T01:24:48.4707201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.4707656Z template typename func, int end> 2022-11-23T01:24:48.4708427Z ^~~~~~~~ 2022-11-23T01:24:48.4708702Z class 2022-11-23T01:24:48.4709199Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionNormal.hip:5: 2022-11-23T01:24:48.4709886Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:48.4710512Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:48.4711612Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:48.4712363Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:48.4712815Z ^ 2022-11-23T01:24:48.4715724Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:48.4716317Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:48.4716662Z ^ 2022-11-23T01:24:48.4717247Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:48.4717774Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:48.4718175Z ^ 2022-11-23T01:24:48.4718562Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:48.4720382Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionNormal.hip:5: 2022-11-23T01:24:48.4721351Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:48.4722157Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:48.4723144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.4731086Z template typename func, int end, int current=0> 2022-11-23T01:24:48.4732659Z ^~~~~~~~ 2022-11-23T01:24:48.4733172Z class 2022-11-23T01:24:48.4734283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.4735087Z template typename func, int end> 2022-11-23T01:24:48.4735427Z ^~~~~~~~ 2022-11-23T01:24:48.4735605Z class 2022-11-23T01:24:48.4735879Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionNormal.hip:5: 2022-11-23T01:24:48.4736259Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:48.4736626Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:48.4737154Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:48.4737651Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:48.4737956Z ^ 2022-11-23T01:24:48.4738372Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:48.4738671Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:48.4738859Z ^ 2022-11-23T01:24:48.4739175Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:48.4739459Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:48.4739689Z ^ 2022-11-23T01:24:48.4739905Z 3 warnings generated when compiling for host. 2022-11-23T01:24:48.4851801Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_EmbeddingBackwardKernel.hip.o 2022-11-23T01:24:48.5239821Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionRandomKernel.hip:5: 2022-11-23T01:24:48.5240618Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:48.5265581Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:48.5266886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.5267525Z template typename func, int end, int current=0> 2022-11-23T01:24:48.5268347Z ^~~~~~~~ 2022-11-23T01:24:48.5268684Z class 2022-11-23T01:24:48.5269604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.5270661Z template typename func, int end> 2022-11-23T01:24:48.5271017Z ^~~~~~~~ 2022-11-23T01:24:48.5271407Z class 2022-11-23T01:24:48.5271953Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionRandomKernel.hip:5: 2022-11-23T01:24:48.5272686Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:48.5273300Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:48.5274270Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:48.5275075Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:48.5275620Z ^ 2022-11-23T01:24:48.5276175Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:48.5276491Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:48.5276682Z ^ 2022-11-23T01:24:48.5276982Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:48.5277433Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:48.5277663Z ^ 2022-11-23T01:24:48.5277881Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:48.5278198Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionRandomKernel.hip:5: 2022-11-23T01:24:48.5278590Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:48.5278943Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:48.5279519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.5279910Z template typename func, int end, int current=0> 2022-11-23T01:24:48.5280136Z ^~~~~~~~ 2022-11-23T01:24:48.5280317Z class 2022-11-23T01:24:48.5280768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:48.5281133Z template typename func, int end> 2022-11-23T01:24:48.5281342Z ^~~~~~~~ 2022-11-23T01:24:48.5281508Z class 2022-11-23T01:24:48.5281801Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionRandomKernel.hip:5: 2022-11-23T01:24:48.5282191Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:48.5282552Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:48.5283065Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:48.5283567Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:48.5283873Z ^ 2022-11-23T01:24:48.5284290Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:48.5284634Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:48.5284825Z ^ 2022-11-23T01:24:48.5285135Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:48.5285421Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:48.5285647Z ^ 2022-11-23T01:24:48.5285861Z 3 warnings generated when compiling for host. 2022-11-23T01:24:48.5344457Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_EmbeddingBag.hip.o 2022-11-23T01:24:49.0043833Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionUniform.hip:5: 2022-11-23T01:24:49.0044668Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:49.0054475Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:49.0055602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:49.0056270Z template typename func, int end, int current=0> 2022-11-23T01:24:49.0056639Z ^~~~~~~~ 2022-11-23T01:24:49.0056933Z class 2022-11-23T01:24:49.0057750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:49.0058615Z template typename func, int end> 2022-11-23T01:24:49.0058956Z ^~~~~~~~ 2022-11-23T01:24:49.0059249Z class 2022-11-23T01:24:49.0059731Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionUniform.hip:5: 2022-11-23T01:24:49.0060379Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:49.0061004Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:49.0066922Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:49.0067826Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:49.0068340Z ^ 2022-11-23T01:24:49.0070034Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:49.0070572Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:49.0070889Z ^ 2022-11-23T01:24:49.0071539Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:49.0072062Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:49.0072449Z ^ 2022-11-23T01:24:49.0073736Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:49.0074282Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionUniform.hip:5: 2022-11-23T01:24:49.0074936Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:49.0076209Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:49.0077964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:49.0089334Z template typename func, int end, int current=0> 2022-11-23T01:24:49.0089689Z ^~~~~~~~ 2022-11-23T01:24:49.0089972Z class 2022-11-23T01:24:49.0091058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:49.0091682Z template typename func, int end> 2022-11-23T01:24:49.0092044Z ^~~~~~~~ 2022-11-23T01:24:49.0092302Z class 2022-11-23T01:24:49.0092763Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionUniform.hip:5: 2022-11-23T01:24:49.0093344Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:24:49.0093951Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:49.0094863Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:49.0095637Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:49.0096130Z ^ 2022-11-23T01:24:49.0096785Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:49.0097249Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:49.0097503Z ^ 2022-11-23T01:24:49.0097955Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:49.0098406Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:49.0098885Z ^ 2022-11-23T01:24:49.0099214Z 3 warnings generated when compiling for host. 2022-11-23T01:24:49.0212227Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FillKernel.hip.o 2022-11-23T01:24:49.4147221Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:5: 2022-11-23T01:24:49.4151790Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:49.4152948Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:49.4153740Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:49.4154261Z ^ 2022-11-23T01:24:49.4154964Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:49.4157670Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:49.4158093Z ^ 2022-11-23T01:24:49.4159242Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:49.4159787Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:49.4160301Z ^ 2022-11-23T01:24:49.4162250Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:9: 2022-11-23T01:24:49.4162945Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:49.4163619Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:49.4165635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:49.4169824Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Dropout.hip:16: 2022-11-23T01:24:49.4170729Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:49.4175645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:49.4176383Z template typename func, int end, int current=0> 2022-11-23T01:24:49.4177384Z ^~~~~~~~ 2022-11-23T01:24:49.4178058Z class 2022-11-23T01:24:49.4178465Z template typename func, int end, int current=0> 2022-11-23T01:24:49.4178859Z ^~~~~~~~ 2022-11-23T01:24:49.4179165Z class 2022-11-23T01:24:49.4181934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:49.4182777Z template typename func, int end> 2022-11-23T01:24:49.4183156Z ^~~~~~~~ 2022-11-23T01:24:49.4183452Z class 2022-11-23T01:24:49.4183905Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:9: 2022-11-23T01:24:49.4186249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:49.4187578Z __global__ void distribution_binary_elementwise_kernel( 2022-11-23T01:24:49.4188124Z ^ 2022-11-23T01:24:49.4189478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:49.4191088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:49.4191844Z template typename func, int end> 2022-11-23T01:24:49.4192207Z ^~~~~~~~ 2022-11-23T01:24:49.4192496Z class 2022-11-23T01:24:49.4192887Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:49.4193423Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Dropout.hip:16: 2022-11-23T01:24:49.4193997Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:49.4195490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:49.4196964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:49.4198594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:49.4199584Z template typename func, int end, int current=0> 2022-11-23T01:24:49.4199972Z ^~~~~~~~ 2022-11-23T01:24:49.4200284Z class 2022-11-23T01:24:49.4201574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:49.4203062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:49.4203705Z template typename func, int end> 2022-11-23T01:24:49.4204084Z ^~~~~~~~ 2022-11-23T01:24:49.4204394Z class 2022-11-23T01:24:49.4204754Z 2 warnings generated when compiling for host. 2022-11-23T01:24:49.4206156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:49.4208027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:49.4209903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:49.4211767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:49.4213714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:49.4215557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:49.4217424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:180:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:49.4218322Z 15 warnings generated when compiling for gfx906. 2022-11-23T01:24:49.4218874Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:5: 2022-11-23T01:24:49.4219501Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:49.4220482Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:49.4221238Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:49.4221777Z ^ 2022-11-23T01:24:49.4222550Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:49.4223110Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:49.4223417Z ^ 2022-11-23T01:24:49.4223983Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:49.4224507Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:49.4224878Z ^ 2022-11-23T01:24:49.4225460Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:9: 2022-11-23T01:24:49.4226117Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:24:49.4226700Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:49.4227975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:49.4228669Z template typename func, int end, int current=0> 2022-11-23T01:24:49.4229078Z ^~~~~~~~ 2022-11-23T01:24:49.4229356Z class 2022-11-23T01:24:49.4230227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:49.4230896Z template typename func, int end> 2022-11-23T01:24:49.4231336Z ^~~~~~~~ 2022-11-23T01:24:49.4231621Z class 2022-11-23T01:24:49.4231979Z 3 warnings generated when compiling for host. 2022-11-23T01:24:49.4300090Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachBinaryOpList.hip.o 2022-11-23T01:24:49.4317511Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachBinaryOpScalar.hip.o 2022-11-23T01:24:49.5729860Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:15: 2022-11-23T01:24:49.5730884Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh:4: 2022-11-23T01:24:49.5741732Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:49.5743288Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:49.5744231Z ^ 2022-11-23T01:24:49.5745573Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:49.5746324Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:49.5746797Z ^ 2022-11-23T01:24:49.5747496Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:49.5748280Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:49.5748845Z ^ 2022-11-23T01:24:49.5749229Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:49.5749858Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:15: 2022-11-23T01:24:49.5750536Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh:4: 2022-11-23T01:24:49.5751670Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:49.5752367Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:49.5752886Z ^ 2022-11-23T01:24:49.5757159Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:49.5760359Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:49.5762885Z ^ 2022-11-23T01:24:49.5763618Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:49.5765320Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:49.5765730Z ^ 2022-11-23T01:24:49.5766692Z 1 warning generated when compiling for host. 2022-11-23T01:24:49.5874777Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachBinaryOpScalarList.hip.o 2022-11-23T01:24:49.8801962Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.hip:4: 2022-11-23T01:24:49.8802737Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh:4: 2022-11-23T01:24:49.8803912Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:49.8804829Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:49.8807556Z ^ 2022-11-23T01:24:49.8808399Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:49.8808974Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:49.8810941Z ^ 2022-11-23T01:24:49.8811980Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:49.8812658Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:49.8813166Z ^ 2022-11-23T01:24:49.8814422Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:49.8815030Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.hip:4: 2022-11-23T01:24:49.8817087Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh:4: 2022-11-23T01:24:49.8818640Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:49.8819649Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:49.8820384Z ^ 2022-11-23T01:24:49.8821352Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:49.8821935Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:49.8822281Z ^ 2022-11-23T01:24:49.8822842Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:49.8827823Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:49.8828374Z ^ 2022-11-23T01:24:49.8829032Z 1 warning generated when compiling for host. 2022-11-23T01:24:49.8908181Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachPointwiseOp.hip.o 2022-11-23T01:24:49.9952380Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBag.hip:8: 2022-11-23T01:24:49.9953471Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:49.9957723Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:49.9958269Z ^ 2022-11-23T01:24:49.9959085Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:49.9959648Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:49.9959945Z ^ 2022-11-23T01:24:49.9960486Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:49.9960997Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:49.9961520Z ^ 2022-11-23T01:24:49.9972302Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:49.9972987Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBag.hip:8: 2022-11-23T01:24:49.9973630Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:49.9974073Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:49.9974435Z ^ 2022-11-23T01:24:49.9974860Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:49.9975222Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:49.9975398Z ^ 2022-11-23T01:24:49.9975799Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:49.9976282Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:49.9976615Z ^ 2022-11-23T01:24:49.9976942Z 1 warning generated when compiling for host. 2022-11-23T01:24:50.0090224Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachReduceOp.hip.o 2022-11-23T01:24:50.1891019Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FillKernel.hip:4: 2022-11-23T01:24:50.1913503Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:50.1914749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.1915442Z template typename func, int end, int current=0> 2022-11-23T01:24:50.1915831Z ^~~~~~~~ 2022-11-23T01:24:50.1916102Z class 2022-11-23T01:24:50.1916893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.1917507Z template typename func, int end> 2022-11-23T01:24:50.1917857Z ^~~~~~~~ 2022-11-23T01:24:50.1918118Z class 2022-11-23T01:24:50.1918490Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:50.1918995Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FillKernel.hip:4: 2022-11-23T01:24:50.1919560Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:50.1920481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.1921087Z template typename func, int end, int current=0> 2022-11-23T01:24:50.1921449Z ^~~~~~~~ 2022-11-23T01:24:50.1921704Z class 2022-11-23T01:24:50.1922504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.1923128Z template typename func, int end> 2022-11-23T01:24:50.1923482Z ^~~~~~~~ 2022-11-23T01:24:50.1923773Z class 2022-11-23T01:24:50.1924126Z 2 warnings generated when compiling for host. 2022-11-23T01:24:50.2079349Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachUnaryOp.hip.o 2022-11-23T01:24:50.7312664Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpScalar.hip:5: 2022-11-23T01:24:50.7334237Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:50.7335141Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:50.7335903Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:50.7337166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.7337903Z template typename func, int end, int current=0> 2022-11-23T01:24:50.7338318Z ^~~~~~~~ 2022-11-23T01:24:50.7339433Z class 2022-11-23T01:24:50.7340027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.7347303Z template typename func, int end> 2022-11-23T01:24:50.7347944Z ^~~~~~~~ 2022-11-23T01:24:50.7348264Z class 2022-11-23T01:24:50.7348484Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:50.7348920Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpScalar.hip:5: 2022-11-23T01:24:50.7349298Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:50.7349724Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:50.7350286Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:50.7351253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.7351776Z template typename func, int end, int current=0> 2022-11-23T01:24:50.7352166Z ^~~~~~~~ 2022-11-23T01:24:50.7352455Z class 2022-11-23T01:24:50.7353124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.7353553Z template typename func, int end> 2022-11-23T01:24:50.7353766Z ^~~~~~~~ 2022-11-23T01:24:50.7353927Z class 2022-11-23T01:24:50.7354183Z 2 warnings generated when compiling for host. 2022-11-23T01:24:50.7461136Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FractionalMaxPool2d.hip.o 2022-11-23T01:24:50.7624666Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpList.hip:5: 2022-11-23T01:24:50.7626023Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:50.7628038Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:50.7628563Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:50.7629838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.7630475Z template typename func, int end, int current=0> 2022-11-23T01:24:50.7630878Z ^~~~~~~~ 2022-11-23T01:24:50.7631285Z class 2022-11-23T01:24:50.7632171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.7640908Z template typename func, int end> 2022-11-23T01:24:50.7641684Z ^~~~~~~~ 2022-11-23T01:24:50.7642234Z class 2022-11-23T01:24:50.7642620Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:50.7643210Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpList.hip:5: 2022-11-23T01:24:50.7643878Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:50.7644557Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:50.7645199Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:50.7646240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.7646941Z template typename func, int end, int current=0> 2022-11-23T01:24:50.7647346Z ^~~~~~~~ 2022-11-23T01:24:50.7647653Z class 2022-11-23T01:24:50.7648517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.7649189Z template typename func, int end> 2022-11-23T01:24:50.7649528Z ^~~~~~~~ 2022-11-23T01:24:50.7649809Z class 2022-11-23T01:24:50.7650142Z 2 warnings generated when compiling for host. 2022-11-23T01:24:50.7741712Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FractionalMaxPool3d.hip.o 2022-11-23T01:24:50.8462299Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpScalarList.hip:5: 2022-11-23T01:24:50.8463067Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:50.8463734Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:50.8464490Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:50.8465738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.8466455Z template typename func, int end, int current=0> 2022-11-23T01:24:50.8466845Z ^~~~~~~~ 2022-11-23T01:24:50.8469802Z class 2022-11-23T01:24:50.8470791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.8471551Z template typename func, int end> 2022-11-23T01:24:50.8471928Z ^~~~~~~~ 2022-11-23T01:24:50.8472471Z class 2022-11-23T01:24:50.8475589Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:50.8476195Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpScalarList.hip:5: 2022-11-23T01:24:50.8476884Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:50.8480495Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:50.8481456Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:50.8482740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.8483469Z template typename func, int end, int current=0> 2022-11-23T01:24:50.8483880Z ^~~~~~~~ 2022-11-23T01:24:50.8484168Z class 2022-11-23T01:24:50.8485259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:50.8485928Z template typename func, int end> 2022-11-23T01:24:50.8486295Z ^~~~~~~~ 2022-11-23T01:24:50.8486602Z class 2022-11-23T01:24:50.8486964Z 2 warnings generated when compiling for host. 2022-11-23T01:24:50.8603090Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FunctionOfAMatrixUtilsKernel.hip.o 2022-11-23T01:24:51.1573212Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachPointwiseOp.hip:5: 2022-11-23T01:24:51.1579019Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:51.1580015Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:51.1581137Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:51.1582304Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.1582998Z template typename func, int end, int current=0> 2022-11-23T01:24:51.1583415Z ^~~~~~~~ 2022-11-23T01:24:51.1583714Z class 2022-11-23T01:24:51.1584553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.1585495Z template typename func, int end> 2022-11-23T01:24:51.1585868Z ^~~~~~~~ 2022-11-23T01:24:51.1586162Z class 2022-11-23T01:24:51.1586534Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:51.1587109Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachPointwiseOp.hip:5: 2022-11-23T01:24:51.1587959Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:51.1588602Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:51.1589253Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:51.1590285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.1590955Z template typename func, int end, int current=0> 2022-11-23T01:24:51.1591470Z ^~~~~~~~ 2022-11-23T01:24:51.1591778Z class 2022-11-23T01:24:51.1592631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.1593298Z template typename func, int end> 2022-11-23T01:24:51.1593678Z ^~~~~~~~ 2022-11-23T01:24:51.1593992Z class 2022-11-23T01:24:51.1594350Z 2 warnings generated when compiling for host. 2022-11-23T01:24:51.1693776Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FusedAdamKernel.hip.o 2022-11-23T01:24:51.3165878Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachReduceOp.hip:10: 2022-11-23T01:24:51.3167862Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:51.3169496Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:51.3171098Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:51.3173420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.3175090Z template typename func, int end, int current=0> 2022-11-23T01:24:51.3176460Z ^~~~~~~~ 2022-11-23T01:24:51.3177782Z class 2022-11-23T01:24:51.3179662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.3181325Z template typename func, int end> 2022-11-23T01:24:51.3182692Z ^~~~~~~~ 2022-11-23T01:24:51.3184002Z class 2022-11-23T01:24:51.3186272Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:51.3188020Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachReduceOp.hip:10: 2022-11-23T01:24:51.3188927Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:51.3190105Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:51.3190764Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:51.3191878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.3192596Z template typename func, int end, int current=0> 2022-11-23T01:24:51.3193202Z ^~~~~~~~ 2022-11-23T01:24:51.3193534Z class 2022-11-23T01:24:51.3194380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.3195031Z template typename func, int end> 2022-11-23T01:24:51.3195411Z ^~~~~~~~ 2022-11-23T01:24:51.3195704Z class 2022-11-23T01:24:51.3196079Z 2 warnings generated when compiling for host. 2022-11-23T01:24:51.3285297Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_GcdLcmKernel.hip.o 2022-11-23T01:24:51.8716079Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachUnaryOp.hip:5: 2022-11-23T01:24:51.8716988Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:51.8717769Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:51.8718503Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:51.8719824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.8720632Z template typename func, int end, int current=0> 2022-11-23T01:24:51.8721135Z ^~~~~~~~ 2022-11-23T01:24:51.8721442Z class 2022-11-23T01:24:51.8722325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.8722996Z template typename func, int end> 2022-11-23T01:24:51.8723621Z ^~~~~~~~ 2022-11-23T01:24:51.8723875Z class 2022-11-23T01:24:51.8724368Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:51.8724973Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachUnaryOp.hip:5: 2022-11-23T01:24:51.8725673Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:4: 2022-11-23T01:24:51.8727674Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:24:51.8728342Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:51.8729465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.8730080Z template typename func, int end, int current=0> 2022-11-23T01:24:51.8730414Z ^~~~~~~~ 2022-11-23T01:24:51.8731232Z class 2022-11-23T01:24:51.8732110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.8733957Z template typename func, int end> 2022-11-23T01:24:51.8734638Z ^~~~~~~~ 2022-11-23T01:24:51.8735070Z class 2022-11-23T01:24:51.8735452Z 2 warnings generated when compiling for host. 2022-11-23T01:24:51.8818640Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_GridSampler.hip.o 2022-11-23T01:24:51.9388856Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FunctionOfAMatrixUtilsKernel.hip:7: 2022-11-23T01:24:51.9389845Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:51.9391241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.9392356Z template typename func, int end, int current=0> 2022-11-23T01:24:51.9393117Z ^~~~~~~~ 2022-11-23T01:24:51.9393363Z class 2022-11-23T01:24:51.9393979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.9396022Z template typename func, int end> 2022-11-23T01:24:51.9396419Z ^~~~~~~~ 2022-11-23T01:24:51.9396864Z class 2022-11-23T01:24:51.9397361Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FunctionOfAMatrixUtilsKernel.hip:9: 2022-11-23T01:24:51.9397954Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:51.9398406Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:51.9401151Z ^ 2022-11-23T01:24:51.9402493Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:51.9403224Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:51.9403577Z ^ 2022-11-23T01:24:51.9404155Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:51.9404697Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:51.9405098Z ^ 2022-11-23T01:24:51.9405483Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:51.9406098Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FunctionOfAMatrixUtilsKernel.hip:7: 2022-11-23T01:24:51.9419531Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:51.9420645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.9421326Z template typename func, int end, int current=0> 2022-11-23T01:24:51.9421719Z ^~~~~~~~ 2022-11-23T01:24:51.9422237Z class 2022-11-23T01:24:51.9423098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:51.9423726Z template typename func, int end> 2022-11-23T01:24:51.9424108Z ^~~~~~~~ 2022-11-23T01:24:51.9424412Z class 2022-11-23T01:24:51.9424938Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FunctionOfAMatrixUtilsKernel.hip:9: 2022-11-23T01:24:51.9425997Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:51.9426774Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:51.9427346Z ^ 2022-11-23T01:24:51.9428031Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:51.9428337Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:51.9428529Z ^ 2022-11-23T01:24:51.9428846Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:51.9429129Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:51.9429349Z ^ 2022-11-23T01:24:51.9429563Z 3 warnings generated when compiling for host. 2022-11-23T01:24:51.9523012Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_HIPScalar.hip.o 2022-11-23T01:24:51.9571287Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool2d.hip:7: 2022-11-23T01:24:51.9589041Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:51.9589894Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:51.9590409Z ^ 2022-11-23T01:24:51.9591207Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:51.9591784Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:51.9592136Z ^ 2022-11-23T01:24:51.9592709Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:51.9593172Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:51.9593511Z ^ 2022-11-23T01:24:51.9593834Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:51.9594316Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool2d.hip:7: 2022-11-23T01:24:51.9595181Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:51.9595886Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:51.9596349Z ^ 2022-11-23T01:24:51.9597117Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:51.9597702Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:51.9598035Z ^ 2022-11-23T01:24:51.9598594Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:51.9599144Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:51.9599542Z ^ 2022-11-23T01:24:51.9600114Z 1 warning generated when compiling for host. 2022-11-23T01:24:51.9672291Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_IGammaKernel.hip.o 2022-11-23T01:24:52.0605265Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool3d.hip:7: 2022-11-23T01:24:52.0608110Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:52.0609391Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:52.0610195Z ^ 2022-11-23T01:24:52.0611128Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:52.0612635Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:52.0621986Z ^ 2022-11-23T01:24:52.0625425Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:52.0626167Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:52.0627236Z ^ 2022-11-23T01:24:52.0627887Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:52.0630178Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool3d.hip:7: 2022-11-23T01:24:52.0631586Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:52.0633305Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:52.0634020Z ^ 2022-11-23T01:24:52.0636851Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:52.0637611Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:52.0637980Z ^ 2022-11-23T01:24:52.0639122Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:52.0639688Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:52.0640376Z ^ 2022-11-23T01:24:52.0641475Z 1 warning generated when compiling for host. 2022-11-23T01:24:52.0755122Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Im2Col.hip.o 2022-11-23T01:24:52.3271276Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_IndexKernel.hip.o 2022-11-23T01:24:52.4665094Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GcdLcmKernel.hip:5: 2022-11-23T01:24:52.4669658Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:24:52.4672017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:52.4675492Z template typename func, int end, int current=0> 2022-11-23T01:24:52.4679054Z ^~~~~~~~ 2022-11-23T01:24:52.4679846Z class 2022-11-23T01:24:52.4681196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:52.4682692Z template typename func, int end> 2022-11-23T01:24:52.4683626Z ^~~~~~~~ 2022-11-23T01:24:52.4684764Z class 2022-11-23T01:24:52.4685750Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:52.4687219Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GcdLcmKernel.hip:5: 2022-11-23T01:24:52.4688077Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:24:52.4690403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:52.4692543Z template typename func, int end, int current=0> 2022-11-23T01:24:52.4692974Z ^~~~~~~~ 2022-11-23T01:24:52.4695083Z class 2022-11-23T01:24:52.4696489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:52.4697326Z template typename func, int end> 2022-11-23T01:24:52.4697877Z ^~~~~~~~ 2022-11-23T01:24:52.4698366Z class 2022-11-23T01:24:52.4699703Z 2 warnings generated when compiling for host. 2022-11-23T01:24:52.4772995Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Indexing.hip.o 2022-11-23T01:24:53.0388250Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:6: 2022-11-23T01:24:53.0390603Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:3: 2022-11-23T01:24:53.0391445Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:24:53.0393046Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:53.0394143Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:53.0394732Z ^ 2022-11-23T01:24:53.0395512Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:53.0396196Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:53.0396697Z ^ 2022-11-23T01:24:53.0397416Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:53.0407173Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:53.0409593Z ^ 2022-11-23T01:24:53.0410239Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:53.0412752Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:6: 2022-11-23T01:24:53.0413375Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:3: 2022-11-23T01:24:53.0414235Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:24:53.0415631Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:53.0417168Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:53.0419772Z ^ 2022-11-23T01:24:53.0422408Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:53.0424697Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:53.0426355Z ^ 2022-11-23T01:24:53.0428166Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:53.0429705Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:53.0431095Z ^ 2022-11-23T01:24:53.0432500Z 1 warning generated when compiling for host. 2022-11-23T01:24:53.0525859Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LegacyThrustHelpers.hip.o 2022-11-23T01:24:53.0829914Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IGammaKernel.hip:5: 2022-11-23T01:24:53.0830609Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:53.0831738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:53.0832437Z template typename func, int end, int current=0> 2022-11-23T01:24:53.0832829Z ^~~~~~~~ 2022-11-23T01:24:53.0833117Z class 2022-11-23T01:24:53.0833961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:53.0834568Z template typename func, int end> 2022-11-23T01:24:53.0834889Z ^~~~~~~~ 2022-11-23T01:24:53.0835549Z class 2022-11-23T01:24:53.0841834Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:53.0842383Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IGammaKernel.hip:5: 2022-11-23T01:24:53.0842977Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:53.0843977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:53.0844853Z template typename func, int end, int current=0> 2022-11-23T01:24:53.0845246Z ^~~~~~~~ 2022-11-23T01:24:53.0845530Z class 2022-11-23T01:24:53.0846372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:53.0847017Z template typename func, int end> 2022-11-23T01:24:53.0847387Z ^~~~~~~~ 2022-11-23T01:24:53.0847670Z class 2022-11-23T01:24:53.0848032Z 2 warnings generated when compiling for host. 2022-11-23T01:24:53.0957635Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Lerp.hip.o 2022-11-23T01:24:53.1677274Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LinearAlgebra.hip.o 2022-11-23T01:24:53.3517939Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LogAddExpKernel.hip.o 2022-11-23T01:24:53.6873933Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:15: 2022-11-23T01:24:53.6874794Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:53.6875859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:53.6879810Z template typename func, int end, int current=0> 2022-11-23T01:24:53.6880223Z ^~~~~~~~ 2022-11-23T01:24:53.6880672Z class 2022-11-23T01:24:53.6882307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:53.6883139Z template typename func, int end> 2022-11-23T01:24:53.6883665Z ^~~~~~~~ 2022-11-23T01:24:53.6883978Z class 2022-11-23T01:24:53.6887908Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:16: 2022-11-23T01:24:53.6888684Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:24:53.6889756Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:53.6890559Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:53.6891098Z ^ 2022-11-23T01:24:53.6892550Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:53.6893115Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:53.6895386Z ^ 2022-11-23T01:24:53.6896971Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:53.6897700Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:53.6898379Z ^ 2022-11-23T01:24:53.6900074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6901164Z __global__ void index_elementwise_kernel(int N, func_t f) { 2022-11-23T01:24:53.6901717Z ^ 2022-11-23T01:24:53.6903300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6905779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6907988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6910264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6912570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6914892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6917356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6919434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6921618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6923938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6926093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6928461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6931077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6933465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6936088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6938069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6939983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6945036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6947919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6950885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6953809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6956618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6960456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6963256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6965116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6967053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6968885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6970675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6972473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6974337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6976173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6977994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6980137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6982886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6985144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6987454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6990212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6993601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6995434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.6997444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.7000170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.7002906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.7005657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.7009743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.7011627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.7013838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.7016694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.7019668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.7022492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.7025510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.7028420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.7031113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.7034168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.7036964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.7039942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.7041270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.7044123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.7046508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.7049511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:29:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:53.7050047Z 63 warnings generated when compiling for gfx906. 2022-11-23T01:24:53.7050693Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:15: 2022-11-23T01:24:53.7051149Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:53.7054313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:53.7055029Z template typename func, int end, int current=0> 2022-11-23T01:24:53.7055414Z ^~~~~~~~ 2022-11-23T01:24:53.7055720Z class 2022-11-23T01:24:53.7059730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:53.7064328Z template typename func, int end> 2022-11-23T01:24:53.7064696Z ^~~~~~~~ 2022-11-23T01:24:53.7065004Z class 2022-11-23T01:24:53.7065484Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:16: 2022-11-23T01:24:53.7066084Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:24:53.7067086Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:53.7068122Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:53.7068671Z ^ 2022-11-23T01:24:53.7069392Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:53.7069974Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:53.7070582Z ^ 2022-11-23T01:24:53.7071536Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:53.7072194Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:53.7072763Z ^ 2022-11-23T01:24:53.7073323Z 3 warnings generated when compiling for host. 2022-11-23T01:24:53.7155721Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LogcumsumexpKernel.hip.o 2022-11-23T01:24:54.2036496Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Lerp.hip:6: 2022-11-23T01:24:54.2038243Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:54.2042707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:54.2043556Z template typename func, int end, int current=0> 2022-11-23T01:24:54.2044371Z ^~~~~~~~ 2022-11-23T01:24:54.2044813Z class 2022-11-23T01:24:54.2045985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:54.2046678Z template typename func, int end> 2022-11-23T01:24:54.2047034Z ^~~~~~~~ 2022-11-23T01:24:54.2047338Z class 2022-11-23T01:24:54.2047666Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:54.2048089Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Lerp.hip:6: 2022-11-23T01:24:54.2050749Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:54.2051724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:54.2052405Z template typename func, int end, int current=0> 2022-11-23T01:24:54.2052785Z ^~~~~~~~ 2022-11-23T01:24:54.2053077Z class 2022-11-23T01:24:54.2053853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:54.2054387Z template typename func, int end> 2022-11-23T01:24:54.2054733Z ^~~~~~~~ 2022-11-23T01:24:54.2055020Z class 2022-11-23T01:24:54.2055523Z 2 warnings generated when compiling for host. 2022-11-23T01:24:54.2151029Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Loss.hip.o 2022-11-23T01:24:54.3352620Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LinearAlgebra.hip:9: 2022-11-23T01:24:54.3356712Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:54.3359173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:54.3360053Z template typename func, int end, int current=0> 2022-11-23T01:24:54.3361059Z ^~~~~~~~ 2022-11-23T01:24:54.3361783Z class 2022-11-23T01:24:54.3362991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:54.3363786Z template typename func, int end> 2022-11-23T01:24:54.3364166Z ^~~~~~~~ 2022-11-23T01:24:54.3364621Z class 2022-11-23T01:24:54.3364997Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:54.3365696Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LinearAlgebra.hip:9: 2022-11-23T01:24:54.3366487Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:54.3367666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:54.3368451Z template typename func, int end, int current=0> 2022-11-23T01:24:54.3368859Z ^~~~~~~~ 2022-11-23T01:24:54.3369281Z class 2022-11-23T01:24:54.3370168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:54.3370818Z template typename func, int end> 2022-11-23T01:24:54.3371191Z ^~~~~~~~ 2022-11-23T01:24:54.3371494Z class 2022-11-23T01:24:54.3371875Z 2 warnings generated when compiling for host. 2022-11-23T01:24:54.3443969Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LossCTC.hip.o 2022-11-23T01:24:54.4219646Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogAddExpKernel.hip:5: 2022-11-23T01:24:54.4220312Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:54.4221426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:54.4222115Z template typename func, int end, int current=0> 2022-11-23T01:24:54.4222517Z ^~~~~~~~ 2022-11-23T01:24:54.4222815Z class 2022-11-23T01:24:54.4223665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:54.4224312Z template typename func, int end> 2022-11-23T01:24:54.4224664Z ^~~~~~~~ 2022-11-23T01:24:54.4224961Z class 2022-11-23T01:24:54.4225307Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:54.4225787Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogAddExpKernel.hip:5: 2022-11-23T01:24:54.4226349Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:54.4227243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:54.4228014Z template typename func, int end, int current=0> 2022-11-23T01:24:54.4228505Z ^~~~~~~~ 2022-11-23T01:24:54.4228782Z class 2022-11-23T01:24:54.4229412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:54.4229785Z template typename func, int end> 2022-11-23T01:24:54.4229984Z ^~~~~~~~ 2022-11-23T01:24:54.4230160Z class 2022-11-23T01:24:54.4230370Z 2 warnings generated when compiling for host. 2022-11-23T01:24:54.4330403Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MaxMinElementwiseKernel.hip.o 2022-11-23T01:24:54.4970023Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Indexing.hip:7: 2022-11-23T01:24:54.4970701Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:24:54.4994540Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:54.4995385Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:54.4995942Z ^ 2022-11-23T01:24:54.4996685Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:54.5000187Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:54.5000568Z ^ 2022-11-23T01:24:54.5001175Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:54.5001680Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:54.5002080Z ^ 2022-11-23T01:24:54.5002575Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Indexing.hip:16: 2022-11-23T01:24:54.5003193Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:54.5004205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:54.5005110Z template typename func, int end, int current=0> 2022-11-23T01:24:54.5005485Z ^~~~~~~~ 2022-11-23T01:24:54.5005758Z class 2022-11-23T01:24:54.5006608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:54.5007232Z template typename func, int end> 2022-11-23T01:24:54.5007605Z ^~~~~~~~ 2022-11-23T01:24:54.5007877Z class 2022-11-23T01:24:54.5008263Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:24:54.5008790Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Indexing.hip:7: 2022-11-23T01:24:54.5009349Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:24:54.5010307Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:54.5011107Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:54.5011650Z ^ 2022-11-23T01:24:54.5012389Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:54.5012943Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:54.5013265Z ^ 2022-11-23T01:24:54.5013983Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:54.5014526Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:54.5014911Z ^ 2022-11-23T01:24:54.5015340Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Indexing.hip:16: 2022-11-23T01:24:54.5015931Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:54.5016937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:54.5017649Z template typename func, int end, int current=0> 2022-11-23T01:24:54.5018036Z ^~~~~~~~ 2022-11-23T01:24:54.5018339Z class 2022-11-23T01:24:54.5019184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:54.5019811Z template typename func, int end> 2022-11-23T01:24:54.5020201Z ^~~~~~~~ 2022-11-23T01:24:54.5020504Z class 2022-11-23T01:24:54.5020845Z 3 warnings generated when compiling for host. 2022-11-23T01:24:54.5127970Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MaxUnpooling.hip.o 2022-11-23T01:24:54.9087972Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MultiLabelMarginCriterion.hip.o 2022-11-23T01:24:55.3192200Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MultiMarginLoss.hip.o 2022-11-23T01:24:55.5537173Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loss.hip:12: 2022-11-23T01:24:55.5538813Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:55.5543891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:55.5545628Z template typename func, int end, int current=0> 2022-11-23T01:24:55.5547188Z ^~~~~~~~ 2022-11-23T01:24:55.5548768Z class 2022-11-23T01:24:55.5552944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:55.5554794Z template typename func, int end> 2022-11-23T01:24:55.5556208Z ^~~~~~~~ 2022-11-23T01:24:55.5556745Z class 2022-11-23T01:24:55.5557701Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:55.5558437Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loss.hip:12: 2022-11-23T01:24:55.5559226Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:55.5561464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:55.5562395Z template typename func, int end, int current=0> 2022-11-23T01:24:55.5563073Z ^~~~~~~~ 2022-11-23T01:24:55.5563395Z class 2022-11-23T01:24:55.5564647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:55.5565475Z template typename func, int end> 2022-11-23T01:24:55.5565985Z ^~~~~~~~ 2022-11-23T01:24:55.5566310Z class 2022-11-23T01:24:55.5567024Z 2 warnings generated when compiling for host. 2022-11-23T01:24:55.5662470Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MultinomialKernel.hip.o 2022-11-23T01:24:55.6250532Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LossCTC.hip:19: 2022-11-23T01:24:55.6255477Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:55.6256461Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:55.6257392Z ^ 2022-11-23T01:24:55.6258144Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:55.6258730Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:55.6259070Z ^ 2022-11-23T01:24:55.6259631Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:55.6260143Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:55.6260527Z ^ 2022-11-23T01:24:55.6260872Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:55.6261378Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LossCTC.hip:19: 2022-11-23T01:24:55.6262293Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:55.6263266Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:55.6263809Z ^ 2022-11-23T01:24:55.6264564Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:55.6265125Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:55.6265430Z ^ 2022-11-23T01:24:55.6266026Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:55.6266512Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:55.6267105Z ^ 2022-11-23T01:24:55.6267467Z 1 warning generated when compiling for host. 2022-11-23T01:24:55.6342330Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_NLLLoss2d.hip.o 2022-11-23T01:24:55.6672523Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MaxMinElementwiseKernel.hip:8: 2022-11-23T01:24:55.6674853Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:55.6676487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:55.6677501Z template typename func, int end, int current=0> 2022-11-23T01:24:55.6679698Z ^~~~~~~~ 2022-11-23T01:24:55.6680077Z class 2022-11-23T01:24:55.6681000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:55.6681698Z template typename func, int end> 2022-11-23T01:24:55.6682085Z ^~~~~~~~ 2022-11-23T01:24:55.6683740Z class 2022-11-23T01:24:55.6684115Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:55.6689842Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MaxMinElementwiseKernel.hip:8: 2022-11-23T01:24:55.6690713Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:55.6692189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:55.6692932Z template typename func, int end, int current=0> 2022-11-23T01:24:55.6693421Z ^~~~~~~~ 2022-11-23T01:24:55.6693701Z class 2022-11-23T01:24:55.6694311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:55.6694707Z template typename func, int end> 2022-11-23T01:24:55.6694989Z ^~~~~~~~ 2022-11-23T01:24:55.6695168Z class 2022-11-23T01:24:55.6695384Z 2 warnings generated when compiling for host. 2022-11-23T01:24:55.6807756Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_NaiveConvolutionTranspose2d.hip.o 2022-11-23T01:24:55.8240307Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_NaiveConvolutionTranspose3d.hip.o 2022-11-23T01:24:56.1597806Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_NaiveDilatedConvolution.hip.o 2022-11-23T01:24:56.5652732Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Nonzero.hip.o 2022-11-23T01:24:56.9151812Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Normalization.hip.o 2022-11-23T01:24:56.9156575Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_PointwiseOpsKernel.hip.o 2022-11-23T01:24:56.9474403Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NLLLoss2d.hip:8: 2022-11-23T01:24:56.9479605Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:56.9482239Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:56.9484679Z ^ 2022-11-23T01:24:56.9487125Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:56.9489301Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:56.9491203Z ^ 2022-11-23T01:24:56.9493405Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:56.9495529Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:56.9497502Z ^ 2022-11-23T01:24:56.9499562Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:56.9503857Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NLLLoss2d.hip:8: 2022-11-23T01:24:56.9504805Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:56.9505630Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:56.9506182Z ^ 2022-11-23T01:24:56.9506920Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:56.9507473Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:56.9507951Z ^ 2022-11-23T01:24:56.9508463Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:56.9509183Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:56.9509578Z ^ 2022-11-23T01:24:56.9509960Z 1 warning generated when compiling for host. 2022-11-23T01:24:56.9588893Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_PowKernel.hip.o 2022-11-23T01:24:57.1273918Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RNN.hip.o 2022-11-23T01:24:57.4622660Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Randperm.hip.o 2022-11-23T01:24:57.9387486Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RangeFactories.hip.o 2022-11-23T01:24:58.1011442Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PointwiseOpsKernel.hip:6: 2022-11-23T01:24:58.1026001Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:58.1028140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.1029237Z template typename func, int end, int current=0> 2022-11-23T01:24:58.1029811Z ^~~~~~~~ 2022-11-23T01:24:58.1030301Z class 2022-11-23T01:24:58.1033250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.1034475Z template typename func, int end> 2022-11-23T01:24:58.1035758Z ^~~~~~~~ 2022-11-23T01:24:58.1038078Z class 2022-11-23T01:24:58.1040368Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:58.1041278Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PointwiseOpsKernel.hip:6: 2022-11-23T01:24:58.1041972Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:58.1043222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.1043955Z template typename func, int end, int current=0> 2022-11-23T01:24:58.1044744Z ^~~~~~~~ 2022-11-23T01:24:58.1045054Z class 2022-11-23T01:24:58.1045946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.1047775Z template typename func, int end> 2022-11-23T01:24:58.1050753Z ^~~~~~~~ 2022-11-23T01:24:58.1051308Z class 2022-11-23T01:24:58.1051690Z 2 warnings generated when compiling for host. 2022-11-23T01:24:58.1154222Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RecordStream.hip.o 2022-11-23T01:24:58.2094217Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PowKernel.hip:5: 2022-11-23T01:24:58.2094920Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:58.2096519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.2097244Z template typename func, int end, int current=0> 2022-11-23T01:24:58.2097659Z ^~~~~~~~ 2022-11-23T01:24:58.2098522Z class 2022-11-23T01:24:58.2100271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.2101174Z template typename func, int end> 2022-11-23T01:24:58.2101799Z ^~~~~~~~ 2022-11-23T01:24:58.2102534Z class 2022-11-23T01:24:58.2102901Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:58.2103747Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PowKernel.hip:5: 2022-11-23T01:24:58.2104358Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:58.2106356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.2107065Z template typename func, int end, int current=0> 2022-11-23T01:24:58.2107478Z ^~~~~~~~ 2022-11-23T01:24:58.2107997Z class 2022-11-23T01:24:58.2108885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.2109535Z template typename func, int end> 2022-11-23T01:24:58.2110137Z ^~~~~~~~ 2022-11-23T01:24:58.2110508Z class 2022-11-23T01:24:58.2110860Z 2 warnings generated when compiling for host. 2022-11-23T01:24:58.2208310Z [ 88%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Reduce.hip.o 2022-11-23T01:24:58.3664450Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:7: 2022-11-23T01:24:58.3668420Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:58.3671321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.3673231Z template typename func, int end, int current=0> 2022-11-23T01:24:58.3674470Z ^~~~~~~~ 2022-11-23T01:24:58.3675199Z class 2022-11-23T01:24:58.3677348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.3678235Z template typename func, int end> 2022-11-23T01:24:58.3678630Z ^~~~~~~~ 2022-11-23T01:24:58.3679076Z class 2022-11-23T01:24:58.3681039Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:9: 2022-11-23T01:24:58.3683102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3684751Z __global__ void batch_norm_backward_reduce_channels_last_kernel( 2022-11-23T01:24:58.3685301Z ^ 2022-11-23T01:24:58.3686921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3690063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3692873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3694766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3696004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3697364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3699327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3703470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3705375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3708117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3710711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3714998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3716484Z batch_norm_collect_statistics_channels_last_kernel( 2022-11-23T01:24:58.3716841Z ^ 2022-11-23T01:24:58.3718540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3720437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3723120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3726058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3728975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3731971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3735259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3736344Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:7: 2022-11-23T01:24:58.3740240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3741361Z __global__ void unrolled_elementwise_kernel_for_multi_outputs(int N, func_t f, array_t data, inp_calc_t ic, out_calc_t oc) { 2022-11-23T01:24:58.3742446Z ^ 2022-11-23T01:24:58.3743837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3746916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3749975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3752721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3755206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3758172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3763470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3765322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3767119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3769499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3772292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3776079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3779136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3781225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3783867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3787089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3790390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3793378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3796399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3799448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3803089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3805999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3808275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3811058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3813018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3816749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3818795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3819794Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:9: 2022-11-23T01:24:58.3822668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3824155Z batch_norm_collect_statistics_channels_last_kernel( 2022-11-23T01:24:58.3824557Z ^ 2022-11-23T01:24:58.3826578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3830223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3833613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3836494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3839501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3842431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3845249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:58.3846364Z 58 warnings generated when compiling for gfx906. 2022-11-23T01:24:58.3847009Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:7: 2022-11-23T01:24:58.3847653Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:24:58.3849563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.3851014Z template typename func, int end, int current=0> 2022-11-23T01:24:58.3852182Z ^~~~~~~~ 2022-11-23T01:24:58.3853183Z class 2022-11-23T01:24:58.3856296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:58.3856989Z template typename func, int end> 2022-11-23T01:24:58.3857924Z ^~~~~~~~ 2022-11-23T01:24:58.3858880Z class 2022-11-23T01:24:58.3859934Z 2 warnings generated when compiling for host. 2022-11-23T01:24:58.3974628Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceAMinMaxKernel.hip.o 2022-11-23T01:24:58.4163987Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RNN.hip:9: 2022-11-23T01:24:58.4164893Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:58.4179235Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:58.4180091Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:58.4180649Z ^ 2022-11-23T01:24:58.4181363Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:58.4181892Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:58.4182200Z ^ 2022-11-23T01:24:58.4182783Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:58.4183574Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:58.4183959Z ^ 2022-11-23T01:24:58.4184322Z 1 warning generated when compiling for gfx906. 2022-11-23T01:24:58.4185050Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RNN.hip:9: 2022-11-23T01:24:58.4185648Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:24:58.4186589Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:24:58.4188272Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:24:58.4188818Z ^ 2022-11-23T01:24:58.4189573Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:24:58.4190726Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:24:58.4191050Z ^ 2022-11-23T01:24:58.4194013Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:24:58.4194699Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:24:58.4195317Z ^ 2022-11-23T01:24:58.4195701Z 1 warning generated when compiling for host. 2022-11-23T01:24:58.4342046Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceArgMaxKernel.hip.o 2022-11-23T01:24:58.7700604Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceArgMinKernel.hip.o 2022-11-23T01:24:59.2988900Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceLogicKernel.hip.o 2022-11-23T01:24:59.3047375Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.hip:3: 2022-11-23T01:24:59.3047991Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:59.3059741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.3060444Z template typename func, int end, int current=0> 2022-11-23T01:24:59.3060993Z ^~~~~~~~ 2022-11-23T01:24:59.3061274Z class 2022-11-23T01:24:59.3062157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.3063728Z template typename func, int end> 2022-11-23T01:24:59.3064238Z ^~~~~~~~ 2022-11-23T01:24:59.3064793Z class 2022-11-23T01:24:59.3065178Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:24:59.3065716Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.hip:3: 2022-11-23T01:24:59.3067307Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:59.3068437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.3069159Z template typename func, int end, int current=0> 2022-11-23T01:24:59.3069567Z ^~~~~~~~ 2022-11-23T01:24:59.3069877Z class 2022-11-23T01:24:59.3070726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.3071627Z template typename func, int end> 2022-11-23T01:24:59.3072009Z ^~~~~~~~ 2022-11-23T01:24:59.3072307Z class 2022-11-23T01:24:59.3073231Z 2 warnings generated when compiling for host. 2022-11-23T01:24:59.3134591Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceMaxValuesKernel.hip.o 2022-11-23T01:24:59.3428566Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceMinValuesKernel.hip.o 2022-11-23T01:24:59.6579750Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMaxKernel.hip:13: 2022-11-23T01:24:59.6580380Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:59.6581416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.6582108Z template typename func, int end, int current=0> 2022-11-23T01:24:59.6584734Z ^~~~~~~~ 2022-11-23T01:24:59.6585664Z class 2022-11-23T01:24:59.6586826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.6588035Z template typename func, int end> 2022-11-23T01:24:59.6588393Z ^~~~~~~~ 2022-11-23T01:24:59.6588725Z class 2022-11-23T01:24:59.6589211Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMaxKernel.hip:13: 2022-11-23T01:24:59.6590796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6591721Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:24:59.6592082Z ^ 2022-11-23T01:24:59.6593507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6594516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6599204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6602024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6605425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6608394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6611486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6614372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6617145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6619886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6622376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6624908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6627123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6630348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6632807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6635727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6638584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6641632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6643564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6645754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6647786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6649915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6651857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6653938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6655925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6658126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6660058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6662262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6664268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6666259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6668493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6670494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6672665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6674676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6676753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6678733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6680838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6682849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6684988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6686960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6689062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6691101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6693105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6695177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6697214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6699234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6701304Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6703341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6705401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6707431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6709688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6711725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6713755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6715797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6717741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6719615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6721624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6723573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6725601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6727548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6729584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6731503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6733471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6735383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6737649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6739507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6741591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6743644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6745663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6749516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6751308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6753240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6755081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6757165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6759109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6761220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6763095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6765171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6767172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6769174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6771358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6774369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6776450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6778364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6780334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6782324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6784181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6786250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6788417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6790618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6792706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6794705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6796564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6798607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6800475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6802410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6804469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6806473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6808460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6810459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6812531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6814492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6816490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6818504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6819676Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceAMinMaxKernel.hip:13: 2022-11-23T01:24:59.6820304Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:59.6821633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6823021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.6823689Z template typename func, int end, int current=0> 2022-11-23T01:24:59.6824081Z ^~~~~~~~ 2022-11-23T01:24:59.6825280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6826074Z class 2022-11-23T01:24:59.6826895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.6828485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6829359Z template typename func, int end> 2022-11-23T01:24:59.6829713Z ^~~~~~~~ 2022-11-23T01:24:59.6830008Z class 2022-11-23T01:24:59.6831266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6832255Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceAMinMaxKernel.hip:13: 2022-11-23T01:24:59.6833632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6835409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6836259Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:24:59.6837523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6838301Z ^ 2022-11-23T01:24:59.6839469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6841178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6842879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6844651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6846350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6848049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6849748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6851448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6853133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6854803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6856407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6858087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6859806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6861527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6863236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6864942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6866719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6868378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6870119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6871906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6873604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6875301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6877117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6878821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6880510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6882207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6883886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6885571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6887360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6889061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6890760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6892469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6894175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6895849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6897515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6899234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6900914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6902610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6904307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6906007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6907819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6909587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6911331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6913030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6914742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6916439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6918150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6919880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6921580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6923248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6924953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6926626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6928306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6930034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6931736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6933424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6935115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6936807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6938513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6940204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6941940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6943645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6958217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6960212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6961987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6963337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6965210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6967158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6968998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6970814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6972617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6974401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6976331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6978099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6979875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6981565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6983392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6985192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6987104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6989129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6990921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6992607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6994362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6996178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6997981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.6999745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7001474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7003292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7005132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7006812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7008550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7010498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7012313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7014122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7015052Z 164 warnings generated when compiling for gfx906. 2022-11-23T01:24:59.7015637Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMaxKernel.hip:13: 2022-11-23T01:24:59.7017056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7018084Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:59.7019101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.7019823Z template typename func, int end, int current=0> 2022-11-23T01:24:59.7021210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7022163Z ^~~~~~~~ 2022-11-23T01:24:59.7022465Z class 2022-11-23T01:24:59.7023345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.7024030Z template typename func, int end> 2022-11-23T01:24:59.7024404Z ^~~~~~~~ 2022-11-23T01:24:59.7024715Z class 2022-11-23T01:24:59.7025094Z 2 warnings generated when compiling for host. 2022-11-23T01:24:59.7026404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7034453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7036269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7038114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7039958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7041772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7043564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7045371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7047178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7048920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7050698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7052347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7053973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7055640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7057393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7059209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7061157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7062944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7064731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7066555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7068475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7070281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7072161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7073954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7075624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7077681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7079860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7081923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7083984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7085833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7088799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7090708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7092572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7094459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7096516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7098519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7101429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7103447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7106235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7108280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7110171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7112416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7114403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7116307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7118085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7120899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7122828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7125744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7127817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7129881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7132583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7134550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7136051Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceMomentKernel.hip.o 2022-11-23T01:24:59.7137914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7140046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7142117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7146179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7149350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7151386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7153516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7159942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7161807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7163427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.7164241Z 110 warnings generated when compiling for gfx906. 2022-11-23T01:24:59.7164811Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceAMinMaxKernel.hip:13: 2022-11-23T01:24:59.7165439Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:59.7166451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.7167158Z template typename func, int end, int current=0> 2022-11-23T01:24:59.7167565Z ^~~~~~~~ 2022-11-23T01:24:59.7167879Z class 2022-11-23T01:24:59.7168743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.7169530Z template typename func, int end> 2022-11-23T01:24:59.7169912Z ^~~~~~~~ 2022-11-23T01:24:59.7170213Z class 2022-11-23T01:24:59.7170577Z 2 warnings generated when compiling for host. 2022-11-23T01:24:59.7247244Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceNormKernel.hip.o 2022-11-23T01:24:59.9449531Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMinKernel.hip:13: 2022-11-23T01:24:59.9453497Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:59.9455764Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.9456452Z template typename func, int end, int current=0> 2022-11-23T01:24:59.9456857Z ^~~~~~~~ 2022-11-23T01:24:59.9457163Z class 2022-11-23T01:24:59.9458033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.9458662Z template typename func, int end> 2022-11-23T01:24:59.9459030Z ^~~~~~~~ 2022-11-23T01:24:59.9459326Z class 2022-11-23T01:24:59.9463207Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMinKernel.hip:13: 2022-11-23T01:24:59.9464950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9465968Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:24:59.9466723Z ^ 2022-11-23T01:24:59.9472708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9476644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9481103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9485088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9490266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9494474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9498812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9502407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9505938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9510309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9513667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9517245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9521586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9524961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9528807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9532223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9535879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9539179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9542846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9548395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9550336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9552399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9554386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9556373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9558776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9561770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9565258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9567220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9569358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9571679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9573956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9576161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9578417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9580683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9582805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9584981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9587093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9590074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9592464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9594412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9597157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9599912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9603003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9606185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9633230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9635045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9637674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9639632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9641817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9644061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9646446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9649040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9651059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9653369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9655666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9657974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9660513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9662634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9665031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9667200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9669565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9672160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9674322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9676485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9678626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9680715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9682933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9684941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9687236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9689402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9692424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9694576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9696703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9747411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9750767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9752597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9754585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9756273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9757939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9759607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9761295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9763082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9764758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9766860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9768581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9770474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9772562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9774716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9777653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9779537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9781844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9783642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9785255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9786975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9788915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9791542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9793236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9794939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9830419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9849490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9851301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9853220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9854969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9856705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9858400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9860077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9861914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9863540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9865212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9866873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9868785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9870447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9872194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9873986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9875671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9877355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9879070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9880804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9882595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9884353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9886105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9887728Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9889451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9891154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9892933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9894644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9896368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9898029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9899679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9901231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9902831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9904441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9905895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9907252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9909796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9911262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9912853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9914545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9916353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9917918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9919688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9921448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9924558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9926351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9929435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9931353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9934024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9936905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9940274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9942441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9945264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9948481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9951208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9954007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9956523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9959393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9962304Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9965064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9968114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9976918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9978967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:24:59.9979799Z 164 warnings generated when compiling for gfx906. 2022-11-23T01:24:59.9980569Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMinKernel.hip:13: 2022-11-23T01:24:59.9981161Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:24:59.9982131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.9982821Z template typename func, int end, int current=0> 2022-11-23T01:24:59.9983209Z ^~~~~~~~ 2022-11-23T01:24:59.9983492Z class 2022-11-23T01:24:59.9985777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:24:59.9986517Z template typename func, int end> 2022-11-23T01:24:59.9986897Z ^~~~~~~~ 2022-11-23T01:24:59.9988960Z class 2022-11-23T01:24:59.9989329Z 2 warnings generated when compiling for host. 2022-11-23T01:25:00.0081200Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceSumProdKernel.hip.o 2022-11-23T01:25:00.5351059Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMaxValuesKernel.hip:13: 2022-11-23T01:25:00.5351996Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:25:00.5366549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:00.5367093Z template typename func, int end, int current=0> 2022-11-23T01:25:00.5367337Z ^~~~~~~~ 2022-11-23T01:25:00.5367520Z class 2022-11-23T01:25:00.5368053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:00.5368471Z template typename func, int end> 2022-11-23T01:25:00.5368815Z ^~~~~~~~ 2022-11-23T01:25:00.5369090Z class 2022-11-23T01:25:00.5369816Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMaxValuesKernel.hip:13: 2022-11-23T01:25:00.5370923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5371442Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:25:00.5371715Z ^ 2022-11-23T01:25:00.5372892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5373995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5375717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5377376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5378735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5380372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5383986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5386460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5390121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5392995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5396221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5399309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5402426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5405539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5408632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5411851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5415005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5418142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5421373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5424533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5427535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5430819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5433760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5436783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5439812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5442902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5445808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5448880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5451889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5454896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5457940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5460935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5463857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5466915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5470090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5473171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5476134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5479318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5482257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5485191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5488265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5491197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5494287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5497357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5500319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5503208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5506361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5509559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5512565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5515433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5518532Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5521360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5524428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5527516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5530546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5533660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5536506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5539473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5542478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5545421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5548803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5551692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5554616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5557575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5560627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5563696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5566667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5569708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5572794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5575704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5578690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5581759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5584753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5587925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5590920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5593890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5596929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5600962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5603426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5606081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5609387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5612281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5615209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5618142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5621181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5624439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5627284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5630505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5633428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5636435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5639378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5642341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5645337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5648495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5651473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5654361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5657392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5660422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5663392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5666525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5669653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5672775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5675624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5678633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5681668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5684721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5687647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5690666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5693707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5696680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5699743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5702797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5705807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5708861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5711942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5715350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5749425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5751257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5752619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5753621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5754763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5755761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5756722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5769645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5770834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5772590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5773536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5775325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5776274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5777404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5778598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5779625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5780821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5781770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5782884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5783927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5784985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5786308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5787313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5788638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5789680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5790587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5791846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5793089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5800402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5801660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5802645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5807573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5808645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5827004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5828956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5830600Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5831640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5832879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5833837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5834940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5836736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5837789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5838928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5840476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5842318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5847825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5849784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5851455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5853260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5854936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5856685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5859291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5861686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5864917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5867226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5871322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5874087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5877415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5879087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5881340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5884117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5887011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5890445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5893099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5896073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5898983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5901875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5904662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5906791Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceLogicKernel.hip:4: 2022-11-23T01:25:00.5907452Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:25:00.5911943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5914139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:00.5915102Z template typename func, int end, int current=0> 2022-11-23T01:25:00.5915742Z ^~~~~~~~ 2022-11-23T01:25:00.5916361Z class 2022-11-23T01:25:00.5917944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5919663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:00.5920628Z template typename func, int end> 2022-11-23T01:25:00.5921275Z ^~~~~~~~ 2022-11-23T01:25:00.5921559Z class 2022-11-23T01:25:00.5923038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5924382Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceLogicKernel.hip:4: 2022-11-23T01:25:00.5925750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5927972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5929185Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:25:00.5929521Z ^ 2022-11-23T01:25:00.5930844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5946390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5948435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5950276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5952180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5954143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5955965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5957768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5959563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5961394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5963196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5965002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5966876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5968674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5970472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5972272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5974065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5975853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5977683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5979464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5981235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5983026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5984840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.5986643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6068739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6070882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6072738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6074573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6076348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6078115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6079973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6081714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6083484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6085290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6087085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6088884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6090648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6092454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6094205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6095981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6097786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6099566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6101338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6103153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6104914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6106652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6108530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6110328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6112202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6113989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6115848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6117631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6119402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6121171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6122915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6124783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6126595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6128411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6130222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6132066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6133860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6135681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6137559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6139368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6141168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6142966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6144744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6146525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6148324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6149922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6151741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6153502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6155248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6156995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6158739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6160569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6162293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6164030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6165731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6167442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6169214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6170936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6172640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6174334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6176032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6177713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6179388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6181132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.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:25:00.6184510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6186237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6228342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6230617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6232786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6234536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6236355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6238148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6239822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6241628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6243416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6245167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6247078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6248808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6250510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6252358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6254081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6256410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6258267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6260225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6262114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6263856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6265579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6267447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6269276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6271096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6272933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6274670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6276491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6278238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6280037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6281755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6283435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6285525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6287181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6288830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6290619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6292281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6293935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6295581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6297216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6298908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6300569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6302198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6303964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6305615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6307268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6308977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6310694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6312398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6314037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6315705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6317350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6318991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6320697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6322440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6324097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6325746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6327418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6329065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6330877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6332521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6334155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6335796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6337442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6339098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6340820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6342491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6344111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6345747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6347424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6349079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6350727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6351626Z 272 warnings generated when compiling for gfx906. 2022-11-23T01:25:00.6352261Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMaxValuesKernel.hip:13: 2022-11-23T01:25:00.6352889Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:25:00.6354202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6355486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:00.6356147Z template typename func, int end, int current=0> 2022-11-23T01:25:00.6356531Z ^~~~~~~~ 2022-11-23T01:25:00.6356810Z class 2022-11-23T01:25:00.6357984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6359288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:00.6359909Z template typename func, int end> 2022-11-23T01:25:00.6360251Z ^~~~~~~~ 2022-11-23T01:25:00.6360601Z class 2022-11-23T01:25:00.6361780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6362625Z 2 warnings generated when compiling for host. 2022-11-23T01:25:00.6363826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6365489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6367153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6368827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6370464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6372116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6373813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6375418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6377072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6378707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6380364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6382010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6383698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6385330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6386974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6388776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6390433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6392128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6393860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6395491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6397136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6398773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6400412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6402044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6403753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6405390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6407038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6408709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6410359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6412000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6413625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6415291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6416941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6418597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6420254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6421898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6423594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6425238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6426872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6428606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6430243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6431895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6433549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6435253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6436905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6438530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6440192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6441799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6443428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6445140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6446778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6448511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6450143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6451356Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReflectionPad.hip.o 2022-11-23T01:25:00.6452745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6454415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6456076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6457706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6459338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6461014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6462669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6464309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6465999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6467632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6469353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6470994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6472659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6474333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6475991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6477707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6479348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6480983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6482636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6484253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6485984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6487550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6489036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6490693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6492382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6494077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6495652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6497405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6499055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6500730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6502366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6504006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6505663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6507367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6549607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6551371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6553070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6554739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6556416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6558050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6559832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6561505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6563127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6564613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6565954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6567403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6568827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6570258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6571190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6572118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6573035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6573937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6574921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6575845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6576770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6577691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6578610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6579522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6580477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6581382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6582287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6583214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6584129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6585051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6585964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6586915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6628476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6630420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6632303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6634084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6635929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6637648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6639443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6641152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6642882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6644591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6646360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6648288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6650086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6651847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6653633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6655408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6657169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6659059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6660841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6662630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6664398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6666201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6668031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6669623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6671385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6672871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6674554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6676279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6677974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6679781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6681464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6683193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6684955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6686677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6688333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6690148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.6691071Z 242 warnings generated when compiling for gfx906. 2022-11-23T01:25:00.6691738Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceLogicKernel.hip:4: 2022-11-23T01:25:00.6692403Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:25:00.6693412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:00.6694119Z template typename func, int end, int current=0> 2022-11-23T01:25:00.6694527Z ^~~~~~~~ 2022-11-23T01:25:00.6694809Z class 2022-11-23T01:25:00.6695677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:00.6696328Z template typename func, int end> 2022-11-23T01:25:00.6696684Z ^~~~~~~~ 2022-11-23T01:25:00.6696965Z class 2022-11-23T01:25:00.6697341Z 2 warnings generated when compiling for host. 2022-11-23T01:25:00.6698185Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RenormKernel.hip.o 2022-11-23T01:25:00.7772846Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMinValuesKernel.hip:4: 2022-11-23T01:25:00.7773545Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:25:00.7774915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:00.7775933Z template typename func, int end, int current=0> 2022-11-23T01:25:00.7776315Z ^~~~~~~~ 2022-11-23T01:25:00.7776629Z class 2022-11-23T01:25:00.7777516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:00.7778182Z template typename func, int end> 2022-11-23T01:25:00.7778547Z ^~~~~~~~ 2022-11-23T01:25:00.7779111Z class 2022-11-23T01:25:00.7782312Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMinValuesKernel.hip:4: 2022-11-23T01:25:00.7783806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7784670Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:25:00.7785808Z ^ 2022-11-23T01:25:00.7787007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7788219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7789309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7791526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7793754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7796747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7798889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7801558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7804113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7808415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7810316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7812686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7815459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7819015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7821790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7824870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7828155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7831076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7834306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7837122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7840267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7842904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7846200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7847951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7851133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7853512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7856524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7860332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7863407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7866479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7870159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7872960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7875750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7878819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7882216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7885041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7888070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7891201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7897242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7898898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7900538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7910700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7912413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7917261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7918834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7920266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7921669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7923334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7924678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7926132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7927686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7928802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7930047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7931111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7932662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7935437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7938078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7940823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7942880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7944828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7947247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7950412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7953547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7957047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7958769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7960697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7964847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7966976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7970155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7974409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7976157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7977286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7979390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7987418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7989838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7992727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7995820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.7998646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8002053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8003925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8005379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8006580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8007942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8009122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8010517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8011618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8013590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8017010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8018923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8021587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8025156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8028018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8030692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8034270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8037191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8040289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8043563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8046365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8049895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8052569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8055662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8057374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8059312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8061607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8109154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8110732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8111756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8112889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8113870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8115027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8115992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8116992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8117980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8118979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8119923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8120915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8121944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8122898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8123880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8124855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8125832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8126840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8127802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8128838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8129800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8130758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8132297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8133977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8135111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8136285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8137254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8138268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8139319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8140239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8141301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8142773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8143978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8145350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8146516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8169231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8171325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8173149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8174808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8176498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8178153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8179801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8181487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8183125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8184777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8186415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8188232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8189888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8191585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8193315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8194937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8196575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8198226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8199872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8201529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8203234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8204864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8206493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8208131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8210536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8213215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8216536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8218580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8220337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8221798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8222817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8225744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8227922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8230105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8232416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8234183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8236612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8238495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8241298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8243319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8245235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8247200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8249197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8251362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8253565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8255604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8257657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8259762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8261910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8263954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8266214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8268592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8270951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8275938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8277506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8279085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8280595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8282601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8285062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8287461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8289914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8292370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8294742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8297178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8300898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8302411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8304378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8306714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8309366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8311395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8314062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8316101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8318814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8321070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8323939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8326412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8329274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8331996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8334885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8337528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8340283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8343045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8345924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8348884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8351837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8354500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8357331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8359866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8362819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8365705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8368861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8371366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8374223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8377119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8431374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8433467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8435231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8437115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8438889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8440787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8442518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8446033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8448064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8449449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8451172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8452796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8453904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8455311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8456583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8457523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8458957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8460007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8461040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8462365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8463449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8464365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8465402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8466816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8469996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8471781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8473635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8475324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8491205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8492942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8494574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8496252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8497985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8499882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8501548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8503290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:00.8504113Z 272 warnings generated when compiling for gfx906. 2022-11-23T01:25:00.8504660Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMinValuesKernel.hip:4: 2022-11-23T01:25:00.8505277Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:25:00.8506244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:00.8506877Z template typename func, int end, int current=0> 2022-11-23T01:25:00.8507448Z ^~~~~~~~ 2022-11-23T01:25:00.8507952Z class 2022-11-23T01:25:00.8508774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:00.8509409Z template typename func, int end> 2022-11-23T01:25:00.8509781Z ^~~~~~~~ 2022-11-23T01:25:00.8510092Z class 2022-11-23T01:25:00.8510449Z 2 warnings generated when compiling for host. 2022-11-23T01:25:00.8653371Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Repeat.hip.o 2022-11-23T01:25:01.0496810Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMomentKernel.hip:5: 2022-11-23T01:25:01.0497487Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:25:01.0498688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:01.0499319Z template typename func, int end, int current=0> 2022-11-23T01:25:01.0499843Z ^~~~~~~~ 2022-11-23T01:25:01.0500220Z class 2022-11-23T01:25:01.0511289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:01.0513496Z template typename func, int end> 2022-11-23T01:25:01.0515289Z ^~~~~~~~ 2022-11-23T01:25:01.0515703Z class 2022-11-23T01:25:01.0516177Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMomentKernel.hip:5: 2022-11-23T01:25:01.0518051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0519002Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:25:01.0519488Z ^ 2022-11-23T01:25:01.0521115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0523034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0525036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0527163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0529569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0531683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0534266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0536345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0538061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0539836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0540909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0543801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0546533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0549397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0552962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0556961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0557919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0560275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0562219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0565798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0569012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0571873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0574927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0577947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0581202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0584328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0587854Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0590163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0592968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0596566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0599407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0602451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0605208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0608107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0611244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0614945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0617620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0621462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0623146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0625474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0628627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0631369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0635533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0638451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0640122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0642745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0645494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0648185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0650960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0653658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0657002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0659476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0661405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0663439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0665700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0667875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0670382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0672378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0674533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0676894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0679280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0681291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0683690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0685691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0688103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0690126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0692477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0694588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0696941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0699178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0701466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0704128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0710780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0712519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0714118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0715803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0717404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0718973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0720551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0722922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0725317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0727526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0731637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0733420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0735439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0737803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0740367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0743243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0745405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0747898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0750190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0752566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0754986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0757316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0759795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0762085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0764524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0766877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0769227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0771615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0774143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0776367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0778783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0781472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0783543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0785861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0788156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0790487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0792654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0794944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0801625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0803481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0805317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0806887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0810025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0812396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0814368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0816088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0829636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0894814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0896598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0898326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0900064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0901825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0903580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0905505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0906994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0908113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0909032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0909973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0910965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0911969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0912892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0913808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0914736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0915650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0916568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0917519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0918428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0919356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0920280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0921205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0922122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0923446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0924467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0925380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.0925863Z 149 warnings generated when compiling for gfx906. 2022-11-23T01:25:01.0926186Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMomentKernel.hip:5: 2022-11-23T01:25:01.0926543Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:25:01.0927074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:01.0927453Z template typename func, int end, int current=0> 2022-11-23T01:25:01.0927681Z ^~~~~~~~ 2022-11-23T01:25:01.0927857Z class 2022-11-23T01:25:01.0928308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:01.0928672Z template typename func, int end> 2022-11-23T01:25:01.0928881Z ^~~~~~~~ 2022-11-23T01:25:01.0929043Z class 2022-11-23T01:25:01.0929250Z 2 warnings generated when compiling for host. 2022-11-23T01:25:01.1011948Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReplicationPadding.hip.o 2022-11-23T01:25:01.3102100Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceNormKernel.hip:5: 2022-11-23T01:25:01.3102828Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:25:01.3103878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:01.3104521Z template typename func, int end, int current=0> 2022-11-23T01:25:01.3104899Z ^~~~~~~~ 2022-11-23T01:25:01.3105185Z class 2022-11-23T01:25:01.3108310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:01.3109006Z template typename func, int end> 2022-11-23T01:25:01.3109519Z ^~~~~~~~ 2022-11-23T01:25:01.3109929Z class 2022-11-23T01:25:01.3110620Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceNormKernel.hip:5: 2022-11-23T01:25:01.3113540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3114210Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:25:01.3115467Z ^ 2022-11-23T01:25:01.3116236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3118646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3122008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3128155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3130950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3132841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3135771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3139874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3141607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3146116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3152443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3157425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3161182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3162970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3164590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3165946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3167595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3169112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3170176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3173495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3175795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3178913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3181695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3185359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3188913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3192181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3195553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3198796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3202202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3205528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3209278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3212472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3216284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3219499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3223320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3226594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3231250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3233802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3237424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3240807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3244401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3247897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3251496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3254894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3258990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3262021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3265676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3269915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3272981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3276210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3279901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3283352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3287024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3290368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3294093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3297334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3301116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3304438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3308057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3311466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3315013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3318353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3341868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3344243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3346053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3348531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3350345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3352674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3354431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3356522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3358781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3360558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3363231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3364967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3367161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3369477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3371265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3373641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3377092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3379677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3382770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3384622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3387285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3389723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3392052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3394092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3396260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3399519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3401784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3403759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3406559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3409371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3412362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3415185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3418080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3420922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3423719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3426518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3430518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3432651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3435586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3438848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3441985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3444784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3447588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3450198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3453074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3456048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3458800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3461538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3464366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3467222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3470166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3473101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3475969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3478786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3481621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3484446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3487263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3489907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3492974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3495770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3500007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3501957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3504039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3506573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3509490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3512276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3515110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3517951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3520858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3523693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3526659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3532472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3535520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3551428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3553244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3555045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3557001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3558782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3560577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3562390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3564191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3589538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3591614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3593351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3595063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3596704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3598289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3599908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3601663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3669384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3670693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3672117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3673072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3674426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3675356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3676816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3677738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3679081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3680001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3681316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3682286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3683626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3684562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3685902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3686826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3688168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3689084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3690439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3691366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3692702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3693631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3694969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3695892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3697281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3698210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3699539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3700456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3701799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3702716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3704042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3704993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3706343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3707258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3708725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3709642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3710609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3711607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3712526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3713463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3714390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3715307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3716246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3717206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3718121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3719049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3719981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3720902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3721835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3722780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3723689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3724584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3725507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3726426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3727347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3728283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3789487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3791391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3792546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3793482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3794454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3795446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3796367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3797340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3798275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3799191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3800251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3801173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3802424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3803722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3804648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3805580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3806541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3807459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3808438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3809436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3810339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3811258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3812229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3813153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3814069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3815300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3816984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3818673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3820358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3822037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3823771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3870481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3871923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3873215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3874268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3875487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3876649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3877811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3879194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3880182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3881449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3882712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3883728Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3885223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3886255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3887651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3888666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3889811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3891307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3892484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3894026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3895123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3896506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3897500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3898659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3899769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3900775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3902098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3903555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3904827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3905756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3906746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3908207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3909137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3910303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3911348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3912276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3913449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3914690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3915624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3916868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3917794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3920158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3922994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3925870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3928659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3931473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3934336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3937275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3940094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3942975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3945881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3949265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3952138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3954528Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceSumProdKernel.hip:4: 2022-11-23T01:25:01.3956696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3957293Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:25:01.3957852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:01.3958666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3963855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3965109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3966409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3969327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3972106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3975071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3978822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3981023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3983792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3986556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3990371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3992480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3995523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.3998271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4001178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4003939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4006922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4009882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4012568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4015357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4018196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4021107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4023980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4026894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4030181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4033472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4035697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4038759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4041489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4044575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4047285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4050264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4053376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4055366Z template typename func, int end, int current=0> 2022-11-23T01:25:01.4056891Z ^~~~~~~~ 2022-11-23T01:25:01.4057212Z class 2022-11-23T01:25:01.4058148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:01.4060017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4099778Z template typename func, int end> 2022-11-23T01:25:01.4100176Z ^~~~~~~~ 2022-11-23T01:25:01.4100512Z class 2022-11-23T01:25:01.4101462Z /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:25:01.4102128Z typename OpFunctor, 2022-11-23T01:25:01.4103570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4104429Z ^~~~~~~~ 2022-11-23T01:25:01.4104686Z class 2022-11-23T01:25:01.4105144Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceSumProdKernel.hip:4: 2022-11-23T01:25:01.4106500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4108477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4109390Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:25:01.4109858Z ^ 2022-11-23T01:25:01.4115416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4117166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4119077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4120895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4122679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4124558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4126381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4128120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4129883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4131814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4133605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4135315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4137121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4138945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4140660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4142588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4144361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4146207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4148150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4149926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4151758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4153663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4155466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4157153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4158920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4160744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4162556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4164480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4166278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4168071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4169781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4171534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4173227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4174977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4176833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4178587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4180283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4182047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4183857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4185661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4204536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4207750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4210470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4213236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4216044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4218720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4220613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4223260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4225188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4228611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4291337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4294361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4297714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4299415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4301229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4303065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4304823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4306624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4308567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4310477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4312326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4314100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4315893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4317692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4319409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4321311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4323083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4324853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4326658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4328479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4330249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4332109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4333861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4335600Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4337323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4339103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4340882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4342671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4344416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4346166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4348018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4349410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4350959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4352760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4354587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4356244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4357880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4359625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4361478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4363308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4365206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4367014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4368719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4370522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4372340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4374125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4375986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4377745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4379445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4381436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4383209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4384971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4386734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4397140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4399008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4400790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4402538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4404264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4405985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4407859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4409626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4411373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4413120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4414842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4416561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4418482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4420245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4422064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4423754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4425422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4427087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4438128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4439897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4441737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4443500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4445243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4447072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4448944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4450784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4452589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4454369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4456118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4457873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4459726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4460901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4461972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4463057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4464155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4465224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4466275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4467404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4468434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4469297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4470415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4471587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4472686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4473830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4474930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4475844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4476971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4478079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4479158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4480283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4481405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4482519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4483630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4484673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4485770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4486880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4488103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4489188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4490233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4491370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4492485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4493589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4494720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4495802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4496889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4497926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4499046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4500153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4501321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4502430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4503531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4504587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4505554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4506656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4508758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4509943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4511016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4512171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4513288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4514398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4515478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4516606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4517630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4518664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4519771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4520874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4521965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4523171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4524256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4525327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4526378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4527435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4528447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4529638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4530725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4531782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4532843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4533915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4534990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4536122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4537189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4538287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4539333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4540417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4541447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4542525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4543630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4544645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4545677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4546741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4549214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4550316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4551629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4552634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4553675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4554742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4555826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4556908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4558228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4559297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4560292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4561285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4562286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4563330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4564445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4565522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4566619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4567656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4568727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4569818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4570852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4571941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4572939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4573971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4574992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4576223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4577314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4578467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4579517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4580554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4581625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4582694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4583792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4584956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4586045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4587115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4588225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4589308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4590400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4591581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4592598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4593605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4594665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4595766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4596821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4597934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4599128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4600253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4601313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4602371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4603425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4604437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4605488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4606525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4607553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4608611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4609684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4610763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4611940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4613040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4614145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4615253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4616356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4617426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4618621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4619716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4620811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4621941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4622158Z 452 warnings generated when compiling for gfx906. 2022-11-23T01:25:01.4622486Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceNormKernel.hip:5: 2022-11-23T01:25:01.4623599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4623889Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:25:01.4625006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4625741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:01.4625964Z template typename func, int end, int current=0> 2022-11-23T01:25:01.4626069Z ^~~~~~~~ 2022-11-23T01:25:01.4626180Z class 2022-11-23T01:25:01.4627243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4628830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4629951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4631059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4632255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4633286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4634260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4635259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4636275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4637367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4638478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4639692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4640788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4641410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:01.4641610Z template typename func, int end> 2022-11-23T01:25:01.4641732Z ^~~~~~~~ 2022-11-23T01:25:01.4641863Z class 2022-11-23T01:25:01.4642895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4643092Z 2 warnings generated when compiling for host. 2022-11-23T01:25:01.4644167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4645264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4646282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4647340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4648349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4649361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4650391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4651455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4652621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4653688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4654783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4655903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4656997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4658041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4659199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4660284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4661372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4662470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4663560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4664626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4665766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4666785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4668004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:01.4668218Z 204 warnings generated when compiling for gfx906. 2022-11-23T01:25:01.4668552Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceSumProdKernel.hip:4: 2022-11-23T01:25:01.4668818Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:25:01.4669494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:01.4669704Z template typename func, int end, int current=0> 2022-11-23T01:25:01.4669821Z ^~~~~~~~ 2022-11-23T01:25:01.4669938Z class 2022-11-23T01:25:01.4670576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:01.4670885Z template typename func, int end> 2022-11-23T01:25:01.4671009Z ^~~~~~~~ 2022-11-23T01:25:01.4671214Z class 2022-11-23T01:25:01.4671939Z /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:25:01.4672069Z typename OpFunctor, 2022-11-23T01:25:01.4672180Z ^~~~~~~~ 2022-11-23T01:25:01.4672289Z class 2022-11-23T01:25:01.4672486Z 3 warnings generated when compiling for host. 2022-11-23T01:25:01.4677553Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RreluWithNoise.hip.o 2022-11-23T01:25:01.4726585Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ScatterGatherKernel.hip.o 2022-11-23T01:25:01.8677494Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RenormKernel.hip:5: 2022-11-23T01:25:01.8678190Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:01.8682707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:01.8683387Z template typename func, int end, int current=0> 2022-11-23T01:25:01.8683753Z ^~~~~~~~ 2022-11-23T01:25:01.8684679Z class 2022-11-23T01:25:01.8685572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:01.8699379Z template typename func, int end> 2022-11-23T01:25:01.8699959Z ^~~~~~~~ 2022-11-23T01:25:01.8700281Z class 2022-11-23T01:25:01.8700797Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:01.8701440Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RenormKernel.hip:5: 2022-11-23T01:25:01.8702204Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:01.8703780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:01.8704575Z template typename func, int end, int current=0> 2022-11-23T01:25:01.8704959Z ^~~~~~~~ 2022-11-23T01:25:01.8705358Z class 2022-11-23T01:25:01.8706205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:01.8706844Z template typename func, int end> 2022-11-23T01:25:01.8707225Z ^~~~~~~~ 2022-11-23T01:25:01.8707527Z class 2022-11-23T01:25:01.8708030Z 2 warnings generated when compiling for host. 2022-11-23T01:25:01.8822024Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SegmentReduce.hip.o 2022-11-23T01:25:02.0378119Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReflectionPad.hip:7: 2022-11-23T01:25:02.0379338Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:02.0381113Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:02.0393191Z ^ 2022-11-23T01:25:02.0394096Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:02.0394967Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:02.0395309Z ^ 2022-11-23T01:25:02.0397010Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:02.0397745Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:02.0400128Z ^ 2022-11-23T01:25:02.0400568Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:02.0401403Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReflectionPad.hip:7: 2022-11-23T01:25:02.0402651Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:02.0403766Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:02.0404310Z ^ 2022-11-23T01:25:02.0405413Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:02.0406145Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:02.0406459Z ^ 2022-11-23T01:25:02.0407207Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:02.0407903Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:02.0408465Z ^ 2022-11-23T01:25:02.0410316Z 1 warning generated when compiling for host. 2022-11-23T01:25:02.0494949Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Shape.hip.o 2022-11-23T01:25:02.2349630Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SoftMax.hip.o 2022-11-23T01:25:02.5542938Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReplicationPadding.hip:7: 2022-11-23T01:25:02.5545214Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:02.5546698Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:02.5548265Z ^ 2022-11-23T01:25:02.5549796Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:02.5550956Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:02.5551806Z ^ 2022-11-23T01:25:02.5552645Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:02.5553175Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:02.5553585Z ^ 2022-11-23T01:25:02.5554001Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:02.5554555Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReplicationPadding.hip:7: 2022-11-23T01:25:02.5558155Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:02.5563962Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:02.5566717Z ^ 2022-11-23T01:25:02.5571074Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:02.5571450Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:02.5571627Z ^ 2022-11-23T01:25:02.5572110Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:02.5572797Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:02.5573145Z ^ 2022-11-23T01:25:02.5573596Z 1 warning generated when compiling for host. 2022-11-23T01:25:02.5653275Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Sort.hip.o 2022-11-23T01:25:02.8024691Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScatterGatherKernel.hip:14: 2022-11-23T01:25:02.8025097Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:02.8030858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:02.8033929Z template typename func, int end, int current=0> 2022-11-23T01:25:02.8034474Z ^~~~~~~~ 2022-11-23T01:25:02.8034804Z class 2022-11-23T01:25:02.8036238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:02.8040602Z template typename func, int end> 2022-11-23T01:25:02.8040821Z ^~~~~~~~ 2022-11-23T01:25:02.8041014Z class 2022-11-23T01:25:02.8041341Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScatterGatherKernel.hip:15: 2022-11-23T01:25:02.8041712Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:25:02.8042311Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:02.8042808Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:02.8054705Z ^ 2022-11-23T01:25:02.8055746Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:02.8056323Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:02.8056625Z ^ 2022-11-23T01:25:02.8057433Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:02.8057988Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:02.8058377Z ^ 2022-11-23T01:25:02.8058772Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:25:02.8059351Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScatterGatherKernel.hip:14: 2022-11-23T01:25:02.8059969Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:02.8060982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:02.8061704Z template typename func, int end, int current=0> 2022-11-23T01:25:02.8062083Z ^~~~~~~~ 2022-11-23T01:25:02.8062390Z class 2022-11-23T01:25:02.8063216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:02.8063884Z template typename func, int end> 2022-11-23T01:25:02.8064240Z ^~~~~~~~ 2022-11-23T01:25:02.8064518Z class 2022-11-23T01:25:02.8065009Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScatterGatherKernel.hip:15: 2022-11-23T01:25:02.8065642Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:25:02.8066694Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:02.8067425Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:02.8068131Z ^ 2022-11-23T01:25:02.8068897Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:02.8069439Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:02.8069737Z ^ 2022-11-23T01:25:02.8070301Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:02.8070795Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:02.8071232Z ^ 2022-11-23T01:25:02.8071580Z 3 warnings generated when compiling for host. 2022-11-23T01:25:02.8147061Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SortImpl.hip.o 2022-11-23T01:25:02.8735796Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RreluWithNoise.hip:6: 2022-11-23T01:25:02.8736910Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:25:02.8739878Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:02.8741767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:02.8745189Z template typename func, int end, int current=0> 2022-11-23T01:25:02.8745827Z ^~~~~~~~ 2022-11-23T01:25:02.8746381Z class 2022-11-23T01:25:02.8747321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:02.8748092Z template typename func, int end> 2022-11-23T01:25:02.8748457Z ^~~~~~~~ 2022-11-23T01:25:02.8748734Z class 2022-11-23T01:25:02.8749404Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RreluWithNoise.hip:6: 2022-11-23T01:25:02.8750038Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:25:02.8750643Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:02.8751642Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:02.8752408Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:02.8756101Z ^ 2022-11-23T01:25:02.8761818Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:02.8764912Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:02.8767540Z ^ 2022-11-23T01:25:02.8770845Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:02.8771269Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:02.8774066Z ^ 2022-11-23T01:25:02.8774640Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:25:02.8775679Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RreluWithNoise.hip:6: 2022-11-23T01:25:02.8776569Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:9: 2022-11-23T01:25:02.8777538Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:02.8779835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:02.8780561Z template typename func, int end, int current=0> 2022-11-23T01:25:02.8780997Z ^~~~~~~~ 2022-11-23T01:25:02.8781318Z class 2022-11-23T01:25:02.8782206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:02.8782823Z template typename func, int end> 2022-11-23T01:25:02.8783188Z ^~~~~~~~ 2022-11-23T01:25:02.8783503Z class 2022-11-23T01:25:02.8783978Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RreluWithNoise.hip:6: 2022-11-23T01:25:02.8784627Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2022-11-23T01:25:02.8785257Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:02.8786213Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:02.8787006Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:02.8787546Z ^ 2022-11-23T01:25:02.8789094Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:02.8789621Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:02.8789959Z ^ 2022-11-23T01:25:02.8790520Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:02.8791049Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:02.8791499Z ^ 2022-11-23T01:25:02.8791950Z 3 warnings generated when compiling for host. 2022-11-23T01:25:02.8861633Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SortStable.hip.o 2022-11-23T01:25:03.3555054Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Sorting.hip.o 2022-11-23T01:25:03.3919051Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SparseBinaryOpIntersectionKernel.hip.o 2022-11-23T01:25:03.6871381Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:16: 2022-11-23T01:25:03.6894868Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:03.6896020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:03.6896699Z template typename func, int end, int current=0> 2022-11-23T01:25:03.6897076Z ^~~~~~~~ 2022-11-23T01:25:03.6897378Z class 2022-11-23T01:25:03.6898218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:03.6898841Z template typename func, int end> 2022-11-23T01:25:03.6899187Z ^~~~~~~~ 2022-11-23T01:25:03.6899486Z class 2022-11-23T01:25:03.6899938Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:18: 2022-11-23T01:25:03.6901340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6903116Z __global__ void softmax_warp_forward(output_t *dst, const input_t *src, int batch_size, int stride, int element_count, const bool *mask = nullptr, const int head_chunk_size = -1, bool is_transformer_mask = false) 2022-11-23T01:25:03.6903723Z ^ 2022-11-23T01:25:03.6904960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6906009Z __global__ void softmax_warp_backward(output_t *gradInput, const input_t *grad, const input_t *output, int batch_size, int stride, int element_count, const bool *mask = nullptr) 2022-11-23T01:25:03.6906517Z ^ 2022-11-23T01:25:03.6908253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6910054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6911929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6913884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6915659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6917421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6919163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6920955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6922801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6924811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6926542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6928353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6930134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6931925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6933785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6935656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6937466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6939217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6940961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6942561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6944265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6945936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6949100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6952562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6955374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6958344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6961128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6963763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6965650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6967798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6970371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6972647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6974835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6977163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6979399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6981585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6983832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6986030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6988431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6990856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6992795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6995062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6997204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.6999486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7001586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7003807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7006152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7008270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7009976Z __global__ void softmax_warp_forward(output_t *dst, const input_t *src, int batch_size, int stride, int element_count, const bool *mask = nullptr, const int head_chunk_size = -1, bool is_transformer_mask = false) 2022-11-23T01:25:03.7011873Z ^ 2022-11-23T01:25:03.7012798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7031290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7033582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7035524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7037267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7038988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7040729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7042448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7044180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7045970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7047670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7049407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7051126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7052857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7054573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7056334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7058074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7059799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7061527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7063980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7067245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7070273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7072814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7075879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7078518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7081434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7084241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7087307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7090040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7093262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7098028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7100153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7101875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7104348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7106262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7108577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7111089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7113683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7116668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7119587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7122121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7125487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7128164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7130981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7134111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7137008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7140090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7142477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7143771Z __global__ void softmax_warp_backward(output_t *gradInput, const input_t *grad, const input_t *output, int batch_size, int stride, int element_count, const bool *mask = nullptr) 2022-11-23T01:25:03.7144317Z ^ 2022-11-23T01:25:03.7147598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7150731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7153433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7156096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7157732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7161038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7187620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7189646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7191926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7193731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7195524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7197311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7199095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7200844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7202613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7204441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7206229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7208003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7209777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7211540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7230674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7232812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7234619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7236420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7238208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7239924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7241653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7243532Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7245070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7246482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7247981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7249398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7250954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7252435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7253840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7255330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7256699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7258064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7259412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7260867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7262252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7263595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7264913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7266839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7270580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7273831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7276333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7279210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7281750Z __global__ void softmax_warp_forward(output_t *dst, const input_t *src, int batch_size, int stride, int element_count, const bool *mask = nullptr, const int head_chunk_size = -1, bool is_transformer_mask = false) 2022-11-23T01:25:03.7282114Z ^ 2022-11-23T01:25:03.7284632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7287263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7290131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7293359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7296219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7298725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7301438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7304537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7307428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7310215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7312681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7315535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7318156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7320810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7323620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7326498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7329693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7333081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7336048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7338713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7341500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7344420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7348459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7394943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7396849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7429371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7432526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7434286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7436023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7437763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7439479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:71:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7441208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7442381Z __global__ void softmax_warp_backward(output_t *gradInput, const input_t *grad, const input_t *output, int batch_size, int stride, int element_count, const bool *mask = nullptr) 2022-11-23T01:25:03.7442906Z ^ 2022-11-23T01:25:03.7444133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7445873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7447610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7449348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7451067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7452763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7454547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7456271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7458020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7459754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7461487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7463261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7485395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7488091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7489839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7491574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7493295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7495014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7497802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7499547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7501281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7503004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7504733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7506534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7508639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7510353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7512135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7513847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7515562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7517425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7518963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:218:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:03.7519768Z 211 warnings generated when compiling for gfx906. 2022-11-23T01:25:03.7520243Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:16: 2022-11-23T01:25:03.7520810Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:03.7522033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:03.7536611Z template typename func, int end, int current=0> 2022-11-23T01:25:03.7537031Z ^~~~~~~~ 2022-11-23T01:25:03.7537308Z class 2022-11-23T01:25:03.7538164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:03.7538785Z template typename func, int end> 2022-11-23T01:25:03.7539112Z ^~~~~~~~ 2022-11-23T01:25:03.7539390Z class 2022-11-23T01:25:03.7539741Z 2 warnings generated when compiling for host. 2022-11-23T01:25:03.7661942Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SparseMM.hip.o 2022-11-23T01:25:04.0726675Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SpectralOps.hip.o 2022-11-23T01:25:04.2831655Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_StepKernel.hip.o 2022-11-23T01:25:04.2884540Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SummaryOps.hip.o 2022-11-23T01:25:04.6705472Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sorting.hip:13: 2022-11-23T01:25:04.6706390Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh:4: 2022-11-23T01:25:04.6707390Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:04.6722597Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:04.6724158Z ^ 2022-11-23T01:25:04.6725413Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:04.6725980Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:04.6726332Z ^ 2022-11-23T01:25:04.6726920Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:04.6727438Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:04.6727818Z ^ 2022-11-23T01:25:04.6728478Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:04.6728968Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sorting.hip:13: 2022-11-23T01:25:04.6729605Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh:4: 2022-11-23T01:25:04.6730614Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:04.6731404Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:04.6731908Z ^ 2022-11-23T01:25:04.6732856Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:04.6733398Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:04.6733738Z ^ 2022-11-23T01:25:04.6734275Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:04.6734808Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:04.6735202Z ^ 2022-11-23T01:25:04.6735541Z 1 warning generated when compiling for host. 2022-11-23T01:25:04.6824534Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorCompare.hip.o 2022-11-23T01:25:04.7703470Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseBinaryOpIntersectionKernel.hip:6: 2022-11-23T01:25:04.7704333Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:04.7728691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.7729521Z template typename func, int end, int current=0> 2022-11-23T01:25:04.7732631Z ^~~~~~~~ 2022-11-23T01:25:04.7732922Z class 2022-11-23T01:25:04.7734199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.7735130Z template typename func, int end> 2022-11-23T01:25:04.7735821Z ^~~~~~~~ 2022-11-23T01:25:04.7736562Z class 2022-11-23T01:25:04.7737191Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseBinaryOpIntersectionKernel.hip:7: 2022-11-23T01:25:04.7737984Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:25:04.7739035Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:04.7739861Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:04.7740427Z ^ 2022-11-23T01:25:04.7741185Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:04.7741764Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:04.7742101Z ^ 2022-11-23T01:25:04.7742685Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:04.7743382Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:04.7743788Z ^ 2022-11-23T01:25:04.7744183Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:25:04.7744814Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseBinaryOpIntersectionKernel.hip:6: 2022-11-23T01:25:04.7745517Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:04.7746532Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.7747240Z template typename func, int end, int current=0> 2022-11-23T01:25:04.7747628Z ^~~~~~~~ 2022-11-23T01:25:04.7748130Z class 2022-11-23T01:25:04.7749014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:04.7749675Z template typename func, int end> 2022-11-23T01:25:04.7750220Z ^~~~~~~~ 2022-11-23T01:25:04.7750536Z class 2022-11-23T01:25:04.7751275Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseBinaryOpIntersectionKernel.hip:7: 2022-11-23T01:25:04.7752007Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2022-11-23T01:25:04.7753019Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:04.7753837Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:04.7754376Z ^ 2022-11-23T01:25:04.7755137Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:04.7755707Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:04.7756035Z ^ 2022-11-23T01:25:04.7756601Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:04.7757151Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:04.7757546Z ^ 2022-11-23T01:25:04.7757902Z 3 warnings generated when compiling for host. 2022-11-23T01:25:04.7875935Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorFactories.hip.o 2022-11-23T01:25:04.8890081Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorModeKernel.hip.o 2022-11-23T01:25:05.2818501Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorTopK.hip.o 2022-11-23T01:25:05.5053497Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/StepKernel.hip:5: 2022-11-23T01:25:05.5057090Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:05.5058642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.5059479Z template typename func, int end, int current=0> 2022-11-23T01:25:05.5060191Z ^~~~~~~~ 2022-11-23T01:25:05.5060562Z class 2022-11-23T01:25:05.5061491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.5062160Z template typename func, int end> 2022-11-23T01:25:05.5065786Z ^~~~~~~~ 2022-11-23T01:25:05.5066265Z class 2022-11-23T01:25:05.5066658Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:05.5067357Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/StepKernel.hip:5: 2022-11-23T01:25:05.5068233Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:05.5069553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.5070371Z template typename func, int end, int current=0> 2022-11-23T01:25:05.5070761Z ^~~~~~~~ 2022-11-23T01:25:05.5071085Z class 2022-11-23T01:25:05.5072008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.5085503Z template typename func, int end> 2022-11-23T01:25:05.5085926Z ^~~~~~~~ 2022-11-23T01:25:05.5086346Z class 2022-11-23T01:25:05.5086658Z 2 warnings generated when compiling for host. 2022-11-23T01:25:05.5160295Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorTransformations.hip.o 2022-11-23T01:25:05.6166826Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SummaryOps.hip:10: 2022-11-23T01:25:05.6169540Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:05.6171472Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:05.6174878Z ^ 2022-11-23T01:25:05.6177614Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:05.6180662Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:05.6183310Z ^ 2022-11-23T01:25:05.6186219Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:05.6189296Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:05.6192433Z ^ 2022-11-23T01:25:05.6193226Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:05.6194252Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SummaryOps.hip:10: 2022-11-23T01:25:05.6195619Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:05.6196328Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:05.6198612Z ^ 2022-11-23T01:25:05.6202845Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:05.6203453Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:05.6203776Z ^ 2022-11-23T01:25:05.6204156Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:05.6204461Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:05.6204688Z ^ 2022-11-23T01:25:05.6204902Z 1 warning generated when compiling for host. 2022-11-23T01:25:05.6275004Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TriangularOps.hip.o 2022-11-23T01:25:05.8908734Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorCompare.hip:8: 2022-11-23T01:25:05.8910794Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:05.8912037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.8913024Z template typename func, int end, int current=0> 2022-11-23T01:25:05.8913842Z ^~~~~~~~ 2022-11-23T01:25:05.8914720Z class 2022-11-23T01:25:05.8916163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.8917084Z template typename func, int end> 2022-11-23T01:25:05.8917618Z ^~~~~~~~ 2022-11-23T01:25:05.8918081Z class 2022-11-23T01:25:05.8918459Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:05.8919170Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorCompare.hip:8: 2022-11-23T01:25:05.8920188Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:05.8921533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.8922381Z template typename func, int end, int current=0> 2022-11-23T01:25:05.8922944Z ^~~~~~~~ 2022-11-23T01:25:05.8923240Z class 2022-11-23T01:25:05.8924396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:05.8925229Z template typename func, int end> 2022-11-23T01:25:05.8925606Z ^~~~~~~~ 2022-11-23T01:25:05.8926054Z class 2022-11-23T01:25:05.8926575Z 2 warnings generated when compiling for host. 2022-11-23T01:25:05.9004003Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryComplexKernels.hip.o 2022-11-23T01:25:06.1101934Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorFactories.hip:6: 2022-11-23T01:25:06.1102985Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:06.1106543Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:06.1110989Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:06.1114697Z ^ 2022-11-23T01:25:06.1118524Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:06.1121891Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:06.1124935Z ^ 2022-11-23T01:25:06.1127880Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:06.1130704Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:06.1133359Z ^ 2022-11-23T01:25:06.1136001Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:06.1136828Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorFactories.hip:6: 2022-11-23T01:25:06.1137821Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:06.1138929Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:06.1139564Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:06.1143117Z ^ 2022-11-23T01:25:06.1144106Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:06.1144864Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:06.1145345Z ^ 2022-11-23T01:25:06.1146112Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:06.1146847Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:06.1147400Z ^ 2022-11-23T01:25:06.1148067Z 1 warning generated when compiling for host. 2022-11-23T01:25:06.1210960Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryFractionKernels.hip.o 2022-11-23T01:25:06.4405040Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.hip:3: 2022-11-23T01:25:06.4406531Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.cuh:6: 2022-11-23T01:25:06.4409148Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:06.4421598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:06.4422265Z template typename func, int end, int current=0> 2022-11-23T01:25:06.4429861Z ^~~~~~~~ 2022-11-23T01:25:06.4430183Z class 2022-11-23T01:25:06.4431174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:06.4431784Z template typename func, int end> 2022-11-23T01:25:06.4432149Z ^~~~~~~~ 2022-11-23T01:25:06.4432416Z class 2022-11-23T01:25:06.4432774Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:06.4433290Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.hip:3: 2022-11-23T01:25:06.4433926Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.cuh:6: 2022-11-23T01:25:06.4434495Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:06.4435469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:06.4436322Z template typename func, int end, int current=0> 2022-11-23T01:25:06.4436678Z ^~~~~~~~ 2022-11-23T01:25:06.4436973Z class 2022-11-23T01:25:06.4437804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:06.4438405Z template typename func, int end> 2022-11-23T01:25:06.4438739Z ^~~~~~~~ 2022-11-23T01:25:06.4439029Z class 2022-11-23T01:25:06.4439375Z 2 warnings generated when compiling for host. 2022-11-23T01:25:06.4517315Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGammaKernels.hip.o 2022-11-23T01:25:06.6940001Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTopK.hip:15: 2022-11-23T01:25:06.6941819Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh:4: 2022-11-23T01:25:06.6951295Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:06.6953692Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:06.6960198Z ^ 2022-11-23T01:25:06.6961163Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:06.6962086Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:06.6962462Z ^ 2022-11-23T01:25:06.6963076Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:06.6963597Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:06.6963929Z ^ 2022-11-23T01:25:06.6964240Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:06.6964678Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTopK.hip:15: 2022-11-23T01:25:06.6965234Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh:4: 2022-11-23T01:25:06.6966295Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:06.6967375Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:06.6967881Z ^ 2022-11-23T01:25:06.6968564Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:06.6969565Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:06.6969868Z ^ 2022-11-23T01:25:06.6970356Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:06.6972179Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:06.6972734Z ^ 2022-11-23T01:25:06.6975355Z 1 warning generated when compiling for host. 2022-11-23T01:25:06.7054624Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAcosKernel.hip.o 2022-11-23T01:25:06.7410358Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTransformations.hip:8: 2022-11-23T01:25:06.7412486Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:06.7413594Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:06.7415762Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:06.7424621Z ^ 2022-11-23T01:25:06.7426105Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:06.7427106Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:06.7428093Z ^ 2022-11-23T01:25:06.7429430Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:06.7430323Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:06.7431042Z ^ 2022-11-23T01:25:06.7431512Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:06.7432387Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTransformations.hip:8: 2022-11-23T01:25:06.7433052Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:06.7435395Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:06.7437702Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:06.7439614Z ^ 2022-11-23T01:25:06.7441893Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:06.7443911Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:06.7445526Z ^ 2022-11-23T01:25:06.7447399Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:06.7449219Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:06.7450624Z ^ 2022-11-23T01:25:06.7452138Z 1 warning generated when compiling for host. 2022-11-23T01:25:06.7540765Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAcoshKernel.hip.o 2022-11-23T01:25:06.9072904Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TriangularOps.hip:22: 2022-11-23T01:25:06.9073947Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:06.9075154Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:06.9075982Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:06.9082042Z ^ 2022-11-23T01:25:06.9083372Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:06.9084990Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:06.9085432Z ^ 2022-11-23T01:25:06.9086197Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:06.9090818Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:06.9091380Z ^ 2022-11-23T01:25:06.9091978Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:06.9095656Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TriangularOps.hip:22: 2022-11-23T01:25:06.9096433Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:06.9097653Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:06.9101727Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:06.9103307Z ^ 2022-11-23T01:25:06.9104134Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:06.9104963Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:06.9105886Z ^ 2022-11-23T01:25:06.9106772Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:06.9107423Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:06.9108013Z ^ 2022-11-23T01:25:06.9108385Z 1 warning generated when compiling for host. 2022-11-23T01:25:06.9208582Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAsinKernel.hip.o 2022-11-23T01:25:07.0284460Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryComplexKernels.hip:6: 2022-11-23T01:25:07.0298736Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:07.0300031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.0300710Z template typename func, int end, int current=0> 2022-11-23T01:25:07.0301087Z ^~~~~~~~ 2022-11-23T01:25:07.0301395Z class 2022-11-23T01:25:07.0302233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.0302781Z template typename func, int end> 2022-11-23T01:25:07.0303118Z ^~~~~~~~ 2022-11-23T01:25:07.0303423Z class 2022-11-23T01:25:07.0303755Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:07.0304303Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryComplexKernels.hip:6: 2022-11-23T01:25:07.0304877Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:07.0306065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.0306707Z template typename func, int end, int current=0> 2022-11-23T01:25:07.0307097Z ^~~~~~~~ 2022-11-23T01:25:07.0307383Z class 2022-11-23T01:25:07.0310068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.0310678Z template typename func, int end> 2022-11-23T01:25:07.0311058Z ^~~~~~~~ 2022-11-23T01:25:07.0313477Z class 2022-11-23T01:25:07.0313837Z 2 warnings generated when compiling for host. 2022-11-23T01:25:07.0393408Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAsinhKernel.hip.o 2022-11-23T01:25:07.2407666Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryFractionKernels.hip:5: 2022-11-23T01:25:07.2410852Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:07.2411967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.2423986Z template typename func, int end, int current=0> 2022-11-23T01:25:07.2424454Z ^~~~~~~~ 2022-11-23T01:25:07.2424969Z class 2022-11-23T01:25:07.2425836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.2426475Z template typename func, int end> 2022-11-23T01:25:07.2426837Z ^~~~~~~~ 2022-11-23T01:25:07.2427150Z class 2022-11-23T01:25:07.2427503Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:07.2428282Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryFractionKernels.hip:5: 2022-11-23T01:25:07.2428926Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:07.2429906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.2430608Z template typename func, int end, int current=0> 2022-11-23T01:25:07.2431009Z ^~~~~~~~ 2022-11-23T01:25:07.2431393Z class 2022-11-23T01:25:07.2432241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.2432902Z template typename func, int end> 2022-11-23T01:25:07.2433262Z ^~~~~~~~ 2022-11-23T01:25:07.2433532Z class 2022-11-23T01:25:07.2433889Z 2 warnings generated when compiling for host. 2022-11-23T01:25:07.2568140Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAtanKernel.hip.o 2022-11-23T01:25:07.5824424Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGammaKernels.hip:5: 2022-11-23T01:25:07.5825137Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:07.5828103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.5828783Z template typename func, int end, int current=0> 2022-11-23T01:25:07.5830225Z ^~~~~~~~ 2022-11-23T01:25:07.5831870Z class 2022-11-23T01:25:07.5835586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.5836285Z template typename func, int end> 2022-11-23T01:25:07.5838340Z ^~~~~~~~ 2022-11-23T01:25:07.5839581Z class 2022-11-23T01:25:07.5840185Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:07.5840958Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGammaKernels.hip:5: 2022-11-23T01:25:07.5842650Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:07.5843895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.5845687Z template typename func, int end, int current=0> 2022-11-23T01:25:07.5846231Z ^~~~~~~~ 2022-11-23T01:25:07.5846874Z class 2022-11-23T01:25:07.5848002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.5849014Z template typename func, int end> 2022-11-23T01:25:07.5849396Z ^~~~~~~~ 2022-11-23T01:25:07.5849840Z class 2022-11-23T01:25:07.5850537Z 2 warnings generated when compiling for host. 2022-11-23T01:25:07.5980731Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAtanhKernel.hip.o 2022-11-23T01:25:07.8945719Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcosKernel.hip:9: 2022-11-23T01:25:07.8947861Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:07.8952129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.8952851Z template typename func, int end, int current=0> 2022-11-23T01:25:07.8953259Z ^~~~~~~~ 2022-11-23T01:25:07.8953556Z class 2022-11-23T01:25:07.8954435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.8955098Z template typename func, int end> 2022-11-23T01:25:07.8955456Z ^~~~~~~~ 2022-11-23T01:25:07.8955760Z class 2022-11-23T01:25:07.8956136Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:07.8956716Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcosKernel.hip:9: 2022-11-23T01:25:07.8960102Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:07.8961560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.8962507Z template typename func, int end, int current=0> 2022-11-23T01:25:07.8966510Z ^~~~~~~~ 2022-11-23T01:25:07.8966857Z class 2022-11-23T01:25:07.8967814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.8968487Z template typename func, int end> 2022-11-23T01:25:07.8968862Z ^~~~~~~~ 2022-11-23T01:25:07.8969170Z class 2022-11-23T01:25:07.8969703Z 2 warnings generated when compiling for host. 2022-11-23T01:25:07.9060498Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricCosKernel.hip.o 2022-11-23T01:25:07.9644949Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcoshKernel.hip:9: 2022-11-23T01:25:07.9645699Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:07.9646838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.9647586Z template typename func, int end, int current=0> 2022-11-23T01:25:07.9647987Z ^~~~~~~~ 2022-11-23T01:25:07.9648292Z class 2022-11-23T01:25:07.9649101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.9649768Z template typename func, int end> 2022-11-23T01:25:07.9657166Z ^~~~~~~~ 2022-11-23T01:25:07.9657537Z class 2022-11-23T01:25:07.9659602Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:07.9660587Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcoshKernel.hip:9: 2022-11-23T01:25:07.9661355Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:07.9662718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.9663607Z template typename func, int end, int current=0> 2022-11-23T01:25:07.9664341Z ^~~~~~~~ 2022-11-23T01:25:07.9664644Z class 2022-11-23T01:25:07.9665806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:07.9666471Z template typename func, int end> 2022-11-23T01:25:07.9666841Z ^~~~~~~~ 2022-11-23T01:25:07.9668019Z class 2022-11-23T01:25:07.9668368Z 2 warnings generated when compiling for host. 2022-11-23T01:25:07.9741492Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricCoshKernel.hip.o 2022-11-23T01:25:08.0382139Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinKernel.hip:9: 2022-11-23T01:25:08.0386487Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:08.0388989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:08.0390750Z template typename func, int end, int current=0> 2022-11-23T01:25:08.0399624Z ^~~~~~~~ 2022-11-23T01:25:08.0401031Z class 2022-11-23T01:25:08.0402204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:08.0403051Z template typename func, int end> 2022-11-23T01:25:08.0403913Z ^~~~~~~~ 2022-11-23T01:25:08.0404409Z class 2022-11-23T01:25:08.0404802Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:08.0405573Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinKernel.hip:9: 2022-11-23T01:25:08.0406692Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:08.0407918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:08.0408788Z template typename func, int end, int current=0> 2022-11-23T01:25:08.0409320Z ^~~~~~~~ 2022-11-23T01:25:08.0409754Z class 2022-11-23T01:25:08.0410770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:08.0411603Z template typename func, int end> 2022-11-23T01:25:08.0412098Z ^~~~~~~~ 2022-11-23T01:25:08.0412419Z class 2022-11-23T01:25:08.0412931Z 2 warnings generated when compiling for host. 2022-11-23T01:25:08.0496291Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricSinKernel.hip.o 2022-11-23T01:25:08.1868072Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinhKernel.hip:9: 2022-11-23T01:25:08.1868887Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:08.1881920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:08.1882979Z template typename func, int end, int current=0> 2022-11-23T01:25:08.1884132Z ^~~~~~~~ 2022-11-23T01:25:08.1884501Z class 2022-11-23T01:25:08.1885743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:08.1886739Z template typename func, int end> 2022-11-23T01:25:08.1887720Z ^~~~~~~~ 2022-11-23T01:25:08.1888151Z class 2022-11-23T01:25:08.1888481Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:08.1890710Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinhKernel.hip:9: 2022-11-23T01:25:08.1891591Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:08.1892988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:08.1893839Z template typename func, int end, int current=0> 2022-11-23T01:25:08.1894395Z ^~~~~~~~ 2022-11-23T01:25:08.1894852Z class 2022-11-23T01:25:08.1895915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:08.1896716Z template typename func, int end> 2022-11-23T01:25:08.1897231Z ^~~~~~~~ 2022-11-23T01:25:08.1898212Z class 2022-11-23T01:25:08.1899902Z 2 warnings generated when compiling for host. 2022-11-23T01:25:08.1963962Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricSinhKernel.hip.o 2022-11-23T01:25:08.3706433Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanKernel.hip:9: 2022-11-23T01:25:08.3709155Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:08.3714942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:08.3715830Z template typename func, int end, int current=0> 2022-11-23T01:25:08.3716246Z ^~~~~~~~ 2022-11-23T01:25:08.3716565Z class 2022-11-23T01:25:08.3717437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:08.3718057Z template typename func, int end> 2022-11-23T01:25:08.3718438Z ^~~~~~~~ 2022-11-23T01:25:08.3718739Z class 2022-11-23T01:25:08.3719078Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:08.3719603Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanKernel.hip:9: 2022-11-23T01:25:08.3720180Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:08.3721405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:08.3722439Z template typename func, int end, int current=0> 2022-11-23T01:25:08.3724419Z ^~~~~~~~ 2022-11-23T01:25:08.3725743Z class 2022-11-23T01:25:08.3727607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:08.3728420Z template typename func, int end> 2022-11-23T01:25:08.3728805Z ^~~~~~~~ 2022-11-23T01:25:08.3732544Z class 2022-11-23T01:25:08.3735661Z 2 warnings generated when compiling for host. 2022-11-23T01:25:08.3825987Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricTanKernel.hip.o 2022-11-23T01:25:08.7047014Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanhKernel.hip:9: 2022-11-23T01:25:08.7051295Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:08.7055383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:08.7058623Z template typename func, int end, int current=0> 2022-11-23T01:25:08.7061228Z ^~~~~~~~ 2022-11-23T01:25:08.7062130Z class 2022-11-23T01:25:08.7063420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:08.7064082Z template typename func, int end> 2022-11-23T01:25:08.7064419Z ^~~~~~~~ 2022-11-23T01:25:08.7064714Z class 2022-11-23T01:25:08.7065076Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:08.7065608Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanhKernel.hip:9: 2022-11-23T01:25:08.7066205Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:08.7067144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:08.7067925Z template typename func, int end, int current=0> 2022-11-23T01:25:08.7068297Z ^~~~~~~~ 2022-11-23T01:25:08.7068554Z class 2022-11-23T01:25:08.7069332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:08.7069932Z template typename func, int end> 2022-11-23T01:25:08.7070272Z ^~~~~~~~ 2022-11-23T01:25:08.7070770Z class 2022-11-23T01:25:08.7071237Z 2 warnings generated when compiling for host. 2022-11-23T01:25:08.7167742Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricTanhKernel.hip.o 2022-11-23T01:25:09.0506440Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCosKernel.hip:9: 2022-11-23T01:25:09.0507395Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:09.0509614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.0510477Z template typename func, int end, int current=0> 2022-11-23T01:25:09.0511030Z ^~~~~~~~ 2022-11-23T01:25:09.0511558Z class 2022-11-23T01:25:09.0516200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.0517075Z template typename func, int end> 2022-11-23T01:25:09.0517592Z ^~~~~~~~ 2022-11-23T01:25:09.0518041Z class 2022-11-23T01:25:09.0519818Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:09.0524991Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCosKernel.hip:9: 2022-11-23T01:25:09.0528208Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:09.0529343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.0530263Z template typename func, int end, int current=0> 2022-11-23T01:25:09.0530908Z ^~~~~~~~ 2022-11-23T01:25:09.0531266Z class 2022-11-23T01:25:09.0532198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.0533341Z template typename func, int end> 2022-11-23T01:25:09.0533719Z ^~~~~~~~ 2022-11-23T01:25:09.0534037Z class 2022-11-23T01:25:09.0536842Z 2 warnings generated when compiling for host. 2022-11-23T01:25:09.0634907Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryLogKernels.hip.o 2022-11-23T01:25:09.1661557Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCoshKernel.hip:9: 2022-11-23T01:25:09.1662952Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:09.1667017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.1668234Z template typename func, int end, int current=0> 2022-11-23T01:25:09.1669060Z ^~~~~~~~ 2022-11-23T01:25:09.1669386Z class 2022-11-23T01:25:09.1670314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.1670958Z template typename func, int end> 2022-11-23T01:25:09.1671411Z ^~~~~~~~ 2022-11-23T01:25:09.1671707Z class 2022-11-23T01:25:09.1672046Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:09.1672610Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCoshKernel.hip:9: 2022-11-23T01:25:09.1675996Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:09.1678416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.1679095Z template typename func, int end, int current=0> 2022-11-23T01:25:09.1679491Z ^~~~~~~~ 2022-11-23T01:25:09.1679783Z class 2022-11-23T01:25:09.1680542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.1681129Z template typename func, int end> 2022-11-23T01:25:09.1681467Z ^~~~~~~~ 2022-11-23T01:25:09.1681722Z class 2022-11-23T01:25:09.1682070Z 2 warnings generated when compiling for host. 2022-11-23T01:25:09.1793935Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryOpsKernel.hip.o 2022-11-23T01:25:09.2315368Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinKernel.hip:9: 2022-11-23T01:25:09.2323397Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:09.2324510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.2325458Z template typename func, int end, int current=0> 2022-11-23T01:25:09.2325854Z ^~~~~~~~ 2022-11-23T01:25:09.2328919Z class 2022-11-23T01:25:09.2334966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.2335682Z template typename func, int end> 2022-11-23T01:25:09.2336053Z ^~~~~~~~ 2022-11-23T01:25:09.2336372Z class 2022-11-23T01:25:09.2336750Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:09.2337350Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinKernel.hip:9: 2022-11-23T01:25:09.2337937Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:09.2338882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.2339601Z template typename func, int end, int current=0> 2022-11-23T01:25:09.2339982Z ^~~~~~~~ 2022-11-23T01:25:09.2340291Z class 2022-11-23T01:25:09.2341119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.2341798Z template typename func, int end> 2022-11-23T01:25:09.2342147Z ^~~~~~~~ 2022-11-23T01:25:09.2342455Z class 2022-11-23T01:25:09.2342829Z 2 warnings generated when compiling for host. 2022-11-23T01:25:09.2449218Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnarySignKernels.hip.o 2022-11-23T01:25:09.3233552Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinhKernel.hip:9: 2022-11-23T01:25:09.3234619Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:09.3240267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.3248385Z template typename func, int end, int current=0> 2022-11-23T01:25:09.3248904Z ^~~~~~~~ 2022-11-23T01:25:09.3249208Z class 2022-11-23T01:25:09.3250129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.3250750Z template typename func, int end> 2022-11-23T01:25:09.3251112Z ^~~~~~~~ 2022-11-23T01:25:09.3251428Z class 2022-11-23T01:25:09.3251795Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:09.3252381Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinhKernel.hip:9: 2022-11-23T01:25:09.3253027Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:09.3254029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.3254710Z template typename func, int end, int current=0> 2022-11-23T01:25:09.3255105Z ^~~~~~~~ 2022-11-23T01:25:09.3255408Z class 2022-11-23T01:25:09.3256283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.3256920Z template typename func, int end> 2022-11-23T01:25:09.3257478Z ^~~~~~~~ 2022-11-23T01:25:09.3257784Z class 2022-11-23T01:25:09.3258140Z 2 warnings generated when compiling for host. 2022-11-23T01:25:09.3350638Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnarySpecialOpsKernel.hip.o 2022-11-23T01:25:09.5734848Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanKernel.hip:9: 2022-11-23T01:25:09.5736212Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:09.5737780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.5738783Z template typename func, int end, int current=0> 2022-11-23T01:25:09.5741084Z ^~~~~~~~ 2022-11-23T01:25:09.5741482Z class 2022-11-23T01:25:09.5742399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.5743051Z template typename func, int end> 2022-11-23T01:25:09.5743413Z ^~~~~~~~ 2022-11-23T01:25:09.5743716Z class 2022-11-23T01:25:09.5744100Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:09.5744655Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanKernel.hip:9: 2022-11-23T01:25:09.5745296Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:09.5748301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.5749382Z template typename func, int end, int current=0> 2022-11-23T01:25:09.5750472Z ^~~~~~~~ 2022-11-23T01:25:09.5750841Z class 2022-11-23T01:25:09.5753702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.5754512Z template typename func, int end> 2022-11-23T01:25:09.5755892Z ^~~~~~~~ 2022-11-23T01:25:09.5756439Z class 2022-11-23T01:25:09.5756954Z 2 warnings generated when compiling for host. 2022-11-23T01:25:09.5899194Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnfoldBackwardKernel.hip.o 2022-11-23T01:25:09.8521704Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanhKernel.hip:9: 2022-11-23T01:25:09.8523105Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:09.8524517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.8525567Z template typename func, int end, int current=0> 2022-11-23T01:25:09.8526153Z ^~~~~~~~ 2022-11-23T01:25:09.8526689Z class 2022-11-23T01:25:09.8534316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.8535085Z template typename func, int end> 2022-11-23T01:25:09.8535688Z ^~~~~~~~ 2022-11-23T01:25:09.8536512Z class 2022-11-23T01:25:09.8536944Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:09.8537518Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanhKernel.hip:9: 2022-11-23T01:25:09.8538367Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:09.8539406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.8540095Z template typename func, int end, int current=0> 2022-11-23T01:25:09.8540508Z ^~~~~~~~ 2022-11-23T01:25:09.8540816Z class 2022-11-23T01:25:09.8541687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:09.8542363Z template typename func, int end> 2022-11-23T01:25:09.8542739Z ^~~~~~~~ 2022-11-23T01:25:09.8543045Z class 2022-11-23T01:25:09.8543409Z 2 warnings generated when compiling for host. 2022-11-23T01:25:09.8624717Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Unique.hip.o 2022-11-23T01:25:10.2455514Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryLogKernels.hip:5: 2022-11-23T01:25:10.2462598Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:10.2464165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.2467304Z template typename func, int end, int current=0> 2022-11-23T01:25:10.2472241Z ^~~~~~~~ 2022-11-23T01:25:10.2472571Z class 2022-11-23T01:25:10.2473476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.2474773Z template typename func, int end> 2022-11-23T01:25:10.2475115Z ^~~~~~~~ 2022-11-23T01:25:10.2475428Z class 2022-11-23T01:25:10.2475795Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:10.2478277Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryLogKernels.hip:5: 2022-11-23T01:25:10.2479305Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:10.2480587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.2481543Z template typename func, int end, int current=0> 2022-11-23T01:25:10.2482199Z ^~~~~~~~ 2022-11-23T01:25:10.2482546Z class 2022-11-23T01:25:10.2485047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.2487674Z template typename func, int end> 2022-11-23T01:25:10.2488272Z ^~~~~~~~ 2022-11-23T01:25:10.2488749Z class 2022-11-23T01:25:10.2489280Z 2 warnings generated when compiling for host. 2022-11-23T01:25:10.2605910Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UniqueCub.hip.o 2022-11-23T01:25:10.4152424Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryOpsKernel.hip:13: 2022-11-23T01:25:10.4153733Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:10.4157775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.4158985Z template typename func, int end, int current=0> 2022-11-23T01:25:10.4159676Z ^~~~~~~~ 2022-11-23T01:25:10.4160722Z class 2022-11-23T01:25:10.4161790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.4162551Z template typename func, int end> 2022-11-23T01:25:10.4163033Z ^~~~~~~~ 2022-11-23T01:25:10.4163301Z class 2022-11-23T01:25:10.4167162Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryOpsKernel.hip:13: 2022-11-23T01:25:10.4170549Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2022-11-23T01:25:10.4171255Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2022-11-23T01:25:10.4172871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:10.4173990Z __global__ void unrolled_elementwise_kernel_for_multi_outputs(int N, func_t f, array_t data, inp_calc_t ic, out_calc_t oc) { 2022-11-23T01:25:10.4174563Z ^ 2022-11-23T01:25:10.4178159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:10.4180970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:10.4183013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:10.4185042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:10.4186853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:10.4188949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:10.4190782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:10.4194975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:10.4206183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:10.4206990Z 12 warnings generated when compiling for gfx906. 2022-11-23T01:25:10.4207510Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryOpsKernel.hip:13: 2022-11-23T01:25:10.4208084Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:10.4208998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.4209609Z template typename func, int end, int current=0> 2022-11-23T01:25:10.4209979Z ^~~~~~~~ 2022-11-23T01:25:10.4210255Z class 2022-11-23T01:25:10.4211008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.4211602Z template typename func, int end> 2022-11-23T01:25:10.4211945Z ^~~~~~~~ 2022-11-23T01:25:10.4212209Z class 2022-11-23T01:25:10.4212541Z 2 warnings generated when compiling for host. 2022-11-23T01:25:10.4322198Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleBicubic2d.hip.o 2022-11-23T01:25:10.4397225Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySignKernels.hip:4: 2022-11-23T01:25:10.4398090Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:10.4399230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.4400206Z template typename func, int end, int current=0> 2022-11-23T01:25:10.4410376Z ^~~~~~~~ 2022-11-23T01:25:10.4410848Z class 2022-11-23T01:25:10.4412277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.4412971Z template typename func, int end> 2022-11-23T01:25:10.4413348Z ^~~~~~~~ 2022-11-23T01:25:10.4413625Z class 2022-11-23T01:25:10.4414022Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:10.4414452Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySignKernels.hip:4: 2022-11-23T01:25:10.4414797Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:10.4415513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.4416068Z template typename func, int end, int current=0> 2022-11-23T01:25:10.4416426Z ^~~~~~~~ 2022-11-23T01:25:10.4416680Z class 2022-11-23T01:25:10.4417439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.4418017Z template typename func, int end> 2022-11-23T01:25:10.4418325Z ^~~~~~~~ 2022-11-23T01:25:10.4418602Z class 2022-11-23T01:25:10.4418818Z 2 warnings generated when compiling for host. 2022-11-23T01:25:10.4638149Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleBilinear2d.hip.o 2022-11-23T01:25:10.5410553Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySpecialOpsKernel.hip:12: 2022-11-23T01:25:10.5421320Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:10.5422849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.5424192Z template typename func, int end, int current=0> 2022-11-23T01:25:10.5424732Z ^~~~~~~~ 2022-11-23T01:25:10.5425047Z class 2022-11-23T01:25:10.5426207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.5427038Z template typename func, int end> 2022-11-23T01:25:10.5427411Z ^~~~~~~~ 2022-11-23T01:25:10.5427968Z class 2022-11-23T01:25:10.5428496Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:10.5429221Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySpecialOpsKernel.hip:12: 2022-11-23T01:25:10.5430006Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:10.5431215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.5432079Z template typename func, int end, int current=0> 2022-11-23T01:25:10.5432615Z ^~~~~~~~ 2022-11-23T01:25:10.5433060Z class 2022-11-23T01:25:10.5434109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.5434885Z template typename func, int end> 2022-11-23T01:25:10.5435272Z ^~~~~~~~ 2022-11-23T01:25:10.5435582Z class 2022-11-23T01:25:10.5435944Z 2 warnings generated when compiling for host. 2022-11-23T01:25:10.5545073Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleLinear1d.hip.o 2022-11-23T01:25:10.8354310Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnfoldBackwardKernel.hip:7: 2022-11-23T01:25:10.8355012Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:10.8356119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.8356827Z template typename func, int end, int current=0> 2022-11-23T01:25:10.8357234Z ^~~~~~~~ 2022-11-23T01:25:10.8357534Z class 2022-11-23T01:25:10.8358367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.8359007Z template typename func, int end> 2022-11-23T01:25:10.8359364Z ^~~~~~~~ 2022-11-23T01:25:10.8359660Z class 2022-11-23T01:25:10.8360024Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:10.8360607Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnfoldBackwardKernel.hip:7: 2022-11-23T01:25:10.8361258Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:10.8362206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.8363176Z template typename func, int end, int current=0> 2022-11-23T01:25:10.8363585Z ^~~~~~~~ 2022-11-23T01:25:10.8363886Z class 2022-11-23T01:25:10.8364759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:10.8365428Z template typename func, int end> 2022-11-23T01:25:10.8365803Z ^~~~~~~~ 2022-11-23T01:25:10.8366094Z class 2022-11-23T01:25:10.8366470Z 2 warnings generated when compiling for host. 2022-11-23T01:25:10.8487605Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleNearest1d.hip.o 2022-11-23T01:25:11.5698758Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBicubic2d.hip:11: 2022-11-23T01:25:11.5703860Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:25:11.5706052Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:11.5708090Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:11.5709685Z ^ 2022-11-23T01:25:11.5714437Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:11.5716093Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:11.5717455Z ^ 2022-11-23T01:25:11.5719046Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:11.5719821Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:11.5720624Z ^ 2022-11-23T01:25:11.5721055Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:11.5721630Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBicubic2d.hip:11: 2022-11-23T01:25:11.5723496Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:25:11.5724720Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:11.5725746Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:11.5726503Z ^ 2022-11-23T01:25:11.5730187Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:11.5731020Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:11.5731613Z ^ 2022-11-23T01:25:11.5732893Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:11.5733641Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:11.5734210Z ^ 2022-11-23T01:25:11.5734612Z 1 warning generated when compiling for host. 2022-11-23T01:25:11.5742419Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleNearest2d.hip.o 2022-11-23T01:25:11.5813186Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleNearest3d.hip.o 2022-11-23T01:25:11.6496979Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:8: 2022-11-23T01:25:11.6497671Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:11.6498960Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:11.6499770Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:11.6500345Z ^ 2022-11-23T01:25:11.6501199Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:11.6501754Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:11.6502090Z ^ 2022-11-23T01:25:11.6502662Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:11.6503202Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:11.6503889Z ^ 2022-11-23T01:25:11.6504394Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:11.6504944Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:8: 2022-11-23T01:25:11.6505610Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:11.6507291Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:11.6508522Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:11.6509877Z ^ 2022-11-23T01:25:11.6510655Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:11.6512626Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:11.6513125Z ^ 2022-11-23T01:25:11.6513712Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:11.6514260Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:11.6514668Z ^ 2022-11-23T01:25:11.6515076Z 1 warning generated when compiling for host. 2022-11-23T01:25:11.6620941Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleTrilinear3d.hip.o 2022-11-23T01:25:11.7806531Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBilinear2d.hip:13: 2022-11-23T01:25:11.7809970Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:25:11.7811264Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:11.7812185Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:11.7812841Z ^ 2022-11-23T01:25:11.7814065Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:11.7814670Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:11.7814995Z ^ 2022-11-23T01:25:11.7816459Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:11.7823553Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:11.7824138Z ^ 2022-11-23T01:25:11.7826046Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:11.7826655Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBilinear2d.hip:13: 2022-11-23T01:25:11.7827332Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:25:11.7828749Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:11.7829569Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:11.7830082Z ^ 2022-11-23T01:25:11.7830825Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:11.7831471Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:11.7831823Z ^ 2022-11-23T01:25:11.7832390Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:11.7832938Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:11.7833340Z ^ 2022-11-23T01:25:11.7833704Z 1 warning generated when compiling for host. 2022-11-23T01:25:11.7912788Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ValidateCompressedIndicesKernel.hip.o 2022-11-23T01:25:11.8689688Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleLinear1d.hip:12: 2022-11-23T01:25:11.8691192Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:11.8692328Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:11.8705262Z ^ 2022-11-23T01:25:11.8705967Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:11.8706354Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:11.8706659Z ^ 2022-11-23T01:25:11.8707171Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:11.8707639Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:11.8708100Z ^ 2022-11-23T01:25:11.8708387Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:11.8709162Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleLinear1d.hip:12: 2022-11-23T01:25:11.8710212Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:11.8710956Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:11.8711560Z ^ 2022-11-23T01:25:11.8712273Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:11.8712818Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:11.8713115Z ^ 2022-11-23T01:25:11.8713636Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:11.8714123Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:11.8714484Z ^ 2022-11-23T01:25:11.8714853Z 1 warning generated when compiling for host. 2022-11-23T01:25:11.8801120Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_WeightNorm.hip.o 2022-11-23T01:25:12.0785609Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest1d.hip:11: 2022-11-23T01:25:12.0788141Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:25:12.0789595Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:12.0790939Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:12.0792565Z ^ 2022-11-23T01:25:12.0797509Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:12.0799007Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:12.0799391Z ^ 2022-11-23T01:25:12.0802081Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:12.0804708Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:12.0805392Z ^ 2022-11-23T01:25:12.0806129Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:12.0806734Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest1d.hip:11: 2022-11-23T01:25:12.0807379Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:25:12.0808363Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:12.0809155Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:12.0809672Z ^ 2022-11-23T01:25:12.0810408Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:12.0810933Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:12.0811253Z ^ 2022-11-23T01:25:12.0811825Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:12.0812338Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:12.0812751Z ^ 2022-11-23T01:25:12.0813133Z 1 warning generated when compiling for host. 2022-11-23T01:25:12.0925423Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ZetaKernel.hip.o 2022-11-23T01:25:12.8168042Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleTrilinear3d.hip:12: 2022-11-23T01:25:12.8169796Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:12.8172805Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:12.8173432Z ^ 2022-11-23T01:25:12.8176367Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:12.8177126Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:12.8177992Z ^ 2022-11-23T01:25:12.8178809Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:12.8181478Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:12.8182002Z ^ 2022-11-23T01:25:12.8182550Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:12.8185035Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleTrilinear3d.hip:12: 2022-11-23T01:25:12.8186392Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:12.8186871Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:12.8187283Z ^ 2022-11-23T01:25:12.8188050Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:12.8188495Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:12.8188688Z ^ 2022-11-23T01:25:12.8189013Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:12.8189363Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:12.8189590Z ^ 2022-11-23T01:25:12.8189821Z 1 warning generated when compiling for host. 2022-11-23T01:25:12.8255689Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_airy_ai.hip.o 2022-11-23T01:25:12.8387891Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest2d.hip:12: 2022-11-23T01:25:12.8388821Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:25:12.8390111Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:12.8391078Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:12.8391909Z ^ 2022-11-23T01:25:12.8393086Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:12.8393578Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:12.8393848Z ^ 2022-11-23T01:25:12.8394387Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:12.8398353Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:12.8398753Z ^ 2022-11-23T01:25:12.8399141Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:12.8399705Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest2d.hip:12: 2022-11-23T01:25:12.8400336Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:25:12.8401495Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:12.8403139Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:12.8403688Z ^ 2022-11-23T01:25:12.8404501Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:12.8405066Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:12.8405397Z ^ 2022-11-23T01:25:12.8405968Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:12.8406486Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:12.8406874Z ^ 2022-11-23T01:25:12.8407246Z 1 warning generated when compiling for host. 2022-11-23T01:25:12.8478136Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_bessel_j0.hip.o 2022-11-23T01:25:12.8827021Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest3d.hip:4: 2022-11-23T01:25:12.8827874Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:25:12.8834779Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:12.8836436Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:12.8837587Z ^ 2022-11-23T01:25:12.8838767Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:12.8842148Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:12.8844886Z ^ 2022-11-23T01:25:12.8845608Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:12.8846366Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:12.8846967Z ^ 2022-11-23T01:25:12.8847463Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:12.8848146Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest3d.hip:4: 2022-11-23T01:25:12.8848931Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2022-11-23T01:25:12.8850037Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:12.8850800Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:12.8851206Z ^ 2022-11-23T01:25:12.8851688Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:12.8852199Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:12.8852492Z ^ 2022-11-23T01:25:12.8853055Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:12.8853421Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:12.8853687Z ^ 2022-11-23T01:25:12.8853900Z 1 warning generated when compiling for host. 2022-11-23T01:25:12.8941728Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_bessel_j1.hip.o 2022-11-23T01:25:13.0859145Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ValidateCompressedIndicesKernel.hip:4: 2022-11-23T01:25:13.0871677Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:13.0874456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.0874992Z template typename func, int end, int current=0> 2022-11-23T01:25:13.0875580Z ^~~~~~~~ 2022-11-23T01:25:13.0875986Z class 2022-11-23T01:25:13.0877220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.0878081Z template typename func, int end> 2022-11-23T01:25:13.0878471Z ^~~~~~~~ 2022-11-23T01:25:13.0878938Z class 2022-11-23T01:25:13.0879325Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:13.0880123Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ValidateCompressedIndicesKernel.hip:4: 2022-11-23T01:25:13.0881076Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:13.0881999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.0882387Z template typename func, int end, int current=0> 2022-11-23T01:25:13.0882665Z ^~~~~~~~ 2022-11-23T01:25:13.0882831Z class 2022-11-23T01:25:13.0883330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.0883849Z template typename func, int end> 2022-11-23T01:25:13.0884096Z ^~~~~~~~ 2022-11-23T01:25:13.0884273Z class 2022-11-23T01:25:13.0884488Z 2 warnings generated when compiling for host. 2022-11-23T01:25:13.0964658Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_bessel_y0.hip.o 2022-11-23T01:25:13.1743891Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_bessel_y1.hip.o 2022-11-23T01:25:13.2956380Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ZetaKernel.hip:4: 2022-11-23T01:25:13.2958955Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:13.2960433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.2961346Z template typename func, int end, int current=0> 2022-11-23T01:25:13.2962316Z ^~~~~~~~ 2022-11-23T01:25:13.2962842Z class 2022-11-23T01:25:13.2963976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.2964822Z template typename func, int end> 2022-11-23T01:25:13.2965355Z ^~~~~~~~ 2022-11-23T01:25:13.2965663Z class 2022-11-23T01:25:13.2966185Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:13.2970639Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ZetaKernel.hip:4: 2022-11-23T01:25:13.2971592Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:13.2973047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.2973947Z template typename func, int end, int current=0> 2022-11-23T01:25:13.2974707Z ^~~~~~~~ 2022-11-23T01:25:13.2975125Z class 2022-11-23T01:25:13.2976023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.2976704Z template typename func, int end> 2022-11-23T01:25:13.2977079Z ^~~~~~~~ 2022-11-23T01:25:13.2977364Z class 2022-11-23T01:25:13.2977710Z 2 warnings generated when compiling for host. 2022-11-23T01:25:13.3070706Z [ 89%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_chebyshev_polynomial_t.hip.o 2022-11-23T01:25:13.9518141Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/airy_ai.hip:13: 2022-11-23T01:25:13.9519568Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:13.9520739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.9521756Z template typename func, int end, int current=0> 2022-11-23T01:25:13.9522137Z ^~~~~~~~ 2022-11-23T01:25:13.9522418Z class 2022-11-23T01:25:13.9527641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.9528984Z template typename func, int end> 2022-11-23T01:25:13.9529364Z ^~~~~~~~ 2022-11-23T01:25:13.9529837Z class 2022-11-23T01:25:13.9532054Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:13.9532592Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/airy_ai.hip:13: 2022-11-23T01:25:13.9533343Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:13.9534687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.9535536Z template typename func, int end, int current=0> 2022-11-23T01:25:13.9536097Z ^~~~~~~~ 2022-11-23T01:25:13.9536397Z class 2022-11-23T01:25:13.9537580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.9538404Z template typename func, int end> 2022-11-23T01:25:13.9538888Z ^~~~~~~~ 2022-11-23T01:25:13.9539189Z class 2022-11-23T01:25:13.9539572Z 2 warnings generated when compiling for host. 2022-11-23T01:25:13.9644295Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_chebyshev_polynomial_u.hip.o 2022-11-23T01:25:13.9819576Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_j0.hip:13: 2022-11-23T01:25:13.9823699Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:13.9829519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.9830814Z template typename func, int end, int current=0> 2022-11-23T01:25:13.9831605Z ^~~~~~~~ 2022-11-23T01:25:13.9831906Z class 2022-11-23T01:25:13.9847330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.9848529Z template typename func, int end> 2022-11-23T01:25:13.9848886Z ^~~~~~~~ 2022-11-23T01:25:13.9849143Z class 2022-11-23T01:25:13.9849615Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:13.9851737Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_j0.hip:13: 2022-11-23T01:25:13.9852618Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:13.9853910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.9854645Z template typename func, int end, int current=0> 2022-11-23T01:25:13.9855054Z ^~~~~~~~ 2022-11-23T01:25:13.9855363Z class 2022-11-23T01:25:13.9856234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:13.9856891Z template typename func, int end> 2022-11-23T01:25:13.9857252Z ^~~~~~~~ 2022-11-23T01:25:13.9857544Z class 2022-11-23T01:25:13.9857905Z 2 warnings generated when compiling for host. 2022-11-23T01:25:13.9937223Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_chebyshev_polynomial_v.hip.o 2022-11-23T01:25:14.0742313Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_j1.hip:13: 2022-11-23T01:25:14.0743741Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:14.0745740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.0746554Z template typename func, int end, int current=0> 2022-11-23T01:25:14.0746943Z ^~~~~~~~ 2022-11-23T01:25:14.0750351Z class 2022-11-23T01:25:14.0757575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.0758117Z template typename func, int end> 2022-11-23T01:25:14.0758485Z ^~~~~~~~ 2022-11-23T01:25:14.0758772Z class 2022-11-23T01:25:14.0759098Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:14.0759405Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_j1.hip:13: 2022-11-23T01:25:14.0759800Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:14.0760464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.0760842Z template typename func, int end, int current=0> 2022-11-23T01:25:14.0761099Z ^~~~~~~~ 2022-11-23T01:25:14.0761298Z class 2022-11-23T01:25:14.0761754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.0762161Z template typename func, int end> 2022-11-23T01:25:14.0762437Z ^~~~~~~~ 2022-11-23T01:25:14.0762706Z class 2022-11-23T01:25:14.0763000Z 2 warnings generated when compiling for host. 2022-11-23T01:25:14.0863618Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_chebyshev_polynomial_w.hip.o 2022-11-23T01:25:14.2478100Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_y0.hip:13: 2022-11-23T01:25:14.2488671Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:14.2494962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.2495746Z template typename func, int end, int current=0> 2022-11-23T01:25:14.2496152Z ^~~~~~~~ 2022-11-23T01:25:14.2496456Z class 2022-11-23T01:25:14.2497363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.2498023Z template typename func, int end> 2022-11-23T01:25:14.2498393Z ^~~~~~~~ 2022-11-23T01:25:14.2498683Z class 2022-11-23T01:25:14.2499060Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:14.2499582Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_y0.hip:13: 2022-11-23T01:25:14.2500179Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:14.2501169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.2501871Z template typename func, int end, int current=0> 2022-11-23T01:25:14.2502262Z ^~~~~~~~ 2022-11-23T01:25:14.2502733Z class 2022-11-23T01:25:14.2503592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.2504229Z template typename func, int end> 2022-11-23T01:25:14.2504574Z ^~~~~~~~ 2022-11-23T01:25:14.2504859Z class 2022-11-23T01:25:14.2505213Z 2 warnings generated when compiling for host. 2022-11-23T01:25:14.2587993Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_fused_adam_amsgrad_impl.hip.o 2022-11-23T01:25:14.3300561Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_y1.hip:13: 2022-11-23T01:25:14.3301206Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:14.3303561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.3305320Z template typename func, int end, int current=0> 2022-11-23T01:25:14.3305703Z ^~~~~~~~ 2022-11-23T01:25:14.3306015Z class 2022-11-23T01:25:14.3306884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.3307520Z template typename func, int end> 2022-11-23T01:25:14.3308072Z ^~~~~~~~ 2022-11-23T01:25:14.3308364Z class 2022-11-23T01:25:14.3308731Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:14.3313007Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_y1.hip:13: 2022-11-23T01:25:14.3313629Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:14.3314659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.3315364Z template typename func, int end, int current=0> 2022-11-23T01:25:14.3315752Z ^~~~~~~~ 2022-11-23T01:25:14.3316324Z class 2022-11-23T01:25:14.3317209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.3317847Z template typename func, int end> 2022-11-23T01:25:14.3318236Z ^~~~~~~~ 2022-11-23T01:25:14.3318546Z class 2022-11-23T01:25:14.3318914Z 2 warnings generated when compiling for host. 2022-11-23T01:25:14.3396567Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_fused_adam_impl.hip.o 2022-11-23T01:25:14.4537648Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_t.hip:5: 2022-11-23T01:25:14.4538562Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:14.4540685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.4541608Z template typename func, int end, int current=0> 2022-11-23T01:25:14.4542158Z ^~~~~~~~ 2022-11-23T01:25:14.4544358Z class 2022-11-23T01:25:14.4545820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.4546759Z template typename func, int end> 2022-11-23T01:25:14.4547584Z ^~~~~~~~ 2022-11-23T01:25:14.4548130Z class 2022-11-23T01:25:14.4548490Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:14.4549197Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_t.hip:5: 2022-11-23T01:25:14.4550011Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:14.4551209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.4553675Z template typename func, int end, int current=0> 2022-11-23T01:25:14.4554257Z ^~~~~~~~ 2022-11-23T01:25:14.4554564Z class 2022-11-23T01:25:14.4556901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:14.4557707Z template typename func, int end> 2022-11-23T01:25:14.4558213Z ^~~~~~~~ 2022-11-23T01:25:14.4558620Z class 2022-11-23T01:25:14.4558988Z 2 warnings generated when compiling for host. 2022-11-23T01:25:14.4670413Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_group_norm_kernel.hip.o 2022-11-23T01:25:15.0869053Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_u.hip:5: 2022-11-23T01:25:15.0885037Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:15.0886329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.0887011Z template typename func, int end, int current=0> 2022-11-23T01:25:15.0887415Z ^~~~~~~~ 2022-11-23T01:25:15.0887725Z class 2022-11-23T01:25:15.0888598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.0889418Z template typename func, int end> 2022-11-23T01:25:15.0889774Z ^~~~~~~~ 2022-11-23T01:25:15.0890070Z class 2022-11-23T01:25:15.0890453Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:15.0891025Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_u.hip:5: 2022-11-23T01:25:15.0891668Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:15.0892685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.0893394Z template typename func, int end, int current=0> 2022-11-23T01:25:15.0893789Z ^~~~~~~~ 2022-11-23T01:25:15.0894102Z class 2022-11-23T01:25:15.0894968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.0895595Z template typename func, int end> 2022-11-23T01:25:15.0895991Z ^~~~~~~~ 2022-11-23T01:25:15.0896241Z class 2022-11-23T01:25:15.0896439Z 2 warnings generated when compiling for host. 2022-11-23T01:25:15.1000421Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_hermite_polynomial_h.hip.o 2022-11-23T01:25:15.1669713Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_v.hip:5: 2022-11-23T01:25:15.1670630Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:15.1679524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.1680310Z template typename func, int end, int current=0> 2022-11-23T01:25:15.1680717Z ^~~~~~~~ 2022-11-23T01:25:15.1681011Z class 2022-11-23T01:25:15.1682424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.1683105Z template typename func, int end> 2022-11-23T01:25:15.1683749Z ^~~~~~~~ 2022-11-23T01:25:15.1684268Z class 2022-11-23T01:25:15.1684870Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:15.1687837Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_v.hip:5: 2022-11-23T01:25:15.1688690Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:15.1690303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.1691132Z template typename func, int end, int current=0> 2022-11-23T01:25:15.1691643Z ^~~~~~~~ 2022-11-23T01:25:15.1691929Z class 2022-11-23T01:25:15.1693026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.1693808Z template typename func, int end> 2022-11-23T01:25:15.1694151Z ^~~~~~~~ 2022-11-23T01:25:15.1694574Z class 2022-11-23T01:25:15.1694903Z 2 warnings generated when compiling for host. 2022-11-23T01:25:15.1771921Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_hermite_polynomial_he.hip.o 2022-11-23T01:25:15.2426815Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_w.hip:5: 2022-11-23T01:25:15.2427911Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:15.2440154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.2440910Z template typename func, int end, int current=0> 2022-11-23T01:25:15.2441320Z ^~~~~~~~ 2022-11-23T01:25:15.2441605Z class 2022-11-23T01:25:15.2442476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.2443103Z template typename func, int end> 2022-11-23T01:25:15.2443453Z ^~~~~~~~ 2022-11-23T01:25:15.2443736Z class 2022-11-23T01:25:15.2444079Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:15.2445181Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_w.hip:5: 2022-11-23T01:25:15.2447265Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:15.2448372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.2449051Z template typename func, int end, int current=0> 2022-11-23T01:25:15.2449642Z ^~~~~~~~ 2022-11-23T01:25:15.2449926Z class 2022-11-23T01:25:15.2450781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.2451427Z template typename func, int end> 2022-11-23T01:25:15.2451796Z ^~~~~~~~ 2022-11-23T01:25:15.2452091Z class 2022-11-23T01:25:15.2452462Z 2 warnings generated when compiling for host. 2022-11-23T01:25:15.2541850Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_laguerre_polynomial_l.hip.o 2022-11-23T01:25:15.4862524Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_amsgrad_impl.hip:6: 2022-11-23T01:25:15.4871786Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_utils.cuh:4: 2022-11-23T01:25:15.4872839Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:25:15.4873650Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:15.4874919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.4875935Z template typename func, int end, int current=0> 2022-11-23T01:25:15.4876336Z ^~~~~~~~ 2022-11-23T01:25:15.4876768Z class 2022-11-23T01:25:15.4877826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.4878639Z template typename func, int end> 2022-11-23T01:25:15.4879168Z ^~~~~~~~ 2022-11-23T01:25:15.4879470Z class 2022-11-23T01:25:15.4880024Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:15.4880739Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_amsgrad_impl.hip:6: 2022-11-23T01:25:15.4884308Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_utils.cuh:4: 2022-11-23T01:25:15.4887482Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:25:15.4888158Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:15.4889222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.4889643Z template typename func, int end, int current=0> 2022-11-23T01:25:15.4889923Z ^~~~~~~~ 2022-11-23T01:25:15.4890095Z class 2022-11-23T01:25:15.4890611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.4890977Z template typename func, int end> 2022-11-23T01:25:15.4891187Z ^~~~~~~~ 2022-11-23T01:25:15.4891401Z class 2022-11-23T01:25:15.4891613Z 2 warnings generated when compiling for host. 2022-11-23T01:25:15.4977104Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_layer_norm_kernel.hip.o 2022-11-23T01:25:15.5620750Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_impl.hip:6: 2022-11-23T01:25:15.5622108Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_utils.cuh:4: 2022-11-23T01:25:15.5622709Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:25:15.5623574Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:15.5626236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.5626931Z template typename func, int end, int current=0> 2022-11-23T01:25:15.5627317Z ^~~~~~~~ 2022-11-23T01:25:15.5627590Z class 2022-11-23T01:25:15.5628657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.5629277Z template typename func, int end> 2022-11-23T01:25:15.5629752Z ^~~~~~~~ 2022-11-23T01:25:15.5630045Z class 2022-11-23T01:25:15.5630438Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:15.5630997Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_impl.hip:6: 2022-11-23T01:25:15.5631691Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_utils.cuh:4: 2022-11-23T01:25:15.5632244Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2022-11-23T01:25:15.5632815Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:15.5633831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.5634483Z template typename func, int end, int current=0> 2022-11-23T01:25:15.5634853Z ^~~~~~~~ 2022-11-23T01:25:15.5635141Z class 2022-11-23T01:25:15.5638075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.5638767Z template typename func, int end> 2022-11-23T01:25:15.5638992Z ^~~~~~~~ 2022-11-23T01:25:15.5639231Z class 2022-11-23T01:25:15.5639430Z 2 warnings generated when compiling for host. 2022-11-23T01:25:15.5763409Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_legendre_polynomial_p.hip.o 2022-11-23T01:25:15.8983722Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/group_norm_kernel.hip:17: 2022-11-23T01:25:15.8984979Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:15.8989885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.8990811Z template typename func, int end, int current=0> 2022-11-23T01:25:15.8991457Z ^~~~~~~~ 2022-11-23T01:25:15.8991930Z class 2022-11-23T01:25:15.8995423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.8996391Z template typename func, int end> 2022-11-23T01:25:15.8997155Z ^~~~~~~~ 2022-11-23T01:25:15.8997723Z class 2022-11-23T01:25:15.8998095Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:15.8998847Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/group_norm_kernel.hip:17: 2022-11-23T01:25:15.8999630Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:15.9000926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.9002194Z template typename func, int end, int current=0> 2022-11-23T01:25:15.9002602Z ^~~~~~~~ 2022-11-23T01:25:15.9003067Z class 2022-11-23T01:25:15.9004060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:15.9004850Z template typename func, int end> 2022-11-23T01:25:15.9005386Z ^~~~~~~~ 2022-11-23T01:25:15.9005668Z class 2022-11-23T01:25:15.9006199Z 2 warnings generated when compiling for host. 2022-11-23T01:25:15.9089508Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_modified_bessel_i0.hip.o 2022-11-23T01:25:16.2258169Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/hermite_polynomial_h.hip:5: 2022-11-23T01:25:16.2260882Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:16.2264513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.2266298Z template typename func, int end, int current=0> 2022-11-23T01:25:16.2267913Z ^~~~~~~~ 2022-11-23T01:25:16.2268445Z class 2022-11-23T01:25:16.2269812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.2270528Z template typename func, int end> 2022-11-23T01:25:16.2270892Z ^~~~~~~~ 2022-11-23T01:25:16.2271279Z class 2022-11-23T01:25:16.2271680Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:16.2272208Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/hermite_polynomial_h.hip:5: 2022-11-23T01:25:16.2272861Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:16.2274130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.2274850Z template typename func, int end, int current=0> 2022-11-23T01:25:16.2275245Z ^~~~~~~~ 2022-11-23T01:25:16.2275557Z class 2022-11-23T01:25:16.2276326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.2276946Z template typename func, int end> 2022-11-23T01:25:16.2277331Z ^~~~~~~~ 2022-11-23T01:25:16.2277652Z class 2022-11-23T01:25:16.2278196Z 2 warnings generated when compiling for host. 2022-11-23T01:25:16.2360544Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_modified_bessel_i1.hip.o 2022-11-23T01:25:16.3453391Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/hermite_polynomial_he.hip:5: 2022-11-23T01:25:16.3454061Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:16.3455153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.3460419Z template typename func, int end, int current=0> 2022-11-23T01:25:16.3460815Z ^~~~~~~~ 2022-11-23T01:25:16.3461246Z class 2022-11-23T01:25:16.3463164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.3463753Z template typename func, int end> 2022-11-23T01:25:16.3464100Z ^~~~~~~~ 2022-11-23T01:25:16.3464379Z class 2022-11-23T01:25:16.3464750Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:16.3465322Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/hermite_polynomial_he.hip:5: 2022-11-23T01:25:16.3465972Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:16.3466950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.3467585Z template typename func, int end, int current=0> 2022-11-23T01:25:16.3468340Z ^~~~~~~~ 2022-11-23T01:25:16.3479106Z class 2022-11-23T01:25:16.3480184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.3481004Z template typename func, int end> 2022-11-23T01:25:16.3481552Z ^~~~~~~~ 2022-11-23T01:25:16.3482117Z class 2022-11-23T01:25:16.3482538Z 2 warnings generated when compiling for host. 2022-11-23T01:25:16.3568553Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_modified_bessel_k0.hip.o 2022-11-23T01:25:16.3770427Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/laguerre_polynomial_l.hip:5: 2022-11-23T01:25:16.3771165Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:16.3772321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.3775199Z template typename func, int end, int current=0> 2022-11-23T01:25:16.3775787Z ^~~~~~~~ 2022-11-23T01:25:16.3776490Z class 2022-11-23T01:25:16.3780538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.3781208Z template typename func, int end> 2022-11-23T01:25:16.3781583Z ^~~~~~~~ 2022-11-23T01:25:16.3781881Z class 2022-11-23T01:25:16.3782233Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:16.3782783Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/laguerre_polynomial_l.hip:5: 2022-11-23T01:25:16.3783375Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:16.3784385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.3785097Z template typename func, int end, int current=0> 2022-11-23T01:25:16.3785475Z ^~~~~~~~ 2022-11-23T01:25:16.3785785Z class 2022-11-23T01:25:16.3786606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.3787271Z template typename func, int end> 2022-11-23T01:25:16.3787641Z ^~~~~~~~ 2022-11-23T01:25:16.3788073Z class 2022-11-23T01:25:16.3788447Z 2 warnings generated when compiling for host. 2022-11-23T01:25:16.3886279Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_modified_bessel_k1.hip.o 2022-11-23T01:25:16.7491221Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/legendre_polynomial_p.hip:5: 2022-11-23T01:25:16.7491913Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:16.7493008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.7493669Z template typename func, int end, int current=0> 2022-11-23T01:25:16.7494050Z ^~~~~~~~ 2022-11-23T01:25:16.7498604Z class 2022-11-23T01:25:16.7499497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.7500146Z template typename func, int end> 2022-11-23T01:25:16.7500515Z ^~~~~~~~ 2022-11-23T01:25:16.7500809Z class 2022-11-23T01:25:16.7501162Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:16.7503455Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/legendre_polynomial_p.hip:5: 2022-11-23T01:25:16.7506213Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:16.7507594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.7508521Z template typename func, int end, int current=0> 2022-11-23T01:25:16.7508907Z ^~~~~~~~ 2022-11-23T01:25:16.7509283Z class 2022-11-23T01:25:16.7510988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.7511714Z template typename func, int end> 2022-11-23T01:25:16.7512040Z ^~~~~~~~ 2022-11-23T01:25:16.7512330Z class 2022-11-23T01:25:16.7512940Z 2 warnings generated when compiling for host. 2022-11-23T01:25:16.7645690Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_scaled_modified_bessel_k0.hip.o 2022-11-23T01:25:16.8336394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/layer_norm_kernel.hip:290:1: warning: ignored 'inline' attribute on kernel function 'vectorized_layer_norm_kernel' [-Wcuda-compat] 2022-11-23T01:25:16.8338488Z __global__ __inline__ void vectorized_layer_norm_kernel( 2022-11-23T01:25:16.8338978Z ^ 2022-11-23T01:25:16.8344212Z /opt/rocm-5.2.0/llvm/lib/clang/14.0.0/include/__clang_hip_runtime_wrapper.h:23:20: note: expanded from macro '__global__' 2022-11-23T01:25:16.8345909Z #define __global__ __attribute__((global)) 2022-11-23T01:25:16.8346445Z ^ 2022-11-23T01:25:16.8350808Z 1 warning generated when compiling for host. 2022-11-23T01:25:16.8467202Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_scaled_modified_bessel_k1.hip.o 2022-11-23T01:25:16.9641359Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_i0.hip:13: 2022-11-23T01:25:16.9643463Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:16.9645845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.9647796Z template typename func, int end, int current=0> 2022-11-23T01:25:16.9649329Z ^~~~~~~~ 2022-11-23T01:25:16.9650592Z class 2022-11-23T01:25:16.9652286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.9653948Z template typename func, int end> 2022-11-23T01:25:16.9654515Z ^~~~~~~~ 2022-11-23T01:25:16.9655542Z class 2022-11-23T01:25:16.9656168Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:16.9656882Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_i0.hip:13: 2022-11-23T01:25:16.9657658Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:16.9659038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.9659912Z template typename func, int end, int current=0> 2022-11-23T01:25:16.9660313Z ^~~~~~~~ 2022-11-23T01:25:16.9660770Z class 2022-11-23T01:25:16.9661808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:16.9662455Z template typename func, int end> 2022-11-23T01:25:16.9662828Z ^~~~~~~~ 2022-11-23T01:25:16.9663113Z class 2022-11-23T01:25:16.9663496Z 2 warnings generated when compiling for host. 2022-11-23T01:25:16.9742131Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_shifted_chebyshev_polynomial_t.hip.o 2022-11-23T01:25:17.3833619Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_i1.hip:13: 2022-11-23T01:25:17.3834744Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:17.3840516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.3841662Z template typename func, int end, int current=0> 2022-11-23T01:25:17.3842810Z ^~~~~~~~ 2022-11-23T01:25:17.3843370Z class 2022-11-23T01:25:17.3844464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.3845192Z template typename func, int end> 2022-11-23T01:25:17.3845701Z ^~~~~~~~ 2022-11-23T01:25:17.3846005Z class 2022-11-23T01:25:17.3846539Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:17.3847242Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_i1.hip:13: 2022-11-23T01:25:17.3849458Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:17.3850763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.3851690Z template typename func, int end, int current=0> 2022-11-23T01:25:17.3854406Z ^~~~~~~~ 2022-11-23T01:25:17.3854809Z class 2022-11-23T01:25:17.3855896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.3858748Z template typename func, int end> 2022-11-23T01:25:17.3859215Z ^~~~~~~~ 2022-11-23T01:25:17.3859902Z class 2022-11-23T01:25:17.3860368Z 2 warnings generated when compiling for host. 2022-11-23T01:25:17.3957673Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_shifted_chebyshev_polynomial_u.hip.o 2022-11-23T01:25:17.4894501Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_k0.hip:13: 2022-11-23T01:25:17.4895413Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:17.4896672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.4897579Z template typename func, int end, int current=0> 2022-11-23T01:25:17.4899463Z ^~~~~~~~ 2022-11-23T01:25:17.4900249Z class 2022-11-23T01:25:17.4901394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.4902251Z template typename func, int end> 2022-11-23T01:25:17.4903231Z ^~~~~~~~ 2022-11-23T01:25:17.4903632Z class 2022-11-23T01:25:17.4904025Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:17.4904582Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_k0.hip:13: 2022-11-23T01:25:17.4905201Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:17.4910131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.4910823Z template typename func, int end, int current=0> 2022-11-23T01:25:17.4911281Z ^~~~~~~~ 2022-11-23T01:25:17.4911588Z class 2022-11-23T01:25:17.4912428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.4913064Z template typename func, int end> 2022-11-23T01:25:17.4913393Z ^~~~~~~~ 2022-11-23T01:25:17.4913926Z class 2022-11-23T01:25:17.4914291Z 2 warnings generated when compiling for host. 2022-11-23T01:25:17.5003940Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_shifted_chebyshev_polynomial_v.hip.o 2022-11-23T01:25:17.5152909Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_k1.hip:13: 2022-11-23T01:25:17.5153521Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:17.5156902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.5157896Z template typename func, int end, int current=0> 2022-11-23T01:25:17.5158677Z ^~~~~~~~ 2022-11-23T01:25:17.5159041Z class 2022-11-23T01:25:17.5163178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.5163884Z template typename func, int end> 2022-11-23T01:25:17.5164259Z ^~~~~~~~ 2022-11-23T01:25:17.5164564Z class 2022-11-23T01:25:17.5164919Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:17.5165465Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_k1.hip:13: 2022-11-23T01:25:17.5166264Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:17.5167242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.5167834Z template typename func, int end, int current=0> 2022-11-23T01:25:17.5168202Z ^~~~~~~~ 2022-11-23T01:25:17.5168465Z class 2022-11-23T01:25:17.5169280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.5169908Z template typename func, int end> 2022-11-23T01:25:17.5170264Z ^~~~~~~~ 2022-11-23T01:25:17.5170554Z class 2022-11-23T01:25:17.5170923Z 2 warnings generated when compiling for host. 2022-11-23T01:25:17.5281367Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_shifted_chebyshev_polynomial_w.hip.o 2022-11-23T01:25:17.9269572Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/scaled_modified_bessel_k0.hip:13: 2022-11-23T01:25:17.9270443Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:17.9271616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.9272301Z template typename func, int end, int current=0> 2022-11-23T01:25:17.9272695Z ^~~~~~~~ 2022-11-23T01:25:17.9272966Z class 2022-11-23T01:25:17.9281014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.9281750Z template typename func, int end> 2022-11-23T01:25:17.9282139Z ^~~~~~~~ 2022-11-23T01:25:17.9282456Z class 2022-11-23T01:25:17.9282813Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:17.9283405Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/scaled_modified_bessel_k0.hip:13: 2022-11-23T01:25:17.9284044Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:17.9284609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.9284998Z template typename func, int end, int current=0> 2022-11-23T01:25:17.9285224Z ^~~~~~~~ 2022-11-23T01:25:17.9285386Z class 2022-11-23T01:25:17.9285851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.9286216Z template typename func, int end> 2022-11-23T01:25:17.9286414Z ^~~~~~~~ 2022-11-23T01:25:17.9286588Z class 2022-11-23T01:25:17.9286798Z 2 warnings generated when compiling for host. 2022-11-23T01:25:17.9396892Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_spherical_bessel_j0.hip.o 2022-11-23T01:25:17.9788710Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/scaled_modified_bessel_k1.hip:13: 2022-11-23T01:25:17.9789237Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:17.9789953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.9790563Z template typename func, int end, int current=0> 2022-11-23T01:25:17.9803819Z ^~~~~~~~ 2022-11-23T01:25:17.9805936Z class 2022-11-23T01:25:17.9807101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.9808028Z template typename func, int end> 2022-11-23T01:25:17.9808740Z ^~~~~~~~ 2022-11-23T01:25:17.9809112Z class 2022-11-23T01:25:17.9809498Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:17.9810031Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/scaled_modified_bessel_k1.hip:13: 2022-11-23T01:25:17.9810643Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:17.9811748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.9812386Z template typename func, int end, int current=0> 2022-11-23T01:25:17.9812769Z ^~~~~~~~ 2022-11-23T01:25:17.9813078Z class 2022-11-23T01:25:17.9813876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:17.9814485Z template typename func, int end> 2022-11-23T01:25:17.9814828Z ^~~~~~~~ 2022-11-23T01:25:17.9815093Z class 2022-11-23T01:25:17.9815421Z 2 warnings generated when compiling for host. 2022-11-23T01:25:17.9883579Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/torch_hip_generated_NestedTensorBinaryOps.hip.o 2022-11-23T01:25:18.0655248Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_t.hip:5: 2022-11-23T01:25:18.0655904Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:18.0657055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.0657629Z template typename func, int end, int current=0> 2022-11-23T01:25:18.0660473Z ^~~~~~~~ 2022-11-23T01:25:18.0673321Z class 2022-11-23T01:25:18.0674431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.0675270Z template typename func, int end> 2022-11-23T01:25:18.0675621Z ^~~~~~~~ 2022-11-23T01:25:18.0675897Z class 2022-11-23T01:25:18.0676132Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:18.0676519Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_t.hip:5: 2022-11-23T01:25:18.0677092Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:18.0678003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.0678617Z template typename func, int end, int current=0> 2022-11-23T01:25:18.0678883Z ^~~~~~~~ 2022-11-23T01:25:18.0679058Z class 2022-11-23T01:25:18.0679577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.0680155Z template typename func, int end> 2022-11-23T01:25:18.0680368Z ^~~~~~~~ 2022-11-23T01:25:18.0680556Z class 2022-11-23T01:25:18.0680876Z 2 warnings generated when compiling for host. 2022-11-23T01:25:18.0799559Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/torch_hip_generated_NestedTensorMatmul.hip.o 2022-11-23T01:25:18.5236468Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_u.hip:5: 2022-11-23T01:25:18.5237628Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:18.5242664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.5243395Z template typename func, int end, int current=0> 2022-11-23T01:25:18.5243820Z ^~~~~~~~ 2022-11-23T01:25:18.5244156Z class 2022-11-23T01:25:18.5245038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.5245680Z template typename func, int end> 2022-11-23T01:25:18.5246025Z ^~~~~~~~ 2022-11-23T01:25:18.5246300Z class 2022-11-23T01:25:18.5246638Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:18.5249716Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_u.hip:5: 2022-11-23T01:25:18.5250668Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:18.5252265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.5253390Z template typename func, int end, int current=0> 2022-11-23T01:25:18.5253802Z ^~~~~~~~ 2022-11-23T01:25:18.5254263Z class 2022-11-23T01:25:18.5255291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.5256226Z template typename func, int end> 2022-11-23T01:25:18.5256555Z ^~~~~~~~ 2022-11-23T01:25:18.5256801Z class 2022-11-23T01:25:18.5257125Z 2 warnings generated when compiling for host. 2022-11-23T01:25:18.5368362Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/torch_hip_generated_NestedTensorTransformerFunctions.hip.o 2022-11-23T01:25:18.6007602Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_v.hip:5: 2022-11-23T01:25:18.6008595Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:18.6024014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.6024601Z template typename func, int end, int current=0> 2022-11-23T01:25:18.6024896Z ^~~~~~~~ 2022-11-23T01:25:18.6025065Z class 2022-11-23T01:25:18.6025611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.6026204Z template typename func, int end> 2022-11-23T01:25:18.6026540Z ^~~~~~~~ 2022-11-23T01:25:18.6026864Z class 2022-11-23T01:25:18.6027284Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:18.6028197Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_v.hip:5: 2022-11-23T01:25:18.6028829Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:18.6029805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.6030474Z template typename func, int end, int current=0> 2022-11-23T01:25:18.6030820Z ^~~~~~~~ 2022-11-23T01:25:18.6031167Z class 2022-11-23T01:25:18.6031966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.6032597Z template typename func, int end> 2022-11-23T01:25:18.6032927Z ^~~~~~~~ 2022-11-23T01:25:18.6033215Z class 2022-11-23T01:25:18.6033567Z 2 warnings generated when compiling for host. 2022-11-23T01:25:18.6102496Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_w.hip:5: 2022-11-23T01:25:18.6103223Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:18.6107466Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_Activation.hip.o 2022-11-23T01:25:18.6118509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.6119199Z template typename func, int end, int current=0> 2022-11-23T01:25:18.6119610Z ^~~~~~~~ 2022-11-23T01:25:18.6119911Z class 2022-11-23T01:25:18.6120746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.6121380Z template typename func, int end> 2022-11-23T01:25:18.6121739Z ^~~~~~~~ 2022-11-23T01:25:18.6122035Z class 2022-11-23T01:25:18.6122548Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:18.6123111Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_w.hip:5: 2022-11-23T01:25:18.6123748Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:18.6124714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.6125365Z template typename func, int end, int current=0> 2022-11-23T01:25:18.6125755Z ^~~~~~~~ 2022-11-23T01:25:18.6126045Z class 2022-11-23T01:25:18.6126823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:18.6127449Z template typename func, int end> 2022-11-23T01:25:18.6127810Z ^~~~~~~~ 2022-11-23T01:25:18.6128095Z class 2022-11-23T01:25:18.6128438Z 2 warnings generated when compiling for host. 2022-11-23T01:25:18.6206657Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_AffineQuantizer.hip.o 2022-11-23T01:25:19.0717556Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/spherical_bessel_j0.hip:13: 2022-11-23T01:25:19.0718423Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:19.0726121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:19.0727138Z template typename func, int end, int current=0> 2022-11-23T01:25:19.0727736Z ^~~~~~~~ 2022-11-23T01:25:19.0728608Z class 2022-11-23T01:25:19.0729971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:19.0730820Z template typename func, int end> 2022-11-23T01:25:19.0731174Z ^~~~~~~~ 2022-11-23T01:25:19.0731647Z class 2022-11-23T01:25:19.0732183Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:19.0732748Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/spherical_bessel_j0.hip:13: 2022-11-23T01:25:19.0733684Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:14: 2022-11-23T01:25:19.0734886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:19.0735742Z template typename func, int end, int current=0> 2022-11-23T01:25:19.0736290Z ^~~~~~~~ 2022-11-23T01:25:19.0736598Z class 2022-11-23T01:25:19.0737786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:19.0738591Z template typename func, int end> 2022-11-23T01:25:19.0739069Z ^~~~~~~~ 2022-11-23T01:25:19.0739365Z class 2022-11-23T01:25:19.0739726Z 2 warnings generated when compiling for host. 2022-11-23T01:25:19.0826852Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_EmbeddingBag.hip.o 2022-11-23T01:25:19.8454188Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/AffineQuantizer.hip:7: 2022-11-23T01:25:19.8468829Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:19.8470324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:19.8471016Z template typename func, int end, int current=0> 2022-11-23T01:25:19.8471480Z ^~~~~~~~ 2022-11-23T01:25:19.8471780Z class 2022-11-23T01:25:19.8472562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:19.8473212Z template typename func, int end> 2022-11-23T01:25:19.8473572Z ^~~~~~~~ 2022-11-23T01:25:19.8473860Z class 2022-11-23T01:25:19.8474215Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:19.8474776Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/AffineQuantizer.hip:7: 2022-11-23T01:25:19.8475414Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:19.8476378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:19.8477067Z template typename func, int end, int current=0> 2022-11-23T01:25:19.8477463Z ^~~~~~~~ 2022-11-23T01:25:19.8477768Z class 2022-11-23T01:25:19.8478598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:19.8479452Z template typename func, int end> 2022-11-23T01:25:19.8479818Z ^~~~~~~~ 2022-11-23T01:25:19.8480102Z class 2022-11-23T01:25:19.8480458Z 2 warnings generated when compiling for host. 2022-11-23T01:25:19.8569282Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_FakeQuantizeCore.hip.o 2022-11-23T01:25:20.4328683Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_FusedObsFakeQuant.hip.o 2022-11-23T01:25:20.5693325Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorMatmul.hip:10: 2022-11-23T01:25:20.5694024Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:20.5695122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:20.5698697Z template typename func, int end, int current=0> 2022-11-23T01:25:20.5699186Z ^~~~~~~~ 2022-11-23T01:25:20.5700707Z class 2022-11-23T01:25:20.5701776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:20.5703950Z template typename func, int end> 2022-11-23T01:25:20.5704326Z ^~~~~~~~ 2022-11-23T01:25:20.5704626Z class 2022-11-23T01:25:20.5705026Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:20.5705618Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorMatmul.hip:10: 2022-11-23T01:25:20.5706252Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:20.5707275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:20.5708116Z template typename func, int end, int current=0> 2022-11-23T01:25:20.5708732Z ^~~~~~~~ 2022-11-23T01:25:20.5709018Z class 2022-11-23T01:25:20.5709907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:20.5710582Z template typename func, int end> 2022-11-23T01:25:20.5710873Z ^~~~~~~~ 2022-11-23T01:25:20.5711188Z class 2022-11-23T01:25:20.5711505Z 2 warnings generated when compiling for host. 2022-11-23T01:25:20.5830482Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_IntReprQuant.hip.o 2022-11-23T01:25:20.6993940Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorBinaryOps.hip:13: 2022-11-23T01:25:20.6994780Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:20.6995844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:20.6996504Z template typename func, int end, int current=0> 2022-11-23T01:25:20.6996889Z ^~~~~~~~ 2022-11-23T01:25:20.6997179Z class 2022-11-23T01:25:20.7009389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:20.7010357Z template typename func, int end> 2022-11-23T01:25:20.7010879Z ^~~~~~~~ 2022-11-23T01:25:20.7012863Z class 2022-11-23T01:25:20.7013578Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:20.7014346Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorBinaryOps.hip:13: 2022-11-23T01:25:20.7015124Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:20.7016629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:20.7017277Z template typename func, int end, int current=0> 2022-11-23T01:25:20.7017643Z ^~~~~~~~ 2022-11-23T01:25:20.7018154Z class 2022-11-23T01:25:20.7018977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:20.7019596Z template typename func, int end> 2022-11-23T01:25:20.7019915Z ^~~~~~~~ 2022-11-23T01:25:20.7020180Z class 2022-11-23T01:25:20.7020519Z 2 warnings generated when compiling for host. 2022-11-23T01:25:20.7092260Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_MakePerTensorQuantizedTensor.hip.o 2022-11-23T01:25:21.2135307Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/Activation.hip:4: 2022-11-23T01:25:21.2137883Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:21.2140429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.2141186Z template typename func, int end, int current=0> 2022-11-23T01:25:21.2141582Z ^~~~~~~~ 2022-11-23T01:25:21.2141907Z class 2022-11-23T01:25:21.2142990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.2143686Z template typename func, int end> 2022-11-23T01:25:21.2144052Z ^~~~~~~~ 2022-11-23T01:25:21.2144337Z class 2022-11-23T01:25:21.2147406Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:21.2148514Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/Activation.hip:4: 2022-11-23T01:25:21.2149420Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:21.2150681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.2151501Z template typename func, int end, int current=0> 2022-11-23T01:25:21.2151880Z ^~~~~~~~ 2022-11-23T01:25:21.2152199Z class 2022-11-23T01:25:21.2153061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.2153720Z template typename func, int end> 2022-11-23T01:25:21.2154082Z ^~~~~~~~ 2022-11-23T01:25:21.2154355Z class 2022-11-23T01:25:21.2154742Z 2 warnings generated when compiling for host. 2022-11-23T01:25:21.2340926Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SoftMax.hip.o 2022-11-23T01:25:21.2779425Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FakeQuantizeCore.hip:6: 2022-11-23T01:25:21.2780258Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:21.2781513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.2806001Z template typename func, int end, int current=0> 2022-11-23T01:25:21.2807204Z ^~~~~~~~ 2022-11-23T01:25:21.2807555Z class 2022-11-23T01:25:21.2808524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.2809192Z template typename func, int end> 2022-11-23T01:25:21.2809534Z ^~~~~~~~ 2022-11-23T01:25:21.2809852Z class 2022-11-23T01:25:21.2813815Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FakeQuantizeCore.hip:6: 2022-11-23T01:25:21.2815661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2817899Z __global__ void unrolled_elementwise_kernel_for_multi_outputs(int N, func_t f, array_t data, inp_calc_t ic, out_calc_t oc) { 2022-11-23T01:25:21.2820041Z ^ 2022-11-23T01:25:21.2821549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2824345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2828422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2831253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2833157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2835909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2839398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2842384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2844270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2846996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2849634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2851285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2853065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2855098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2857408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2859139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2860981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2863012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2864699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2866531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2868885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2870589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2872534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2874731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2877310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2878833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2880394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2882163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2883844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:248:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:21.2884749Z 32 warnings generated when compiling for gfx906. 2022-11-23T01:25:21.2885305Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FakeQuantizeCore.hip:6: 2022-11-23T01:25:21.2885937Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:21.2886934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.2887613Z template typename func, int end, int current=0> 2022-11-23T01:25:21.2888018Z ^~~~~~~~ 2022-11-23T01:25:21.2888301Z class 2022-11-23T01:25:21.2889101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.2889676Z template typename func, int end> 2022-11-23T01:25:21.2890154Z ^~~~~~~~ 2022-11-23T01:25:21.2890459Z class 2022-11-23T01:25:21.2890822Z 2 warnings generated when compiling for host. 2022-11-23T01:25:21.3009065Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseCsrTensorMath.hip.o 2022-11-23T01:25:21.3615585Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorTransformerFunctions.hip:11: 2022-11-23T01:25:21.3616357Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:21.3625292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.3626013Z template typename func, int end, int current=0> 2022-11-23T01:25:21.3626409Z ^~~~~~~~ 2022-11-23T01:25:21.3626727Z class 2022-11-23T01:25:21.3627580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.3628405Z template typename func, int end> 2022-11-23T01:25:21.3628784Z ^~~~~~~~ 2022-11-23T01:25:21.3629085Z class 2022-11-23T01:25:21.3629480Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:21.3630568Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorTransformerFunctions.hip:11: 2022-11-23T01:25:21.3631313Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:21.3632351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.3633028Z template typename func, int end, int current=0> 2022-11-23T01:25:21.3634142Z ^~~~~~~~ 2022-11-23T01:25:21.3634778Z class 2022-11-23T01:25:21.3635834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.3636756Z template typename func, int end> 2022-11-23T01:25:21.3637139Z ^~~~~~~~ 2022-11-23T01:25:21.3637458Z class 2022-11-23T01:25:21.3637817Z 2 warnings generated when compiling for host. 2022-11-23T01:25:21.3743598Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseHIPTensor.hip.o 2022-11-23T01:25:21.7583157Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FusedObsFakeQuant.hip:6: 2022-11-23T01:25:21.7584809Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:21.7585984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.7586612Z template typename func, int end, int current=0> 2022-11-23T01:25:21.7588319Z ^~~~~~~~ 2022-11-23T01:25:21.7589466Z class 2022-11-23T01:25:21.7597388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.7598421Z template typename func, int end> 2022-11-23T01:25:21.7599060Z ^~~~~~~~ 2022-11-23T01:25:21.7599411Z class 2022-11-23T01:25:21.7599801Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:21.7602210Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FusedObsFakeQuant.hip:6: 2022-11-23T01:25:21.7603267Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:21.7608626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.7609325Z template typename func, int end, int current=0> 2022-11-23T01:25:21.7609731Z ^~~~~~~~ 2022-11-23T01:25:21.7610042Z class 2022-11-23T01:25:21.7610918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.7611597Z template typename func, int end> 2022-11-23T01:25:21.7611961Z ^~~~~~~~ 2022-11-23T01:25:21.7612265Z class 2022-11-23T01:25:21.7612650Z 2 warnings generated when compiling for host. 2022-11-23T01:25:21.7729260Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseHIPTensorMath.hip.o 2022-11-23T01:25:21.8687256Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/IntReprQuant.hip:6: 2022-11-23T01:25:21.8693078Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:21.8694589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.8695438Z template typename func, int end, int current=0> 2022-11-23T01:25:21.8696150Z ^~~~~~~~ 2022-11-23T01:25:21.8696864Z class 2022-11-23T01:25:21.8697837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.8698551Z template typename func, int end> 2022-11-23T01:25:21.8698931Z ^~~~~~~~ 2022-11-23T01:25:21.8699222Z class 2022-11-23T01:25:21.8704348Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:21.8706228Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/IntReprQuant.hip:6: 2022-11-23T01:25:21.8706888Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:21.8708304Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.8709032Z template typename func, int end, int current=0> 2022-11-23T01:25:21.8709432Z ^~~~~~~~ 2022-11-23T01:25:21.8709741Z class 2022-11-23T01:25:21.8710634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.8711372Z template typename func, int end> 2022-11-23T01:25:21.8711736Z ^~~~~~~~ 2022-11-23T01:25:21.8712040Z class 2022-11-23T01:25:21.8712431Z 2 warnings generated when compiling for host. 2022-11-23T01:25:21.8790071Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseMatMul.hip.o 2022-11-23T01:25:21.9578919Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/MakePerTensorQuantizedTensor.hip:6: 2022-11-23T01:25:21.9579694Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:21.9580794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.9581723Z template typename func, int end, int current=0> 2022-11-23T01:25:21.9582109Z ^~~~~~~~ 2022-11-23T01:25:21.9582421Z class 2022-11-23T01:25:21.9592725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.9593594Z template typename func, int end> 2022-11-23T01:25:21.9593938Z ^~~~~~~~ 2022-11-23T01:25:21.9594412Z class 2022-11-23T01:25:21.9594921Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:21.9595908Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/MakePerTensorQuantizedTensor.hip:6: 2022-11-23T01:25:21.9597618Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:21.9599672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.9601339Z template typename func, int end, int current=0> 2022-11-23T01:25:21.9601858Z ^~~~~~~~ 2022-11-23T01:25:21.9602389Z class 2022-11-23T01:25:21.9603655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:21.9604365Z template typename func, int end> 2022-11-23T01:25:21.9604851Z ^~~~~~~~ 2022-11-23T01:25:21.9605092Z class 2022-11-23T01:25:21.9607549Z 2 warnings generated when compiling for host. 2022-11-23T01:25:21.9701869Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/transformers/hip/torch_hip_generated_attention.hip.o 2022-11-23T01:25:22.8493287Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SoftMax.hip:14: 2022-11-23T01:25:22.8494289Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2022-11-23T01:25:22.8495428Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:22.8496805Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:22.8497774Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:22.8499895Z ^ 2022-11-23T01:25:22.8501175Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:22.8502205Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:22.8502872Z ^ 2022-11-23T01:25:22.8504379Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:22.8505198Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:22.8505875Z ^ 2022-11-23T01:25:22.8525241Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SoftMax.hip:46: 2022-11-23T01:25:22.8526018Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:22.8531850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:22.8532512Z template typename func, int end, int current=0> 2022-11-23T01:25:22.8533039Z ^~~~~~~~ 2022-11-23T01:25:22.8533564Z class 2022-11-23T01:25:22.8534455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:22.8535058Z template typename func, int end> 2022-11-23T01:25:22.8535422Z ^~~~~~~~ 2022-11-23T01:25:22.8535732Z class 2022-11-23T01:25:22.8536070Z 3 warnings generated when compiling for gfx906. 2022-11-23T01:25:22.8536610Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SoftMax.hip:14: 2022-11-23T01:25:22.8537265Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2022-11-23T01:25:22.8537885Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:22.8538776Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:22.8539538Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:22.8540060Z ^ 2022-11-23T01:25:22.8540794Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:22.8541318Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:22.8541651Z ^ 2022-11-23T01:25:22.8542214Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:22.8542709Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:22.8543085Z ^ 2022-11-23T01:25:22.8543572Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SoftMax.hip:46: 2022-11-23T01:25:22.8544130Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:22.8545117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:22.8545814Z template typename func, int end, int current=0> 2022-11-23T01:25:22.8546222Z ^~~~~~~~ 2022-11-23T01:25:22.8546691Z class 2022-11-23T01:25:22.8547541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:22.8548384Z template typename func, int end> 2022-11-23T01:25:22.8548754Z ^~~~~~~~ 2022-11-23T01:25:22.8549062Z class 2022-11-23T01:25:22.8549430Z 3 warnings generated when compiling for host. 2022-11-23T01:25:22.8617530Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/transformers/hip/torch_hip_generated_attention_backward.hip.o 2022-11-23T01:25:22.9935480Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensor.hip:10: 2022-11-23T01:25:22.9936346Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2022-11-23T01:25:22.9937014Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:22.9938047Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:22.9938783Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:22.9939291Z ^ 2022-11-23T01:25:22.9940001Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:22.9940716Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:22.9941290Z ^ 2022-11-23T01:25:22.9942092Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:22.9942848Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:22.9943198Z ^ 2022-11-23T01:25:22.9943518Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:22.9944002Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensor.hip:10: 2022-11-23T01:25:22.9946237Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2022-11-23T01:25:22.9946717Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:22.9947297Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:22.9947930Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:22.9949114Z ^ 2022-11-23T01:25:22.9949881Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:22.9950339Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:22.9950697Z ^ 2022-11-23T01:25:22.9951331Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:22.9951883Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:22.9952288Z ^ 2022-11-23T01:25:22.9952657Z 1 warning generated when compiling for host. 2022-11-23T01:25:23.0076251Z [ 90%] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/build/aten/src/ATen/torch_hip_generated_UfuncCUDA_add.cu.o 2022-11-23T01:25:23.0756449Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseCsrTensorMath.hip:37: 2022-11-23T01:25:23.0757325Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:25:23.0760001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:23.0760797Z template typename func, int end, int current=0> 2022-11-23T01:25:23.0762278Z ^~~~~~~~ 2022-11-23T01:25:23.0762720Z class 2022-11-23T01:25:23.0764533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:23.0765121Z template typename func, int end> 2022-11-23T01:25:23.0766549Z ^~~~~~~~ 2022-11-23T01:25:23.0766967Z class 2022-11-23T01:25:23.0769018Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseCsrTensorMath.hip:37: 2022-11-23T01:25:23.0774613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0775769Z __global__ void reduce_kernel(R reduction) { 2022-11-23T01:25:23.0776281Z ^ 2022-11-23T01:25:23.0780202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0783659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0787348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0792190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0795274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0799027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0804015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0807346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0812276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0816801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0821300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0825175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0829056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0832885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0836158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0839185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0842233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0844773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0848343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0850831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0854026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0855750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0858048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0860637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0862865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0865030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0867267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0871310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0873991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0877156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0879654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0882754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0886094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0889196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0892070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0895326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0898515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0901476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0904719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0907403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0910154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0913634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0917352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0919921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0935522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0937146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0938464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0939433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0940729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0941723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0942757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0944559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0947202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0950268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0952781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0956062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0958935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0965370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0967239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0969098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0989441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0990552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0991645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0992938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0994026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0995169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0996152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.0998127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1000012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1001821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1004022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1007018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1011591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1013898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1016258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1019337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1022288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1025188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1028985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1031376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1034361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1037466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1039787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1043921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1046824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1049663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1053008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1109356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1111413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1113272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1114935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1116622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1118207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1119408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1120578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1122175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1123788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1125001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1126193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1127483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1128841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1130348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1131341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1132806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1134123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1135067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1136271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1137594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1139441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1140993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1142625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1143989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1145538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1147098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1148971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1150380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1152021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1153455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1155053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1156372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1158061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1159543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1225320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1228347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1231016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1233079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1235660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1238004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1240284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1242577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1244827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1247100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1249394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1251822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1254114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1256337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1258564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1260794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1263055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1265409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1267655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1271556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1273516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1274596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1275612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1276773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1277783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1278826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1279858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1281621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1282959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1284042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1285249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1286230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1287348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1288269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1289412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1290338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1291491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1292466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1294113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1295445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1296455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1297446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1298512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1299432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1300473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1301847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1302895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1303837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1304930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1306130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1307166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1311512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1313392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1315208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1377822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1429827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1449786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1453172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1455058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1456879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1458699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1460666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1462427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1464271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1466069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1468028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1469858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1471909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1473727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1475494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1477336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1479146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1480956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1482868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1484675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1486466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1488280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1490406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1492221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1494115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1495924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1497736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1499674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1501505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1503324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1505138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1507003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1508883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1510701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1512575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1514385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1516199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1518073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1519867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1521669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1523500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1525292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1527026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1528814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:226:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2022-11-23T01:25:23.1529658Z 224 warnings generated when compiling for gfx906. 2022-11-23T01:25:23.1530226Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseCsrTensorMath.hip:37: 2022-11-23T01:25:23.1530829Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:13: 2022-11-23T01:25:23.1531813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:23.1532514Z template typename func, int end, int current=0> 2022-11-23T01:25:23.1532889Z ^~~~~~~~ 2022-11-23T01:25:23.1533182Z class 2022-11-23T01:25:23.1534016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:23.1534668Z template typename func, int end> 2022-11-23T01:25:23.1535016Z ^~~~~~~~ 2022-11-23T01:25:23.1535317Z class 2022-11-23T01:25:23.1535685Z 2 warnings generated when compiling for host. 2022-11-23T01:25:23.3875454Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:11: 2022-11-23T01:25:23.3876245Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2022-11-23T01:25:23.3877150Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:23.3878277Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:23.3879084Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:23.3883163Z ^ 2022-11-23T01:25:23.3884007Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:23.3884572Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:23.3884889Z ^ 2022-11-23T01:25:23.3885454Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:23.3885988Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:23.3886365Z ^ 2022-11-23T01:25:23.3895060Z 1 warning generated when compiling for gfx906. 2022-11-23T01:25:23.3895643Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:11: 2022-11-23T01:25:23.3896358Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2022-11-23T01:25:23.3896996Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2022-11-23T01:25:23.3897976Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:341:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2022-11-23T01:25:23.3898766Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2022-11-23T01:25:23.3899306Z ^ 2022-11-23T01:25:23.3900031Z /opt/rocm-5.2.0/include/hip/amd_detail/amd_hip_atomic.h:203:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2022-11-23T01:25:23.3900596Z DEPRECATED("use atomicAdd instead") 2022-11-23T01:25:23.3900932Z ^ 2022-11-23T01:25:23.3901478Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:510:41: note: expanded from macro 'DEPRECATED' 2022-11-23T01:25:23.3902564Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2022-11-23T01:25:23.3903148Z ^ 2022-11-23T01:25:23.3903516Z 1 warning generated when compiling for host. 2022-11-23T01:25:23.9806558Z In file included from /var/lib/jenkins/workspace/build/aten/src/ATen/UfuncCUDA_add.cu:7: 2022-11-23T01:25:23.9807193Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:23.9808231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:23.9808849Z template typename func, int end, int current=0> 2022-11-23T01:25:23.9811169Z ^~~~~~~~ 2022-11-23T01:25:23.9811582Z class 2022-11-23T01:25:23.9812737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:23.9813450Z template typename func, int end> 2022-11-23T01:25:23.9813833Z ^~~~~~~~ 2022-11-23T01:25:23.9814168Z class 2022-11-23T01:25:23.9814552Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:23.9815085Z In file included from /var/lib/jenkins/workspace/build/aten/src/ATen/UfuncCUDA_add.cu:7: 2022-11-23T01:25:23.9815860Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:23.9817939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:23.9818642Z template typename func, int end, int current=0> 2022-11-23T01:25:23.9819232Z ^~~~~~~~ 2022-11-23T01:25:23.9819572Z class 2022-11-23T01:25:23.9822043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:23.9822751Z template typename func, int end> 2022-11-23T01:25:23.9823195Z ^~~~~~~~ 2022-11-23T01:25:23.9823477Z class 2022-11-23T01:25:23.9823858Z 2 warnings generated when compiling for host. 2022-11-23T01:25:24.1684924Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/attention.hip:15: 2022-11-23T01:25:24.1685723Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:24.1686848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:24.1687554Z template typename func, int end, int current=0> 2022-11-23T01:25:24.1687992Z ^~~~~~~~ 2022-11-23T01:25:24.1688374Z class 2022-11-23T01:25:24.1689314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:24.1690020Z template typename func, int end> 2022-11-23T01:25:24.1690415Z ^~~~~~~~ 2022-11-23T01:25:24.1690687Z class 2022-11-23T01:25:24.1691062Z 2 warnings generated when compiling for gfx906. 2022-11-23T01:25:24.1691620Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/attention.hip:15: 2022-11-23T01:25:24.1692210Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:14: 2022-11-23T01:25:24.1693178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:40:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:24.1696141Z template typename func, int end, int current=0> 2022-11-23T01:25:24.1696781Z ^~~~~~~~ 2022-11-23T01:25:24.1697093Z class 2022-11-23T01:25:24.1698061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh:49:26: warning: template template parameter using 'typename' is a C++17 extension [-Wc++17-extensions] 2022-11-23T01:25:24.1698733Z template typename func, int end> 2022-11-23T01:25:24.1699099Z ^~~~~~~~ 2022-11-23T01:25:24.1699448Z class 2022-11-23T01:25:24.1699844Z 2 warnings generated when compiling for host. 2022-11-23T01:25:24.8571795Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/miopen/BatchNorm_miopen.cpp.o 2022-11-23T01:25:24.8572566Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/miopen/RNN_miopen.cpp.o 2022-11-23T01:25:24.8573128Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/BatchNorm.cpp.o 2022-11-23T01:25:24.8581369Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/miopen/Conv_miopen.cpp.o 2022-11-23T01:25:24.8582299Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/AffineGridGenerator.cpp.o 2022-11-23T01:25:24.8614461Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/ConvPlaceholders.cpp.o 2022-11-23T01:25:25.3175730Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.3177140Z In file included from /var/lib/jenkins/workspace/c10/core/DeviceType.h:8, 2022-11-23T01:25:25.3177979Z from /var/lib/jenkins/workspace/c10/core/Device.h:3, 2022-11-23T01:25:25.3178825Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:11, 2022-11-23T01:25:25.3179692Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:25:25.3180521Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:25:25.3181788Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:25:25.3183606Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp: In function ‘void at::native::_viewOrCopyParams(at::MatrixRef, at::MatrixRef, bool)’: 2022-11-23T01:25:25.3186246Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:271:41: warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations] 2022-11-23T01:25:25.3188054Z 271 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:25:25.3188669Z | ^ 2022-11-23T01:25:25.3189429Z /var/lib/jenkins/workspace/c10/macros/Macros.h:200:64: note: in definition of macro ‘C10_UNLIKELY’ 2022-11-23T01:25:25.3190201Z 200 | #define C10_UNLIKELY(expr) (__builtin_expect(static_cast(expr), 0)) 2022-11-23T01:25:25.3190803Z | ^~~~ 2022-11-23T01:25:25.3191675Z /var/lib/jenkins/workspace/c10/util/Exception.h:506:7: note: in expansion of macro ‘C10_UNLIKELY_OR_CONST’ 2022-11-23T01:25:25.3192544Z 506 | if (C10_UNLIKELY_OR_CONST(!(cond))) { \ 2022-11-23T01:25:25.3193030Z | ^~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:25:25.3193840Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:271:13: note: in expansion of macro ‘TORCH_CHECK’ 2022-11-23T01:25:25.3194714Z 271 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:25:25.3195237Z | ^~~~~~~~~~~ 2022-11-23T01:25:25.3195848Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:25:25.3196553Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:25:25.3197293Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:25:25.3198120Z /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:216:30: note: declared here 2022-11-23T01:25:25.3198794Z 216 | DeprecatedTypeProperties & type() const { 2022-11-23T01:25:25.3199323Z | ^~~~ 2022-11-23T01:25:25.3199929Z In file included from /var/lib/jenkins/workspace/c10/core/DeviceType.h:8, 2022-11-23T01:25:25.3200576Z from /var/lib/jenkins/workspace/c10/core/Device.h:3, 2022-11-23T01:25:25.3201260Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:11, 2022-11-23T01:25:25.3202049Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:25:25.3202725Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:25:25.3203439Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:25:25.3205765Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:271:60: warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations] 2022-11-23T01:25:25.3207398Z 271 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:25:25.3208025Z | ^ 2022-11-23T01:25:25.3208785Z /var/lib/jenkins/workspace/c10/macros/Macros.h:200:64: note: in definition of macro ‘C10_UNLIKELY’ 2022-11-23T01:25:25.3209555Z 200 | #define C10_UNLIKELY(expr) (__builtin_expect(static_cast(expr), 0)) 2022-11-23T01:25:25.3210168Z | ^~~~ 2022-11-23T01:25:25.3210938Z /var/lib/jenkins/workspace/c10/util/Exception.h:506:7: note: in expansion of macro ‘C10_UNLIKELY_OR_CONST’ 2022-11-23T01:25:25.3211640Z 506 | if (C10_UNLIKELY_OR_CONST(!(cond))) { \ 2022-11-23T01:25:25.3212116Z | ^~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:25:25.3212912Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:271:13: note: in expansion of macro ‘TORCH_CHECK’ 2022-11-23T01:25:25.3213770Z 271 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:25:25.3214412Z | ^~~~~~~~~~~ 2022-11-23T01:25:25.3215013Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:25:25.3215710Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:25:25.3216434Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:25:25.3217216Z /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:216:30: note: declared here 2022-11-23T01:25:25.3217898Z 216 | DeprecatedTypeProperties & type() const { 2022-11-23T01:25:25.3218420Z | ^~~~ 2022-11-23T01:25:25.3219003Z In file included from /var/lib/jenkins/workspace/c10/core/DeviceType.h:8, 2022-11-23T01:25:25.3219679Z from /var/lib/jenkins/workspace/c10/core/Device.h:3, 2022-11-23T01:25:25.3220366Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:11, 2022-11-23T01:25:25.3221071Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:25:25.3221724Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:25:25.3222454Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:25:25.3223662Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp: In function ‘void at::native::_copyParams_and_permute(at::MatrixRef, at::MatrixRef, int64_t)’: 2022-11-23T01:25:25.3226192Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:290:41: warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations] 2022-11-23T01:25:25.3227980Z 290 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:25:25.3228573Z | ^ 2022-11-23T01:25:25.3229324Z /var/lib/jenkins/workspace/c10/macros/Macros.h:200:64: note: in definition of macro ‘C10_UNLIKELY’ 2022-11-23T01:25:25.3230098Z 200 | #define C10_UNLIKELY(expr) (__builtin_expect(static_cast(expr), 0)) 2022-11-23T01:25:25.3230707Z | ^~~~ 2022-11-23T01:25:25.3231522Z /var/lib/jenkins/workspace/c10/util/Exception.h:506:7: note: in expansion of macro ‘C10_UNLIKELY_OR_CONST’ 2022-11-23T01:25:25.3232235Z 506 | if (C10_UNLIKELY_OR_CONST(!(cond))) { \ 2022-11-23T01:25:25.3232725Z | ^~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:25:25.3233504Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:290:13: note: in expansion of macro ‘TORCH_CHECK’ 2022-11-23T01:25:25.3234340Z 290 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:25:25.3234899Z | ^~~~~~~~~~~ 2022-11-23T01:25:25.3235489Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:25:25.3236170Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:25:25.3237022Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:25:25.3237836Z /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:216:30: note: declared here 2022-11-23T01:25:25.3238526Z 216 | DeprecatedTypeProperties & type() const { 2022-11-23T01:25:25.3239040Z | ^~~~ 2022-11-23T01:25:25.3239622Z In file included from /var/lib/jenkins/workspace/c10/core/DeviceType.h:8, 2022-11-23T01:25:25.3240288Z from /var/lib/jenkins/workspace/c10/core/Device.h:3, 2022-11-23T01:25:25.3240961Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:11, 2022-11-23T01:25:25.3241661Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:25:25.3242333Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:25:25.3243064Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:25:25.3245398Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:290:60: warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations] 2022-11-23T01:25:25.3247150Z 290 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:25:25.3247792Z | ^ 2022-11-23T01:25:25.3248546Z /var/lib/jenkins/workspace/c10/macros/Macros.h:200:64: note: in definition of macro ‘C10_UNLIKELY’ 2022-11-23T01:25:25.3249340Z 200 | #define C10_UNLIKELY(expr) (__builtin_expect(static_cast(expr), 0)) 2022-11-23T01:25:25.3249963Z | ^~~~ 2022-11-23T01:25:25.3250739Z /var/lib/jenkins/workspace/c10/util/Exception.h:506:7: note: in expansion of macro ‘C10_UNLIKELY_OR_CONST’ 2022-11-23T01:25:25.3251456Z 506 | if (C10_UNLIKELY_OR_CONST(!(cond))) { \ 2022-11-23T01:25:25.3251946Z | ^~~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:25:25.3252710Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:290:13: note: in expansion of macro ‘TORCH_CHECK’ 2022-11-23T01:25:25.3253598Z 290 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2022-11-23T01:25:25.3256976Z | ^~~~~~~~~~~ 2022-11-23T01:25:25.3257617Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:25:25.3258322Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2022-11-23T01:25:25.3259058Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2022-11-23T01:25:25.3259831Z /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:216:30: note: declared here 2022-11-23T01:25:25.3260459Z 216 | DeprecatedTypeProperties & type() const { 2022-11-23T01:25:25.3260917Z | ^~~~ 2022-11-23T01:25:25.3261183Z At global scope: 2022-11-23T01:25:25.3261970Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.3262875Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.3263765Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.3264660Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.3265568Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.3266440Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/ConvShared.cpp.o 2022-11-23T01:25:25.3953070Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.3954100Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.3955064Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.3955920Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.3956823Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.3957897Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.4054868Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/Conv_v7.cpp.o 2022-11-23T01:25:25.4291780Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.4292939Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.4293868Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.4294751Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.4295644Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.4296558Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.4342500Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/Conv_v8.cpp.o 2022-11-23T01:25:25.4548977Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.4550029Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.4551000Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.4551962Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.4552911Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.4553801Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.4612512Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/GridSampler.cpp.o 2022-11-23T01:25:25.4919939Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.4921020Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.4921999Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.4922898Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.4923823Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.4924743Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.4970576Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/LossCTC.cpp.o 2022-11-23T01:25:25.5154355Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.5155316Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.5156307Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.5157222Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.5158027Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.5158600Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.5211086Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/RNN.cpp.o 2022-11-23T01:25:25.5243413Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.5244428Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.5245364Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.5246231Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.5247156Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.5248038Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.5358845Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/miopen/Descriptors.cpp.o 2022-11-23T01:25:25.5860126Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.5861241Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.5861828Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.5862362Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.5863066Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.5863621Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.5920173Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/miopen/Handle.cpp.o 2022-11-23T01:25:25.7965914Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.7966957Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.7967959Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.7968884Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.7969837Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.7970727Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.8035009Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/miopen/Types.cpp.o 2022-11-23T01:25:25.9802482Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.9804062Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.9805155Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.9806033Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.9806888Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.9807743Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.9830331Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:25.9831463Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:25.9832454Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:25.9833373Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:25.9834306Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:25.9835214Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:25.9871111Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/NestedTensorTransformerFunctions.cpp.o 2022-11-23T01:25:25.9898742Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseBlas.cpp.o 2022-11-23T01:25:26.0960139Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.0961286Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.0962482Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.0963327Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.0964292Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.0964871Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.1024598Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseBlasImpl.cpp.o 2022-11-23T01:25:26.1311019Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.1312201Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.1313217Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.1314145Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.1315052Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.1315870Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.1366706Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseBlasLegacy.cpp.o 2022-11-23T01:25:26.4713153Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.4714204Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.4715149Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.4716007Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.4716893Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.4717804Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.4784378Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp.o 2022-11-23T01:25:26.6747429Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.6748787Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.6753955Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.6754815Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.6755590Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.6756425Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.6757302Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.6758408Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.6759295Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.6760068Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.6760819Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.6761594Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.6767908Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.6768824Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.6779607Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.6780428Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.6781163Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.6782163Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.6814354Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/Activation.cpp.o 2022-11-23T01:25:26.6818325Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseHIPTensor.cpp.o 2022-11-23T01:25:26.6844251Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/BinaryOps.cpp.o 2022-11-23T01:25:26.7715517Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.7716164Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.7716736Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.7717298Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.7717935Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.7718713Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.7777438Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/Conv.cpp.o 2022-11-23T01:25:26.8398389Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.8399280Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.8400146Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.8400804Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.8401542Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.8402340Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.8462450Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/ConvPrepack.cpp.o 2022-11-23T01:25:26.9120747Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.9121736Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.9122567Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.9123304Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.9124058Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.9124836Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.9191935Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/ConvUnpackImpl.cpp.o 2022-11-23T01:25:26.9404263Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.9405507Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.9406372Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.9407133Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.9407840Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.9408570Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.9468815Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/Linear.cpp.o 2022-11-23T01:25:26.9646467Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.9647196Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.9647728Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.9648223Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.9648721Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.9649214Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.9695748Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/LinearPrepack.cpp.o 2022-11-23T01:25:26.9921186Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:26.9921860Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:26.9922637Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:26.9923115Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:26.9923665Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:26.9924260Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:26.9970951Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/LinearUnpackImpl.cpp.o 2022-11-23T01:25:27.0170325Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:27.0171419Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:27.0172396Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:27.0173295Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:27.0174195Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:27.0175083Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:27.0229299Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/Pooling.cpp.o 2022-11-23T01:25:27.0392324Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:27.0393211Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:27.0394066Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:27.0394563Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:27.0395066Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:27.0395559Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:27.0442382Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/CachingHostAllocator.cpp.o 2022-11-23T01:25:27.0820098Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:27.0821105Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:27.0822001Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:27.0822770Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:27.0823537Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:27.0824368Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:27.0927702Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/CuSparseHandlePool.cpp.o 2022-11-23T01:25:27.1783221Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:27.1784387Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:27.1785364Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:27.1786261Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:27.1787149Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:27.1788429Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:27.1854844Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/CublasHandlePool.cpp.o 2022-11-23T01:25:27.3225732Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:27.3226746Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:27.3227842Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:27.3228662Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:27.3229661Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:27.3230463Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:27.3299775Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/EmptyTensor.cpp.o 2022-11-23T01:25:27.5385890Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:27.5386870Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:27.5387658Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:27.5388933Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:27.5389685Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:27.5390482Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:27.5461421Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/Exceptions.cpp.o 2022-11-23T01:25:27.6091288Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:27.6092535Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:27.6093841Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:27.6094907Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:27.6096130Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:27.6097223Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:27.6098486Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:27.6099454Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:27.6100397Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:27.6101286Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:27.6102402Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:27.6103321Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:27.6153075Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPBlas.cpp.o 2022-11-23T01:25:27.6164332Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPContext.cpp.o 2022-11-23T01:25:27.6920876Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:27.6922203Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:27.6923147Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:27.6924012Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:27.6924611Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:27.6925393Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:27.6991152Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPGeneratorImpl.cpp.o 2022-11-23T01:25:27.8137284Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:27.8138285Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:27.8139165Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:27.8139921Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:27.8140937Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:27.8141764Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:27.8221402Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPGraph.cpp.o 2022-11-23T01:25:27.9846808Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:27.9847887Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:27.9848865Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:27.9849757Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:27.9850684Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:27.9851597Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:27.9919272Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPSparseBlas.cpp.o 2022-11-23T01:25:28.0662132Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:28.0663379Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:28.0664254Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:28.0665072Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:28.0665938Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:28.0666774Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:28.0715926Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPSparseDescriptors.cpp.o 2022-11-23T01:25:28.1059088Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:28.1060167Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:28.1061155Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:28.1061949Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:28.1062782Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:28.1063655Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:28.1127151Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/PeerToPeerAccess.cpp.o 2022-11-23T01:25:28.1930944Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:28.1931945Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:28.1932999Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:28.1933735Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:28.1934588Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:28.1935460Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:28.2016130Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/PinnedMemoryAllocator.cpp.o 2022-11-23T01:25:28.4371809Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:28.4372720Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:28.4373587Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:28.4374316Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:28.4375060Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:28.4375809Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:28.4433592Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/detail/HIPHooks.cpp.o 2022-11-23T01:25:28.4707190Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:28.4708475Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:28.4709372Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:28.4710253Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:28.4711201Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:28.4712091Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:28.4774252Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.cpp.o 2022-11-23T01:25:28.6634449Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:28.6635728Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:326:13: warning: rocblas_gemm_strided_batched_ex: The workspace_size and workspace arguments are obsolete, and will be ignored 2022-11-23T01:25:28.6636557Z 326 |  0, 0, NULL, NULL)); 2022-11-23T01:25:28.6637217Z | ^ ~~~~~~~~~~~~~~~~~~~ 2022-11-23T01:25:28.6638020Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:28.6639004Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:28.6639892Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:28.6640990Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:28.6641913Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:28.6659719Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:28.6664452Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:28.6665512Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:28.6666374Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:28.6667298Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:28.6668679Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:28.6709565Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.cpp.o 2022-11-23T01:25:28.6731463Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/llvm_basic.cpp.o 2022-11-23T01:25:28.7311295Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:28.7312571Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:28.7313449Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:28.7314246Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:28.7315053Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:28.7315862Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:28.7416919Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/llvm_complex.cpp.o 2022-11-23T01:25:28.8628968Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:28.8630030Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:28.8631193Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:28.8632123Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:28.8633059Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:28.8633966Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:28.8688550Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Activation.cpp.o 2022-11-23T01:25:28.8730369Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:28.8731373Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:28.8732485Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:28.8733400Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:28.8734315Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:28.8735231Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:28.8791982Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Blas.cpp.o 2022-11-23T01:25:28.9219589Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:28.9220684Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:28.9221673Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:28.9222556Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:28.9223470Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:28.9224388Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:28.9292519Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Distributions.cpp.o 2022-11-23T01:25:29.0504798Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:29.0505812Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:29.0506639Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:29.0507373Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:29.0508502Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:29.0509340Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:29.0575033Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Equal.cpp.o 2022-11-23T01:25:29.1399960Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:29.1400953Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:14: 2022-11-23T01:25:29.1403322Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:29.1404717Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:29.1405206Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:29.1406003Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:29.1412451Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:29.1413012Z | ^~~~ 2022-11-23T01:25:29.1413770Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:29.1414383Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:29.1414801Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:29.1415378Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:25:29.1416053Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGeneratorImpl.h:2, 2022-11-23T01:25:29.1416724Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:4: 2022-11-23T01:25:29.1417413Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:29.1418091Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:29.1418619Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:29.1419309Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:14: 2022-11-23T01:25:29.1421168Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:29.1422609Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:29.1423067Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:29.1423899Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:29.1424655Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:29.1425204Z | ^~~~ 2022-11-23T01:25:29.1426046Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:29.1426741Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:29.1427177Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:29.1427953Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:25:29.1428689Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGeneratorImpl.h:2, 2022-11-23T01:25:29.1429461Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:4: 2022-11-23T01:25:29.1430208Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:29.1430825Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:29.1431380Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:29.1431917Z In file included from /opt/rocm/magma/include/magma_types.h:148, 2022-11-23T01:25:29.1432497Z from /opt/rocm/magma/include/magma_copy.h:12, 2022-11-23T01:25:29.1433098Z from /opt/rocm/magma/include/magmablas.h:12, 2022-11-23T01:25:29.1433666Z from /opt/rocm/magma/include/magma_v2.h:22, 2022-11-23T01:25:29.1434354Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:26: 2022-11-23T01:25:29.1435639Z /opt/rocm-5.2.0/include/hipblas.h:16:160: note: #pragma message: : warning : This file is deprecated. Use the header file from /opt/rocm-5.2.0/include/hipblas/hipblas.h by using #include 2022-11-23T01:25:29.1436803Z 16 | #pragma message(": warning : This file is deprecated. Use the header file from /opt/rocm-5.2.0/include/hipblas/hipblas.h by using #include ") 2022-11-23T01:25:29.1437744Z | ^ 2022-11-23T01:25:29.1438408Z In file included from /opt/rocm/magma/include/magma_types.h:149, 2022-11-23T01:25:29.1439053Z from /opt/rocm/magma/include/magma_copy.h:12, 2022-11-23T01:25:29.1439612Z from /opt/rocm/magma/include/magmablas.h:12, 2022-11-23T01:25:29.1440170Z from /opt/rocm/magma/include/magma_v2.h:22, 2022-11-23T01:25:29.1440793Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:26: 2022-11-23T01:25:29.1441886Z /opt/rocm/hipsparse/include/hipsparse.h:16:168: note: #pragma message: : warning : This file is deprecated. Use the header file from /opt/rocm-5.2.0/include/hipsparse/hipsparse.h by using #include 2022-11-23T01:25:29.1443080Z 16 | #pragma message(": warning : This file is deprecated. Use the header file from /opt/rocm-5.2.0/include/hipsparse/hipsparse.h by using #include ") 2022-11-23T01:25:29.1444139Z | ^ 2022-11-23T01:25:29.1444941Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:29.1445859Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:29.1446704Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:29.1447628Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:29.1448547Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:29.1488137Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/GridSampler.cpp.o 2022-11-23T01:25:29.3772015Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:29.3772716Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:29.3773259Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:29.3773817Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:29.3774368Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:29.3774859Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:29.3788881Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:29.3790037Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:29.3790849Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:29.3791648Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:29.3792457Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:29.3793036Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:29.3842052Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/IndexKernel.cpp.o 2022-11-23T01:25:29.3843012Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/LinearAlgebraStubs.cpp.o 2022-11-23T01:25:29.4388420Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:29.4389503Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:29.4390452Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:29.4391317Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:29.4392405Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:29.4393250Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:29.4454290Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/ReduceOps.cpp.o 2022-11-23T01:25:29.4875852Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:29.4876836Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:29.4877708Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:29.4878507Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:29.4879341Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:29.4880135Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:29.4942938Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Resize.cpp.o 2022-11-23T01:25:29.5973037Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:29.5974021Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:29.5974915Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:29.5975745Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:29.5976555Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:29.5977422Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:29.6040397Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/ScanKernels.cpp.o 2022-11-23T01:25:29.6974454Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:29.6975535Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:29.6976511Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:29.6977367Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:29.6978220Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:29.6979083Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:29.7049350Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Sort.cpp.o 2022-11-23T01:25:29.9131620Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:29.9132225Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:29.9133028Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:29.9133962Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:29.9134726Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:29.9135551Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:29.9200353Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Sorting.cpp.o 2022-11-23T01:25:29.9463221Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:29.9464230Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:29.9465132Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:29.9465935Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:29.9466753Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:29.9467617Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:29.9532072Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/SpectralOps.cpp.o 2022-11-23T01:25:30.0289488Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:30.0290577Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:30.0291578Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:30.0292501Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:30.0293683Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:30.0294626Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:30.0359607Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/TensorCompare.cpp.o 2022-11-23T01:25:30.1020287Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:30.1021305Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:30.1022117Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:30.1023011Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:30.1023898Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:30.1024808Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:30.1128622Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/TensorModeKernel.cpp.o 2022-11-23T01:25:30.1600285Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:30.1601133Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:30.1601735Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:30.1602262Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:30.1602762Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:30.1603313Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:30.1695509Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/TensorShapeHIP.cpp.o 2022-11-23T01:25:30.2933508Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:30.2934499Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:30.2935443Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:30.2936250Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:30.2937071Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:30.2937873Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:30.2999752Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/TensorTopK.cpp.o 2022-11-23T01:25:30.4654870Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:30.4655875Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:30.4657027Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:30.4657824Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:30.4658645Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:30.4659530Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:30.4721409Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/jit_utils.cpp.o 2022-11-23T01:25:30.4964526Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:30.4965610Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:30.4966603Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:30.4967484Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:30.4968382Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:30.4969287Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:30.5034967Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp.o 2022-11-23T01:25:30.5737754Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:30.5738760Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:30.5739652Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:30.5740457Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:30.5741305Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:30.5742154Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:30.5812179Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/BatchLinearAlgebraLib.cpp.o 2022-11-23T01:25:30.6578740Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:30.6579820Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:30.6580800Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:30.6581675Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:30.6582593Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:30.6583483Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:30.6641666Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/CusolverDnHandlePool.cpp.o 2022-11-23T01:25:30.7408723Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:30.7409854Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:30.7410768Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:30.7411580Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:30.7412498Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:30.7413299Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:30.7485654Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/HIPSolver.cpp.o 2022-11-23T01:25:30.7797572Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:30.7798659Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:30.7799644Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:30.7800815Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:30.7801725Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:30.7802631Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:30.7868577Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterCUDA.cpp.o 2022-11-23T01:25:30.9361092Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:30.9362268Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.cpp:11: 2022-11-23T01:25:30.9364220Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:30.9365764Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:30.9366380Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:30.9367290Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:30.9368109Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:30.9368617Z | ^~~~ 2022-11-23T01:25:30.9369369Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:30.9370007Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:30.9370421Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:30.9370936Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:25:30.9371840Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.cpp:2: 2022-11-23T01:25:30.9372503Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:30.9373077Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:30.9373512Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:30.9374072Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.cpp:11: 2022-11-23T01:25:30.9375654Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:30.9376758Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:30.9377188Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:30.9377945Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:30.9378713Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:30.9379234Z | ^~~~ 2022-11-23T01:25:30.9380039Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:30.9380877Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:30.9381329Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:30.9381864Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:25:30.9382570Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.cpp:2: 2022-11-23T01:25:30.9383304Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:30.9383945Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:30.9384424Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:30.9385215Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:30.9386089Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:30.9386912Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:30.9387995Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:30.9388847Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:30.9429903Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterNestedTensorCUDA.cpp.o 2022-11-23T01:25:31.1161761Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:31.1162851Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:31.1163769Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:31.1164496Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:31.1165492Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:31.1166423Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:31.1231676Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterQuantizedCUDA.cpp.o 2022-11-23T01:25:31.1812844Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:31.1813694Z In file included from /opt/rocm/magma/include/magma_types.h:148, 2022-11-23T01:25:31.1814813Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/MagmaUtils.h:6, 2022-11-23T01:25:31.1815602Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp:20: 2022-11-23T01:25:31.1816746Z /opt/rocm-5.2.0/include/hipblas.h:16:160: note: #pragma message: : warning : This file is deprecated. Use the header file from /opt/rocm-5.2.0/include/hipblas/hipblas.h by using #include 2022-11-23T01:25:31.1818050Z 16 | #pragma message(": warning : This file is deprecated. Use the header file from /opt/rocm-5.2.0/include/hipblas/hipblas.h by using #include ") 2022-11-23T01:25:31.1819023Z | ^ 2022-11-23T01:25:31.1819666Z In file included from /opt/rocm/magma/include/magma_types.h:149, 2022-11-23T01:25:31.1820429Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/MagmaUtils.h:6, 2022-11-23T01:25:31.1821212Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp:20: 2022-11-23T01:25:31.1822418Z /opt/rocm/hipsparse/include/hipsparse.h:16:168: note: #pragma message: : warning : This file is deprecated. Use the header file from /opt/rocm-5.2.0/include/hipsparse/hipsparse.h by using #include 2022-11-23T01:25:31.1823697Z 16 | #pragma message(": warning : This file is deprecated. Use the header file from /opt/rocm-5.2.0/include/hipsparse/hipsparse.h by using #include ") 2022-11-23T01:25:31.1824592Z | ^ 2022-11-23T01:25:31.1825869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp: In function ‘void at::native::lu_factor(const at::Tensor&, const at::Tensor&, const at::Tensor&, bool)’: 2022-11-23T01:25:31.1827168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp:1607:8: warning: unused variable ‘m’ [-Wunused-variable] 2022-11-23T01:25:31.1828124Z 1607 | auto m = input.size(-2); 2022-11-23T01:25:31.1828543Z | ^ 2022-11-23T01:25:31.1829492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp:1608:8: warning: unused variable ‘n’ [-Wunused-variable] 2022-11-23T01:25:31.1830184Z 1608 | auto n = input.size(-1); 2022-11-23T01:25:31.1830598Z | ^ 2022-11-23T01:25:31.1831748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp: In function ‘void at::native::lu_solve_kernel(const at::Tensor&, const at::Tensor&, const at::Tensor&, at::native::TransposeType)’: 2022-11-23T01:25:31.1832906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp:2453:8: warning: unused variable ‘b’ [-Wunused-variable] 2022-11-23T01:25:31.1833585Z 2453 | auto b = batchCount(B); 2022-11-23T01:25:31.1833995Z | ^ 2022-11-23T01:25:31.1834300Z At global scope: 2022-11-23T01:25:31.1835042Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:31.1836055Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:31.1837124Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:31.1837998Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:31.1838964Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:31.1872346Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterSparseCUDA.cpp.o 2022-11-23T01:25:31.2339304Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:31.2340280Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:31.2341207Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:31.2342002Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:31.2342825Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:31.2343645Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:31.2407791Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterSparseCsrCUDA.cpp.o 2022-11-23T01:25:31.4478928Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:31.4479996Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:31.4480943Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:31.4481797Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:31.4482931Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:31.4483834Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:31.4548376Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/CudaIPCTypes.cpp.o 2022-11-23T01:25:31.5920806Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:31.5921939Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:31.5922944Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:31.5923817Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:31.5924698Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:31.5925503Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:31.5994748Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/cuda/comm.cpp.o 2022-11-23T01:25:31.7432908Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:31.7434182Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:31.7434919Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:31.7435421Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:31.7435906Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:31.7436399Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:31.7487674Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/cuda/memory_snapshot.cpp.o 2022-11-23T01:25:31.8599619Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:31.8600814Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:31.8601750Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:31.8602607Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:31.8603432Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:31.8604376Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:31.8666157Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp.o 2022-11-23T01:25:31.9108107Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:31.9109180Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:31.9110057Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:31.9110703Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:31.9111550Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:31.9112121Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:31.9203939Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/profiler/stubs/cuda.cpp.o 2022-11-23T01:25:31.9721440Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:31.9722514Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:31.9723521Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:31.9724386Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:31.9725301Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:31.9726216Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:31.9791950Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/autograd/functions/comm.cpp.o 2022-11-23T01:25:32.2161232Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:32.2162207Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:32.2163105Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:32.2164380Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:32.2165176Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:32.2165996Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:32.2227956Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/arith.cpp.o 2022-11-23T01:25:32.2916623Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:32.2917701Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:32.2918693Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:32.2919589Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:32.2920527Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:32.2921477Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:32.2994098Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/compute_at.cpp.o 2022-11-23T01:25:32.4627372Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:32.4628624Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:32.4629578Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:32.4630436Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:32.4631415Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:32.4632317Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:32.4698154Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/inlining.cpp.o 2022-11-23T01:25:32.6523429Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:32.6524617Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:32.6525583Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:32.6526451Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:32.6527548Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:32.6528362Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:32.6599322Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/compute_at_map.cpp.o 2022-11-23T01:25:32.9646407Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:32.9647297Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:32.9648135Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:32.9648899Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:32.9649682Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:32.9650438Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:32.9721879Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/codegen.cpp.o 2022-11-23T01:25:33.0696092Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:33.0697015Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp:9: 2022-11-23T01:25:33.0698644Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:33.0699822Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:33.0700470Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:33.0701150Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:33.0701793Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:33.0702263Z | ^~~~ 2022-11-23T01:25:33.0702961Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:33.0703566Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:33.0703965Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:33.0704448Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:25:33.0705097Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h:7, 2022-11-23T01:25:33.0705807Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp:1: 2022-11-23T01:25:33.0706449Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:33.0707013Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:33.0707475Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:33.0708272Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp:9: 2022-11-23T01:25:33.0710035Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:33.0711264Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:33.0711678Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:33.0712372Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:33.0713023Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:33.0713513Z | ^~~~ 2022-11-23T01:25:33.0714196Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:33.0714781Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:33.0715211Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:33.0715805Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:25:33.0716562Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h:7, 2022-11-23T01:25:33.0717347Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp:1: 2022-11-23T01:25:33.0718101Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:33.0718728Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:33.0719219Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:33.0719846Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:33.0720697Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:33.0721550Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:33.0722325Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:33.0723121Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:33.0775252Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/contiguity.cpp.o 2022-11-23T01:25:33.3533687Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:33.3535531Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:33.3536774Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:33.3537905Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:33.3538952Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:33.3539871Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:33.3611968Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/dispatch.cpp.o 2022-11-23T01:25:33.4529451Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:33.4530534Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:33.4531514Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:33.4532382Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:33.4533308Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:33.4534153Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:33.4612713Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/expr_evaluator.cpp.o 2022-11-23T01:25:33.5257939Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:33.5258941Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:33.5259872Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:33.5260698Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:33.5261528Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:33.5262367Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:33.5325106Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/executor.cpp.o 2022-11-23T01:25:33.7435096Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:33.7435876Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:33.7436499Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:33.7437252Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:33.7438035Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:33.7438826Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:33.7494710Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/executor_kernel_arg.cpp.o 2022-11-23T01:25:34.0641551Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:34.0642658Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:34.0643638Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:34.0644488Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:34.0645076Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:34.0645743Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:34.0701924Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/executor_launch_params.cpp.o 2022-11-23T01:25:34.1726227Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:34.1727202Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:34.1728019Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:34.1728767Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:34.1729540Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:34.1730326Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:34.1780652Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/evaluator_common.cpp.o 2022-11-23T01:25:34.4193004Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:34.4194049Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:34.4194941Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:34.4195776Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:34.4196621Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:34.4197432Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:34.4265229Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/executor_utils.cpp.o 2022-11-23T01:25:34.5143162Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:34.5144241Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:34.5145209Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:34.5146058Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:34.5146998Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:34.5148031Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:34.5205749Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/fusion.cpp.o 2022-11-23T01:25:34.5853334Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:34.5854339Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:34.5855452Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:34.5856270Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:34.5857094Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:34.5857937Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:34.5927765Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/graph_fuser.cpp.o 2022-11-23T01:25:34.7296133Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:34.7297437Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.cpp:18: 2022-11-23T01:25:34.7299790Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:34.7301405Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:34.7302560Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:34.7303546Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:34.7304475Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:34.7305173Z | ^~~~ 2022-11-23T01:25:34.7306124Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:34.7307097Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:34.7307528Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:34.7308805Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:25:34.7309762Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.h:8, 2022-11-23T01:25:34.7310717Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.h:3, 2022-11-23T01:25:34.7311683Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.cpp:2: 2022-11-23T01:25:34.7312809Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:34.7313588Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:34.7314107Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:34.7314786Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.cpp:18: 2022-11-23T01:25:34.7316642Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:34.7317949Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:34.7318418Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:34.7319373Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:34.7320149Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:34.7320680Z | ^~~~ 2022-11-23T01:25:34.7321482Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:34.7322193Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:34.7322632Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:34.7323214Z In file included from /opt/rocm-5.2.0/include/hip/hip_runtime.h:113, 2022-11-23T01:25:34.7323966Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.h:8, 2022-11-23T01:25:34.7324671Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.h:3, 2022-11-23T01:25:34.7325335Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor.cpp:2: 2022-11-23T01:25:34.7326036Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:34.7326623Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:34.7327083Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:34.7327850Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:34.7328863Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:34.7329698Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:34.7330619Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:34.7331568Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:34.7369100Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/grouped_reduction.cpp.o 2022-11-23T01:25:35.1303763Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:35.1304824Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:35.1305768Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:35.1306574Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:35.1307408Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:35.1308429Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:35.1383419Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/index_compute.cpp.o 2022-11-23T01:25:35.2799031Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:35.2800119Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:35.2801116Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:35.2802334Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:35.2803261Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:35.2804216Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:35.2872585Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_index_compute.cpp.o 2022-11-23T01:25:35.5679192Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:35.5680183Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:35.5681070Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:35.5681900Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:35.5682726Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:35.5683546Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:35.5748273Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/instrumentation.cpp.o 2022-11-23T01:25:35.6045998Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:35.6046939Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:35.6047841Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:35.6048660Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:35.6049714Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:35.6050512Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:35.6124295Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_base_nodes.cpp.o 2022-11-23T01:25:35.7477223Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:35.7478317Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:35.7479262Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:35.7480124Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:35.7481031Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:35.7481894Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:35.7539173Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_builder.cpp.o 2022-11-23T01:25:35.7803464Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:35.7804705Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp:3: 2022-11-23T01:25:35.7806389Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:35.7807851Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:35.7808354Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:35.7809171Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:35.7809927Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:35.7810487Z | ^~~~ 2022-11-23T01:25:35.7811286Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:35.7811847Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:35.7812205Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:35.7812705Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:6, 2022-11-23T01:25:35.7813333Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp:1: 2022-11-23T01:25:35.7813957Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:35.7814518Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:35.7814938Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:35.7817211Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp:3: 2022-11-23T01:25:35.7819112Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:35.7820243Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:35.7820697Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:35.7821492Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:35.7822217Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:35.7822721Z | ^~~~ 2022-11-23T01:25:35.7823515Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:35.7824194Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:35.7824587Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:35.7825144Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:6, 2022-11-23T01:25:35.7825894Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp:1: 2022-11-23T01:25:35.7826697Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:35.7827458Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:35.7828285Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:35.7829003Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:35.7829909Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:35.7830714Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:35.7831650Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:35.7832524Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:35.7886694Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_cloner.cpp.o 2022-11-23T01:25:36.3899013Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:36.3899925Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:36.3900807Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:36.3901558Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:36.3902330Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:36.3903072Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:36.3952804Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_container.cpp.o 2022-11-23T01:25:36.4336422Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:36.4337725Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:36.4338724Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:36.4339608Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:36.4340663Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:36.4341587Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:36.4398413Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_graphviz.cpp.o 2022-11-23T01:25:36.6653305Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:36.6654238Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:36.6655078Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:36.6655870Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:36.6656687Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:36.6657742Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:36.6721644Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_nodes.cpp.o 2022-11-23T01:25:36.7236917Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:36.7237973Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:36.7238926Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:36.7239669Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:36.7240229Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:36.7240866Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:36.7328333Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_iostream.cpp.o 2022-11-23T01:25:36.7389098Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:36.7390131Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:36.7390971Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:36.7391877Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:36.7392720Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:36.7393533Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:36.7455586Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ir_utils.cpp.o 2022-11-23T01:25:36.8089344Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:36.8090395Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:36.8091337Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:36.8092220Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:36.8093125Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:36.8094030Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:36.8159340Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/iter_visitor.cpp.o 2022-11-23T01:25:37.5118294Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:37.5119366Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:37.5120260Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:37.5121470Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:37.5122361Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:37.5123169Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:37.5190564Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/kernel.cpp.o 2022-11-23T01:25:37.5906621Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:37.5907816Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:37.5908795Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:37.5909739Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:37.5910674Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:37.5911666Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:37.5977201Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/kernel_cache.cpp.o 2022-11-23T01:25:37.6317562Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:37.6318497Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:37.6319068Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:37.6319789Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:37.6320474Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:37.6321236Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:37.6371995Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.cpp.o 2022-11-23T01:25:37.8357495Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:37.8364986Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:37.8366211Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:37.8367038Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:37.8367894Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:37.8368638Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:37.8415572Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/kernel_ir.cpp.o 2022-11-23T01:25:37.9380642Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:37.9381748Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:37.9382691Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:37.9383583Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:37.9384499Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:37.9385079Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:37.9449897Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.cpp.o 2022-11-23T01:25:38.0829336Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:38.0830429Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:38.0831432Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:38.0832421Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:38.0833154Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:38.0833888Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:38.0888481Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_alias_memory.cpp.o 2022-11-23T01:25:38.6922634Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:38.6923568Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:38.6924436Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:38.6925138Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:38.6925922Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:38.6926633Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:38.6983976Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_allocation.cpp.o 2022-11-23T01:25:38.7651261Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:38.7652610Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:38.7653536Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:38.7654216Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:38.7655099Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:38.7655712Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:38.7710997Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_double_buffer.cpp.o 2022-11-23T01:25:38.8403396Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:38.8404317Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:38.8405144Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:38.8405881Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:38.8406610Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:38.8407379Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:38.8478045Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_divisible_split.cpp.o 2022-11-23T01:25:39.0083903Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:39.0085138Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:39.0086100Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:39.0087010Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:39.0087969Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:39.0088871Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:39.0154518Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_expr_sort.cpp.o 2022-11-23T01:25:39.0475329Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:39.0476554Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:39.0477579Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:39.0478413Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:39.0479309Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:39.0480372Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:39.0542603Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_fused_reduction.cpp.o 2022-11-23T01:25:39.0757311Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:39.0758331Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:39.0759232Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:39.0760083Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:39.0760970Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:39.0761745Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:39.0821924Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.cpp.o 2022-11-23T01:25:39.9045084Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:39.9045965Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:39.9046710Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:39.9047382Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:39.9048111Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:39.9048789Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:39.9122425Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_index.cpp.o 2022-11-23T01:25:39.9938978Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:39.9939832Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:39.9940663Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:39.9941442Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:39.9942244Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:39.9942983Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:39.9943631Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:39.9944492Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:39.9945339Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:39.9946381Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:39.9947221Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:39.9948265Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:39.9999582Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_index_hoist.cpp.o 2022-11-23T01:25:40.0011026Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_insert_syncs.cpp.o 2022-11-23T01:25:40.0638432Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:40.0639496Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:40.0640401Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:40.0641007Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:40.0641593Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:40.0642391Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:40.0708070Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:40.0709119Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:40.0710000Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:40.0710470Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:40.0711486Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:40.0712160Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:40.0727135Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_instrument.cpp.o 2022-11-23T01:25:40.0774790Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_loops.cpp.o 2022-11-23T01:25:40.2236876Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:40.2237869Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:40.2238768Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:40.2239615Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:40.2240432Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:40.2241209Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:40.2309937Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_magic_zero.cpp.o 2022-11-23T01:25:40.9130945Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:40.9132264Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:40.9133283Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:40.9134076Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:40.9134914Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:40.9135770Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:40.9198983Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.cpp.o 2022-11-23T01:25:41.1296178Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:41.1297585Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:41.1298874Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:41.1299640Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:41.1300375Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:41.1301190Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:41.1364695Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_predicate.cpp.o 2022-11-23T01:25:41.1574420Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:41.1576231Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:41.1577512Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:41.1578634Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:41.1579860Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:41.1584143Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:41.1641374Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.cpp.o 2022-11-23T01:25:41.2556946Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:41.2558401Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:41.2559575Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:41.2560656Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:41.2561729Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:41.2563027Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:41.2571016Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:41.2572334Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:41.2573517Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:41.2574552Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:41.2575835Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:41.2576801Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:41.2625435Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_replace_size.cpp.o 2022-11-23T01:25:41.2645469Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_shift.cpp.o 2022-11-23T01:25:41.4012745Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:41.4014110Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:41.4015297Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:41.4016660Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:41.4017544Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:41.4018347Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:41.4091367Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_sync_information.cpp.o 2022-11-23T01:25:42.0675329Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:42.0676715Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:42.0677712Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:42.0678947Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:42.0679718Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:42.0680465Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:42.0729099Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_thread_predicate.cpp.o 2022-11-23T01:25:42.1579227Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:42.1580338Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:42.1581361Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:42.1582559Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:42.1583428Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:42.1584372Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:42.1653141Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.cpp.o 2022-11-23T01:25:42.2417973Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:42.2418925Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:42.2419586Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:42.2420255Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:42.2420737Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:42.2421235Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:42.2491089Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.cpp.o 2022-11-23T01:25:42.3319068Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:42.3319948Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:42.3320801Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:42.3321549Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:42.3322584Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:42.3323430Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:42.3372484Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_unroll.cpp.o 2022-11-23T01:25:42.4764830Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:42.4765880Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:42.4766801Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:42.4767652Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:42.4768574Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:42.4769465Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:42.4832584Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_utils.cpp.o 2022-11-23T01:25:42.5535344Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:42.5536544Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:42.5537440Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:42.5538281Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:42.5539096Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:42.5539916Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:42.5634419Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_validation.cpp.o 2022-11-23T01:25:43.0861289Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:43.0862046Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:43.0862671Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:43.0863542Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:43.0864056Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:43.0864572Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:43.0924541Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_warp_reduce.cpp.o 2022-11-23T01:25:43.3000530Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:43.3001490Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:43.3002518Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:43.3003314Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:43.3004030Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:43.3004794Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:43.3073056Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower2device.cpp.o 2022-11-23T01:25:43.3980704Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:43.3981739Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:43.3982711Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:43.3983514Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:43.3984373Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:43.3985278Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:43.4047411Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/lower_bank_conflict.cpp.o 2022-11-23T01:25:43.5336678Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:43.5337578Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:43.5338399Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:43.5339196Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:43.5340084Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:43.5340977Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:43.5411370Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/manager.cpp.o 2022-11-23T01:25:43.6736878Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:43.6737902Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:43.6738805Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:43.6739543Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:43.6740316Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:43.6741122Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:43.6810337Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/maxinfo_propagator.cpp.o 2022-11-23T01:25:43.7239654Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:43.7242622Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:43.7243578Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:43.7244419Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:43.7245274Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:43.7246124Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:43.7308903Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/mutator.cpp.o 2022-11-23T01:25:44.3701445Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:44.3702438Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:44.3703318Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:44.3704121Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:44.3705162Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:44.3705982Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:44.3772248Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/non_divisible_split.cpp.o 2022-11-23T01:25:44.5356317Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:44.5357255Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:44.5358051Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:44.5358860Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:44.5359596Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:44.5360389Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:44.5407029Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:44.5407796Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:44.5408340Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:44.5408938Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:44.5409753Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:44.5410531Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:44.5450147Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ops/alias.cpp.o 2022-11-23T01:25:44.5469010Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ops/composite.cpp.o 2022-11-23T01:25:44.6021878Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:44.6022811Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:44.6023711Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:44.6024504Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:44.6025358Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:44.6026225Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:44.6074127Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/ops/normalization.cpp.o 2022-11-23T01:25:44.6931992Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:44.6933035Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:44.6934279Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:44.6935159Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:44.6936090Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:44.6937009Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:44.7000625Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/parallel_dimension_map.cpp.o 2022-11-23T01:25:44.8825913Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:44.8827008Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:44.8828180Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:44.8829078Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:44.8829961Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:44.8830880Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:44.8897662Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.cpp.o 2022-11-23T01:25:45.2020566Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:45.2021556Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:45.2022393Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:45.2023322Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:45.2024144Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:45.2024874Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:45.2077741Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/parser.cpp.o 2022-11-23T01:25:45.4003038Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:45.4003935Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:45.4004791Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:45.4005545Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:45.4006316Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:45.4007043Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:45.4070969Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/partial_split_map.cpp.o 2022-11-23T01:25:45.5794824Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:45.5795759Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:45.5796603Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:45.5797352Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:45.5798154Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:45.5798972Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:45.5849175Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/partition.cpp.o 2022-11-23T01:25:45.6994966Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:45.6996080Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:45.6996915Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:45.6997684Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:45.6999276Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:45.7000137Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:45.7069737Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/predicate_compute.cpp.o 2022-11-23T01:25:45.7627274Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:45.7628703Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:45.7629620Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:45.7630329Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:45.7631194Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:45.7632101Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:45.7690219Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_cache.cpp.o 2022-11-23T01:25:45.8097657Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:45.8098600Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:45.8099465Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:45.8100258Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:45.8101100Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:45.8101960Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:45.8164324Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_definition.cpp.o 2022-11-23T01:25:46.4626371Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:46.4627373Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:46.4628507Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:46.4629284Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:46.4630118Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:46.4630936Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:46.4694580Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_interface.cpp.o 2022-11-23T01:25:46.6108325Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:46.6109309Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:46.6110090Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:46.6110912Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:46.6111735Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:46.6112512Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:46.6176637Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/register_interface.cpp.o 2022-11-23T01:25:46.6859356Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:46.6860320Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:46.6861174Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:46.6862116Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:46.6862847Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:46.6863610Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:46.6932082Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/root_domain_map.cpp.o 2022-11-23T01:25:46.7434952Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:46.7436010Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:46.7436978Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:46.7437844Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:46.7438726Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:46.7439585Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:46.7502811Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/pointwise.cpp.o 2022-11-23T01:25:46.8608060Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:46.8608983Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:46.8609927Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:46.8610702Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:46.8611789Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:46.8612686Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:46.8693293Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.cpp.o 2022-11-23T01:25:46.9309815Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:46.9310938Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:46.9312482Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:46.9313355Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:46.9314242Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:46.9315120Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:46.9380236Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/transpose.cpp.o 2022-11-23T01:25:47.6569575Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:47.6571244Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:47.6572508Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:47.6575746Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:47.6576819Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:47.6578081Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:47.6648644Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/normalization.cpp.o 2022-11-23T01:25:47.7525929Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:47.7526899Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:47.7527769Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:47.7528510Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:47.7529302Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:47.7530035Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:47.7597745Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/reduction.cpp.o 2022-11-23T01:25:47.7784741Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:47.7785603Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:47.7786228Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:47.7786758Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:47.7787299Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:47.7787955Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:47.7845807Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/matmul.cpp.o 2022-11-23T01:25:47.8560463Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:47.8561520Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:47.8562442Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:47.8563268Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:47.8564146Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:47.8565294Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:47.8620022Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.cpp.o 2022-11-23T01:25:48.0209133Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:48.0210210Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:48.0211155Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:48.0211975Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:48.0212875Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:48.0213732Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:48.0279007Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/registry.cpp.o 2022-11-23T01:25:48.1557052Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:48.1557998Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:48.1558821Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:48.1559702Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:48.1560578Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:48.1561505Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:48.1632145Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/utils.cpp.o 2022-11-23T01:25:48.7000601Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:48.7001199Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:48.7001734Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:48.7002221Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:48.7002736Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:48.7003213Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:48.7053806Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.cpp.o 2022-11-23T01:25:48.8963382Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:48.8964258Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:48.8965067Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:48.8965942Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:48.8966447Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:48.8966955Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:48.9019293Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/type_inference.cpp.o 2022-11-23T01:25:48.9953980Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:48.9955009Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:48.9955892Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:48.9956766Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:48.9957578Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:48.9958418Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:49.0033546Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/type_promotion.cpp.o 2022-11-23T01:25:49.0912072Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:49.0913140Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:49.0914129Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:49.0915013Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:49.0916124Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:49.0917036Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:49.0958951Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/fusion_segmenter.cpp.o 2022-11-23T01:25:49.1735522Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:49.1736475Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:49.1737427Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:49.1738221Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:49.1739138Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:49.1740053Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:49.1803205Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/tensor_view.cpp.o 2022-11-23T01:25:49.3813221Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:49.3814518Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:49.3815511Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:49.3816411Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:49.3817321Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:49.3818227Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:49.3888677Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/transform_iter.cpp.o 2022-11-23T01:25:49.8981187Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:49.8982268Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:49.8983107Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:49.8983776Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:49.8984544Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:49.8985051Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:49.9051561Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/transform_replay.cpp.o 2022-11-23T01:25:49.9390981Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:49.9392034Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:49.9393191Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:49.9394031Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:49.9394876Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:49.9395734Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:49.9467080Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/transform_rfactor.cpp.o 2022-11-23T01:25:50.0392380Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:50.0393283Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:50.0394138Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:50.0394916Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:50.0395712Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:50.0396435Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:50.0464892Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/transform_view.cpp.o 2022-11-23T01:25:50.2592151Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:50.2593292Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:50.2594246Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:50.2594920Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:50.2595409Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:50.2596128Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:50.2648475Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/type.cpp.o 2022-11-23T01:25:50.3241163Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:50.3242355Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:50.3243345Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:50.3244291Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:50.3245238Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:50.3246197Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:50.3331930Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/utils.cpp.o 2022-11-23T01:25:50.5226106Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:50.5227096Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:50.5228280Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:50.5229089Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:50.5229928Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:50.5230806Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:50.5294601Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/mma_type.cpp.o 2022-11-23T01:25:50.7053022Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:50.7053992Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:50.7054822Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:50.7055576Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:50.7056601Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:50.7057357Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:50.7132148Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.cpp.o 2022-11-23T01:25:50.9953856Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:50.9954695Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:50.9955618Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:50.9956483Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:50.9957309Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:50.9958194Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:51.0027914Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion_cuda.cpp.o 2022-11-23T01:25:51.0667827Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:51.0668876Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:51.0669843Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:51.0670741Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:51.0671722Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:51.0672811Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:51.0741504Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/tensorexpr/cuda_codegen.cpp.o 2022-11-23T01:25:51.2239482Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:51.2240583Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:51.2241606Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:51.2242481Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:51.2243408Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:51.2244377Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:51.2324579Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/runtime/register_cuda_ops.cpp.o 2022-11-23T01:25:51.3938613Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:51.3939605Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:51.3940669Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:51.3941405Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:51.3942242Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:51.3943049Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:51.3990646Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/cuda/nccl.cpp.o 2022-11-23T01:25:51.5487054Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:51.5488057Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:51.5488947Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:51.5489748Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:51.5490586Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:51.5491386Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:51.5541567Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/reducer_cuda.cpp.o 2022-11-23T01:25:51.6982560Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:51.6983632Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:51.6987063Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:51.6988350Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:51.6989317Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:51.6990190Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:51.7058833Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/NCCLUtils.cpp.o 2022-11-23T01:25:51.8801082Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:51.8802477Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:51.8803664Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:51.8804802Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:51.8805902Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:51.8806974Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:51.8871863Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp.o 2022-11-23T01:25:52.0959568Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:52.0960493Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:52.0961295Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:52.0962041Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:52.0962686Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:52.0963182Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:52.1014752Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/ProcessGroupUCC.cpp.o 2022-11-23T01:25:52.1799762Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:52.1800746Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:52.1801616Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:52.1802319Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:52.1803122Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:52.1803911Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:52.1869451Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/UCCTracing.cpp.o 2022-11-23T01:25:52.2230288Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:52.2231652Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:52.2232651Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:52.2233525Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:52.2234424Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:52.2235326Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:52.2296121Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/UCCUtils.cpp.o 2022-11-23T01:25:52.2705714Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:52.2706831Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:52.2708016Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:52.2708850Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:52.2709741Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:52.2710876Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:52.2791815Z [ 93%] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/rpc/tensorpipe_cuda.cpp.o 2022-11-23T01:25:52.3190832Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:52.3191953Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:52.3192897Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:52.3193776Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:52.3194669Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:52.3195565Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:52.4210735Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:52.4211730Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:8, 2022-11-23T01:25:52.4212498Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp:1: 2022-11-23T01:25:52.4214020Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:52.4215205Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:52.4215627Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:52.4216622Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:52.4217420Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:52.4217985Z | ^~~~ 2022-11-23T01:25:52.4218815Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:52.4219532Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:52.4219959Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:52.4220451Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:6, 2022-11-23T01:25:52.4221052Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:7, 2022-11-23T01:25:52.4221749Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp:1: 2022-11-23T01:25:52.4222423Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:52.4223003Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:52.4223450Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:52.4224036Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:8, 2022-11-23T01:25:52.4224751Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp:1: 2022-11-23T01:25:52.4226507Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:25:52.4227642Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:25:52.4228293Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:52.4229054Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:25:52.4229763Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:25:52.4230261Z | ^~~~ 2022-11-23T01:25:52.4231084Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:25:52.4231732Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:25:52.4232141Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:25:52.4232750Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:6, 2022-11-23T01:25:52.4233467Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:7, 2022-11-23T01:25:52.4234080Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp:1: 2022-11-23T01:25:52.4234674Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:25:52.4235253Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:25:52.4235716Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:25:52.4236360Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:52.4237229Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:52.4238207Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:52.4239090Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:52.4239988Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:52.4423770Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:52.4425287Z /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.cpp: In function ‘void torch::cuda::nccl::all2all_single_equal_split(at::Tensor&, at::Tensor&, int, torch::cuda::nccl::ncclComm_t, c10::hip::HIPStreamMasqueradingAsCUDA&)’: 2022-11-23T01:25:52.4426372Z /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.cpp:652:7: warning: unused variable ‘numranks’ [-Wunused-variable] 2022-11-23T01:25:52.4427022Z 652 | int numranks; 2022-11-23T01:25:52.4427410Z | ^~~~~~~~ 2022-11-23T01:25:52.4428343Z /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.cpp:655:10: warning: unused variable ‘rankdiff’ [-Wunused-variable] 2022-11-23T01:25:52.4429057Z 655 | size_t rankdiff = input.nbytes() / size; 2022-11-23T01:25:52.4429511Z | ^~~~~~~~ 2022-11-23T01:25:52.4430003Z At global scope: 2022-11-23T01:25:52.4430718Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:52.4431727Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:52.4432472Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:52.4433328Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:52.4434191Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:52.6266914Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:52.6268136Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:52.6268976Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:52.6269699Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:52.6270732Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:52.6271593Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:52.9494694Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:52.9495292Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:52.9495858Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:52.9496354Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:52.9496856Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:52.9497340Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:53.2272345Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:53.2272958Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:53.2273705Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:53.2274192Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:53.2274702Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:53.2275314Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:53.2327770Z [ 93%] Linking CXX shared library ../lib/libtorch_hip.so 2022-11-23T01:25:55.8242250Z [ 93%] Built target torch_hip 2022-11-23T01:25:55.8354402Z [ 93%] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2022-11-23T01:25:55.8850641Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:55.8851542Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:55.8852283Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:55.8852797Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:55.8853295Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:55.8853777Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:55.8899545Z [ 93%] Linking CXX shared library ../lib/libtorch.so 2022-11-23T01:25:56.2073496Z [ 93%] Built target torch 2022-11-23T01:25:56.2212565Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_bench.dir/__/benchmarks/static_runtime/deep_wide_pt.cc.o 2022-11-23T01:25:56.2219424Z [ 93%] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2022-11-23T01:25:56.2219923Z [ 93%] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2022-11-23T01:25:56.2235611Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/deep_wide_pt.cc.o 2022-11-23T01:25:56.2240022Z [ 93%] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2022-11-23T01:25:56.2248270Z [ 93%] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2022-11-23T01:25:56.6480274Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:56.6481320Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:56.6482227Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:56.6483061Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:56.6483921Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:56.6484734Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:56.6549819Z [ 93%] Linking CXX executable ../bin/Dimname_test 2022-11-23T01:25:57.2329027Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:57.2330321Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:57.2331292Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:57.2332176Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:57.2333055Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:57.2333955Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:57.2398660Z [ 93%] Linking CXX executable ../bin/Dict_test 2022-11-23T01:25:57.4557767Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:57.4558853Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:57.4559962Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:57.4560901Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:57.4561810Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:57.4562558Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:57.4647492Z [ 93%] Linking CXX executable ../bin/NamedTensor_test 2022-11-23T01:25:57.4727348Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:57.4728427Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:57.4729390Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:57.4730421Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:57.4731290Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:57.4732137Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:57.4786129Z [ 93%] Linking CXX executable ../bin/MaybeOwned_test 2022-11-23T01:25:57.6000161Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:57.6001209Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:57.6002050Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:57.6002867Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:57.6003647Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:57.6004415Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:57.6075380Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_bench.dir/__/benchmarks/static_runtime/deep_wide_pt_bench.cc.o 2022-11-23T01:25:57.7550483Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:57.7551501Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:57.7552305Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:57.7552991Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:57.7553717Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:57.7554441Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:57.7631761Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_utils.cc.o 2022-11-23T01:25:58.1446969Z [ 93%] Built target Dimname_test 2022-11-23T01:25:58.1604916Z [ 93%] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2022-11-23T01:25:58.5251189Z [ 93%] Built target MaybeOwned_test 2022-11-23T01:25:58.5385563Z [ 93%] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2022-11-23T01:25:58.5890477Z [ 93%] Built target NamedTensor_test 2022-11-23T01:25:58.6116745Z [ 93%] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2022-11-23T01:25:58.6150428Z [ 93%] Built target Dict_test 2022-11-23T01:25:58.6247687Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_static_runtime.cc.o 2022-11-23T01:25:58.6776704Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:58.6778072Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:58.6779561Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:58.6780636Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:58.6781376Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:58.6782131Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:58.6854056Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_static_module.cc.o 2022-11-23T01:25:58.9737736Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:58.9738810Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:58.9739749Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:58.9740531Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:58.9741410Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:58.9742328Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:58.9803943Z [ 93%] Linking CXX executable ../bin/static_runtime_bench 2022-11-23T01:25:59.2754413Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:59.2755409Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:59.2756230Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:59.2756883Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:59.2757427Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:59.2757930Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:59.2814070Z [ 93%] Linking CXX executable ../bin/apply_utils_test 2022-11-23T01:25:59.5292378Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:59.5293255Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:59.5294033Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:59.5294738Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:59.5295446Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:59.5296166Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:59.5359914Z [ 93%] Linking CXX executable ../bin/basic 2022-11-23T01:25:59.7575417Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:25:59.7576375Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:25:59.7577487Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:25:59.7578273Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:25:59.7579088Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:25:59.7579895Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:25:59.7631937Z [ 93%] Linking CXX executable ../bin/atest 2022-11-23T01:26:00.2735716Z [ 93%] Built target static_runtime_bench 2022-11-23T01:26:00.2786101Z [ 93%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_generated_ops.cc.o 2022-11-23T01:26:00.3925585Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:00.3926711Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:00.3927663Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:00.3928598Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:00.3930622Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:00.3931734Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:00.4204349Z [ 93%] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2022-11-23T01:26:00.4438872Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:00.4439912Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:00.4440880Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:00.4441761Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:00.4442639Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:00.4443465Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:00.4670011Z [ 93%] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2022-11-23T01:26:00.6960443Z [ 93%] Built target apply_utils_test 2022-11-23T01:26:00.7128448Z [ 93%] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2022-11-23T01:26:00.8999150Z [ 93%] Built target basic 2022-11-23T01:26:00.9166835Z [ 93%] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2022-11-23T01:26:01.0503653Z [ 93%] Built target atest 2022-11-23T01:26:01.0687501Z [ 93%] Building CXX object caffe2/CMakeFiles/dispatch_key_set_test.dir/__/aten/src/ATen/test/dispatch_key_set_test.cpp.o 2022-11-23T01:26:01.4273858Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:01.4274789Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:01.4275883Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:01.4276704Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:01.4277443Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:01.4278398Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:01.4343162Z [ 93%] Linking CXX executable ../bin/broadcast_test 2022-11-23T01:26:01.5761129Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:01.5762165Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:01.5763055Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:01.5763540Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:01.5764357Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:01.5765006Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:01.5815797Z [ 93%] Linking CXX executable ../bin/cpu_generator_test 2022-11-23T01:26:01.6030734Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:01.6031883Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:01.6032870Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:01.6033773Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:01.6034693Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:01.6035573Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:01.6103121Z [ 93%] Linking CXX executable ../bin/cpu_profiling_allocator_test 2022-11-23T01:26:01.8587165Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:01.8588271Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:01.8589010Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:01.8589696Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:01.8590394Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:01.8591215Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:01.8654528Z [ 93%] Linking CXX executable ../bin/static_runtime_test 2022-11-23T01:26:02.2627014Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:02.2628626Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:02.2629606Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:02.2630450Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:02.2631786Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:02.2632659Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:02.2698390Z [ 93%] Linking CXX executable ../bin/dispatch_key_set_test 2022-11-23T01:26:02.3807264Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:02.3808237Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:02.3809102Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:02.3809875Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:02.3810679Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:02.3811721Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:02.3876741Z [ 93%] Linking CXX executable ../bin/cpu_rng_test 2022-11-23T01:26:02.5215101Z [ 93%] Built target broadcast_test 2022-11-23T01:26:02.5359714Z [ 93%] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2022-11-23T01:26:02.7522180Z [ 93%] Built target cpu_generator_test 2022-11-23T01:26:02.7690671Z [ 93%] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2022-11-23T01:26:03.0125357Z [ 93%] Built target cpu_profiling_allocator_test 2022-11-23T01:26:03.0284153Z [ 93%] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2022-11-23T01:26:03.3628240Z [ 93%] Built target dispatch_key_set_test 2022-11-23T01:26:03.3765117Z [ 93%] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2022-11-23T01:26:03.4899914Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:03.4901448Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:03.4902756Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:03.4903904Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:03.4907228Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:03.4908794Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:03.4978253Z [ 93%] Linking CXX executable ../bin/dlconvertor_test 2022-11-23T01:26:03.5471459Z [ 93%] Built target cpu_rng_test 2022-11-23T01:26:03.5664816Z [ 93%] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2022-11-23T01:26:03.6535654Z [ 93%] Built target static_runtime_test 2022-11-23T01:26:03.6730651Z [ 93%] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2022-11-23T01:26:03.9210651Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:03.9212297Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:03.9213460Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:03.9218095Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:03.9222856Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:03.9224090Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:03.9282852Z [ 93%] Linking CXX executable ../bin/extension_backend_test 2022-11-23T01:26:04.0798882Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:04.0799947Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:04.0800885Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:04.0801929Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:04.0802426Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:04.0802931Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:04.0857306Z [ 93%] Linking CXX executable ../bin/half_test 2022-11-23T01:26:04.5248720Z [ 93%] Built target dlconvertor_test 2022-11-23T01:26:04.5394280Z [ 93%] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2022-11-23T01:26:04.6407034Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:04.6408259Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:04.6409270Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:04.6410160Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:04.6411245Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:04.6412176Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:04.6479476Z [ 93%] Linking CXX executable ../bin/lazy_tensor_test 2022-11-23T01:26:04.8627061Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:04.8628442Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:04.8629352Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:04.8630306Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:04.8630815Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:04.8631431Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:04.8682635Z [ 93%] Linking CXX executable ../bin/math_kernel_test 2022-11-23T01:26:04.9350216Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:04.9351859Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:04.9352984Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:04.9354185Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:04.9355580Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:04.9356438Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:04.9443626Z [ 93%] Linking CXX executable ../bin/ivalue_test 2022-11-23T01:26:05.2688066Z [ 93%] Built target extension_backend_test 2022-11-23T01:26:05.2864035Z [ 93%] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2022-11-23T01:26:05.3311408Z [ 93%] Built target half_test 2022-11-23T01:26:05.3474213Z [ 93%] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2022-11-23T01:26:05.4748396Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:05.4749614Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:05.4750641Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:05.4751641Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:05.4752638Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:05.4753666Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:05.4818400Z [ 93%] Linking CXX executable ../bin/memory_format_test 2022-11-23T01:26:05.9865514Z [ 93%] Built target lazy_tensor_test 2022-11-23T01:26:05.9926762Z [ 93%] Built target math_kernel_test 2022-11-23T01:26:06.0026284Z [ 93%] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2022-11-23T01:26:06.0091715Z [ 93%] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2022-11-23T01:26:06.2795374Z [ 93%] Built target ivalue_test 2022-11-23T01:26:06.2960412Z [ 93%] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2022-11-23T01:26:06.3201447Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:06.3202431Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:06.3203497Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:06.3204348Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:06.3205236Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:06.3206110Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:06.3263951Z [ 93%] Linking CXX executable ../bin/memory_overlapping_test 2022-11-23T01:26:06.3512065Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:06.3513064Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:06.3513896Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:06.3514645Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:06.3515388Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:06.3516127Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:06.3591087Z [ 93%] Linking CXX executable ../bin/operator_name_test 2022-11-23T01:26:06.5594022Z [ 93%] Built target memory_format_test 2022-11-23T01:26:06.5763605Z [ 93%] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2022-11-23T01:26:06.6643162Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:06.6644088Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:06.6644913Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:06.6645633Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:06.6646404Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:06.6647143Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:06.6701124Z [ 93%] Linking CXX executable ../bin/mobile_memory_cleanup 2022-11-23T01:26:06.9934362Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:06.9934973Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:06.9935718Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:06.9936489Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:06.9937246Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:06.9938070Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:06.9989179Z [ 93%] Linking CXX executable ../bin/native_test 2022-11-23T01:26:07.4175018Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:07.4175914Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:07.4176653Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:07.4177323Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:07.4177989Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:07.4178688Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:07.4242653Z [ 93%] Linking CXX executable ../bin/operators_test 2022-11-23T01:26:07.6400942Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:07.6402032Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:07.6402978Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:07.6403835Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:07.6404660Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:07.6405189Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:07.6468410Z [ 93%] Linking CXX executable ../bin/packedtensoraccessor_test 2022-11-23T01:26:07.7082939Z [ 93%] Built target mobile_memory_cleanup 2022-11-23T01:26:07.7229984Z [ 93%] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2022-11-23T01:26:07.7473119Z [ 93%] Built target memory_overlapping_test 2022-11-23T01:26:07.7609484Z [ 93%] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2022-11-23T01:26:07.7630562Z [ 93%] Built target operator_name_test 2022-11-23T01:26:07.7778994Z [ 93%] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2022-11-23T01:26:08.1495318Z [ 93%] Built target native_test 2022-11-23T01:26:08.1620864Z [ 93%] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2022-11-23T01:26:08.8093945Z [ 93%] Built target operators_test 2022-11-23T01:26:08.8096233Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:08.8097155Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:08.8097969Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:08.8098724Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:08.8099471Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:08.8100261Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:08.8107248Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:08.8108569Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:08.8109654Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:08.8110388Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:08.8111233Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:08.8111991Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:08.8152865Z [ 93%] Linking CXX executable ../bin/quantized_test 2022-11-23T01:26:08.8225873Z [ 93%] Linking CXX executable ../bin/reduce_ops_test 2022-11-23T01:26:08.8264578Z [ 93%] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2022-11-23T01:26:08.9498573Z [ 93%] Built target packedtensoraccessor_test 2022-11-23T01:26:08.9624119Z [ 93%] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2022-11-23T01:26:09.0887560Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:09.0888421Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:09.0889488Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:09.0890058Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:09.0890569Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:09.0891065Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:09.0961380Z [ 94%] Linking CXX executable ../bin/reportMemoryUsage_test 2022-11-23T01:26:09.1379984Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:09.1384771Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:09.1385814Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:09.1386627Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:09.1387505Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:09.1388570Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:09.1484251Z [ 94%] Linking CXX executable ../bin/pow_test 2022-11-23T01:26:09.9470760Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:09.9471713Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:09.9472499Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:09.9473201Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:09.9474142Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:09.9474872Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:09.9542654Z [ 94%] Linking CXX executable ../bin/scalar_tensor_test 2022-11-23T01:26:10.0526180Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:10.0527212Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:10.0528206Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:10.0529064Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:10.0529984Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:10.0530944Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:10.0600079Z [ 94%] Linking CXX executable ../bin/scalar_test 2022-11-23T01:26:10.1194116Z [ 94%] Built target reportMemoryUsage_test 2022-11-23T01:26:10.1308970Z [ 94%] Built target reduce_ops_test 2022-11-23T01:26:10.1368732Z [ 94%] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2022-11-23T01:26:10.1430381Z [ 94%] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2022-11-23T01:26:10.1648091Z [ 94%] Built target quantized_test 2022-11-23T01:26:10.1885058Z [ 94%] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2022-11-23T01:26:10.2905585Z [ 94%] Built target pow_test 2022-11-23T01:26:10.3077219Z [ 94%] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2022-11-23T01:26:11.0019371Z [ 94%] Built target scalar_tensor_test 2022-11-23T01:26:11.0139782Z [ 94%] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2022-11-23T01:26:11.0471307Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:11.0472315Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:11.0473239Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:11.0474298Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:11.0475175Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:11.0476016Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:11.0522784Z [ 94%] Linking CXX executable ../bin/stride_properties_test 2022-11-23T01:26:11.3709257Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:11.3710281Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:11.3711221Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:11.3711991Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:11.3712750Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:11.3713500Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:11.3779530Z [ 94%] Linking CXX executable ../bin/thread_init_test 2022-11-23T01:26:11.4117201Z [ 94%] Built target scalar_test 2022-11-23T01:26:11.4229248Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:11.4230224Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:11.4231377Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:11.4232445Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:11.4233263Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:11.4233998Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:11.4247297Z [ 94%] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2022-11-23T01:26:11.4308906Z [ 94%] Linking CXX executable ../bin/type_ptr_test 2022-11-23T01:26:11.5075889Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:11.5076724Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:11.5077545Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:11.5078257Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:11.5079032Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:11.5079703Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:11.5150173Z [ 94%] Linking CXX executable ../bin/tensor_iterator_test 2022-11-23T01:26:11.8822313Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:11.8823443Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:11.8824277Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:11.8825026Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:11.8825775Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:11.8826524Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:11.8893244Z [ 94%] Linking CXX executable ../bin/test_parallel 2022-11-23T01:26:12.3007143Z [ 94%] Built target stride_properties_test 2022-11-23T01:26:12.3171412Z [ 94%] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2022-11-23T01:26:12.4727976Z [ 94%] Built target thread_init_test 2022-11-23T01:26:12.4887193Z [ 94%] Building CXX object caffe2/CMakeFiles/variant_test.dir/__/aten/src/ATen/test/variant_test.cpp.o 2022-11-23T01:26:12.5969477Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:12.5970385Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:12.5971169Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:12.5972109Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:12.5972827Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:12.5973546Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:12.6037387Z [ 94%] Linking CXX executable ../bin/type_test 2022-11-23T01:26:12.7322764Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:12.7323673Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:12.7324497Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:12.7325261Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:12.7326006Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:12.7326840Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:12.7395920Z [ 94%] Linking CXX executable ../bin/variant_test 2022-11-23T01:26:12.7418400Z [ 94%] Built target type_ptr_test 2022-11-23T01:26:12.7600976Z [ 94%] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2022-11-23T01:26:12.8658445Z [ 94%] Built target tensor_iterator_test 2022-11-23T01:26:12.8850312Z [ 94%] Building CXX object caffe2/CMakeFiles/vmap_test.dir/__/aten/src/ATen/test/vmap_test.cpp.o 2022-11-23T01:26:13.1216836Z [ 94%] Built target test_parallel 2022-11-23T01:26:13.1349189Z [ 94%] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2022-11-23T01:26:13.3257645Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:13.3259727Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:13.3261019Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:13.3262060Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:13.3263392Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:13.3264506Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:13.3335014Z [ 94%] Linking CXX executable ../bin/undefined_tensor_test 2022-11-23T01:26:13.7211855Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:13.7212767Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:13.7213594Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:13.7214364Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:13.7215129Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:13.7216162Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:13.7284854Z [ 94%] Linking CXX executable ../bin/verify_api_visibility 2022-11-23T01:26:13.7589028Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:13.7589702Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:13.7590536Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:13.7591368Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:13.7592204Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:13.7593115Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:13.7672654Z [ 94%] Linking CXX executable ../bin/vmap_test 2022-11-23T01:26:13.9418382Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:13.9419534Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:13.9420636Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:13.9421661Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:13.9422747Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:13.9423688Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:13.9476649Z [ 94%] Linking CXX executable ../bin/weakref_test 2022-11-23T01:26:13.9953475Z [ 94%] Built target type_test 2022-11-23T01:26:14.0105112Z [ 94%] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2022-11-23T01:26:14.1187074Z [ 94%] Built target variant_test 2022-11-23T01:26:14.1316205Z [ 94%] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2022-11-23T01:26:14.7143570Z [ 94%] Built target undefined_tensor_test 2022-11-23T01:26:14.7301414Z [ 94%] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2022-11-23T01:26:14.8610083Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:14.8610929Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:14.8611884Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:14.8612682Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:14.8613440Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:14.8614256Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:14.8664547Z [ 94%] Linking CXX executable ../bin/wrapdim_test 2022-11-23T01:26:14.9362804Z [ 94%] Built target verify_api_visibility 2022-11-23T01:26:14.9513814Z [ 94%] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2022-11-23T01:26:14.9798604Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:14.9799480Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:14.9800228Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:14.9800880Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:14.9801591Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:14.9802295Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:14.9865526Z [ 95%] Linking CXX executable ../bin/xla_tensor_test 2022-11-23T01:26:15.1389244Z [ 95%] Built target vmap_test 2022-11-23T01:26:15.1566060Z [ 95%] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2022-11-23T01:26:15.2288609Z [ 95%] Built target weakref_test 2022-11-23T01:26:15.2500210Z [ 95%] Building CXX object caffe2/CMakeFiles/kernel_function_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp.o 2022-11-23T01:26:15.5450065Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:15.5450894Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:15.5451780Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:15.5452524Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:15.5453567Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:15.5454407Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:15.5504153Z [ 95%] Linking CXX executable ../bin/List_test 2022-11-23T01:26:15.5522391Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:15.5523455Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:15.5524446Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:15.5525237Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:15.5526016Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:15.5526857Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:15.5571151Z [ 95%] Linking CXX executable ../bin/IListRef_test 2022-11-23T01:26:15.8922065Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:15.8922894Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:15.8924575Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:15.8925285Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:15.8926112Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:15.8926804Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:15.8998620Z [ 95%] Linking CXX executable ../bin/kernel_function_legacy_test 2022-11-23T01:26:16.1359711Z [ 95%] Built target wrapdim_test 2022-11-23T01:26:16.1451678Z [ 95%] Built target xla_tensor_test 2022-11-23T01:26:16.1510401Z [ 95%] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2022-11-23T01:26:16.1640418Z [ 95%] Building CXX object caffe2/CMakeFiles/kernel_lambda_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp.o 2022-11-23T01:26:16.2607996Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:16.2608948Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:16.2609802Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:16.2610548Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:16.2611515Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:16.2612440Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:16.2679657Z [ 95%] Linking CXX executable ../bin/KernelFunction_test 2022-11-23T01:26:16.6018044Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:16.6019107Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:16.6020112Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:16.6020938Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:16.6021438Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:16.6021967Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:16.6091963Z [ 95%] Linking CXX executable ../bin/kernel_function_test 2022-11-23T01:26:16.7111889Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:16.7112931Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:16.7113870Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:16.7114737Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:16.7115584Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:16.7116687Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:16.7184760Z [ 95%] Linking CXX executable ../bin/kernel_lambda_legacy_test 2022-11-23T01:26:16.9708539Z [ 95%] Built target IListRef_test 2022-11-23T01:26:16.9869524Z [ 95%] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2022-11-23T01:26:17.0377694Z [ 95%] Built target List_test 2022-11-23T01:26:17.0539762Z [ 95%] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2022-11-23T01:26:17.0772412Z [ 95%] Built target kernel_function_legacy_test 2022-11-23T01:26:17.0932078Z [ 95%] Building CXX object caffe2/CMakeFiles/make_boxed_from_unboxed_functor_test.dir/__/aten/src/ATen/core/boxing/impl/make_boxed_from_unboxed_functor_test.cpp.o 2022-11-23T01:26:17.4634778Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:17.4635894Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:17.4636953Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:17.4637883Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:17.4638873Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:17.4640248Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:17.4705366Z [ 95%] Linking CXX executable ../bin/kernel_lambda_test 2022-11-23T01:26:17.5098501Z [ 95%] Built target KernelFunction_test 2022-11-23T01:26:17.5251096Z [ 95%] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2022-11-23T01:26:17.5345769Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:17.5346809Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:17.5347931Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:17.5348796Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:17.5349644Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:17.5350526Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:17.5443401Z [ 95%] Linking CXX executable ../bin/kernel_stackbased_test 2022-11-23T01:26:17.7136051Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:17.7137137Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:17.7138057Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:17.7138981Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:17.7140205Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:17.7141127Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:17.7193610Z [ 95%] Linking CXX executable ../bin/make_boxed_from_unboxed_functor_test 2022-11-23T01:26:17.7925476Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:17.7926476Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:17.7927407Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:17.7928277Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:17.7929175Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:17.7930019Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:17.7992874Z [ 95%] Linking CXX executable ../bin/CppSignature_test 2022-11-23T01:26:17.9641953Z [ 95%] Built target kernel_function_test 2022-11-23T01:26:17.9818210Z [ 95%] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2022-11-23T01:26:18.0843418Z [ 95%] Built target kernel_lambda_legacy_test 2022-11-23T01:26:18.1008249Z [ 95%] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2022-11-23T01:26:18.3618482Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:18.3619647Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:18.3620620Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:18.3621645Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:18.3622364Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:18.3623101Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:18.3693178Z [ 95%] Linking CXX executable ../bin/op_allowlist_test 2022-11-23T01:26:18.5095343Z [ 95%] Built target kernel_lambda_test 2022-11-23T01:26:18.5275051Z [ 95%] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2022-11-23T01:26:18.8795580Z [ 95%] Built target kernel_stackbased_test 2022-11-23T01:26:18.8948529Z [ 95%] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2022-11-23T01:26:19.0762129Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:19.0762952Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:19.0763746Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:19.0764473Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:19.0765427Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:19.0766182Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:19.0802750Z [ 95%] Built target make_boxed_from_unboxed_functor_test 2022-11-23T01:26:19.0829074Z [ 95%] Linking CXX executable ../bin/backend_fallback_test 2022-11-23T01:26:19.0906506Z [ 95%] Built target CppSignature_test 2022-11-23T01:26:19.0939834Z [ 95%] Building CXX object caffe2/CMakeFiles/hip_apply_test.dir/__/aten/src/ATen/test/hip/hip_apply_test.cpp.o 2022-11-23T01:26:19.1039741Z [ 95%] Linking CXX executable ../bin/hip_complex_math_test 2022-11-23T01:26:19.2238917Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:19.2239997Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:19.2240958Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:19.2241853Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:19.2242780Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:19.2243658Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:19.2280942Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:19.2281981Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:19.2282965Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:19.2283875Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:19.2285025Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:19.2285925Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:19.2334831Z [ 95%] Linking CXX executable ../bin/inline_container_test 2022-11-23T01:26:19.2362472Z [ 95%] Linking CXX executable ../bin/op_registration_test 2022-11-23T01:26:19.4247001Z [ 95%] Built target op_allowlist_test 2022-11-23T01:26:19.4399210Z [ 95%] Linking CXX executable ../bin/hip_complex_test 2022-11-23T01:26:19.5584196Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:19.5585066Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:19.5585825Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:19.5586518Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:19.5587225Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:19.5588166Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:19.5656350Z [ 95%] Linking CXX executable ../bin/hip_apply_test 2022-11-23T01:26:20.2075026Z [ 95%] Built target hip_complex_math_test 2022-11-23T01:26:20.2218224Z [ 95%] Linking CXX executable ../bin/hip_distributions_test 2022-11-23T01:26:20.2633967Z [ 95%] Built target inline_container_test 2022-11-23T01:26:20.2813577Z [ 95%] Building CXX object caffe2/CMakeFiles/hip_dlconvertor_test.dir/__/aten/src/ATen/test/hip/hip_dlconvertor_test.cpp.o 2022-11-23T01:26:20.4292007Z [ 95%] Built target backend_fallback_test 2022-11-23T01:26:20.4467492Z [ 95%] Linking CXX executable ../bin/hip_generator_test 2022-11-23T01:26:20.7194743Z [ 95%] Built target op_registration_test 2022-11-23T01:26:20.7361419Z [ 95%] Linking CXX executable ../bin/hip_half_test 2022-11-23T01:26:20.8096624Z [ 95%] Built target hip_complex_test 2022-11-23T01:26:20.8306795Z [ 95%] Linking CXX executable ../bin/hip_integer_divider_test 2022-11-23T01:26:20.9220203Z [ 95%] Built target hip_apply_test 2022-11-23T01:26:20.9405002Z [ 95%] Linking CXX executable ../bin/hip_optional_test 2022-11-23T01:26:21.1972699Z [ 95%] Built target hip_distributions_test 2022-11-23T01:26:21.2113922Z [ 95%] Linking CXX executable ../bin/hip_packedtensoraccessor_test 2022-11-23T01:26:21.2901620Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:21.2902577Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:21.2903427Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:21.2904188Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:21.2904949Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:21.2905743Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:21.3012915Z [ 95%] Linking CXX executable ../bin/hip_dlconvertor_test 2022-11-23T01:26:21.7825722Z [ 95%] Built target hip_generator_test 2022-11-23T01:26:21.7981974Z [ 95%] Linking CXX executable ../bin/hip_vectorized_test 2022-11-23T01:26:21.9580562Z [ 95%] Built target hip_integer_divider_test 2022-11-23T01:26:21.9706961Z [ 95%] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2022-11-23T01:26:22.0671886Z [ 95%] Built target hip_optional_test 2022-11-23T01:26:22.0887830Z [ 95%] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2022-11-23T01:26:22.1609737Z [ 95%] Built target hip_half_test 2022-11-23T01:26:22.1811462Z [ 95%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2022-11-23T01:26:22.4722223Z [ 95%] Built target hip_packedtensoraccessor_test 2022-11-23T01:26:22.4873945Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/__/common/main.cpp.o 2022-11-23T01:26:22.5017457Z [ 95%] Built target hip_dlconvertor_test 2022-11-23T01:26:22.5077933Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/padded_buffer.cpp.o 2022-11-23T01:26:22.6078604Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:22.6079618Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:22.6080509Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:22.6081352Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:22.6082447Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:22.6083306Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:22.6155135Z [ 95%] Linking CXX shared library ../lib/libjitbackend_test.so 2022-11-23T01:26:22.7808746Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:22.7809618Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:22.7810404Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:22.7811317Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:22.7814199Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:22.7815510Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:22.7816521Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:22.7817334Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:22.7818147Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:22.7818939Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:22.7819785Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:22.7820590Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:22.7868938Z [ 95%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2022-11-23T01:26:22.7876340Z [ 95%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2022-11-23T01:26:22.9569191Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:22.9570337Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:22.9571384Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:22.9572260Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:22.9573166Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:22.9574042Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:22.9629818Z [ 95%] Linking CXX shared library ../lib/libtorchbind_test.so 2022-11-23T01:26:23.0649588Z [ 95%] Built target hip_vectorized_test 2022-11-23T01:26:23.0720344Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_approx.cpp.o 2022-11-23T01:26:23.2301989Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:23.2303517Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:23.2304349Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:23.2305092Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:23.2305860Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:23.2306587Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:23.2376635Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_aten.cpp.o 2022-11-23T01:26:23.3089141Z [ 95%] Built target jitbackend_test 2022-11-23T01:26:23.3257147Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/tutorial_tensorexpr.dir/tutorial.cpp.o 2022-11-23T01:26:23.4609477Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:23.4610581Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:23.4611638Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:23.4612541Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:23.4613456Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:23.4614352Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:23.4672111Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_boundsinference.cpp.o 2022-11-23T01:26:23.4906004Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:23.4907309Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:23.4908458Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:23.4909306Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:23.4910189Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:23.4911135Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:23.4977829Z [ 95%] Linking CXX shared library ../lib/libbackend_with_compiler.so 2022-11-23T01:26:23.5489112Z [ 95%] Built target torchbind_test 2022-11-23T01:26:23.5552837Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_conv.cpp.o 2022-11-23T01:26:24.0170556Z [ 95%] Built target backend_with_compiler 2022-11-23T01:26:24.0221737Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cpp_codegen.cpp.o 2022-11-23T01:26:24.4788446Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:24.4789456Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:24.4790548Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:24.4791422Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:24.4792158Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:24.4792911Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:24.4843686Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_dynamic_shapes.cpp.o 2022-11-23T01:26:24.5242506Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:24.5243506Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:24.5244413Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:24.5245187Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:24.5245986Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:24.5246780Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:24.5295526Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:24.5296418Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:24.5297226Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:24.5297919Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:24.5298633Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:24.5299535Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:24.5313709Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_expr.cpp.o 2022-11-23T01:26:24.5366162Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_external_calls.cpp.o 2022-11-23T01:26:24.7675794Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:24.7676722Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:24.7677560Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:24.7678257Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:24.7678763Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:24.7679256Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:24.7747192Z [ 95%] Linking CXX executable ../bin/tutorial_tensorexpr 2022-11-23T01:26:25.0074279Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:25.0075614Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:25.0076298Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:25.0076805Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:25.0077511Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:25.0078285Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:25.0226344Z [ 95%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2022-11-23T01:26:25.0675810Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:25.0676880Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:25.0677851Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:25.0678718Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:25.0679588Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:25.0680471Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:25.0748951Z [ 95%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2022-11-23T01:26:25.3254726Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:25.3255628Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:25.3256714Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:25.3257476Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:25.3258268Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:25.3259079Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:25.3307307Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_graph_opt.cpp.o 2022-11-23T01:26:25.7227075Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:25.7228344Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:25.7229309Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:25.7230144Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:25.7231137Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:25.7232042Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:25.7426054Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2022-11-23T01:26:25.8674100Z [ 95%] Built target tutorial_tensorexpr 2022-11-23T01:26:25.8766371Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2022-11-23T01:26:25.8844454Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:25.8845485Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:25.8846442Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:25.8847292Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:25.8848188Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:25.8849081Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:25.8901922Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_printer.cpp.o 2022-11-23T01:26:26.0384619Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:26.0385669Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:26.0386504Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:26.0387255Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:26.0388242Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:26.0388989Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:26.0437938Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2022-11-23T01:26:26.0712636Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:26.0713640Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:26.0714575Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:26.0715426Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:26.0716564Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:26.0717398Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:26.0768840Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_verifier.cpp.o 2022-11-23T01:26:26.3946821Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:26.3947428Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:26.3948111Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:26.3948605Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:26.3949093Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:26.3949590Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:26.4021867Z [ 95%] Linking CXX executable ../bin/test_dist_autograd 2022-11-23T01:26:26.4271311Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:26.4273326Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:26.4274142Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:26.4274945Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:26.4275660Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:26.4276641Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:26.4344023Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_kernel.cpp.o 2022-11-23T01:26:26.4986643Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:26.4988497Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:26.4989456Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:26.4990378Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:26.4991410Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:26.4992364Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:26.5056282Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_loopnest.cpp.o 2022-11-23T01:26:26.6456838Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:26.6457924Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:26.6459124Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:26.6460006Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:26.6460937Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:26.6461842Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:26.6524963Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memdependency.cpp.o 2022-11-23T01:26:27.2805831Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:27.2806779Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:27.2807367Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:27.2807857Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:27.2808444Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:27.2809046Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:27.2861261Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ops.cpp.o 2022-11-23T01:26:27.3841234Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:27.3842363Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:27.3843419Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:27.3844285Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:27.3845356Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:27.3846252Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:27.3922314Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_e2e_tensorpipe.cpp.o 2022-11-23T01:26:27.6582512Z [ 95%] Built target test_dist_autograd 2022-11-23T01:26:27.6673592Z [ 95%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_tensorpipe_serialization.cpp.o 2022-11-23T01:26:27.8466009Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:27.8466720Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:27.8467640Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:27.8468639Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:27.8469437Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:27.8470046Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:27.8518386Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_quantization.cpp.o 2022-11-23T01:26:27.9139763Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:27.9140787Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:27.9141709Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:27.9142354Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:27.9143018Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:27.9143809Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:27.9359812Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2022-11-23T01:26:27.9446602Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:27.9447520Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:27.9448270Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:27.9448984Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:27.9449665Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:27.9450514Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:27.9514360Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2022-11-23T01:26:28.2351908Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:28.2353191Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:28.2354179Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:28.2355079Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:28.2355962Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:28.2356899Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:28.2421520Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memplanning.cpp.o 2022-11-23T01:26:28.6902479Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:28.6903479Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:28.6904336Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:28.6905107Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:28.6905888Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:28.6906890Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:28.6978416Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_reductions.cpp.o 2022-11-23T01:26:28.8614394Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:28.8615158Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:28.8616081Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:28.8616943Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:28.8617503Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:28.8618044Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:28.8693176Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_registerizer.cpp.o 2022-11-23T01:26:29.0498964Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:29.0499921Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:29.0500770Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:29.0501536Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:29.0502281Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:29.0503025Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:29.0566157Z [ 95%] Linking CXX executable ../bin/test_cpp_rpc 2022-11-23T01:26:29.4389415Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:29.4390476Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:29.4391530Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:29.4392427Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:29.4393364Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:29.4394122Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:29.4443755Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2022-11-23T01:26:29.5054502Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:29.5055416Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:29.5056185Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:29.5056892Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:29.5057926Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:29.5058641Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:29.5121903Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2022-11-23T01:26:29.5381058Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:29.5381940Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:29.5382737Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:29.5383494Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:29.5384229Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:29.5384972Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:29.5444033Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 2022-11-23T01:26:29.6942756Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:29.6943804Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:29.6944795Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:29.6945723Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:29.6946648Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:29.6947953Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:29.7007597Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_te_fuser_pass.cpp.o 2022-11-23T01:26:30.0284650Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:30.0285674Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:30.0286858Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:30.0287740Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:30.0288627Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:30.0289513Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:30.0368411Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type.cpp.o 2022-11-23T01:26:30.3416167Z [ 95%] Built target test_cpp_rpc 2022-11-23T01:26:30.3479738Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type_specializations.cpp.o 2022-11-23T01:26:30.7071797Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:30.7073145Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:30.7074110Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:30.7074960Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:30.7075548Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:30.7076040Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:30.7138784Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2022-11-23T01:26:30.8621354Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:30.8622738Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:30.8623773Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:30.8624607Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:30.8625444Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:30.8626347Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:30.8685693Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2022-11-23T01:26:30.9262440Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:30.9263437Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:30.9264599Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:30.9265485Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:30.9266387Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:30.9267275Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:30.9322980Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2022-11-23T01:26:31.1467104Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:31.1468203Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:31.1469226Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:31.1470102Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:31.1471079Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:31.1471992Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:31.1533904Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_llvm.cpp.o 2022-11-23T01:26:31.1747166Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:31.1748599Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:31.1749602Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:31.1750438Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:31.1751398Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:31.1752299Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:31.1817161Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2022-11-23T01:26:31.2796196Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:31.2797536Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:31.2798780Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:31.2800207Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:31.2801287Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:31.2802376Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:31.2869011Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2022-11-23T01:26:32.1660451Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:32.1661706Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:32.1662615Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:32.1663402Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:32.1664191Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:32.1665010Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:32.1730617Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2022-11-23T01:26:32.1998864Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:32.1999975Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:32.2001024Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:32.2001950Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:32.2002780Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:32.2003667Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:32.2081672Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2022-11-23T01:26:32.4615556Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:32.4616926Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:32.4617991Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:32.4618808Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:32.4619947Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:32.4621225Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:32.4676333Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2022-11-23T01:26:32.4724739Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:32.4725818Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:32.4726796Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:32.4727665Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:32.4728564Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:32.4729236Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:32.4789715Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2022-11-23T01:26:32.5061724Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:32.5062789Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:32.5063755Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:32.5064631Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:32.5065552Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:32.5066457Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:32.5130628Z [ 95%] Linking CXX executable ../bin/test_tensorexpr 2022-11-23T01:26:32.7631870Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:32.7632773Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:32.7633603Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:32.7634250Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:32.7635152Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:32.7635687Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:32.7760007Z [ 95%] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2022-11-23T01:26:32.8197618Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:32.8198605Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:32.8199518Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:32.8200359Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:32.8201254Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:32.8202096Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:32.8268123Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2022-11-23T01:26:33.5313538Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:33.5314443Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:33.5315288Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:33.5316633Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:33.5317752Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:33.5319018Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:33.5480219Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/__/__/cpp/lite_interpreter_runtime/main.cpp.o 2022-11-23T01:26:33.5752385Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:33.5753847Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:33.5755216Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:33.5756457Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:33.5757764Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:33.5758709Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:33.5824757Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2022-11-23T01:26:33.9220712Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:33.9221805Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:33.9222813Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:33.9223933Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:33.9224829Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:33.9225764Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:33.9281350Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2022-11-23T01:26:33.9492139Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:33.9493537Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:33.9494831Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:33.9495899Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:33.9496994Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:33.9498046Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:33.9557339Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2022-11-23T01:26:34.2292384Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:34.2293185Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:34.2293745Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:34.2294288Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:34.2295299Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:34.2296119Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:34.2366251Z [ 95%] Linking CXX executable ../bin/parallel_benchmark 2022-11-23T01:26:34.4339542Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:34.4340414Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:34.4341277Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:34.4341985Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:34.4342708Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:34.4343422Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:34.4411413Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_context.cpp.o 2022-11-23T01:26:34.5315209Z [ 95%] Built target test_tensorexpr 2022-11-23T01:26:34.5381311Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_nnc_backend.cpp.o 2022-11-23T01:26:35.0230701Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:35.0231753Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:35.0232661Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:35.0233476Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:35.0234315Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:35.0235080Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:35.0296277Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2022-11-23T01:26:35.2755529Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:35.2756465Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:35.2757530Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:35.2758328Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:35.2759147Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:35.2759960Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:35.2811810Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2022-11-23T01:26:35.3209814Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:35.3210701Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:35.3211574Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:35.3212366Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:35.3213238Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:35.3214093Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:35.3269279Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2022-11-23T01:26:35.3598039Z [ 95%] Built target parallel_benchmark 2022-11-23T01:26:35.3642771Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2022-11-23T01:26:35.4240958Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:35.4242329Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:35.4243446Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:35.4244463Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:35.4245853Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:35.4246748Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:35.4492483Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/aot_model_compiler_test.dir/__/__/__/binaries/aot_model_compiler.cc.o 2022-11-23T01:26:35.7385102Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:35.7386172Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:35.7386958Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:35.7387946Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:35.7388831Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:35.7389715Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:35.7463241Z [ 95%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_registry.cpp.o 2022-11-23T01:26:36.0698813Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:36.0699845Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:36.0700650Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:36.0701401Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:36.0702173Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:36.0702930Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:36.0772674Z [ 95%] Linking CXX executable ../bin/test_mobile_nnc 2022-11-23T01:26:36.4670496Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:36.4671632Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:36.4672505Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:36.4673309Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:36.4674111Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:36.4675010Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:36.4743362Z [ 95%] Linking CXX executable ../bin/aot_model_compiler_test 2022-11-23T01:26:36.6939781Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:36.6940710Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:36.6941560Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:36.6942335Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:36.6943123Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:36.6943923Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:36.6960361Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:36.6961261Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:36.6962118Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:36.6962889Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:36.6963704Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:36.6964474Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:36.7018257Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2022-11-23T01:26:36.7022700Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2022-11-23T01:26:36.8659830Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:36.8660815Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:36.8661674Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:36.8662506Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:36.8663324Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:36.8664163Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:36.8730030Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2022-11-23T01:26:36.8787147Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:36.8788260Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:36.8789244Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:36.8790042Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:36.8791026Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:36.8791945Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:36.9007556Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2022-11-23T01:26:37.2207083Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:37.2208593Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:37.2209890Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:37.2212080Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:37.2213254Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:37.2214710Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:37.2281232Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2022-11-23T01:26:37.2727782Z [ 96%] Built target test_mobile_nnc 2022-11-23T01:26:37.2793003Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2022-11-23T01:26:37.6527242Z [ 96%] Built target aot_model_compiler_test 2022-11-23T01:26:37.6591462Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2022-11-23T01:26:38.0715628Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:38.0716640Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:38.0717866Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:38.0718946Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:38.0719841Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:38.0720338Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:38.0889266Z [ 96%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2022-11-23T01:26:38.2131300Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:38.2132306Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:38.2133137Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:38.2133961Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:38.2134797Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:38.2135614Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:38.2200075Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2022-11-23T01:26:38.3417909Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:38.3419029Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:38.3419969Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:38.3420698Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:38.3421428Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:38.3422245Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:38.3481964Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2022-11-23T01:26:38.3980622Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:38.3981592Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:38.3982460Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:38.3983256Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:38.3984081Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:38.3984874Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:38.4060224Z [ 96%] Linking CXX shared library ../../../../lib/libshm.so 2022-11-23T01:26:38.5510189Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:38.5511236Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:38.5512143Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:38.5512961Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:38.5513824Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:38.5514558Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:38.5584691Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2022-11-23T01:26:38.6877581Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:38.6878608Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:38.6879578Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:38.6880517Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:38.6881712Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:38.6882584Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:38.6950690Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2022-11-23T01:26:38.7789739Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:38.7790861Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:38.7791977Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:38.7792884Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:38.7793824Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:38.7794705Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:38.7848836Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2022-11-23T01:26:38.9700549Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:38.9701614Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:38.9702520Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:38.9703430Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:38.9704379Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:38.9705265Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:38.9778048Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2022-11-23T01:26:39.0154433Z [ 96%] Built target shm 2022-11-23T01:26:39.0318441Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2022-11-23T01:26:39.1516544Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:39.1517502Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:39.1518458Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:39.1519315Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:39.1520181Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:39.1521025Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:39.1591045Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2022-11-23T01:26:39.2425658Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:39.2426458Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:39.2427205Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:39.2427845Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:39.2428616Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:39.2429428Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:39.2478234Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2022-11-23T01:26:39.5870598Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:39.5871676Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:39.5872644Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:39.5873483Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:39.5874374Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:39.5875261Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:39.5934726Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2022-11-23T01:26:39.6497923Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:39.6498915Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:39.6499798Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:39.6500591Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:39.6501542Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:39.6502308Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:39.6610193Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2022-11-23T01:26:40.0022823Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:40.0027067Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:40.0028124Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:40.0028869Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:40.0029637Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:40.0030356Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:40.0095039Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2022-11-23T01:26:40.1909593Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:40.1910992Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:40.1911977Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:40.1912869Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:40.1913762Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:40.1914662Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:40.1977826Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2022-11-23T01:26:40.2577190Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:40.2578448Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:40.2579507Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:40.2580235Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:40.2580921Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:40.2581438Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:40.2631508Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2022-11-23T01:26:40.3470052Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:40.3471158Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:40.3472396Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:40.3473279Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:40.3474195Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:40.3475074Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:40.3544064Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2022-11-23T01:26:40.5250074Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:40.5250866Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:40.5251751Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:40.5252526Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:40.5253371Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:40.5254210Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:40.5315542Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2022-11-23T01:26:40.5535959Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:40.5537025Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:40.5538010Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:40.5538898Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:40.5539785Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:40.5540684Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:40.5609645Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2022-11-23T01:26:40.6443590Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:40.6444711Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:40.6445695Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:40.6446602Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:40.6447520Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:40.6448451Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:40.6502825Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2022-11-23T01:26:41.4676466Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:41.4677663Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:41.4678536Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:41.4679326Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:41.4680127Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:41.4680946Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:41.4825632Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2022-11-23T01:26:41.5053391Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:41.5054807Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:41.5055912Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:41.5056947Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:41.5058222Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:41.5059377Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:41.5112367Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2022-11-23T01:26:41.6292569Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:41.6293895Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:41.6295409Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:41.6296332Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:41.6297279Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:41.6298167Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:41.6369033Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2022-11-23T01:26:41.7837627Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:41.7838706Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:41.7839631Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:41.7840518Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:41.7841412Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:41.7842232Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:41.7900281Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2022-11-23T01:26:41.8579681Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:41.8580659Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:41.8581583Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:41.8582398Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:41.8583248Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:41.8584081Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:41.8655108Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2022-11-23T01:26:42.0812798Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:42.0813852Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:42.0814721Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:42.0815618Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:42.0816731Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:42.0817601Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:42.0880132Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2022-11-23T01:26:42.6603466Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:42.6604403Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp: In lambda function: 2022-11-23T01:26:42.6605870Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:959:30: warning: ‘bool c10::isIntegralType(c10::ScalarType)’ is deprecated: isIntegralType is deprecated. Please use the overload with 'includeBool' parameter instead. [-Wdeprecated-declarations] 2022-11-23T01:26:42.6606956Z 959 | isIntegralType(type) ? torch::Scalar(1) : torch::Scalar(1.0); 2022-11-23T01:26:42.6607431Z | ^ 2022-11-23T01:26:42.6607957Z In file included from /var/lib/jenkins/workspace/c10/core/Scalar.h:11, 2022-11-23T01:26:42.6608633Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:16, 2022-11-23T01:26:42.6609244Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:26:42.6609855Z from /var/lib/jenkins/workspace/aten/src/ATen/Tensor.h:3, 2022-11-23T01:26:42.6610502Z from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.h:7, 2022-11-23T01:26:42.6611219Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops_util.h:4, 2022-11-23T01:26:42.6611957Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:4: 2022-11-23T01:26:42.6612729Z /var/lib/jenkins/workspace/c10/core/ScalarType.h:242:20: note: declared here 2022-11-23T01:26:42.6613435Z 242 | static inline bool isIntegralType(ScalarType t) { 2022-11-23T01:26:42.6614210Z | ^~~~~~~~~~~~~~ 2022-11-23T01:26:42.6615454Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:959:30: warning: ‘bool c10::isIntegralType(c10::ScalarType)’ is deprecated: isIntegralType is deprecated. Please use the overload with 'includeBool' parameter instead. [-Wdeprecated-declarations] 2022-11-23T01:26:42.6616495Z 959 | isIntegralType(type) ? torch::Scalar(1) : torch::Scalar(1.0); 2022-11-23T01:26:42.6616992Z | ^ 2022-11-23T01:26:42.6617513Z In file included from /var/lib/jenkins/workspace/c10/core/Scalar.h:11, 2022-11-23T01:26:42.6618155Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:16, 2022-11-23T01:26:42.6618798Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-11-23T01:26:42.6619410Z from /var/lib/jenkins/workspace/aten/src/ATen/Tensor.h:3, 2022-11-23T01:26:42.6620036Z from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.h:7, 2022-11-23T01:26:42.6620693Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops_util.h:4, 2022-11-23T01:26:42.6621326Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:4: 2022-11-23T01:26:42.6621994Z /var/lib/jenkins/workspace/c10/core/ScalarType.h:242:20: note: declared here 2022-11-23T01:26:42.6622743Z 242 | static inline bool isIntegralType(ScalarType t) { 2022-11-23T01:26:42.6623226Z | ^~~~~~~~~~~~~~ 2022-11-23T01:26:42.6623521Z At global scope: 2022-11-23T01:26:42.6624194Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:42.6625081Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:42.6625875Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:42.6626686Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:42.6627465Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:42.6677333Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2022-11-23T01:26:42.7632077Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:42.7633127Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:42.7633973Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:42.7634768Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:42.7635592Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:42.7636412Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:42.7701396Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2022-11-23T01:26:42.9496048Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:42.9496870Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:42.9497679Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:42.9498446Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:42.9499241Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:42.9500089Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:42.9548766Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2022-11-23T01:26:43.1904321Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:43.1905398Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:43.1906510Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:43.1907376Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:43.1908328Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:43.1909473Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:43.1983701Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2022-11-23T01:26:43.2988014Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:43.2988938Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:43.2989927Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:43.2990810Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:43.2991657Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:43.2992397Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:43.3046193Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2022-11-23T01:26:43.5799745Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:43.5800694Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:43.5801537Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:43.5802291Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:43.5803074Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:43.5803855Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:43.5884728Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2022-11-23T01:26:43.8422364Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:43.8423412Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:43.8424297Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:43.8425038Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:43.8426060Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:43.8426959Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:43.8495090Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2022-11-23T01:26:44.1883461Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:44.1885062Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:44.1886070Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:44.1886916Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:44.1887812Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:44.1888658Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:44.1954323Z [ 97%] Linking CXX executable ../bin/test_lazy 2022-11-23T01:26:44.1968906Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:44.1970402Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:44.1971359Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:44.1972240Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:44.1973126Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:44.1974036Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:44.2042632Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2022-11-23T01:26:44.5132205Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:44.5133097Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:44.5133895Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:44.5134407Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:44.5134908Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:44.5135395Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:44.5187038Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2022-11-23T01:26:44.5625207Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:44.5626071Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:44.5626854Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:44.5627989Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:44.5628721Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:44.5629419Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:44.5698283Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2022-11-23T01:26:44.7982996Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:44.7984050Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:44.7985033Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:44.7985818Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:44.7986578Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:44.7987357Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:44.8062943Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2022-11-23T01:26:45.0132266Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:45.0133344Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:45.0134334Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:45.0135170Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:45.0136242Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:45.0137119Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:45.0206104Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2022-11-23T01:26:45.5609755Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:45.5610585Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:45.5611423Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:45.5612043Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:45.5612838Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:45.5613615Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:45.5837603Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2022-11-23T01:26:45.6077487Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:45.6078637Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:45.6079489Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:45.6080292Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:45.6081177Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:45.6082088Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:45.6168602Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2022-11-23T01:26:45.7476017Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:45.7477220Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:45.7478169Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:45.7479010Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:45.7479827Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:45.7480660Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:45.7569245Z [ 97%] Linking CXX executable ../bin/test_api 2022-11-23T01:26:45.7761563Z [ 97%] Built target test_lazy 2022-11-23T01:26:45.7823140Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2022-11-23T01:26:45.9263701Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:45.9265547Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:45.9266701Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:45.9267929Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:45.9268948Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:45.9269941Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:45.9323265Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2022-11-23T01:26:46.2039244Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:46.2040390Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:46.2041372Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:46.2042288Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:46.2043229Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:46.2044376Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:46.2106287Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2022-11-23T01:26:46.8213748Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:46.8214787Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:46.8215619Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:46.8216362Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:46.8217212Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:46.8218017Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:46.8276724Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2022-11-23T01:26:46.9914032Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:46.9915005Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:46.9915888Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:46.9916674Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:46.9917477Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:46.9918307Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:46.9942804Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:46.9943989Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:46.9944599Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:46.9945088Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:46.9945897Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:46.9946734Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:46.9973923Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2022-11-23T01:26:47.0023830Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2022-11-23T01:26:47.2907490Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:47.2908537Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:47.2909464Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:47.2910244Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:47.2911109Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:47.2911721Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:47.2974158Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2022-11-23T01:26:47.4248834Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:47.4249914Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:47.4250824Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:47.4251650Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:47.4252497Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:47.4253351Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:47.4315519Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2022-11-23T01:26:47.9519509Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:47.9520552Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:47.9521542Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:47.9522390Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:47.9523204Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:47.9524170Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:47.9585306Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2022-11-23T01:26:48.0005873Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:48.0007189Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:48.0008749Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:48.0009680Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:48.0010627Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:48.0011539Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:48.0068172Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2022-11-23T01:26:48.0309863Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:48.0311539Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:48.0312687Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:48.0313498Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:48.0314345Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:48.0315152Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:48.0391704Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2022-11-23T01:26:48.1952274Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:48.1953341Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:48.1954366Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:48.1955151Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:48.1955964Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:48.1956770Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:48.2026871Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2022-11-23T01:26:48.2242367Z [ 97%] Built target test_api 2022-11-23T01:26:48.2306197Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2022-11-23T01:26:48.3943135Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:48.3944199Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:48.3945440Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:48.3946154Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:48.3946883Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:48.3947605Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:48.4001426Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2022-11-23T01:26:48.5622841Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:48.5623935Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:48.5624802Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:48.5625597Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:48.5626459Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:48.5627262Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:48.5701667Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2022-11-23T01:26:48.9989708Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:48.9990725Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:48.9991635Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:48.9992367Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:48.9993132Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:48.9993897Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:49.0056498Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2022-11-23T01:26:49.1806003Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:49.1807000Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:49.1807810Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:49.1808581Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:49.1809341Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:49.1810157Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:49.1861990Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2022-11-23T01:26:49.2298288Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:49.2299396Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:49.2300399Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:49.2301251Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:49.2302098Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:49.2302949Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:49.2362250Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2022-11-23T01:26:49.3789437Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:49.3790532Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:49.3791639Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:49.3792575Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:49.3793651Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:49.3794468Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:49.3863536Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2022-11-23T01:26:49.4123529Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:49.4124586Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:49.4125593Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:49.4126493Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:49.4127391Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:49.4128229Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:49.4193840Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2022-11-23T01:26:49.5272274Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:49.5273278Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:49.5274293Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:49.5275171Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:49.5275973Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:49.5276773Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:49.5432938Z [ 97%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2022-11-23T01:26:49.5673009Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:49.5674062Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:49.5675042Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:49.5675973Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:49.5677389Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:49.5678334Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:49.5753723Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2022-11-23T01:26:49.8717074Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:49.8718135Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:49.8719343Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:49.8720247Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:49.8721146Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:49.8722049Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:49.8784558Z [ 97%] Linking CXX executable ../../../../bin/torch_shm_manager 2022-11-23T01:26:49.9753844Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:49.9754877Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:49.9755895Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:49.9756780Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:49.9757695Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:49.9758563Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:49.9833706Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2022-11-23T01:26:50.1997942Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:50.1998892Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:50.1999725Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:50.2000466Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:50.2001471Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:50.2002242Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:50.2070469Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2022-11-23T01:26:50.5461395Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:50.5462349Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:50.5463167Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:50.5463912Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:50.5464693Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:50.5465460Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:50.5533725Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2022-11-23T01:26:50.8312546Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:50.8313849Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:50.8314837Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:50.8315692Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:50.8316604Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:50.8317514Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:50.8386428Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2022-11-23T01:26:50.9184173Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:50.9190243Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:50.9191352Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:50.9192250Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:50.9193151Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:50.9194064Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:50.9195057Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:50.9196082Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:50.9197034Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:50.9198076Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:50.9199011Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:50.9199916Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:50.9254551Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2022-11-23T01:26:50.9283558Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2022-11-23T01:26:50.9591215Z [ 97%] Built target torch_shm_manager 2022-11-23T01:26:50.9661851Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2022-11-23T01:26:51.1825429Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:51.1826530Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:51.1827518Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:51.1828423Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:51.1829550Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:51.1830471Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:51.1899431Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2022-11-23T01:26:51.4537400Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:51.4538480Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:51.4539456Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:51.4540335Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:51.4541240Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:51.4542141Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:51.4609584Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2022-11-23T01:26:51.4728636Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:51.4729673Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:51.4730504Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:51.4731291Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:51.4732096Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:51.4732942Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:51.4783266Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2022-11-23T01:26:51.5275729Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:51.5276815Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:51.5277812Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:51.5278765Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:51.5279697Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:51.5280614Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:51.5430317Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2022-11-23T01:26:51.6498833Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:51.6499718Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:51.6500537Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:51.6501478Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:51.6502305Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:51.6503157Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:51.6566587Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2022-11-23T01:26:52.0734234Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:52.0734908Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:52.0735783Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:52.0736565Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:52.0737337Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:52.0738163Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:52.0884903Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2022-11-23T01:26:52.3315275Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:52.3316196Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:52.3316782Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:52.3317256Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:52.3317954Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:52.3318707Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:52.3382411Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2022-11-23T01:26:52.3742063Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:52.3742809Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:52.3743597Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:52.3744197Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:52.3745091Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:52.3745600Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:52.3809823Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2022-11-23T01:26:52.5546500Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:52.5547515Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:52.5548552Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:52.5549377Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:52.5550204Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:52.5551078Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:52.5620299Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2022-11-23T01:26:52.6733980Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:52.6735088Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:52.6736049Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:52.6737183Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:52.6738109Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:52.6739010Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:52.6798742Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2022-11-23T01:26:52.8254590Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:52.8255477Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:52.8256365Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:52.8257157Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:52.8258005Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:52.8258799Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:52.8305471Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2022-11-23T01:26:52.9951543Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:52.9952606Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:52.9953612Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:52.9954485Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:52.9955384Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:52.9956284Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:53.0023347Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2022-11-23T01:26:53.3817387Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:53.3818569Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:53.3819577Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:53.3820477Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:53.3821454Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:53.3822454Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:53.3886854Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2022-11-23T01:26:53.6037117Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:53.6038703Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:53.6039622Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:53.6040347Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:53.6041161Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:53.6041901Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:53.6113265Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2022-11-23T01:26:53.6687074Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:53.6688099Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:53.6689159Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:53.6689992Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:53.6690834Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:53.6691889Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:53.6759325Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2022-11-23T01:26:54.0060197Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:54.0061288Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:54.0062206Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:54.0063104Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:54.0063962Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:54.0064864Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:54.0139968Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2022-11-23T01:26:54.2169211Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:54.2170263Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:54.2171257Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:54.2172171Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:54.2173125Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:54.2174033Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:54.2238775Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2022-11-23T01:26:54.3210179Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:54.3211182Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:54.3212031Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:54.3212726Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:54.3213501Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:54.3214315Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:54.3282814Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2022-11-23T01:26:54.7302250Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:54.7303211Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:54.7304080Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:54.7304843Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:54.7305861Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:54.7306650Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:54.7378891Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2022-11-23T01:26:55.1675470Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:55.1676548Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:55.1677467Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:55.1678307Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:55.1679210Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:55.1680047Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:55.1745455Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2022-11-23T01:26:55.2841536Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:55.2842528Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:55.2843421Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:55.2844247Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:55.2845075Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:55.2846123Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:55.2910162Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2022-11-23T01:26:55.4085638Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:55.4086724Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:55.4087749Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:55.4088848Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:55.4089811Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:55.4090737Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:55.4154381Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2022-11-23T01:26:55.6872502Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:55.6873564Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:55.6874542Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:55.6875625Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:55.6876499Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:55.6877400Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:55.6940100Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2022-11-23T01:26:55.9758353Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:55.9759353Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:55.9760329Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:55.9761211Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:55.9762128Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:55.9762986Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:55.9838136Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2022-11-23T01:26:56.0865633Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:56.0866701Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:56.0867858Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:56.0868569Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:56.0869484Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:56.0870307Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:56.0931980Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2022-11-23T01:26:56.1825546Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:56.1826498Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:56.1827326Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:56.1828270Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:56.1829056Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:56.1829823Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:56.1896227Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2022-11-23T01:26:56.2937724Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:56.2938955Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:56.2939762Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:56.2940473Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:56.2941211Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:56.2941997Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:56.3012768Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2022-11-23T01:26:56.4469590Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:56.4471023Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:56.4472141Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:56.4473029Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:56.4473852Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:56.4474647Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:56.4540935Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2022-11-23T01:26:56.5067335Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:56.5069905Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:56.5071353Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:56.5072454Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:56.5073435Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:56.5074537Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:56.5223330Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2022-11-23T01:26:56.6880429Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:56.6881446Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:56.6882428Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:56.6883273Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:56.6884150Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:56.6885000Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:56.6951223Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2022-11-23T01:26:56.9032014Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:56.9033064Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:56.9034081Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:56.9034977Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:56.9035886Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:56.9036790Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:56.9099613Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2022-11-23T01:26:57.1440196Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:57.1441518Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:57.1442711Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:57.1443526Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:57.1444431Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:57.1445476Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:57.1496298Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2022-11-23T01:26:57.6959695Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:57.6960834Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:57.6961663Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:57.6962382Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:57.6963122Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:57.6963866Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:57.7030695Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2022-11-23T01:26:57.8598826Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:57.8599871Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:57.8600791Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:57.8601640Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:57.8602507Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:57.8603680Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:57.8673079Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2022-11-23T01:26:57.9567027Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:57.9568040Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:57.9569006Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:57.9569860Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:57.9570717Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:57.9571625Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:57.9650025Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2022-11-23T01:26:58.2385033Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:58.2386037Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:58.2386878Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:58.2387626Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:58.2388706Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:58.2389477Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:58.2453729Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2022-11-23T01:26:58.5263279Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:58.5264200Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:58.5265075Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:58.5265838Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:58.5266707Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:58.5267517Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:58.5320629Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2022-11-23T01:26:58.8052665Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:58.8053665Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:58.8063788Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:58.8065004Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:58.8065910Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:58.8066815Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:58.8104662Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2022-11-23T01:26:59.0635857Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:59.0636909Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:59.0637892Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:59.0638808Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:59.0639646Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:59.0694423Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:59.0695181Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2022-11-23T01:26:59.0753211Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:59.0754022Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:59.0754771Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:59.0755454Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:59.0756146Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:59.0757052Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:59.0805291Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2022-11-23T01:26:59.1216100Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:59.1217135Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:59.1218165Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:59.1219054Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:59.1219919Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:59.1220820Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:59.1275893Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2022-11-23T01:26:59.3898902Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:59.3900001Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:59.3901218Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:59.3902118Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:59.3903036Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:59.3903970Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:59.3970041Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2022-11-23T01:26:59.4383445Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:26:59.4384959Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:26:59.4386163Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:26:59.4387239Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:26:59.4388578Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:26:59.4389670Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:26:59.4533278Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2022-11-23T01:27:00.0469698Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:00.0470795Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:00.0471717Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:00.0472639Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:00.0473419Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:00.0474177Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:00.0532627Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2022-11-23T01:27:00.2069766Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:00.2070689Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:00.2071679Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:00.2072525Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:00.2073351Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:00.2074176Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:00.2122647Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2022-11-23T01:27:00.3162738Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:00.3164033Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:00.3164916Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:00.3165703Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:00.3166450Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:00.3167199Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:00.3225686Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2022-11-23T01:27:00.4939704Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:00.4940826Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:00.4941829Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:00.4942697Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:00.4943583Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:00.4944473Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:00.5011466Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2022-11-23T01:27:00.6510452Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:00.6511500Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:00.6512625Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:00.6513469Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:00.6514369Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:00.6515227Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:00.6585400Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2022-11-23T01:27:01.3546221Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:01.3547105Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:01.3547886Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:01.3548386Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:01.3549083Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:01.3549850Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:01.3601845Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2022-11-23T01:27:01.4833367Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:01.4834418Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:01.4835405Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:01.4836205Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:01.4837078Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:01.4837929Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:01.4905270Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2022-11-23T01:27:01.5675511Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:01.5677078Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:01.5678057Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:01.5678891Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:01.5679713Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:01.5680473Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:01.5741358Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2022-11-23T01:27:01.7510079Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:01.7510993Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:01.7511600Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:01.7512261Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:01.7512989Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:01.7513752Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:01.7576761Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2022-11-23T01:27:01.8214596Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:01.8215481Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:01.8216296Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:01.8216973Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:01.8217490Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:01.8218056Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:01.8280378Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2022-11-23T01:27:02.0675863Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:02.0676736Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:02.0677578Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:02.0680550Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:02.0681698Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:02.0682839Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:02.0738332Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2022-11-23T01:27:02.1168883Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:02.1170310Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:02.1171588Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:02.1172950Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:02.1173898Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:02.1174826Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:02.1247936Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2022-11-23T01:27:02.2072722Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:02.2074780Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:02.2075652Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:02.2076702Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:02.2077551Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:02.2078498Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:02.2147809Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2022-11-23T01:27:02.4078595Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:02.4079628Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:02.4080638Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:02.4081524Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:02.4082466Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:02.4083315Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:02.4149192Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2022-11-23T01:27:02.8239703Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:02.8240694Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:02.8241736Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:02.8242586Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:02.8243713Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:02.8244545Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:02.8308867Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2022-11-23T01:27:02.9531497Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:02.9532588Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:02.9535185Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:02.9535899Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:02.9536697Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:02.9537656Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:02.9588863Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_nested_functions_manual.cpp.o 2022-11-23T01:27:03.2204210Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:03.2205315Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:03.2206169Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:03.2206929Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:03.2207681Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:03.2208338Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:03.2270853Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2022-11-23T01:27:03.6418831Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:03.6420351Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:03.6421831Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:03.6422881Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:03.6423957Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:03.6424995Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:03.6488394Z [ 97%] Linking CXX executable ../bin/test_jit 2022-11-23T01:27:03.6778139Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:03.6778962Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:03.6779651Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:03.6780143Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:03.6780620Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:03.6781210Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:03.6783327Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:03.6787445Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:03.6788487Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:03.6789234Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:03.6790020Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:03.6790752Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:03.6856223Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2022-11-23T01:27:03.6857407Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2022-11-23T01:27:04.1200167Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:04.1201146Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:04.1202027Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:04.1202821Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:04.1203597Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:04.1204349Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:04.1272911Z [ 98%] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/eval_frame.c.o 2022-11-23T01:27:04.3395228Z cc1: warning: command line option ‘-std=c++14’ is valid for C++/ObjC++ but not for C 2022-11-23T01:27:04.3395958Z cc1: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:04.3396681Z cc1: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:04.3397319Z cc1: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:04.3398040Z cc1: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:04.3398677Z cc1: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:04.3446483Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/guards.cpp.o 2022-11-23T01:27:04.5931414Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:04.5932514Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:04.5933747Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:04.5934638Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:04.5935542Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:04.5936413Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:04.5990205Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/init.cpp.o 2022-11-23T01:27:04.6017999Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:04.6022110Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:04.6023101Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:04.6024000Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:04.6024948Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:04.6025901Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:04.6102244Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2022-11-23T01:27:04.6650069Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:04.6651086Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:04.6652018Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:04.6652838Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:04.6653654Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:04.6654501Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:04.6708484Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2022-11-23T01:27:05.0804597Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:05.0805695Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:05.0806676Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:05.0807562Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:05.0808446Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:05.0809374Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:05.0874164Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp.o 2022-11-23T01:27:05.1404269Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:05.1405536Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:05.1406406Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:05.1407208Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:05.1408052Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:05.1408899Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:05.1479573Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2022-11-23T01:27:05.3273735Z [ 98%] Built target test_jit 2022-11-23T01:27:05.3337975Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2022-11-23T01:27:05.9578881Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:05.9579770Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:05.9580592Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:05.9581519Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:05.9582298Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:05.9583057Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:05.9653206Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2022-11-23T01:27:06.0060074Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:06.0061188Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:06.0062150Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:06.0063097Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:06.0064010Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:06.0064959Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:06.0131533Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2022-11-23T01:27:06.1100701Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:06.1101748Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:06.1102591Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:06.1103360Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:06.1104453Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:06.1105342Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:06.1172930Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2022-11-23T01:27:06.4273404Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:06.4274433Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:06.4275441Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:06.4276324Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:06.4277154Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:06.4278046Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:06.4348361Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2022-11-23T01:27:06.5719686Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:06.5720868Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:06.5721676Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:06.5722413Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:06.5723153Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:06.5723948Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:06.5800483Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2022-11-23T01:27:06.6433386Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:06.6434293Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:06.6435123Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:06.6435904Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:06.6436882Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:06.6437663Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:06.6499798Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2022-11-23T01:27:06.7284210Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:06.7285064Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:06.7286118Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:06.7286788Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:06.7287443Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:06.7288140Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:06.7344706Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2022-11-23T01:27:06.8222087Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:06.8223180Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:06.8224160Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:06.8225038Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:06.8225893Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:06.8226733Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:06.8288207Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2022-11-23T01:27:07.2031447Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:07.2032533Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:07.2033534Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:07.2034349Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:07.2035262Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:07.2036172Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:07.2088064Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2022-11-23T01:27:07.2184011Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:07.2185056Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:07.2186006Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:07.2186838Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:07.2187867Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:07.2188766Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:07.2248460Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2022-11-23T01:27:07.2668703Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:07.2669810Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:07.2670763Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:07.2671728Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:07.2672554Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:07.2673298Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:07.2763387Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2022-11-23T01:27:07.4378629Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:07.4379879Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:07.4382994Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:07.4384103Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:07.4385289Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:07.4386211Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:07.4436929Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2022-11-23T01:27:07.5321111Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:07.5322123Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:07.5323044Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:07.5323898Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:07.5324740Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:07.5325597Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:07.5394439Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2022-11-23T01:27:07.7694679Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:07.7695662Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:07.7696504Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:07.7697305Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:07.7698065Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:07.7699085Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:07.7768131Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2022-11-23T01:27:07.8619908Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:07.8620889Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:07.8621860Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:07.8622703Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:07.8623580Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:07.8624426Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:07.8701216Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2022-11-23T01:27:07.9584265Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:07.9584937Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:07.9585681Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:07.9586402Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:07.9587172Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:07.9588175Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:07.9638819Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2022-11-23T01:27:08.0508163Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:08.0508921Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:08.0509768Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:08.0510390Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:08.0511027Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:08.0511841Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:08.0518768Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:08.0519770Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:08.0520484Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:08.0521112Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:08.0522058Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:08.0522554Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:08.0576727Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2022-11-23T01:27:08.0604985Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2022-11-23T01:27:08.1865858Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:08.1866950Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:08.1868106Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:08.1869032Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:08.1869969Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:08.1870946Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:08.1945301Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2022-11-23T01:27:08.3376128Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:08.3377235Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:08.3378225Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:08.3379064Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:08.3379952Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:08.3380865Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:08.3445872Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2022-11-23T01:27:08.4236596Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:08.4237529Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:08.4238322Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:08.4239158Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:08.4239924Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:08.4240691Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:08.4313931Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2022-11-23T01:27:08.5716427Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:08.5717741Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:08.5718710Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:08.5719446Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:08.5719945Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:08.5720538Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:08.5793594Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2022-11-23T01:27:08.6447781Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:08.6448771Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:08.6449640Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:08.6450585Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:08.6451381Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:08.6452180Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:08.6518216Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2022-11-23T01:27:08.7874490Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:08.7875162Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:08.7875954Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:08.7876819Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:08.7877667Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:08.7878519Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:08.7939781Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2022-11-23T01:27:08.8477260Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:08.8478296Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:08.8479175Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:08.8480039Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:08.8480867Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:08.8481750Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:08.8543814Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2022-11-23T01:27:09.0931494Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:09.0932677Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:09.0933674Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:09.0934832Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:09.0935655Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:09.0936548Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:09.1000095Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2022-11-23T01:27:09.2179190Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:09.2180297Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:09.2181270Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:09.2182134Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:09.2183033Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:09.2183996Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:09.2250883Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2022-11-23T01:27:09.4807153Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:09.4808200Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:09.4809201Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:09.4810089Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:09.4811214Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:09.4812126Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:09.4875318Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2022-11-23T01:27:09.5835595Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:09.5836629Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:09.5839171Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:09.5840033Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:09.5840855Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:09.5841573Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:09.5913875Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2022-11-23T01:27:09.7226385Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:09.7227863Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:09.7228894Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:09.7229793Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:09.7230709Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:09.7231687Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:09.7294109Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2022-11-23T01:27:09.8309945Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:09.8310971Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:09.8311835Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:09.8312577Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:09.8313368Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:09.8314177Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:09.8363786Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2022-11-23T01:27:10.4773213Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:10.4774233Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:10.4775239Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:10.4775792Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:10.4776279Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:10.4777089Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:10.4839473Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2022-11-23T01:27:10.4853831Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:10.4854819Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:10.4855764Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:10.4856660Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:10.4857572Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:10.4858483Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:10.4918026Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2022-11-23T01:27:10.8426994Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:10.8428522Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:10.8429502Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:10.8430361Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:10.8431356Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:10.8432284Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:10.8498662Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2022-11-23T01:27:11.0869951Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:11.0870985Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:11.0871914Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:11.0872414Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:11.0873137Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:11.0874029Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:11.0934703Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2022-11-23T01:27:11.1763389Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:11.1764453Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:11.1765325Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:11.1766124Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:11.1767019Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:11.1767899Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:11.1856791Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2022-11-23T01:27:11.2164728Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:11.2165800Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:11.2167168Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:11.2168305Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:11.2169833Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:11.2170917Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:11.2236731Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2022-11-23T01:27:11.4714881Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:11.4715849Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:11.4716665Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:11.4717459Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:11.4718227Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:11.4718997Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:11.4797856Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2022-11-23T01:27:11.8446892Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:11.8448014Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:11.8449033Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:11.8449986Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:11.8450924Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:11.8451903Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:11.8523185Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2022-11-23T01:27:11.8944694Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:11.8946135Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:11.8947127Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:11.8948159Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:11.8949221Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:11.8950109Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:11.9011876Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2022-11-23T01:27:12.0491173Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:12.0492174Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:12.0493396Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:12.0494246Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:12.0495169Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:12.0495922Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:12.0570467Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2022-11-23T01:27:12.2679790Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:12.2680741Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:12.2681541Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:12.2682331Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:12.2683258Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:12.2684130Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:12.2749040Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2022-11-23T01:27:12.3852104Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:12.3859886Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:12.3860891Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:12.3861994Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:12.3862892Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:12.3863797Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:12.3931398Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2022-11-23T01:27:12.5512300Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:12.5513374Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:12.5514352Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:12.5515296Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:12.5516261Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:12.5517198Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:12.5588100Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2022-11-23T01:27:12.6668479Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:12.6669572Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:12.6670611Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:12.6671475Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:12.6672247Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:12.6672981Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:12.6729051Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2022-11-23T01:27:12.8455200Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:12.8456243Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:12.8457223Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:12.8458124Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:12.8459032Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:12.8459893Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:12.8532857Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2022-11-23T01:27:13.2452184Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:13.2453177Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:8, 2022-11-23T01:27:13.2454213Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp:8: 2022-11-23T01:27:13.2456051Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:27:13.2457376Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:27:13.2457836Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:27:13.2458638Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:27:13.2459405Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:27:13.2459929Z | ^~~~ 2022-11-23T01:27:13.2460648Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:27:13.2461339Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:27:13.2461786Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:27:13.2462361Z In file included from /var/lib/jenkins/workspace/c10/hip/HIPStream.h:7, 2022-11-23T01:27:13.2463206Z from /var/lib/jenkins/workspace/c10/hip/HIPGraphsC10Utils.h:4, 2022-11-23T01:27:13.2463928Z from /var/lib/jenkins/workspace/c10/hip/HIPCachingAllocator.h:5, 2022-11-23T01:27:13.2464819Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h:3, 2022-11-23T01:27:13.2465662Z from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h:36, 2022-11-23T01:27:13.2466476Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp:4: 2022-11-23T01:27:13.2467224Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:27:13.2468077Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:27:13.2468578Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:27:13.2469246Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:8, 2022-11-23T01:27:13.2470049Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp:8: 2022-11-23T01:27:13.2471811Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:111:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2022-11-23T01:27:13.2473021Z 111 | _(hipCtxGetCurrent) \ 2022-11-23T01:27:13.2473457Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:27:13.2474180Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:119:39: note: in definition of macro ‘CREATE_MEMBER’ 2022-11-23T01:27:13.2474894Z 119 | #define CREATE_MEMBER(name) decltype(&name) name; 2022-11-23T01:27:13.2475364Z | ^~~~ 2022-11-23T01:27:13.2476237Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:120:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2022-11-23T01:27:13.2476907Z 120 | AT_FORALL_NVRTC(CREATE_MEMBER) 2022-11-23T01:27:13.2477312Z | ^~~~~~~~~~~~~~~ 2022-11-23T01:27:13.2477833Z In file included from /var/lib/jenkins/workspace/c10/hip/HIPStream.h:7, 2022-11-23T01:27:13.2478504Z from /var/lib/jenkins/workspace/c10/hip/HIPGraphsC10Utils.h:4, 2022-11-23T01:27:13.2479188Z from /var/lib/jenkins/workspace/c10/hip/HIPCachingAllocator.h:5, 2022-11-23T01:27:13.2479981Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h:3, 2022-11-23T01:27:13.2480763Z from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h:36, 2022-11-23T01:27:13.2481509Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp:4: 2022-11-23T01:27:13.2482247Z /opt/rocm-5.2.0/include/hip/hip_runtime_api.h:4193:12: note: declared here 2022-11-23T01:27:13.2482861Z 4193 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2022-11-23T01:27:13.2483338Z | ^~~~~~~~~~~~~~~~ 2022-11-23T01:27:13.2484075Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:13.2484980Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:13.2485963Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:13.2486842Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:13.2487724Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:13.2525395Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2022-11-23T01:27:13.8452520Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:13.8453608Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:13.8454345Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:13.8454842Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:13.8455364Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:13.8456126Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:13.8505263Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2022-11-23T01:27:13.9143867Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:13.9144795Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:13.9145651Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:13.9146422Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:13.9147402Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:13.9148416Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:13.9217400Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/cuda_lazy_init.cpp.o 2022-11-23T01:27:13.9248369Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:13.9249355Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:13.9250289Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:13.9251100Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:13.9251978Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:13.9252813Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:13.9314367Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2022-11-23T01:27:13.9786715Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:13.9791365Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:13.9792232Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:13.9792986Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:13.9793733Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:13.9794493Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:13.9859222Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/nested.cpp.o 2022-11-23T01:27:14.4778109Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:14.4779195Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:14.4780167Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:14.4781075Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:14.4782006Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:14.4782940Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:14.4843092Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2022-11-23T01:27:14.5349330Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:14.5350405Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:14.5351487Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:14.5352566Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:14.5353488Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:14.5354391Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:14.5450471Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2022-11-23T01:27:14.5454242Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:14.5455291Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:14.5456283Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:14.5457067Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:14.5457822Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:14.5458629Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:14.5524167Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2022-11-23T01:27:14.7562389Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:14.7563417Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:14.7564406Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:14.7565276Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:14.7566177Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:14.7567087Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:14.7636725Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_symnode.cpp.o 2022-11-23T01:27:14.7913079Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:14.7914099Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:14.7914904Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:14.7915660Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:14.7916451Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:14.7917237Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:14.7980407Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pybind.cpp.o 2022-11-23T01:27:15.0825102Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:15.0826354Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:15.0827235Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:15.0828165Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:15.0828878Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:15.0829761Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:15.0890885Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2022-11-23T01:27:15.3761792Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:15.3762755Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:15.3763640Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:15.3764420Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:15.3765279Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:15.3766329Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:15.3807936Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:15.3808668Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:15.3809247Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:15.3809737Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:15.3810540Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:15.3811062Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:15.3835360Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2022-11-23T01:27:15.3884263Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2022-11-23T01:27:15.6115227Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:15.6116258Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:15.6117156Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:15.6117961Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:15.6118798Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:15.6119664Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:15.6183106Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2022-11-23T01:27:15.6465199Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:15.6466275Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:15.6467237Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:15.6468237Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:15.6469089Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:15.6469966Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:15.6544476Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2022-11-23T01:27:15.7558348Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:15.7559428Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:15.7560398Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:15.7561512Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:15.7562395Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:15.7563234Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:15.7634757Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2022-11-23T01:27:15.9215020Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:15.9216078Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:15.9217058Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:15.9217982Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:15.9218712Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:15.9219440Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:15.9289882Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2022-11-23T01:27:16.2205478Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:16.2206495Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:16.2207426Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:16.2208220Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:16.2209255Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:16.2210122Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:16.2257703Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2022-11-23T01:27:16.2748672Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:16.2749700Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:16.2751124Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:16.2752053Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:16.2753014Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:16.2753837Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:16.2815986Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2022-11-23T01:27:16.4123536Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:16.4124598Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:16.4125416Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:16.4126199Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:16.4126919Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:16.4127669Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:16.4194179Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2022-11-23T01:27:16.6296444Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:16.6297499Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:16.6298432Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:16.6299445Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:16.6300240Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:16.6301082Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:16.6363347Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2022-11-23T01:27:16.6422590Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:16.6423537Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:16.6424495Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:16.6425341Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:16.6426173Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:16.6426997Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:16.6488405Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2022-11-23T01:27:17.0044180Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:17.0045152Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:17.0046009Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:17.0046764Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:17.0047575Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:17.0048428Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:17.0107883Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2022-11-23T01:27:17.0535747Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:17.0536730Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:17.0537661Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:17.0538523Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:17.0539382Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:17.0540211Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:17.0605468Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2022-11-23T01:27:17.1635522Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:17.1636766Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:17.1637686Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:17.1638441Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:17.1639264Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:17.1640080Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:17.1721193Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/init_flatbuffer_module.cpp.o 2022-11-23T01:27:17.2746703Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:17.2747982Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:17.2748829Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:17.2749564Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:17.2750327Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:17.2751441Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:17.2822679Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2022-11-23T01:27:17.5462686Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:17.5463780Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:17.5464757Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:17.5465648Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:17.5466546Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:17.5467482Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:17.5528620Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/itt.cpp.o 2022-11-23T01:27:17.6512867Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:17.6513804Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:17.6514600Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:17.6515485Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:17.6516394Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:17.6517143Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:17.6590644Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Event.cpp.o 2022-11-23T01:27:17.7415889Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:17.7417658Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:17.7419024Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:17.7420080Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:17.7421651Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:17.7422594Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:17.7490521Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Module.cpp.o 2022-11-23T01:27:18.1334856Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:18.1336160Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:18.1337589Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:18.1338470Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:18.1339576Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:18.1340470Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:18.1411639Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/python_comm.cpp.o 2022-11-23T01:27:18.4271608Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:18.4272761Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:18.4273894Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:18.4274896Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:18.4276132Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:18.4276881Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:18.4327619Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Stream.cpp.o 2022-11-23T01:27:18.4928311Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:18.4929907Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:18.4931066Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:18.4932136Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:18.4933503Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:18.4934615Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:18.5002080Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Graph.cpp.o 2022-11-23T01:27:18.5713721Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:18.5715315Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:18.5716736Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:18.5720831Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:18.5722626Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:18.5723730Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:18.5788341Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/cudart.cpp.o 2022-11-23T01:27:19.0375648Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:19.0376763Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:19.0377985Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:19.0379117Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:19.0379977Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:19.0380767Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:19.0447291Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/nvtx.cpp.o 2022-11-23T01:27:19.1042955Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:19.1044379Z /var/lib/jenkins/workspace/torch/csrc/cuda/Module.cpp: In static member function ‘static std::shared_ptr StackContext::gather_with_cpp()’: 2022-11-23T01:27:19.1045576Z /var/lib/jenkins/workspace/torch/csrc/cuda/Module.cpp:573:21: warning: redundant move in return statement [-Wredundant-move] 2022-11-23T01:27:19.1046332Z 573 | return std::move(r); 2022-11-23T01:27:19.1046786Z | ~~~~~~~~~^~~ 2022-11-23T01:27:19.1047581Z /var/lib/jenkins/workspace/torch/csrc/cuda/Module.cpp:573:21: note: remove ‘std::move’ call 2022-11-23T01:27:19.1048063Z At global scope: 2022-11-23T01:27:19.1048804Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:19.1049945Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:19.1050833Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:19.1051758Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:19.1052864Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:19.1105283Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/utils.cpp.o 2022-11-23T01:27:19.2322979Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:19.2323939Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:19.2324883Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:19.2325738Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:19.2326579Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:19.2327457Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:19.2393344Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/cudnn.cpp.o 2022-11-23T01:27:19.5353837Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:19.5354786Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:19.5355971Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:19.5356838Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:19.5357750Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:19.5358239Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:19.5408035Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2022-11-23T01:27:19.5660159Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:19.5661195Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:19.5662196Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:19.5663085Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:19.5663964Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:19.5664836Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:19.5721627Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2022-11-23T01:27:19.5990093Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:19.5991189Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:19.5992158Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:19.5993285Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:19.5994216Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:19.5995094Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:19.6056664Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2022-11-23T01:27:19.8311388Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:19.8312289Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:19.8313234Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:19.8314069Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:19.8314847Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:19.8315723Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:19.8373457Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2022-11-23T01:27:19.9105224Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:19.9106183Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:19.9107094Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:19.9108093Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:19.9108919Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:19.9109481Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:19.9193145Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2022-11-23T01:27:20.4576908Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:20.4577855Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:20.4578739Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:20.4579506Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:20.4580321Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:20.4581112Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:20.4649075Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2022-11-23T01:27:20.7160151Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:20.7161454Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:20.7162356Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:20.7163238Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:20.7164156Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:20.7164932Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:20.7235504Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2022-11-23T01:27:21.2046817Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:21.2047752Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:21.2048614Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:21.2049411Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:21.2050234Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:21.2051268Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:21.2118566Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2022-11-23T01:27:21.3216740Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:21.3217787Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:21.3218583Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:21.3219292Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:21.3220012Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:21.3220812Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:21.3286027Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2022-11-23T01:27:21.5038267Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:21.5039203Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:21.5040045Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:21.5040858Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:21.5041683Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:21.5042421Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:21.5088637Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:21.5089582Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:21.5090493Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:21.5091283Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:21.5092108Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:21.5092958Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:21.5107662Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2022-11-23T01:27:21.5155867Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2022-11-23T01:27:21.8696408Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:21.8697451Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:21.8698404Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:21.8699470Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:21.8700369Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:21.8701254Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:21.8774564Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2022-11-23T01:27:22.0230692Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:22.0231788Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:22.0232701Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:22.0233518Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:22.0234340Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:22.0235189Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:22.0307317Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/python_nccl.cpp.o 2022-11-23T01:27:22.5064745Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:22.5065731Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:22.5066611Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:22.5067386Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:22.5068654Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:22.5069470Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:22.8142341Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:22.8143226Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:22.8143989Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:22.8144624Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:22.8145175Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:22.8145667Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:22.8372336Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:22.8372940Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:22.8373476Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:22.8374142Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:22.8374893Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:22.8375610Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:22.9097554Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:22.9098556Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:22.9099399Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:22.9100207Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:22.9100984Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:22.9101787Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:23.1972717Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:23.1973592Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:23.1974422Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:23.1974965Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:23.1975472Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:23.1975963Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:23.2335625Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:23.2336254Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:23.2336778Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:23.2337271Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:23.2337780Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:23.2338268Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:23.2386680Z [100%] Linking CXX shared library ../../lib/libtorch_python.so 2022-11-23T01:27:25.0305473Z [100%] Built target torch_python 2022-11-23T01:27:25.0423956Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2022-11-23T01:27:25.0424773Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp.o 2022-11-23T01:27:25.0425517Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2022-11-23T01:27:25.0426382Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp.o 2022-11-23T01:27:25.8589415Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:25.8590543Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:25.8591661Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:25.8592504Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:25.8593281Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:25.8594041Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:26.0179186Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:26.0179979Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:26.0180520Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:26.0181004Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:26.0181497Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:26.0181988Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:26.0230162Z [100%] Linking CXX shared library ../../lib/libnnapi_backend.so 2022-11-23T01:27:26.0284250Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:26.0285463Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:26.0286719Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:26.0287502Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:26.0287993Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:26.0288484Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:26.2034281Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:27:26.2035284Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:27:26.2036132Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:27:26.2036956Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:27:26.2037760Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:27:26.2038557Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:27:26.2086025Z [100%] Linking CXX shared module functorch.so 2022-11-23T01:27:26.5558220Z [100%] Built target nnapi_backend 2022-11-23T01:27:26.7239907Z [100%] Built target functorch 2022-11-23T01:27:26.7491607Z Install the project... 2022-11-23T01:27:26.7532773Z -- Install configuration: "Release" 2022-11-23T01:27:26.7880306Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/protoc-3.13.0.0" to "$ORIGIN/../lib" 2022-11-23T01:27:27.0309544Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10.so" to "$ORIGIN" 2022-11-23T01:27:27.0564111Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_CompileTimeFunctionPointer_test" to "$ORIGIN" 2022-11-23T01:27:27.0570644Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeviceGuard_test" to "$ORIGIN" 2022-11-23T01:27:27.0578788Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Device_test" to "$ORIGIN" 2022-11-23T01:27:27.0588064Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DispatchKeySet_test" to "$ORIGIN" 2022-11-23T01:27:27.0596051Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_StreamGuard_test" to "$ORIGIN" 2022-11-23T01:27:27.0603998Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SymInt_test" to "$ORIGIN" 2022-11-23T01:27:27.0612403Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineDeviceGuard_test" to "$ORIGIN" 2022-11-23T01:27:27.0621194Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineStreamGuard_test" to "$ORIGIN" 2022-11-23T01:27:27.0630315Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SizesAndStrides_test" to "$ORIGIN" 2022-11-23T01:27:27.0638226Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Array_test" to "$ORIGIN" 2022-11-23T01:27:27.0646634Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Bitset_test" to "$ORIGIN" 2022-11-23T01:27:27.0679599Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_C++17_test" to "$ORIGIN" 2022-11-23T01:27:27.0687844Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ConstexprCrc_test" to "$ORIGIN" 2022-11-23T01:27:27.0695888Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeadlockDetection_test" to "$ORIGIN" 2022-11-23T01:27:27.0703892Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Half_test" to "$ORIGIN" 2022-11-23T01:27:27.0713312Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_LeftRight_test" to "$ORIGIN" 2022-11-23T01:27:27.0723582Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Metaprogramming_test" to "$ORIGIN" 2022-11-23T01:27:27.0745194Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SmallVectorTest" to "$ORIGIN" 2022-11-23T01:27:27.0753622Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Synchronized_test" to "$ORIGIN" 2022-11-23T01:27:27.0762159Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ThreadLocal_test" to "$ORIGIN" 2022-11-23T01:27:27.0770394Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeIndex_test" to "$ORIGIN" 2022-11-23T01:27:27.0778525Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeList_test" to "$ORIGIN" 2022-11-23T01:27:27.0786455Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeTraits_test" to "$ORIGIN" 2022-11-23T01:27:27.0794835Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_accumulate_test" to "$ORIGIN" 2022-11-23T01:27:27.0803563Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_bfloat16_test" to "$ORIGIN" 2022-11-23T01:27:27.0812179Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_math_test" to "$ORIGIN" 2022-11-23T01:27:27.0820689Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_test" to "$ORIGIN" 2022-11-23T01:27:27.0836937Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_either_test" to "$ORIGIN" 2022-11-23T01:27:27.0845243Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_exception_test" to "$ORIGIN" 2022-11-23T01:27:27.0853079Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_flags_test" to "$ORIGIN" 2022-11-23T01:27:27.0876667Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_test" to "$ORIGIN" 2022-11-23T01:27:27.0884647Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_irange_test" to "$ORIGIN" 2022-11-23T01:27:27.0893269Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_logging_test" to "$ORIGIN" 2022-11-23T01:27:27.0903879Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_optional_test" to "$ORIGIN" 2022-11-23T01:27:27.0913821Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ordered_preserving_dict_test" to "$ORIGIN" 2022-11-23T01:27:27.0922133Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_registry_test" to "$ORIGIN" 2022-11-23T01:27:27.0931150Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_string_view_test" to "$ORIGIN" 2022-11-23T01:27:27.0939157Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_tempfile_test" to "$ORIGIN" 2022-11-23T01:27:27.0947834Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_typeid_test" to "$ORIGIN" 2022-11-23T01:27:27.0957494Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_benchmark" to "$ORIGIN" 2022-11-23T01:27:27.0965373Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10_hip.so" to "$ORIGIN:/opt/rocm/hip/lib" 2022-11-23T01:27:27.0988008Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_hip_HIPTest" to "$ORIGIN:/opt/rocm/hip/lib" 2022-11-23T01:27:27.6735979Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libcaffe2_nvrtc.so" to "$ORIGIN:/opt/rocm/hip/lib" 2022-11-23T01:27:28.0478770Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so" to "$ORIGIN:/opt/conda/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.1915053Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_hip.so" to "$ORIGIN:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/rccl/lib:/opt/conda/lib:/opt/rocm/lib:/opt/rocm/magma/lib" 2022-11-23T01:27:28.1918890Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch.so" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.1924874Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_global_deps.so" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:27:28.1937868Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dict_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.1948335Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dimname_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.1959414Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/MaybeOwned_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.1970351Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/NamedTensor_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.1981098Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/apply_utils_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.1992086Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/atest" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2002550Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/basic" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2012927Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/broadcast_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2023690Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_generator_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2033882Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_profiling_allocator_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2048091Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_rng_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2057882Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dispatch_key_set_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2067883Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dlconvertor_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2078577Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/extension_backend_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2088372Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/half_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2101865Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/ivalue_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2113081Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/lazy_tensor_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2122422Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/math_kernel_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2132909Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_format_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2143375Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_overlapping_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2153794Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/mobile_memory_cleanup" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2164171Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/native_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2173534Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operator_name_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2184611Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operators_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2194939Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/packedtensoraccessor_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2206500Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/pow_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2216653Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/quantized_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2226465Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reduce_ops_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2236725Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reportMemoryUsage_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2246936Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_tensor_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2257004Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2267234Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/stride_properties_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2280926Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/tensor_iterator_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2291112Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/test_parallel" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2295815Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/thread_init_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2306460Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_ptr_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2317529Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2326422Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/undefined_tensor_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2334670Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/variant_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2339194Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/verify_api_visibility" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2350527Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/vmap_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2359853Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/weakref_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2368497Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/wrapdim_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2377547Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/xla_tensor_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2387526Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/IListRef_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2404298Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/List_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2414496Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/KernelFunction_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2431735Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_legacy_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2445941Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2464285Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_legacy_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2480096Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2489261Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_stackbased_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2505331Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/make_boxed_from_unboxed_functor_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2513815Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/CppSignature_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2523628Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/backend_fallback_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2549662Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_allowlist_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2591058Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_registration_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2600168Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/inline_container_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2609341Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_apply_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2618385Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_complex_math_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2627347Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_complex_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2636491Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_distributions_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2645252Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_dlconvertor_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2654331Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_generator_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2670478Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_half_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2673155Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_integer_divider_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2681396Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_optional_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2690601Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_packedtensoraccessor_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:28.2699153Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_vectorized_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:29.3071893Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorchbind_test.so" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:29.3077124Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libjitbackend_test.so" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:29.3083721Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libbackend_with_compiler.so" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:29.3145192Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_jit" to "$ORIGIN:/opt/rocm/hip/lib:/opt/conda/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:29.3235042Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_tensorexpr" to "$ORIGIN:/opt/rocm/hip/lib:/opt/conda/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:29.3241891Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/tutorial_tensorexpr" to "$ORIGIN:/opt/rocm/hip/lib:/opt/conda/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:29.3256246Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/FileStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:27:29.3267386Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/TCPStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:27:29.3277823Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/HashStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-11-23T01:27:29.3288968Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_dist_autograd" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:29.3301248Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_cpp_rpc" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:29.3431506Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_api" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:29.3444105Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_mobile_nnc" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:29.3449673Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/aot_model_compiler_test" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:29.3497470Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_lazy" to "$ORIGIN:/opt/rocm/hip/lib:/opt/conda/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:29.3681305Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_python.so" to "$ORIGIN:/opt/rocm/roctracer/lib:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/lib:/opt/rocm/rccl/lib" 2022-11-23T01:27:29.3687967Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libshm.so" to "$ORIGIN:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:29.3696237Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/torch_shm_manager" to "$ORIGIN/../lib:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:29.3707064Z -- Set runtime path of "/var/lib/jenkins/workspace/functorch/functorch.so" to "$ORIGIN/../torch/lib:/opt/conda/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib" 2022-11-23T01:27:29.4334308Z running bdist_wheel 2022-11-23T01:27:30.3066020Z running build 2022-11-23T01:27:30.3066261Z running build_py 2022-11-23T01:27:30.3117635Z creating build/lib.linux-x86_64-cpython-38 2022-11-23T01:27:30.3117961Z creating build/lib.linux-x86_64-cpython-38/functorch 2022-11-23T01:27:30.3118358Z copying functorch/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch 2022-11-23T01:27:30.3128351Z creating build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3129211Z copying torch/_VF.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3136227Z copying torch/__config__.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3140534Z copying torch/__future__.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3144783Z copying torch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3155719Z copying torch/_appdirs.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3163652Z copying torch/_classes.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3169176Z copying torch/_deploy.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3174800Z copying torch/_jit_internal.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3199869Z copying torch/_linalg_utils.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3225519Z copying torch/_lobpcg.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3237950Z copying torch/_lowrank.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3242363Z copying torch/_meta_registrations.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3256480Z copying torch/_namedtensor_internals.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3262727Z copying torch/_ops.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3268309Z copying torch/_python_dispatcher.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3272097Z copying torch/_six.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3276662Z copying torch/_sources.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3280118Z copying torch/_storage_docs.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3286174Z copying torch/_tensor.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3307670Z copying torch/_tensor_docs.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3337074Z copying torch/_tensor_str.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3346007Z copying torch/_torch_docs.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3369381Z copying torch/_utils.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3381453Z copying torch/_utils_internal.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3382489Z copying torch/_vmap_internals.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3390809Z copying torch/_weights_only_unpickler.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3394452Z copying torch/functional.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3409539Z copying torch/hub.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3417479Z copying torch/library.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3422067Z copying torch/overrides.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3435588Z copying torch/quasirandom.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3439397Z copying torch/random.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3445500Z copying torch/return_types.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3452435Z copying torch/serialization.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3471402Z copying torch/storage.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3483681Z copying torch/torch_version.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3491971Z copying torch/types.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3497596Z copying torch/version.py -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:30.3500987Z creating build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:30.3501331Z copying torchgen/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:30.3502137Z copying torchgen/code_template.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:30.3503093Z copying torchgen/context.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:30.3504122Z copying torchgen/gen.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:30.3505923Z copying torchgen/gen_backend_stubs.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:30.3507035Z copying torchgen/gen_functionalization_type.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:30.3508374Z copying torchgen/gen_lazy_tensor.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:30.3509738Z copying torchgen/gen_vmap_plumbing.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:30.3510580Z copying torchgen/local.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:30.3511515Z copying torchgen/model.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:30.3513317Z copying torchgen/native_function_generation.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:30.3514626Z copying torchgen/utils.py -> build/lib.linux-x86_64-cpython-38/torchgen 2022-11-23T01:27:30.3517873Z creating build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:30.3518576Z copying functorch/_src/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:30.3526682Z copying functorch/_src/aot_autograd.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:30.3538603Z copying functorch/_src/benchmark_utils.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:30.3542722Z copying functorch/_src/compile_utils.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:30.3552260Z copying functorch/_src/compilers.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:30.3556631Z copying functorch/_src/config.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:30.3561683Z copying functorch/_src/eager_transforms.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:30.3578940Z copying functorch/_src/fx_minifier.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:30.3584649Z copying functorch/_src/make_functional.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:30.3593053Z copying functorch/_src/named_members_polyfill.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:30.3601505Z copying functorch/_src/partitioners.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:30.3606621Z copying functorch/_src/python_key.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:30.3612808Z copying functorch/_src/pytree_hacks.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:30.3619614Z copying functorch/_src/top_operators_github_usage.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:30.3626716Z copying functorch/_src/vmap.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2022-11-23T01:27:30.3634077Z creating build/lib.linux-x86_64-cpython-38/functorch/compile 2022-11-23T01:27:30.3634508Z copying functorch/compile/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/compile 2022-11-23T01:27:30.3642449Z creating build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:27:30.3642838Z copying functorch/dim/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:27:30.3649847Z copying functorch/dim/batch_tensor.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:27:30.3658730Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:27:30.3665068Z copying functorch/dim/dim.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:27:30.3669351Z copying functorch/dim/magic_trace.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:27:30.3677304Z copying functorch/dim/op_properties.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:27:30.3685274Z copying functorch/dim/reference.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:27:30.3692993Z copying functorch/dim/tree_map.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:27:30.3710057Z copying functorch/dim/wrap_type.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2022-11-23T01:27:30.3733985Z creating build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:27:30.3734451Z copying functorch/experimental/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:27:30.3743024Z copying functorch/experimental/_map.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:27:30.3749170Z copying functorch/experimental/batch_norm_replacement.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:27:30.3753662Z copying functorch/experimental/cond.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:27:30.3767597Z copying functorch/experimental/control_flow.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:27:30.3774263Z copying functorch/experimental/ops.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2022-11-23T01:27:30.3781295Z creating build/lib.linux-x86_64-cpython-38/torch/_decomp 2022-11-23T01:27:30.3781693Z copying torch/_decomp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_decomp 2022-11-23T01:27:30.3788957Z copying torch/_decomp/decompositions.py -> build/lib.linux-x86_64-cpython-38/torch/_decomp 2022-11-23T01:27:30.3804859Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.linux-x86_64-cpython-38/torch/_decomp 2022-11-23T01:27:30.3814030Z creating build/lib.linux-x86_64-cpython-38/torch/_dispatch 2022-11-23T01:27:30.3814707Z copying torch/_dispatch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dispatch 2022-11-23T01:27:30.3815505Z copying torch/_dispatch/python.py -> build/lib.linux-x86_64-cpython-38/torch/_dispatch 2022-11-23T01:27:30.3828235Z creating build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3828636Z copying torch/_dynamo/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3833100Z copying torch/_dynamo/allowed_functions.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3840907Z copying torch/_dynamo/bytecode_analysis.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3845512Z copying torch/_dynamo/bytecode_transformation.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3854584Z copying torch/_dynamo/codegen.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3863520Z copying torch/_dynamo/config.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3869641Z copying torch/_dynamo/convert_frame.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3875834Z copying torch/_dynamo/debug_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3882455Z copying torch/_dynamo/eval_frame.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3890659Z copying torch/_dynamo/exc.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3897515Z copying torch/_dynamo/guards.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3910220Z copying torch/_dynamo/logging.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3913928Z copying torch/_dynamo/mutation_guard.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3917534Z copying torch/_dynamo/output_graph.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3922861Z copying torch/_dynamo/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3927810Z copying torch/_dynamo/replay_record.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3932789Z copying torch/_dynamo/resume_execution.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3936427Z copying torch/_dynamo/side_effects.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3940803Z copying torch/_dynamo/skipfiles.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3950645Z copying torch/_dynamo/source.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3955668Z copying torch/_dynamo/symbolic_convert.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3966611Z copying torch/_dynamo/test_case.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3971658Z copying torch/_dynamo/test_minifier_common.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3974553Z copying torch/_dynamo/testing.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.3984050Z copying torch/_dynamo/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2022-11-23T01:27:30.4001072Z creating build/lib.linux-x86_64-cpython-38/torch/_functorch 2022-11-23T01:27:30.4001620Z copying torch/_functorch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2022-11-23T01:27:30.4002054Z copying torch/_functorch/pyfunctorch.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2022-11-23T01:27:30.4006961Z copying torch/_functorch/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2022-11-23T01:27:30.4013100Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:30.4013641Z copying torch/_inductor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:30.4014432Z copying torch/_inductor/codecache.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:30.4020327Z copying torch/_inductor/compile_fx.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:30.4025765Z copying torch/_inductor/config.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:30.4032763Z copying torch/_inductor/cuda_properties.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:30.4042163Z copying torch/_inductor/debug.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:30.4047796Z copying torch/_inductor/decomposition.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:30.4055821Z copying torch/_inductor/dependencies.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:30.4061906Z copying torch/_inductor/exc.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:30.4068224Z copying torch/_inductor/graph.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:30.4073640Z copying torch/_inductor/ir.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:30.4086166Z copying torch/_inductor/lowering.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:30.4102840Z copying torch/_inductor/metrics.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:30.4108051Z copying torch/_inductor/overrides.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:30.4117098Z copying torch/_inductor/scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:30.4135143Z copying torch/_inductor/sizevars.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:30.4142399Z copying torch/_inductor/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:30.4151663Z copying torch/_inductor/virtualized.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2022-11-23T01:27:30.4158422Z creating build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:30.4158811Z copying torch/_lazy/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:30.4173099Z copying torch/_lazy/closure.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:30.4180921Z copying torch/_lazy/computation.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:30.4187016Z copying torch/_lazy/config.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:30.4195517Z copying torch/_lazy/debug.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:30.4208660Z copying torch/_lazy/device_context.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:30.4216603Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:30.4224633Z copying torch/_lazy/ir_cache.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:30.4229527Z copying torch/_lazy/metrics.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:30.4236120Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:30.4242741Z copying torch/_lazy/ts_backend.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2022-11-23T01:27:30.4252817Z creating build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:27:30.4253239Z copying torch/_prims/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:27:30.4276089Z copying torch/_prims/context.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:27:30.4292961Z copying torch/_prims/executor.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:27:30.4312515Z copying torch/_prims/nvfuser_executor.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:27:30.4333721Z copying torch/_prims/nvfuser_prims.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2022-11-23T01:27:30.4355726Z creating build/lib.linux-x86_64-cpython-38/torch/_prims_common 2022-11-23T01:27:30.4356205Z copying torch/_prims_common/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_prims_common 2022-11-23T01:27:30.4395018Z copying torch/_prims_common/wrappers.py -> build/lib.linux-x86_64-cpython-38/torch/_prims_common 2022-11-23T01:27:30.4405866Z creating build/lib.linux-x86_64-cpython-38/torch/_refs 2022-11-23T01:27:30.4406257Z copying torch/_refs/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs 2022-11-23T01:27:30.4438004Z copying torch/_refs/_conversions.py -> build/lib.linux-x86_64-cpython-38/torch/_refs 2022-11-23T01:27:30.4452644Z copying torch/_refs/fft.py -> build/lib.linux-x86_64-cpython-38/torch/_refs 2022-11-23T01:27:30.4464539Z creating build/lib.linux-x86_64-cpython-38/torch/_subclasses 2022-11-23T01:27:30.4465004Z copying torch/_subclasses/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2022-11-23T01:27:30.4478517Z copying torch/_subclasses/fake_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2022-11-23T01:27:30.4511251Z copying torch/_subclasses/fake_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2022-11-23T01:27:30.4520014Z copying torch/_subclasses/meta_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2022-11-23T01:27:30.4538660Z creating build/lib.linux-x86_64-cpython-38/torch/amp 2022-11-23T01:27:30.4539027Z copying torch/amp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/amp 2022-11-23T01:27:30.4550237Z copying torch/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-38/torch/amp 2022-11-23T01:27:30.4557751Z creating build/lib.linux-x86_64-cpython-38/torch/ao 2022-11-23T01:27:30.4558119Z copying torch/ao/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao 2022-11-23T01:27:30.4563294Z creating build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:30.4563687Z copying torch/autograd/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:30.4575721Z copying torch/autograd/anomaly_mode.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:30.4587657Z copying torch/autograd/forward_ad.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:30.4594962Z copying torch/autograd/function.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:30.4602728Z copying torch/autograd/functional.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:30.4625980Z copying torch/autograd/grad_mode.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:30.4632154Z copying torch/autograd/gradcheck.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:30.4654974Z copying torch/autograd/graph.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:30.4661885Z copying torch/autograd/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:30.4672789Z copying torch/autograd/profiler_legacy.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:30.4683463Z copying torch/autograd/profiler_util.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:30.4701277Z copying torch/autograd/variable.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2022-11-23T01:27:30.4711060Z creating build/lib.linux-x86_64-cpython-38/torch/backends 2022-11-23T01:27:30.4711718Z copying torch/backends/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends 2022-11-23T01:27:30.4719747Z creating build/lib.linux-x86_64-cpython-38/torch/contrib 2022-11-23T01:27:30.4720212Z copying torch/contrib/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/contrib 2022-11-23T01:27:30.4721211Z copying torch/contrib/_tensorboard_vis.py -> build/lib.linux-x86_64-cpython-38/torch/contrib 2022-11-23T01:27:30.4735277Z creating build/lib.linux-x86_64-cpython-38/torch/cpu 2022-11-23T01:27:30.4735929Z copying torch/cpu/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cpu 2022-11-23T01:27:30.4746025Z creating build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:30.4746652Z copying torch/cuda/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:30.4783396Z copying torch/cuda/_dynamo_graphs.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:30.4807143Z copying torch/cuda/_memory_viz.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:30.4815918Z copying torch/cuda/_sanitizer.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:30.4830282Z copying torch/cuda/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:30.4841217Z copying torch/cuda/comm.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:30.4848240Z copying torch/cuda/error.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:30.4848663Z copying torch/cuda/graphs.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:30.4861460Z copying torch/cuda/jiterator.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:30.4866691Z copying torch/cuda/memory.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:30.4871873Z copying torch/cuda/nccl.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:30.4881591Z copying torch/cuda/nvtx.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:30.4886776Z copying torch/cuda/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:30.4892790Z copying torch/cuda/random.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:30.4905687Z copying torch/cuda/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:30.4931609Z copying torch/cuda/streams.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2022-11-23T01:27:30.4946338Z creating build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:30.4946846Z copying torch/distributed/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:30.4964609Z copying torch/distributed/argparse_util.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:30.4977168Z copying torch/distributed/c10d_error_logger.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:30.4988127Z copying torch/distributed/constants.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:30.4992889Z copying torch/distributed/distributed_c10d.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:30.5017160Z copying torch/distributed/launch.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:30.5024339Z copying torch/distributed/logging_handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:30.5028719Z copying torch/distributed/remote_device.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:30.5039449Z copying torch/distributed/rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:30.5051606Z copying torch/distributed/run.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:30.5062647Z copying torch/distributed/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2022-11-23T01:27:30.5071620Z creating build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5072088Z copying torch/distributions/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5083113Z copying torch/distributions/bernoulli.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5088429Z copying torch/distributions/beta.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5095827Z copying torch/distributions/binomial.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5105885Z copying torch/distributions/categorical.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5110773Z copying torch/distributions/cauchy.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5118202Z copying torch/distributions/chi2.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5123844Z copying torch/distributions/constraint_registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5137234Z copying torch/distributions/constraints.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5144087Z copying torch/distributions/continuous_bernoulli.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5148677Z copying torch/distributions/dirichlet.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5155937Z copying torch/distributions/distribution.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5165684Z copying torch/distributions/exp_family.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5170489Z copying torch/distributions/exponential.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5183394Z copying torch/distributions/fishersnedecor.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5186742Z copying torch/distributions/gamma.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5192090Z copying torch/distributions/geometric.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5207914Z copying torch/distributions/gumbel.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5219329Z copying torch/distributions/half_cauchy.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5231698Z copying torch/distributions/half_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5236196Z copying torch/distributions/independent.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5239765Z copying torch/distributions/kl.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5244781Z copying torch/distributions/kumaraswamy.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5254925Z copying torch/distributions/laplace.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5259842Z copying torch/distributions/lkj_cholesky.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5265918Z copying torch/distributions/log_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5273902Z copying torch/distributions/logistic_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5278612Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5290761Z copying torch/distributions/mixture_same_family.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5296735Z copying torch/distributions/multinomial.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5303837Z copying torch/distributions/multivariate_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5310344Z copying torch/distributions/negative_binomial.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5322213Z copying torch/distributions/normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5329194Z copying torch/distributions/one_hot_categorical.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5337561Z copying torch/distributions/pareto.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5353693Z copying torch/distributions/poisson.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5359145Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5365293Z copying torch/distributions/relaxed_categorical.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5372289Z copying torch/distributions/studentT.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5375643Z copying torch/distributions/transformed_distribution.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5390931Z copying torch/distributions/transforms.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5429667Z copying torch/distributions/uniform.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5448060Z copying torch/distributions/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5455187Z copying torch/distributions/von_mises.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5463087Z copying torch/distributions/weibull.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5473293Z copying torch/distributions/wishart.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2022-11-23T01:27:30.5484828Z creating build/lib.linux-x86_64-cpython-38/torch/fft 2022-11-23T01:27:30.5485192Z copying torch/fft/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fft 2022-11-23T01:27:30.5515089Z creating build/lib.linux-x86_64-cpython-38/torch/futures 2022-11-23T01:27:30.5515614Z copying torch/futures/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/futures 2022-11-23T01:27:30.5525976Z creating build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:30.5526341Z copying torch/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:30.5535819Z copying torch/fx/_compatibility.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:30.5546343Z copying torch/fx/_pytree.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:30.5555506Z copying torch/fx/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:30.5577348Z copying torch/fx/annotate.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:30.5592754Z copying torch/fx/graph.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:30.5618111Z copying torch/fx/graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:30.5634025Z copying torch/fx/immutable_collections.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:30.5642240Z copying torch/fx/interpreter.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:30.5657297Z copying torch/fx/node.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:30.5666364Z copying torch/fx/operator_schemas.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:30.5677362Z copying torch/fx/proxy.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:30.5683110Z copying torch/fx/subgraph_rewriter.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:30.5690864Z copying torch/fx/tensor_type.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:30.5705934Z copying torch/fx/traceback.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2022-11-23T01:27:30.5716756Z creating build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5717124Z copying torch/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5731078Z copying torch/jit/_async.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5746802Z copying torch/jit/_builtins.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5753846Z copying torch/jit/_check.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5763032Z copying torch/jit/_dataclass_impls.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5773707Z copying torch/jit/_decomposition_utils.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5782637Z copying torch/jit/_decompositions.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5795528Z copying torch/jit/_freeze.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5814065Z copying torch/jit/_fuser.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5825427Z copying torch/jit/_ir_utils.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5834866Z copying torch/jit/_logging.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5845771Z copying torch/jit/_monkeytype_config.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5851619Z copying torch/jit/_pickle.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5869493Z copying torch/jit/_recursive.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5888153Z copying torch/jit/_script.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5912636Z copying torch/jit/_serialization.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5920655Z copying torch/jit/_shape_functions.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5940965Z copying torch/jit/_state.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5946890Z copying torch/jit/_trace.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5964450Z copying torch/jit/annotations.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5970220Z copying torch/jit/frontend.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5981736Z copying torch/jit/generate_bytecode.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.5990633Z copying torch/jit/quantized.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.6000888Z copying torch/jit/supported_ops.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.6007844Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2022-11-23T01:27:30.6016440Z creating build/lib.linux-x86_64-cpython-38/torch/linalg 2022-11-23T01:27:30.6017262Z copying torch/linalg/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/linalg 2022-11-23T01:27:30.6038621Z creating build/lib.linux-x86_64-cpython-38/torch/masked 2022-11-23T01:27:30.6039086Z copying torch/masked/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/masked 2022-11-23T01:27:30.6056239Z copying torch/masked/_docs.py -> build/lib.linux-x86_64-cpython-38/torch/masked 2022-11-23T01:27:30.6069958Z copying torch/masked/_ops.py -> build/lib.linux-x86_64-cpython-38/torch/masked 2022-11-23T01:27:30.6087268Z creating build/lib.linux-x86_64-cpython-38/torch/monitor 2022-11-23T01:27:30.6087672Z copying torch/monitor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/monitor 2022-11-23T01:27:30.6095808Z creating build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:27:30.6096350Z copying torch/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:27:30.6103402Z copying torch/multiprocessing/_atfork.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:27:30.6107527Z copying torch/multiprocessing/pool.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:27:30.6115350Z copying torch/multiprocessing/queue.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:27:30.6121675Z copying torch/multiprocessing/reductions.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:27:30.6127302Z copying torch/multiprocessing/spawn.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2022-11-23T01:27:30.6133018Z creating build/lib.linux-x86_64-cpython-38/torch/nested 2022-11-23T01:27:30.6133647Z copying torch/nested/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nested 2022-11-23T01:27:30.6143095Z creating build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:30.6143726Z copying torch/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:30.6159271Z copying torch/nn/_reduction.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:30.6166381Z copying torch/nn/common_types.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:30.6171094Z copying torch/nn/cpp.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:30.6176170Z copying torch/nn/functional.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:30.6200455Z copying torch/nn/grad.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:30.6207681Z copying torch/nn/init.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:30.6227040Z copying torch/nn/parameter.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:30.6238233Z creating build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6238904Z copying torch/onnx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6245383Z copying torch/onnx/_constants.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6249550Z copying torch/onnx/_deprecation.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6265101Z copying torch/onnx/_experimental.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6269900Z copying torch/onnx/_exporter_states.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6275720Z copying torch/onnx/_globals.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6279953Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6288415Z copying torch/onnx/_patch_torch.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6298252Z copying torch/onnx/_type_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6309585Z copying torch/onnx/errors.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6317945Z copying torch/onnx/operators.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6327154Z copying torch/onnx/symbolic_caffe2.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6347063Z copying torch/onnx/symbolic_helper.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6358731Z copying torch/onnx/symbolic_opset10.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6366982Z copying torch/onnx/symbolic_opset11.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6377400Z copying torch/onnx/symbolic_opset12.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6385726Z copying torch/onnx/symbolic_opset13.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6392258Z copying torch/onnx/symbolic_opset14.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6398280Z copying torch/onnx/symbolic_opset15.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6403466Z copying torch/onnx/symbolic_opset16.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6409802Z copying torch/onnx/symbolic_opset17.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6415431Z copying torch/onnx/symbolic_opset7.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6420281Z copying torch/onnx/symbolic_opset8.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6426417Z copying torch/onnx/symbolic_opset9.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6445888Z copying torch/onnx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6473019Z copying torch/onnx/verification.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2022-11-23T01:27:30.6486129Z creating build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:30.6486535Z copying torch/optim/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:30.6499162Z copying torch/optim/_functional.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:30.6503625Z copying torch/optim/adadelta.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:30.6510118Z copying torch/optim/adagrad.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:30.6528816Z copying torch/optim/adam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:30.6548653Z copying torch/optim/adamax.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:30.6558128Z copying torch/optim/adamw.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:30.6567190Z copying torch/optim/asgd.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:30.6573986Z copying torch/optim/lbfgs.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:30.6580204Z copying torch/optim/lr_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:30.6592662Z copying torch/optim/nadam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:30.6597343Z copying torch/optim/optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:30.6604990Z copying torch/optim/radam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:30.6613062Z copying torch/optim/rmsprop.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:30.6618947Z copying torch/optim/rprop.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:30.6624365Z copying torch/optim/sgd.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:30.6631435Z copying torch/optim/sparse_adam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:30.6636011Z copying torch/optim/swa_utils.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:30.6644222Z creating build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:30.6644835Z copying torch/package/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:30.6649716Z copying torch/package/_digraph.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:30.6654194Z copying torch/package/_directory_reader.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:30.6661159Z copying torch/package/_importlib.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:30.6665070Z copying torch/package/_mangling.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:30.6668866Z copying torch/package/_mock.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:30.6673216Z copying torch/package/_package_pickler.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:30.6681913Z copying torch/package/_package_unpickler.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:30.6685640Z copying torch/package/_stdlib.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:30.6691779Z copying torch/package/file_structure_representation.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:30.6695584Z copying torch/package/find_file_dependencies.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:30.6702051Z copying torch/package/glob_group.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:30.6706612Z copying torch/package/importer.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:30.6714069Z copying torch/package/package_exporter.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:30.6737293Z copying torch/package/package_importer.py -> build/lib.linux-x86_64-cpython-38/torch/package 2022-11-23T01:27:30.6749277Z creating build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:27:30.6749679Z copying torch/profiler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:27:30.6754790Z copying torch/profiler/_memory_profiler.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:27:30.6761833Z copying torch/profiler/_pattern_matcher.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:27:30.6770471Z copying torch/profiler/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:27:30.6778601Z copying torch/profiler/itt.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:27:30.6783284Z copying torch/profiler/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:27:30.6789380Z copying torch/profiler/python_tracer.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2022-11-23T01:27:30.6796630Z creating build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:30.6797052Z copying torch/quantization/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:30.6803947Z copying torch/quantization/_numeric_suite.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:30.6808749Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:30.6814469Z copying torch/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:30.6819682Z copying torch/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:30.6823478Z copying torch/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:30.6826951Z copying torch/quantization/observer.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:30.6831752Z copying torch/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:30.6835595Z copying torch/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:30.6839528Z copying torch/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:30.6844650Z copying torch/quantization/quantize.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:30.6853263Z copying torch/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:30.6856960Z copying torch/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:30.6860849Z copying torch/quantization/stubs.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:30.6864311Z copying torch/quantization/utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2022-11-23T01:27:30.6872842Z creating build/lib.linux-x86_64-cpython-38/torch/signal 2022-11-23T01:27:30.6873531Z copying torch/signal/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/signal 2022-11-23T01:27:30.6878266Z creating build/lib.linux-x86_64-cpython-38/torch/sparse 2022-11-23T01:27:30.6878712Z copying torch/sparse/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/sparse 2022-11-23T01:27:30.6886213Z creating build/lib.linux-x86_64-cpython-38/torch/special 2022-11-23T01:27:30.6886619Z copying torch/special/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/special 2022-11-23T01:27:30.6911571Z creating build/lib.linux-x86_64-cpython-38/torch/testing 2022-11-23T01:27:30.6912209Z copying torch/testing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2022-11-23T01:27:30.6924838Z copying torch/testing/_comparison.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2022-11-23T01:27:30.6936428Z copying torch/testing/_creation.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2022-11-23T01:27:30.6941455Z copying torch/testing/_deprecated.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2022-11-23T01:27:30.6950761Z creating build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.6951234Z copying torch/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.6956118Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.6962812Z copying torch/utils/_crash_handler.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.6966759Z copying torch/utils/_cuda_trace.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.6974012Z copying torch/utils/_freeze.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.6979906Z copying torch/utils/_mode_utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.6987376Z copying torch/utils/_python_dispatch.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.6995892Z copying torch/utils/_pytree.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.7002171Z copying torch/utils/_zip.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.7006642Z copying torch/utils/backend_registration.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.7011329Z copying torch/utils/bundled_inputs.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.7017168Z copying torch/utils/checkpoint.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.7025341Z copying torch/utils/collect_env.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.7033384Z copying torch/utils/cpp_backtrace.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.7037970Z copying torch/utils/cpp_extension.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.7057110Z copying torch/utils/dlpack.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.7062173Z copying torch/utils/file_baton.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.7066037Z copying torch/utils/hooks.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.7073103Z copying torch/utils/mkldnn.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.7078750Z copying torch/utils/mobile_optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.7085974Z copying torch/utils/model_zoo.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.7090994Z copying torch/utils/show_pickle.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.7095652Z copying torch/utils/throughput_benchmark.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2022-11-23T01:27:30.7106345Z creating build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:30.7106785Z copying torch/_dynamo/optimizations/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:30.7111838Z copying torch/_dynamo/optimizations/analysis.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:30.7116854Z copying torch/_dynamo/optimizations/backends.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:30.7125799Z copying torch/_dynamo/optimizations/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:30.7136591Z copying torch/_dynamo/optimizations/inference.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:30.7141800Z copying torch/_dynamo/optimizations/log_args.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:30.7148441Z copying torch/_dynamo/optimizations/normalize.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:30.7162255Z copying torch/_dynamo/optimizations/subgraph.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:30.7191082Z copying torch/_dynamo/optimizations/torchxla_integration.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:30.7198128Z copying torch/_dynamo/optimizations/training.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations 2022-11-23T01:27:30.7208728Z creating build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:30.7209156Z copying torch/_dynamo/variables/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:30.7220705Z copying torch/_dynamo/variables/base.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:30.7229347Z copying torch/_dynamo/variables/builder.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:30.7235430Z copying torch/_dynamo/variables/builtin.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:30.7243782Z copying torch/_dynamo/variables/constant.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:30.7249459Z copying torch/_dynamo/variables/dicts.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:30.7254870Z copying torch/_dynamo/variables/functions.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:30.7264797Z copying torch/_dynamo/variables/lists.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:30.7269134Z copying torch/_dynamo/variables/misc.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:30.7275644Z copying torch/_dynamo/variables/nn_module.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:30.7291619Z copying torch/_dynamo/variables/tensor.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:30.7300990Z copying torch/_dynamo/variables/torch.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:30.7308490Z copying torch/_dynamo/variables/user_defined.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2022-11-23T01:27:30.7316561Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:30.7316987Z copying torch/_inductor/codegen/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:30.7317969Z copying torch/_inductor/codegen/autotuner.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:30.7324283Z copying torch/_inductor/codegen/common.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:30.7332026Z copying torch/_inductor/codegen/cpp.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:30.7343260Z copying torch/_inductor/codegen/triton.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:30.7356526Z copying torch/_inductor/codegen/triton_template.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:30.7362135Z copying torch/_inductor/codegen/wrapper.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:30.7373722Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:27:30.7374180Z copying torch/_inductor/triton_ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:27:30.7380190Z copying torch/_inductor/triton_ops/autotune.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:27:30.7391787Z copying torch/_inductor/triton_ops/batched_matmul.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:27:30.7396122Z copying torch/_inductor/triton_ops/conv.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:27:30.7402162Z copying torch/_inductor/triton_ops/conv1x1.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:27:30.7412119Z copying torch/_inductor/triton_ops/conv_perf_model.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:27:30.7419131Z copying torch/_inductor/triton_ops/matmul.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:27:30.7426218Z copying torch/_inductor/triton_ops/mm_perf_model.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:27:30.7431645Z copying torch/_inductor/triton_ops/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops 2022-11-23T01:27:30.7438872Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/linalg 2022-11-23T01:27:30.7439273Z copying torch/_refs/linalg/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/linalg 2022-11-23T01:27:30.7446251Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/nn 2022-11-23T01:27:30.7446895Z copying torch/_refs/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/nn 2022-11-23T01:27:30.7458222Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/special 2022-11-23T01:27:30.7458742Z copying torch/_refs/special/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/special 2022-11-23T01:27:30.7468168Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/nn/functional 2022-11-23T01:27:30.7468622Z copying torch/_refs/nn/functional/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/nn/functional 2022-11-23T01:27:30.7482570Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn 2022-11-23T01:27:30.7482945Z copying torch/ao/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn 2022-11-23T01:27:30.7494367Z creating build/lib.linux-x86_64-cpython-38/torch/ao/ns 2022-11-23T01:27:30.7494848Z copying torch/ao/ns/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns 2022-11-23T01:27:30.7495528Z copying torch/ao/ns/_numeric_suite.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns 2022-11-23T01:27:30.7503501Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns 2022-11-23T01:27:30.7513094Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning 2022-11-23T01:27:30.7513483Z copying torch/ao/pruning/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning 2022-11-23T01:27:30.7519177Z copying torch/ao/pruning/_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning 2022-11-23T01:27:30.7525473Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:30.7526015Z copying torch/ao/quantization/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:30.7534348Z copying torch/ao/quantization/_correct_bias.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:30.7540706Z copying torch/ao/quantization/_equalize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:30.7545233Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:30.7550043Z copying torch/ao/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:30.7557323Z copying torch/ao/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:30.7565231Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:30.7572393Z copying torch/ao/quantization/observer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:30.7585909Z copying torch/ao/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:30.7595177Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:30.7599691Z copying torch/ao/quantization/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:30.7604123Z copying torch/ao/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:30.7609764Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:30.7616869Z copying torch/ao/quantization/quantize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:30.7630955Z copying torch/ao/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:30.7642151Z copying torch/ao/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:30.7661140Z copying torch/ao/quantization/stubs.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:30.7667378Z copying torch/ao/quantization/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2022-11-23T01:27:30.7675187Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic 2022-11-23T01:27:30.7675599Z copying torch/ao/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic 2022-11-23T01:27:30.7681170Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat 2022-11-23T01:27:30.7681586Z copying torch/ao/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat 2022-11-23T01:27:30.7686046Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable 2022-11-23T01:27:30.7686472Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable 2022-11-23T01:27:30.7694060Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized 2022-11-23T01:27:30.7694473Z copying torch/ao/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized 2022-11-23T01:27:30.7702485Z copying torch/ao/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized 2022-11-23T01:27:30.7710082Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse 2022-11-23T01:27:30.7710467Z copying torch/ao/nn/sparse/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse 2022-11-23T01:27:30.7716302Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules 2022-11-23T01:27:30.7716770Z copying torch/ao/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules 2022-11-23T01:27:30.7722783Z copying torch/ao/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules 2022-11-23T01:27:30.7731233Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat 2022-11-23T01:27:30.7731687Z copying torch/ao/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat 2022-11-23T01:27:30.7737548Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized 2022-11-23T01:27:30.7738007Z copying torch/ao/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized 2022-11-23T01:27:30.7747047Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:27:30.7747598Z copying torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:27:30.7753406Z copying torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:27:30.7759790Z copying torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:27:30.7765335Z copying torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:27:30.7782551Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:27:30.7783127Z copying torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:27:30.7791204Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:27:30.7792344Z copying torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:27:30.7796679Z copying torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:27:30.7801754Z copying torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:27:30.7810429Z copying torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:27:30.7815757Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:30.7816561Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:30.7821379Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:30.7826404Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic 2022-11-23T01:27:30.7826851Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic 2022-11-23T01:27:30.7833453Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2022-11-23T01:27:30.7833873Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2022-11-23T01:27:30.7839319Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2022-11-23T01:27:30.7845936Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2022-11-23T01:27:30.7853797Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2022-11-23T01:27:30.7863997Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:27:30.7864548Z copying torch/ao/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:27:30.7872040Z copying torch/ao/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:27:30.7877791Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2022-11-23T01:27:30.7878238Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2022-11-23T01:27:30.7884337Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2022-11-23T01:27:30.7891762Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2022-11-23T01:27:30.7900732Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic 2022-11-23T01:27:30.7901203Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic 2022-11-23T01:27:30.7908411Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:30.7908854Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:30.7915231Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:30.7922710Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:30.7927232Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:30.7938128Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:30.7942620Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:30.7948083Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:30.7953396Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:30.7961228Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:30.7967260Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:30.7974595Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2022-11-23T01:27:30.7979408Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference 2022-11-23T01:27:30.7979850Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference 2022-11-23T01:27:30.7988067Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:27:30.7988593Z copying torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:27:30.7993820Z copying torch/ao/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:27:30.7999641Z copying torch/ao/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:27:30.8005552Z copying torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:27:30.8021622Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:30.8022136Z copying torch/ao/nn/quantized/reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:30.8027043Z copying torch/ao/nn/quantized/reference/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:30.8033696Z copying torch/ao/nn/quantized/reference/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:30.8039683Z copying torch/ao/nn/quantized/reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:30.8047567Z copying torch/ao/nn/quantized/reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:30.8053435Z copying torch/ao/nn/quantized/reference/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:30.8060781Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2022-11-23T01:27:30.8061242Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2022-11-23T01:27:30.8070219Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2022-11-23T01:27:30.8077828Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2022-11-23T01:27:30.8084812Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:27:30.8085360Z copying torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:27:30.8093539Z copying torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:27:30.8099753Z creating build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:30.8100197Z copying torch/ao/ns/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:30.8101154Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:30.8123658Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:30.8144637Z copying torch/ao/ns/fx/mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:30.8152620Z copying torch/ao/ns/fx/n_shadows_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:30.8161781Z copying torch/ao/ns/fx/ns_types.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:30.8166634Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:30.8171709Z copying torch/ao/ns/fx/qconfig_multi_mapping.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:30.8178957Z copying torch/ao/ns/fx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:30.8184367Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2022-11-23T01:27:30.8188657Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental 2022-11-23T01:27:30.8189121Z copying torch/ao/pruning/_experimental/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental 2022-11-23T01:27:30.8191394Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2022-11-23T01:27:30.8192215Z copying torch/ao/pruning/scheduler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2022-11-23T01:27:30.8193225Z copying torch/ao/pruning/scheduler/base_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2022-11-23T01:27:30.8200865Z copying torch/ao/pruning/scheduler/cubic_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2022-11-23T01:27:30.8207602Z copying torch/ao/pruning/scheduler/lambda_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2022-11-23T01:27:30.8215350Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:27:30.8217013Z copying torch/ao/pruning/sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:27:30.8217506Z copying torch/ao/pruning/sparsifier/base_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:27:30.8225308Z copying torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:27:30.8229885Z copying torch/ao/pruning/sparsifier/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:27:30.8234990Z copying torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2022-11-23T01:27:30.8247583Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:27:30.8248273Z copying torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:27:30.8249169Z copying torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:27:30.8255433Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:27:30.8256324Z copying torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:27:30.8260994Z copying torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:27:30.8266332Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:27:30.8266859Z copying torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:27:30.8274782Z copying torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:27:30.8283343Z copying torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:27:30.8289232Z copying torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:27:30.8297112Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2022-11-23T01:27:30.8297893Z copying torch/ao/pruning/_experimental/pruner/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2022-11-23T01:27:30.8306927Z copying torch/ao/pruning/_experimental/pruner/base_pruner.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2022-11-23T01:27:30.8313153Z copying torch/ao/pruning/_experimental/pruner/parametrization.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2022-11-23T01:27:30.8318555Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:27:30.8319779Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:27:30.8321721Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:27:30.8322351Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:27:30.8323402Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:27:30.8329295Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:27:30.8338593Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:30.8339070Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:30.8344253Z copying torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:30.8350483Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:30.8357847Z copying torch/ao/quantization/backend_config/executorch.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:30.8362016Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:30.8368942Z copying torch/ao/quantization/backend_config/native.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:30.8373610Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:30.8374383Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:30.8392062Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:30.8396848Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:30.8401640Z copying torch/ao/quantization/backend_config/x86.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2022-11-23T01:27:30.8411811Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:30.8412247Z copying torch/ao/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:30.8416997Z copying torch/ao/quantization/fx/_decomposed.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:30.8421528Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:30.8432790Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:30.8441847Z copying torch/ao/quantization/fx/backend_config_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:30.8448961Z copying torch/ao/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:30.8461570Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:30.8469189Z copying torch/ao/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:30.8473709Z copying torch/ao/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:30.8489974Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:30.8497005Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:30.8505460Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:30.8518019Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:30.8525088Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:30.8529787Z copying torch/ao/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:30.8556439Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:30.8559563Z copying torch/ao/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:30.8566117Z copying torch/ao/quantization/fx/tracer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:30.8569637Z copying torch/ao/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2022-11-23T01:27:30.8586555Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:30.8587133Z copying torch/ao/quantization/fx/_model_report/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:30.8587661Z copying torch/ao/quantization/fx/_model_report/detector.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:30.8599983Z copying torch/ao/quantization/fx/_model_report/model_report.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:30.8607610Z copying torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:30.8611644Z copying torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:30.8619250Z creating build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2022-11-23T01:27:30.8619707Z copying torch/autograd/_functions/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2022-11-23T01:27:30.8624196Z copying torch/autograd/_functions/tensor.py -> build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2022-11-23T01:27:30.8628838Z copying torch/autograd/_functions/utils.py -> build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2022-11-23T01:27:30.8633589Z creating build/lib.linux-x86_64-cpython-38/torch/backends/_coreml 2022-11-23T01:27:30.8634146Z copying torch/backends/_coreml/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_coreml 2022-11-23T01:27:30.8635002Z copying torch/backends/_coreml/preprocess.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_coreml 2022-11-23T01:27:30.8640353Z creating build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2022-11-23T01:27:30.8640808Z copying torch/backends/_nnapi/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2022-11-23T01:27:30.8641756Z copying torch/backends/_nnapi/prepare.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2022-11-23T01:27:30.8647039Z copying torch/backends/_nnapi/serializer.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2022-11-23T01:27:30.8659977Z creating build/lib.linux-x86_64-cpython-38/torch/backends/cuda 2022-11-23T01:27:30.8660677Z copying torch/backends/cuda/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/cuda 2022-11-23T01:27:30.8669935Z creating build/lib.linux-x86_64-cpython-38/torch/backends/cudnn 2022-11-23T01:27:30.8670566Z copying torch/backends/cudnn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/cudnn 2022-11-23T01:27:30.8675334Z copying torch/backends/cudnn/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/backends/cudnn 2022-11-23T01:27:30.8684923Z creating build/lib.linux-x86_64-cpython-38/torch/backends/mkl 2022-11-23T01:27:30.8685556Z copying torch/backends/mkl/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/mkl 2022-11-23T01:27:30.8690697Z creating build/lib.linux-x86_64-cpython-38/torch/backends/mkldnn 2022-11-23T01:27:30.8691106Z copying torch/backends/mkldnn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/mkldnn 2022-11-23T01:27:30.8697520Z creating build/lib.linux-x86_64-cpython-38/torch/backends/mps 2022-11-23T01:27:30.8697941Z copying torch/backends/mps/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/mps 2022-11-23T01:27:30.8705702Z creating build/lib.linux-x86_64-cpython-38/torch/backends/openmp 2022-11-23T01:27:30.8706130Z copying torch/backends/openmp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/openmp 2022-11-23T01:27:30.8713666Z creating build/lib.linux-x86_64-cpython-38/torch/backends/opt_einsum 2022-11-23T01:27:30.8714262Z copying torch/backends/opt_einsum/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/opt_einsum 2022-11-23T01:27:30.8721386Z creating build/lib.linux-x86_64-cpython-38/torch/backends/quantized 2022-11-23T01:27:30.8721835Z copying torch/backends/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/quantized 2022-11-23T01:27:30.8728006Z creating build/lib.linux-x86_64-cpython-38/torch/backends/xeon 2022-11-23T01:27:30.8728634Z copying torch/backends/xeon/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/xeon 2022-11-23T01:27:30.8729181Z copying torch/backends/xeon/run_cpu.py -> build/lib.linux-x86_64-cpython-38/torch/backends/xeon 2022-11-23T01:27:30.8740265Z creating build/lib.linux-x86_64-cpython-38/torch/backends/xnnpack 2022-11-23T01:27:30.8740908Z copying torch/backends/xnnpack/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/xnnpack 2022-11-23T01:27:30.8746376Z creating build/lib.linux-x86_64-cpython-38/torch/cpu/amp 2022-11-23T01:27:30.8747063Z copying torch/cpu/amp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cpu/amp 2022-11-23T01:27:30.8751920Z copying torch/cpu/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-38/torch/cpu/amp 2022-11-23T01:27:30.8759852Z creating build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2022-11-23T01:27:30.8760446Z copying torch/cuda/amp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2022-11-23T01:27:30.8768649Z copying torch/cuda/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2022-11-23T01:27:30.8774449Z copying torch/cuda/amp/common.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2022-11-23T01:27:30.8781736Z copying torch/cuda/amp/grad_scaler.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2022-11-23T01:27:30.8791441Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:27:30.8791902Z copying torch/distributed/_composable/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:27:30.8796427Z copying torch/distributed/_composable/_ddp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:27:30.8831034Z copying torch/distributed/_composable/checkpoint_activation.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:27:30.8835993Z copying torch/distributed/_composable/contract.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:27:30.8840336Z copying torch/distributed/_composable/fully_shard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:27:30.8847982Z copying torch/distributed/_composable/replicate.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2022-11-23T01:27:30.8855004Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:27:30.8855725Z copying torch/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:27:30.8865173Z copying torch/distributed/_shard/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:27:30.8875160Z copying torch/distributed/_shard/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:27:30.8880148Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:27:30.8885960Z copying torch/distributed/_shard/metadata.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:27:30.8892859Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:27:30.8901573Z copying torch/distributed/_shard/partial_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:27:30.8908064Z copying torch/distributed/_shard/replicated_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:27:30.8914950Z copying torch/distributed/_shard/sharder.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2022-11-23T01:27:30.8922250Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_sharded_tensor 2022-11-23T01:27:30.8922752Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_sharded_tensor 2022-11-23T01:27:30.8932252Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_sharding_spec 2022-11-23T01:27:30.8932731Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_sharding_spec 2022-11-23T01:27:30.8939220Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2022-11-23T01:27:30.8940093Z copying torch/distributed/_spmd/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2022-11-23T01:27:30.8940939Z copying torch/distributed/_spmd/comm_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2022-11-23T01:27:30.8950417Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:27:30.8951111Z copying torch/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:27:30.8957106Z copying torch/distributed/_tensor/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:27:30.8962700Z copying torch/distributed/_tensor/device_mesh.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:27:30.8969651Z copying torch/distributed/_tensor/dispatch.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:27:30.8975584Z copying torch/distributed/_tensor/placement_types.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:27:30.8983493Z copying torch/distributed/_tensor/redistribute.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:27:30.8987995Z copying torch/distributed/_tensor/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2022-11-23T01:27:30.8993624Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms 2022-11-23T01:27:30.8994334Z copying torch/distributed/algorithms/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms 2022-11-23T01:27:30.8998736Z copying torch/distributed/algorithms/join.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms 2022-11-23T01:27:30.9005072Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/autograd 2022-11-23T01:27:30.9005713Z copying torch/distributed/autograd/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/autograd 2022-11-23T01:27:30.9011317Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:30.9011786Z copying torch/distributed/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:30.9017124Z copying torch/distributed/checkpoint/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:30.9025065Z copying torch/distributed/checkpoint/dedup_tensors.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:30.9028714Z copying torch/distributed/checkpoint/default_planner.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:30.9032392Z copying torch/distributed/checkpoint/filesystem.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:30.9039605Z copying torch/distributed/checkpoint/metadata.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:30.9043121Z copying torch/distributed/checkpoint/planner.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:30.9051056Z copying torch/distributed/checkpoint/planner_helpers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:30.9056223Z copying torch/distributed/checkpoint/resharding.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:30.9059675Z copying torch/distributed/checkpoint/state_dict_loader.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:30.9064389Z copying torch/distributed/checkpoint/state_dict_saver.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:30.9069620Z copying torch/distributed/checkpoint/storage.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:30.9082602Z copying torch/distributed/checkpoint/traverse.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:30.9097645Z copying torch/distributed/checkpoint/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2022-11-23T01:27:30.9102315Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic 2022-11-23T01:27:30.9102828Z copying torch/distributed/elastic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic 2022-11-23T01:27:30.9112085Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:30.9112507Z copying torch/distributed/fsdp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:30.9119355Z copying torch/distributed/fsdp/_common_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:30.9126779Z copying torch/distributed/fsdp/_exec_order_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:30.9132378Z copying torch/distributed/fsdp/_fsdp_extensions.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:30.9136654Z copying torch/distributed/fsdp/_init_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:30.9142646Z copying torch/distributed/fsdp/_limiter_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:30.9150159Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:30.9163596Z copying torch/distributed/fsdp/_runtime_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:30.9175730Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:30.9183863Z copying torch/distributed/fsdp/_state_dict_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:30.9191901Z copying torch/distributed/fsdp/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:30.9195572Z copying torch/distributed/fsdp/_unshard_param_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:30.9203542Z copying torch/distributed/fsdp/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:30.9207016Z copying torch/distributed/fsdp/_wrap_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:30.9213634Z copying torch/distributed/fsdp/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:30.9217433Z copying torch/distributed/fsdp/flat_param.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:30.9229894Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:30.9240748Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:30.9245927Z copying torch/distributed/fsdp/wrap.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2022-11-23T01:27:30.9251350Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/launcher 2022-11-23T01:27:30.9251866Z copying torch/distributed/launcher/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/launcher 2022-11-23T01:27:30.9255418Z copying torch/distributed/launcher/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/launcher 2022-11-23T01:27:30.9264386Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn 2022-11-23T01:27:30.9264897Z copying torch/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn 2022-11-23T01:27:30.9270135Z copying torch/distributed/nn/functional.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn 2022-11-23T01:27:30.9279731Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:30.9280224Z copying torch/distributed/optim/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:30.9284685Z copying torch/distributed/optim/apply_optimizer_in_backward.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:30.9289311Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:30.9294099Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:30.9300167Z copying torch/distributed/optim/functional_adam.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:30.9304974Z copying torch/distributed/optim/functional_adamax.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:30.9312776Z copying torch/distributed/optim/functional_adamw.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:30.9318321Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:30.9326470Z copying torch/distributed/optim/functional_rprop.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:30.9330358Z copying torch/distributed/optim/functional_sgd.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:30.9334370Z copying torch/distributed/optim/optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:30.9347282Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:30.9352618Z copying torch/distributed/optim/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:30.9357126Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2022-11-23T01:27:30.9374328Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline 2022-11-23T01:27:30.9374957Z copying torch/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline 2022-11-23T01:27:30.9377648Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:30.9378284Z copying torch/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:30.9384088Z copying torch/distributed/rpc/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:30.9398304Z copying torch/distributed/rpc/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:30.9409182Z copying torch/distributed/rpc/backend_registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:30.9414038Z copying torch/distributed/rpc/constants.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:30.9419766Z copying torch/distributed/rpc/functions.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:30.9424424Z copying torch/distributed/rpc/internal.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:30.9432599Z copying torch/distributed/rpc/options.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:30.9436496Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:30.9440621Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2022-11-23T01:27:30.9447434Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/checkpoint 2022-11-23T01:27:30.9453840Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/checkpoint 2022-11-23T01:27:30.9454283Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim 2022-11-23T01:27:30.9454771Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim 2022-11-23T01:27:30.9463247Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim 2022-11-23T01:27:30.9471457Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:30.9472286Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:30.9480109Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:30.9492536Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:30.9500517Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:30.9509717Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:30.9514826Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:30.9523210Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan 2022-11-23T01:27:30.9523717Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan 2022-11-23T01:27:30.9533213Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan 2022-11-23T01:27:30.9539790Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2022-11-23T01:27:30.9540351Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2022-11-23T01:27:30.9551184Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2022-11-23T01:27:30.9560871Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2022-11-23T01:27:30.9568039Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2022-11-23T01:27:30.9579049Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:30.9579567Z copying torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:30.9583743Z copying torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:30.9591553Z copying torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:30.9595346Z copying torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:30.9600349Z copying torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:30.9607290Z copying torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:30.9615394Z copying torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:30.9622891Z copying torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:30.9628899Z copying torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:30.9633731Z copying torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:30.9644467Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:30.9645261Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:30.9646346Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:30.9664528Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:30.9670114Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:30.9678697Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:30.9703918Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:30.9708608Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:30.9715417Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:30.9721683Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:27:30.9722331Z copying torch/distributed/_tensor/ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:27:30.9727883Z copying torch/distributed/_tensor/ops/common_rules.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:27:30.9733214Z copying torch/distributed/_tensor/ops/math_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:27:30.9744667Z copying torch/distributed/_tensor/ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:27:30.9751154Z copying torch/distributed/_tensor/ops/pointwise_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:27:30.9755370Z copying torch/distributed/_tensor/ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:27:30.9761396Z copying torch/distributed/_tensor/ops/tp_sharding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:27:30.9766441Z copying torch/distributed/_tensor/ops/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:27:30.9769710Z copying torch/distributed/_tensor/ops/view_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2022-11-23T01:27:30.9776524Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:27:30.9777061Z copying torch/distributed/_tensor/parallel/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:27:30.9781918Z copying torch/distributed/_tensor/parallel/_view_with_dim_change.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:27:30.9787542Z copying torch/distributed/_tensor/parallel/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:27:30.9793554Z copying torch/distributed/_tensor/parallel/fsdp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:27:30.9800551Z copying torch/distributed/_tensor/parallel/multihead_attention_tp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:27:30.9809008Z copying torch/distributed/_tensor/parallel/style.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:27:30.9816033Z copying torch/distributed/_tensor/parallel/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel 2022-11-23T01:27:30.9825372Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint 2022-11-23T01:27:30.9826006Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint 2022-11-23T01:27:30.9826962Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint 2022-11-23T01:27:30.9833561Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:27:30.9834082Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:27:30.9843300Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:27:30.9850041Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:27:30.9850573Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:27:30.9870943Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:27:30.9878720Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization 2022-11-23T01:27:30.9879522Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization 2022-11-23T01:27:30.9880095Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization 2022-11-23T01:27:30.9886857Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:30.9887475Z copying torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:30.9891963Z copying torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:30.9900537Z copying torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:30.9904242Z copying torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:30.9916636Z copying torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:30.9925011Z copying torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:30.9931784Z copying torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:30.9945574Z copying torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:30.9953880Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2022-11-23T01:27:30.9954558Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2022-11-23T01:27:30.9955221Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2022-11-23T01:27:30.9960830Z copying torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2022-11-23T01:27:30.9968606Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2022-11-23T01:27:30.9978164Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent 2022-11-23T01:27:30.9978701Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent 2022-11-23T01:27:30.9980500Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2022-11-23T01:27:30.9980970Z copying torch/distributed/elastic/events/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2022-11-23T01:27:30.9986350Z copying torch/distributed/elastic/events/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2022-11-23T01:27:30.9992990Z copying torch/distributed/elastic/events/handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2022-11-23T01:27:30.9998775Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics 2022-11-23T01:27:30.9999245Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics 2022-11-23T01:27:31.0006802Z copying torch/distributed/elastic/metrics/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics 2022-11-23T01:27:31.0015355Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2022-11-23T01:27:31.0015883Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2022-11-23T01:27:31.0025971Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2022-11-23T01:27:31.0034159Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2022-11-23T01:27:31.0038640Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2022-11-23T01:27:31.0045630Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:31.0046144Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:31.0052539Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:31.0070461Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:31.0078197Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:31.0090907Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:31.0100638Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:31.0105840Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:31.0110184Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:31.0119476Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:31.0122982Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:31.0126921Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2022-11-23T01:27:31.0131205Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2022-11-23T01:27:31.0132027Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2022-11-23T01:27:31.0140425Z copying torch/distributed/elastic/timer/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2022-11-23T01:27:31.0148812Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2022-11-23T01:27:31.0156214Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2022-11-23T01:27:31.0162691Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:27:31.0163193Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:27:31.0168900Z copying torch/distributed/elastic/utils/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:27:31.0174385Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:27:31.0180473Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:27:31.0185211Z copying torch/distributed/elastic/utils/logging.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:27:31.0192868Z copying torch/distributed/elastic/utils/store.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2022-11-23T01:27:31.0201889Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2022-11-23T01:27:31.0202378Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2022-11-23T01:27:31.0206862Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2022-11-23T01:27:31.0219551Z copying torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2022-11-23T01:27:31.0227010Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:27:31.0227590Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:27:31.0236568Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:27:31.0243157Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:27:31.0253824Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2022-11-23T01:27:31.0254523Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2022-11-23T01:27:31.0261010Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2022-11-23T01:27:31.0265557Z copying torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2022-11-23T01:27:31.0271934Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api 2022-11-23T01:27:31.0272921Z copying torch/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api 2022-11-23T01:27:31.0273403Z copying torch/distributed/nn/api/remote_module.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api 2022-11-23T01:27:31.0281948Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit 2022-11-23T01:27:31.0282560Z copying torch/distributed/nn/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit 2022-11-23T01:27:31.0283249Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit 2022-11-23T01:27:31.0290487Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates 2022-11-23T01:27:31.0290960Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates 2022-11-23T01:27:31.0291904Z copying torch/distributed/nn/jit/templates/remote_module_template.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates 2022-11-23T01:27:31.0298617Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:31.0299640Z copying torch/distributed/pipeline/sync/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:31.0307883Z copying torch/distributed/pipeline/sync/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:31.0324588Z copying torch/distributed/pipeline/sync/checkpoint.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:31.0333259Z copying torch/distributed/pipeline/sync/copy.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:31.0341135Z copying torch/distributed/pipeline/sync/dependency.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:31.0352574Z copying torch/distributed/pipeline/sync/microbatch.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:31.0357514Z copying torch/distributed/pipeline/sync/phony.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:31.0363556Z copying torch/distributed/pipeline/sync/pipe.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:31.0371150Z copying torch/distributed/pipeline/sync/pipeline.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:31.0378615Z copying torch/distributed/pipeline/sync/stream.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:31.0385366Z copying torch/distributed/pipeline/sync/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:31.0389761Z copying torch/distributed/pipeline/sync/worker.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2022-11-23T01:27:31.0394912Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2022-11-23T01:27:31.0395422Z copying torch/distributed/pipeline/sync/_balance/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2022-11-23T01:27:31.0399838Z copying torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2022-11-23T01:27:31.0404614Z copying torch/distributed/pipeline/sync/_balance/profile.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2022-11-23T01:27:31.0411193Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:31.0411725Z copying torch/distributed/pipeline/sync/skip/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:31.0418530Z copying torch/distributed/pipeline/sync/skip/layout.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:31.0423791Z copying torch/distributed/pipeline/sync/skip/namespace.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:31.0429557Z copying torch/distributed/pipeline/sync/skip/portal.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:31.0436816Z copying torch/distributed/pipeline/sync/skip/skippable.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:31.0442326Z copying torch/distributed/pipeline/sync/skip/tracker.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:31.0448801Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing 2022-11-23T01:27:31.0449268Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing 2022-11-23T01:27:31.0454080Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing 2022-11-23T01:27:31.0464061Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:31.0464822Z copying torch/fx/experimental/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:31.0465733Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:31.0476924Z copying torch/fx/experimental/const_fold.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:31.0481299Z copying torch/fx/experimental/debug.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:31.0491159Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:31.0514210Z copying torch/fx/experimental/merge_matmul.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:31.0521072Z copying torch/fx/experimental/meta_tracer.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:31.0537953Z copying torch/fx/experimental/normalize.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:31.0546009Z copying torch/fx/experimental/optimization.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:31.0551879Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:31.0560379Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:31.0570808Z copying torch/fx/experimental/refinement_types.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:31.0577080Z copying torch/fx/experimental/rewriter.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:31.0583037Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:31.0588652Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:31.0597330Z copying torch/fx/experimental/unify_refinements.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2022-11-23T01:27:31.0605122Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:31.0605538Z copying torch/fx/passes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:31.0612323Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:31.0620396Z copying torch/fx/passes/graph_drawer.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:31.0626816Z copying torch/fx/passes/graph_manipulation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:31.0632450Z copying torch/fx/passes/net_min_base.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:31.0640141Z copying torch/fx/passes/operator_support.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:31.0646584Z copying torch/fx/passes/param_fetch.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:31.0651418Z copying torch/fx/passes/pass_manager.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:31.0659314Z copying torch/fx/passes/reinplace.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:31.0666373Z copying torch/fx/passes/shape_prop.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:31.0672155Z copying torch/fx/passes/split_module.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:31.0680105Z copying torch/fx/passes/split_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:31.0686091Z copying torch/fx/passes/splitter_base.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:31.0715487Z copying torch/fx/passes/tools_common.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2022-11-23T01:27:31.0725127Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:31.0725901Z copying torch/fx/experimental/migrate_gradual_types/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:31.0726480Z copying torch/fx/experimental/migrate_gradual_types/constraint.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:31.0735678Z copying torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:31.0745724Z copying torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:31.0758061Z copying torch/fx/experimental/migrate_gradual_types/operation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:31.0762205Z copying torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:31.0769199Z copying torch/fx/experimental/migrate_gradual_types/util.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:31.0777705Z copying torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:31.0782374Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:27:31.0783519Z copying torch/fx/experimental/unification/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:27:31.0801579Z copying torch/fx/experimental/unification/core.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:27:31.0806449Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:27:31.0810418Z copying torch/fx/experimental/unification/match.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:27:31.0825600Z copying torch/fx/experimental/unification/more.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:27:31.0829994Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:27:31.0840548Z copying torch/fx/experimental/unification/utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:27:31.0846587Z copying torch/fx/experimental/unification/variable.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2022-11-23T01:27:31.0851870Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:31.0852504Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:31.0858173Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:31.0865947Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:31.0870529Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:31.0875653Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:31.0880438Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:31.0887611Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends 2022-11-23T01:27:31.0888466Z copying torch/fx/passes/backends/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends 2022-11-23T01:27:31.0889393Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends 2022-11-23T01:27:31.0896894Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect 2022-11-23T01:27:31.0897347Z copying torch/fx/passes/dialect/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect 2022-11-23T01:27:31.0899551Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2022-11-23T01:27:31.0899989Z copying torch/fx/passes/infra/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2022-11-23T01:27:31.0906656Z copying torch/fx/passes/infra/partitioner.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2022-11-23T01:27:31.0911773Z copying torch/fx/passes/infra/pass_base.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2022-11-23T01:27:31.0916366Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2022-11-23T01:27:31.0921742Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests 2022-11-23T01:27:31.0922339Z copying torch/fx/passes/tests/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests 2022-11-23T01:27:31.0923080Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests 2022-11-23T01:27:31.0928572Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2022-11-23T01:27:31.0928999Z copying torch/fx/passes/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2022-11-23T01:27:31.0934349Z copying torch/fx/passes/utils/common.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2022-11-23T01:27:31.0941478Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2022-11-23T01:27:31.0946667Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2022-11-23T01:27:31.0955359Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common 2022-11-23T01:27:31.0955987Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common 2022-11-23T01:27:31.0956703Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common 2022-11-23T01:27:31.0962120Z creating build/lib.linux-x86_64-cpython-38/torch/jit/_passes 2022-11-23T01:27:31.0962778Z copying torch/jit/_passes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/jit/_passes 2022-11-23T01:27:31.0963741Z copying torch/jit/_passes/_property_propagation.py -> build/lib.linux-x86_64-cpython-38/torch/jit/_passes 2022-11-23T01:27:31.0970225Z creating build/lib.linux-x86_64-cpython-38/torch/jit/mobile 2022-11-23T01:27:31.0970620Z copying torch/jit/mobile/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/jit/mobile 2022-11-23T01:27:31.0981608Z creating build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:27:31.0982071Z copying torch/masked/maskedtensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:27:31.0989292Z copying torch/masked/maskedtensor/_ops_refs.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:27:31.0997086Z copying torch/masked/maskedtensor/binary.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:27:31.1003767Z copying torch/masked/maskedtensor/core.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:27:31.1007634Z copying torch/masked/maskedtensor/creation.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:27:31.1012399Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:27:31.1022280Z copying torch/masked/maskedtensor/reductions.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:27:31.1030044Z copying torch/masked/maskedtensor/unary.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2022-11-23T01:27:31.1035371Z creating build/lib.linux-x86_64-cpython-38/torch/nn/backends 2022-11-23T01:27:31.1035927Z copying torch/nn/backends/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/backends 2022-11-23T01:27:31.1036733Z copying torch/nn/backends/thnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/backends 2022-11-23T01:27:31.1043046Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic 2022-11-23T01:27:31.1043526Z copying torch/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic 2022-11-23T01:27:31.1054701Z creating build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1055086Z copying torch/nn/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1065061Z copying torch/nn/modules/_functions.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1074594Z copying torch/nn/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1096260Z copying torch/nn/modules/adaptive.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1105673Z copying torch/nn/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1117541Z copying torch/nn/modules/channelshuffle.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1122770Z copying torch/nn/modules/container.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1133894Z copying torch/nn/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1155786Z copying torch/nn/modules/distance.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1158455Z copying torch/nn/modules/dropout.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1163127Z copying torch/nn/modules/flatten.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1167753Z copying torch/nn/modules/fold.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1177190Z copying torch/nn/modules/instancenorm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1183195Z copying torch/nn/modules/lazy.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1188081Z copying torch/nn/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1193209Z copying torch/nn/modules/loss.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1210234Z copying torch/nn/modules/module.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1228136Z copying torch/nn/modules/normalization.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1234007Z copying torch/nn/modules/padding.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1243405Z copying torch/nn/modules/pixelshuffle.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1247853Z copying torch/nn/modules/pooling.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1270297Z copying torch/nn/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1289027Z copying torch/nn/modules/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1295838Z copying torch/nn/modules/transformer.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1308718Z copying torch/nn/modules/upsampling.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1314494Z copying torch/nn/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2022-11-23T01:27:31.1320544Z creating build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:31.1320933Z copying torch/nn/parallel/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:31.1326416Z copying torch/nn/parallel/_functions.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:31.1332430Z copying torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:31.1337664Z copying torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:31.1341497Z copying torch/nn/parallel/comm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:31.1351227Z copying torch/nn/parallel/data_parallel.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:31.1355452Z copying torch/nn/parallel/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:31.1371118Z copying torch/nn/parallel/parallel_apply.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:31.1376901Z copying torch/nn/parallel/replicate.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:31.1381863Z copying torch/nn/parallel/scatter_gather.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:31.1387503Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat 2022-11-23T01:27:31.1388115Z copying torch/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat 2022-11-23T01:27:31.1394202Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantizable 2022-11-23T01:27:31.1394643Z copying torch/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable 2022-11-23T01:27:31.1399662Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized 2022-11-23T01:27:31.1400785Z copying torch/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized 2022-11-23T01:27:31.1406658Z copying torch/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized 2022-11-23T01:27:31.1413939Z creating build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:31.1414304Z copying torch/nn/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:31.1419987Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:31.1424424Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:31.1431885Z copying torch/nn/utils/_stateless.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:31.1438291Z copying torch/nn/utils/clip_grad.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:31.1446530Z copying torch/nn/utils/convert_parameters.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:31.1452360Z copying torch/nn/utils/fusion.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:31.1458713Z copying torch/nn/utils/init.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:31.1463279Z copying torch/nn/utils/memory_format.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:31.1470131Z copying torch/nn/utils/parametrizations.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:31.1476002Z copying torch/nn/utils/parametrize.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:31.1489876Z copying torch/nn/utils/prune.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:31.1503948Z copying torch/nn/utils/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:31.1510266Z copying torch/nn/utils/spectral_norm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:31.1517404Z copying torch/nn/utils/stateless.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:31.1533340Z copying torch/nn/utils/weight_norm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2022-11-23T01:27:31.1534626Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules 2022-11-23T01:27:31.1535298Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules 2022-11-23T01:27:31.1539448Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules 2022-11-23T01:27:31.1548645Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat 2022-11-23T01:27:31.1549094Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat 2022-11-23T01:27:31.1555287Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized 2022-11-23T01:27:31.1555766Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized 2022-11-23T01:27:31.1567223Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2022-11-23T01:27:31.1567702Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2022-11-23T01:27:31.1574294Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2022-11-23T01:27:31.1580723Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2022-11-23T01:27:31.1586406Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2022-11-23T01:27:31.1595023Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:27:31.1595519Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:27:31.1602736Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2022-11-23T01:27:31.1603267Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2022-11-23T01:27:31.1608972Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2022-11-23T01:27:31.1615426Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2022-11-23T01:27:31.1620705Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2022-11-23T01:27:31.1627896Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:31.1628435Z copying torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:31.1634488Z copying torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:31.1639920Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic 2022-11-23T01:27:31.1640574Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic 2022-11-23T01:27:31.1646662Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2022-11-23T01:27:31.1647228Z copying torch/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2022-11-23T01:27:31.1651035Z copying torch/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2022-11-23T01:27:31.1660353Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2022-11-23T01:27:31.1666186Z copying torch/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2022-11-23T01:27:31.1672699Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules 2022-11-23T01:27:31.1673165Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules 2022-11-23T01:27:31.1688228Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules 2022-11-23T01:27:31.1696457Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2022-11-23T01:27:31.1696924Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2022-11-23T01:27:31.1701827Z copying torch/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2022-11-23T01:27:31.1720662Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2022-11-23T01:27:31.1726155Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference 2022-11-23T01:27:31.1726744Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference 2022-11-23T01:27:31.1732687Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic 2022-11-23T01:27:31.1733190Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic 2022-11-23T01:27:31.1740798Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:31.1741256Z copying torch/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:31.1747996Z copying torch/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:31.1752535Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:31.1757202Z copying torch/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:31.1761797Z copying torch/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:31.1769759Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:31.1777169Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:31.1785509Z copying torch/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:31.1789933Z copying torch/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:31.1803729Z copying torch/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:31.1807191Z copying torch/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2022-11-23T01:27:31.1812431Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:27:31.1812933Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:27:31.1830799Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:27:31.1836730Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:27:31.1842928Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:27:31.1848101Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:27:31.1854653Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2022-11-23T01:27:31.1864024Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2022-11-23T01:27:31.1864501Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2022-11-23T01:27:31.1869441Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2022-11-23T01:27:31.1874123Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2022-11-23T01:27:31.1878945Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2022-11-23T01:27:31.1886543Z creating build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:31.1887033Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:31.1893727Z copying torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:31.1903416Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:31.1910712Z copying torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:31.1916127Z copying torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:31.1920739Z copying torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:31.1939180Z copying torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:31.1944551Z copying torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:31.1950185Z copying torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:31.1954251Z copying torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2022-11-23T01:27:31.1964030Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:27:31.1964785Z copying torch/onnx/_internal/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:27:31.1965735Z copying torch/onnx/_internal/_beartype.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:27:31.1972948Z copying torch/onnx/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:27:31.1978612Z copying torch/onnx/_internal/onnx_proto_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:27:31.1983522Z copying torch/onnx/_internal/registration.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2022-11-23T01:27:31.1989576Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2022-11-23T01:27:31.1990134Z copying torch/onnx/_internal/diagnostics/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2022-11-23T01:27:31.1997373Z copying torch/onnx/_internal/diagnostics/_diagnostic.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2022-11-23T01:27:31.2018737Z copying torch/onnx/_internal/diagnostics/_rules.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2022-11-23T01:27:31.2031013Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:31.2031520Z copying torch/onnx/_internal/diagnostics/infra/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:31.2038334Z copying torch/onnx/_internal/diagnostics/infra/_infra.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:31.2044676Z copying torch/onnx/_internal/diagnostics/infra/engine.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:31.2052292Z copying torch/onnx/_internal/diagnostics/infra/formatter.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:31.2059592Z copying torch/onnx/_internal/diagnostics/infra/utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:31.2070366Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2070924Z copying torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2079582Z copying torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2085592Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2093560Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2098284Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2104605Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2128217Z copying torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2135040Z copying torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2139343Z copying torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2143952Z copying torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2150921Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2154287Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2157482Z copying torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2161352Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2164992Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2168110Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2172608Z copying torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2175540Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2178986Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2182598Z copying torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2186896Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2194584Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2202907Z copying torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2206529Z copying torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2210898Z copying torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2215803Z copying torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2220570Z copying torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2227458Z copying torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2232619Z copying torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2236816Z copying torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2240694Z copying torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2245292Z copying torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2249029Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2257999Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2262465Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2277256Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2282159Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2289883Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2300438Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2307378Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2310876Z copying torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2324681Z copying torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2329564Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2335537Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2340800Z copying torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2345701Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2350366Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2354612Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2359916Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2365329Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2369469Z copying torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2374066Z copying torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2378230Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2383381Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2386910Z copying torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:31.2391601Z creating build/lib.linux-x86_64-cpython-38/torch/optim/_multi_tensor 2022-11-23T01:27:31.2392919Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/optim/_multi_tensor 2022-11-23T01:27:31.2399354Z creating build/lib.linux-x86_64-cpython-38/torch/package/analyze 2022-11-23T01:27:31.2399831Z copying torch/package/analyze/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2022-11-23T01:27:31.2409047Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2022-11-23T01:27:31.2416557Z copying torch/package/analyze/is_from_package.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2022-11-23T01:27:31.2421016Z copying torch/package/analyze/trace_dependencies.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2022-11-23T01:27:31.2438154Z creating build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:31.2438803Z copying torch/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:31.2447502Z copying torch/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:31.2453399Z copying torch/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:31.2472903Z copying torch/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:31.2477302Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:31.2485527Z copying torch/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:31.2490372Z copying torch/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:31.2496799Z copying torch/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:31.2504825Z copying torch/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:31.2509877Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:31.2514863Z copying torch/quantization/fx/quantization_types.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:31.2523838Z copying torch/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2022-11-23T01:27:31.2530506Z creating build/lib.linux-x86_64-cpython-38/torch/signal/windows 2022-11-23T01:27:31.2531078Z copying torch/signal/windows/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/signal/windows 2022-11-23T01:27:31.2536179Z copying torch/signal/windows/windows.py -> build/lib.linux-x86_64-cpython-38/torch/signal/windows 2022-11-23T01:27:31.2544605Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2545295Z copying torch/testing/_internal/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2546140Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2553304Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2576863Z copying torch/testing/_internal/common_cuda.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2581204Z copying torch/testing/_internal/common_device_type.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2594450Z copying torch/testing/_internal/common_distributed.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2616271Z copying torch/testing/_internal/common_dtype.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2625286Z copying torch/testing/_internal/common_fsdp.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2636681Z copying torch/testing/_internal/common_jit.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2652694Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2718015Z copying torch/testing/_internal/common_modules.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2737113Z copying torch/testing/_internal/common_nn.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2760952Z copying torch/testing/_internal/common_quantization.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2778453Z copying torch/testing/_internal/common_quantized.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2784895Z copying torch/testing/_internal/common_subclass.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2792309Z copying torch/testing/_internal/common_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2812454Z copying torch/testing/_internal/composite_compliance.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2819366Z copying torch/testing/_internal/dist_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2823405Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2828609Z copying torch/testing/_internal/inductor_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2833935Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2848271Z copying torch/testing/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2859228Z copying torch/testing/_internal/logging_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2865917Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2871892Z copying torch/testing/_internal/schema_check_mode.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2022-11-23T01:27:31.2878630Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen 2022-11-23T01:27:31.2879262Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen 2022-11-23T01:27:31.2879814Z copying torch/testing/_internal/codegen/random_topo_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen 2022-11-23T01:27:31.2888055Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2022-11-23T01:27:31.2888978Z copying torch/testing/_internal/data/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2022-11-23T01:27:31.2890140Z copying torch/testing/_internal/data/network1.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2022-11-23T01:27:31.2898454Z copying torch/testing/_internal/data/network2.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2022-11-23T01:27:31.2905850Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:27:31.2906384Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:27:31.2907175Z copying torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:27:31.2917049Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:27:31.2949678Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:27:31.2954044Z copying torch/testing/_internal/distributed/multi_threaded_pg.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:27:31.2960106Z copying torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:27:31.2964258Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2022-11-23T01:27:31.2971243Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated 2022-11-23T01:27:31.2971883Z copying torch/testing/_internal/generated/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated 2022-11-23T01:27:31.2972697Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated 2022-11-23T01:27:31.2977033Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2022-11-23T01:27:31.2977534Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2022-11-23T01:27:31.2985426Z copying torch/testing/_internal/opinfo/core.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2022-11-23T01:27:31.3009230Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2022-11-23T01:27:31.3031987Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2022-11-23T01:27:31.3037833Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2022-11-23T01:27:31.3038357Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2022-11-23T01:27:31.3039614Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2022-11-23T01:27:31.3051455Z copying torch/testing/_internal/test_module/no_future_div.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2022-11-23T01:27:31.3057559Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard 2022-11-23T01:27:31.3058267Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard 2022-11-23T01:27:31.3058980Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard 2022-11-23T01:27:31.3064212Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2022-11-23T01:27:31.3064749Z copying torch/testing/_internal/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2022-11-23T01:27:31.3065901Z copying torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2022-11-23T01:27:31.3072059Z copying torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2022-11-23T01:27:31.3081614Z copying torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2022-11-23T01:27:31.3086783Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn 2022-11-23T01:27:31.3087649Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn 2022-11-23T01:27:31.3088851Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipeline 2022-11-23T01:27:31.3089763Z copying torch/testing/_internal/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipeline 2022-11-23T01:27:31.3092894Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:31.3093572Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:31.3094539Z copying torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:31.3111732Z copying torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:31.3118409Z copying torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:31.3142970Z copying torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:31.3148410Z copying torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:31.3152563Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:31.3173103Z copying torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:31.3178221Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:27:31.3178818Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:27:31.3187462Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:27:31.3192354Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:27:31.3200135Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api 2022-11-23T01:27:31.3200758Z copying torch/testing/_internal/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api 2022-11-23T01:27:31.3201764Z copying torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api 2022-11-23T01:27:31.3209377Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:27:31.3210142Z copying torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:27:31.3211179Z copying torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:27:31.3215957Z copying torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:27:31.3233745Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:27:31.3234519Z copying torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:27:31.3235513Z copying torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:27:31.3240189Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:27:31.3253459Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:27:31.3259704Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:31.3260234Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:31.3265199Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:31.3280433Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:31.3287311Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:31.3301311Z copying torch/testing/_internal/opinfo/definitions/signal.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:31.3307877Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:31.3315288Z creating build/lib.linux-x86_64-cpython-38/torch/utils/backcompat 2022-11-23T01:27:31.3315779Z copying torch/utils/backcompat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/backcompat 2022-11-23T01:27:31.3321987Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark 2022-11-23T01:27:31.3322423Z copying torch/utils/benchmark/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark 2022-11-23T01:27:31.3329482Z creating build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck 2022-11-23T01:27:31.3330009Z copying torch/utils/bottleneck/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck 2022-11-23T01:27:31.3330714Z copying torch/utils/bottleneck/__main__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck 2022-11-23T01:27:31.3340885Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:27:31.3341339Z copying torch/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:27:31.3345348Z copying torch/utils/data/backward_compatibility.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:27:31.3349982Z copying torch/utils/data/dataloader.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:27:31.3361654Z copying torch/utils/data/dataset.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:27:31.3366870Z copying torch/utils/data/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:27:31.3373467Z copying torch/utils/data/graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:27:31.3381246Z copying torch/utils/data/graph_settings.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:27:31.3386210Z copying torch/utils/data/sampler.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2022-11-23T01:27:31.3394643Z creating build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:27:31.3395393Z copying torch/utils/hipify/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:27:31.3396599Z copying torch/utils/hipify/constants.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:27:31.3397506Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:27:31.3400673Z copying torch/utils/hipify/hipify_python.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:27:31.3401873Z copying torch/utils/hipify/version.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2022-11-23T01:27:31.3403725Z creating build/lib.linux-x86_64-cpython-38/torch/utils/jit 2022-11-23T01:27:31.3404115Z copying torch/utils/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/jit 2022-11-23T01:27:31.3409775Z copying torch/utils/jit/log_extract.py -> build/lib.linux-x86_64-cpython-38/torch/utils/jit 2022-11-23T01:27:31.3416064Z creating build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:27:31.3416495Z copying torch/utils/model_dump/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:27:31.3430975Z copying torch/utils/model_dump/__main__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:27:31.3436703Z creating build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:31.3437155Z copying torch/utils/tensorboard/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:31.3443864Z copying torch/utils/tensorboard/_caffe2_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:31.3451547Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:31.3455857Z copying torch/utils/tensorboard/_embedding.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:31.3460061Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:31.3477280Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:31.3482102Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:31.3489624Z copying torch/utils/tensorboard/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:31.3494991Z copying torch/utils/tensorboard/summary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:31.3505568Z copying torch/utils/tensorboard/writer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2022-11-23T01:27:31.3518161Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:27:31.3518674Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:27:31.3519672Z copying torch/utils/benchmark/examples/blas_compare.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:27:31.3526612Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:27:31.3537932Z copying torch/utils/benchmark/examples/compare.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:27:31.3542258Z copying torch/utils/benchmark/examples/end_to_end.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:27:31.3551516Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:27:31.3557474Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:27:31.3563520Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:27:31.3569309Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2022-11-23T01:27:31.3576617Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:31.3577301Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:31.3577821Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:31.3585652Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:31.3591807Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:31.3596058Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:31.3604557Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:31.3612272Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:27:31.3612786Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:27:31.3613472Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:27:31.3618385Z copying torch/utils/benchmark/utils/common.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:27:31.3625488Z copying torch/utils/benchmark/utils/compare.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:27:31.3633464Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:27:31.3651451Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:27:31.3658696Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:27:31.3664590Z copying torch/utils/benchmark/utils/timer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:27:31.3675016Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:31.3675801Z copying torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:31.3676527Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:31.3696685Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:27:31.3697117Z copying torch/utils/data/_utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:27:31.3700738Z copying torch/utils/data/_utils/collate.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:27:31.3706993Z copying torch/utils/data/_utils/fetch.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:27:31.3710888Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:27:31.3715164Z copying torch/utils/data/_utils/serialization.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:27:31.3722149Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:27:31.3726137Z copying torch/utils/data/_utils/worker.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2022-11-23T01:27:31.3735719Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:27:31.3736158Z copying torch/utils/data/datapipes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:27:31.3753200Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:27:31.3761542Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:27:31.3769431Z copying torch/utils/data/datapipes/_typing.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:27:31.3775849Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:27:31.3781715Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:27:31.3783725Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:31.3784353Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:31.3788960Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:31.3793498Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:31.3799843Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:31.3805075Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:31.3811559Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:31.3812170Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:31.3819744Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:31.3821824Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:31.3822412Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:31.3823221Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:31.3824313Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:31.3825402Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:31.3826639Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:31.3827507Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:31.3828964Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:31.3829952Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2022-11-23T01:27:31.3839696Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:27:31.3840160Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:27:31.3843996Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:27:31.3845053Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:27:31.3845820Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:27:31.3847243Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:27:31.3848306Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2022-11-23T01:27:31.3853983Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2022-11-23T01:27:31.3854622Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2022-11-23T01:27:31.3855114Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2022-11-23T01:27:31.3863984Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2022-11-23T01:27:31.3872411Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2022-11-23T01:27:31.3880246Z creating build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:31.3880725Z copying torchgen/api/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:31.3881500Z copying torchgen/api/autograd.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:31.3882676Z copying torchgen/api/cpp.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:31.3883951Z copying torchgen/api/dispatcher.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:31.3884761Z copying torchgen/api/functionalization.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:31.3886185Z copying torchgen/api/lazy.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:31.3887141Z copying torchgen/api/meta.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:31.3888173Z copying torchgen/api/native.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:31.3889183Z copying torchgen/api/python.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:31.3891213Z copying torchgen/api/structured.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:31.3891755Z copying torchgen/api/translate.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:31.3892781Z copying torchgen/api/types.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:31.3894614Z copying torchgen/api/ufunc.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:31.3895209Z copying torchgen/api/unboxing.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2022-11-23T01:27:31.3901903Z creating build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:27:31.3902603Z copying torchgen/dest/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:27:31.3903666Z copying torchgen/dest/lazy_ir.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:27:31.3905042Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:27:31.3905650Z copying torchgen/dest/native_functions.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:27:31.3907283Z copying torchgen/dest/register_dispatch_key.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:27:31.3908376Z copying torchgen/dest/ufunc.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2022-11-23T01:27:31.3910683Z creating build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2022-11-23T01:27:31.3911343Z copying torchgen/operator_versions/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2022-11-23T01:27:31.3912388Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2022-11-23T01:27:31.3919423Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2022-11-23T01:27:31.3926631Z creating build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2022-11-23T01:27:31.3927233Z copying torchgen/selective_build/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2022-11-23T01:27:31.3928009Z copying torchgen/selective_build/operator.py -> build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2022-11-23T01:27:31.3928905Z copying torchgen/selective_build/selector.py -> build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2022-11-23T01:27:31.3931000Z creating build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2022-11-23T01:27:31.3931505Z copying torchgen/static_runtime/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2022-11-23T01:27:31.3932558Z copying torchgen/static_runtime/config.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2022-11-23T01:27:31.3950358Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2022-11-23T01:27:31.3956301Z copying torchgen/static_runtime/generator.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2022-11-23T01:27:31.5391309Z copying torch/py.typed -> build/lib.linux-x86_64-cpython-38/torch 2022-11-23T01:27:31.5391761Z creating build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:31.5392141Z copying torch/bin/protoc-3.13.0.0 -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:31.5426347Z copying torch/bin/protoc -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:31.5461193Z copying torch/bin/test_jit -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:31.5505358Z copying torch/bin/test_tensorexpr -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:31.5568731Z copying torch/bin/tutorial_tensorexpr -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:31.5570886Z copying torch/bin/FileStoreTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:31.5576279Z copying torch/bin/TCPStoreTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:31.5581831Z copying torch/bin/HashStoreTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:31.5586938Z copying torch/bin/test_dist_autograd -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:31.5592523Z copying torch/bin/test_cpp_rpc -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:31.5598633Z copying torch/bin/test_api -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:31.5690068Z copying torch/bin/test_mobile_nnc -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:31.5695587Z copying torch/bin/aot_model_compiler_test -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:31.5697678Z copying torch/bin/test_lazy -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:31.5730000Z copying torch/bin/torch_shm_manager -> build/lib.linux-x86_64-cpython-38/torch/bin 2022-11-23T01:27:31.5731728Z creating build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5732361Z copying torch/test/c10_CompileTimeFunctionPointer_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5737243Z copying torch/test/c10_DeviceGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5742155Z copying torch/test/c10_Device_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5746645Z copying torch/test/c10_DispatchKeySet_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5752253Z copying torch/test/c10_StreamGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5756871Z copying torch/test/c10_SymInt_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5761547Z copying torch/test/c10_InlineDeviceGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5766455Z copying torch/test/c10_InlineStreamGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5771534Z copying torch/test/c10_SizesAndStrides_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5776600Z copying torch/test/c10_Array_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5781142Z copying torch/test/c10_Bitset_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5786034Z copying torch/test/c10_C++17_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5791180Z copying torch/test/c10_ConstexprCrc_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5795570Z copying torch/test/c10_DeadlockDetection_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5800116Z copying torch/test/c10_Half_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5804569Z copying torch/test/c10_LeftRight_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5809714Z copying torch/test/c10_Metaprogramming_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5815487Z copying torch/test/c10_SmallVectorTest -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5830451Z copying torch/test/c10_Synchronized_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5834983Z copying torch/test/c10_ThreadLocal_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5839991Z copying torch/test/c10_TypeIndex_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5844576Z copying torch/test/c10_TypeList_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5849212Z copying torch/test/c10_TypeTraits_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5853610Z copying torch/test/c10_accumulate_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5858333Z copying torch/test/c10_bfloat16_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5863269Z copying torch/test/c10_complex_math_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5868912Z copying torch/test/c10_complex_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5873585Z copying torch/test/c10_either_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5883880Z copying torch/test/c10_exception_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5888501Z copying torch/test/c10_flags_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5893109Z copying torch/test/c10_intrusive_ptr_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5908988Z copying torch/test/c10_irange_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5913608Z copying torch/test/c10_logging_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5918474Z copying torch/test/c10_optional_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5925183Z copying torch/test/c10_ordered_preserving_dict_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5930806Z copying torch/test/c10_registry_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5935622Z copying torch/test/c10_string_view_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5941003Z copying torch/test/c10_tempfile_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5945441Z copying torch/test/c10_typeid_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5950541Z copying torch/test/c10_intrusive_ptr_benchmark -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5954943Z copying torch/test/c10_hip_HIPTest -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5959326Z copying torch/test/Dict_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5965892Z copying torch/test/Dimname_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5970641Z copying torch/test/MaybeOwned_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5976558Z copying torch/test/NamedTensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5981562Z copying torch/test/apply_utils_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5986740Z copying torch/test/atest -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5992150Z copying torch/test/basic -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.5997525Z copying torch/test/broadcast_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6002352Z copying torch/test/cpu_generator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6007516Z copying torch/test/cpu_profiling_allocator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6012165Z copying torch/test/cpu_rng_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6019928Z copying torch/test/dispatch_key_set_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6024329Z copying torch/test/dlconvertor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6029070Z copying torch/test/extension_backend_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6034240Z copying torch/test/half_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6039123Z copying torch/test/ivalue_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6046754Z copying torch/test/lazy_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6051279Z copying torch/test/math_kernel_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6056004Z copying torch/test/memory_format_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6060850Z copying torch/test/memory_overlapping_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6066070Z copying torch/test/mobile_memory_cleanup -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6071205Z copying torch/test/native_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6076190Z copying torch/test/operator_name_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6080788Z copying torch/test/operators_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6085433Z copying torch/test/packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6090095Z copying torch/test/pow_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6095748Z copying torch/test/quantized_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6100829Z copying torch/test/reduce_ops_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6105460Z copying torch/test/reportMemoryUsage_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6110229Z copying torch/test/scalar_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6115355Z copying torch/test/scalar_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6120843Z copying torch/test/stride_properties_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6125716Z copying torch/test/tensor_iterator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6132715Z copying torch/test/test_parallel -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6137223Z copying torch/test/thread_init_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6138435Z copying torch/test/type_ptr_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6143358Z copying torch/test/type_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6149091Z copying torch/test/undefined_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6153725Z copying torch/test/variant_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6158205Z copying torch/test/verify_api_visibility -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6159559Z copying torch/test/vmap_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6166082Z copying torch/test/weakref_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6171147Z copying torch/test/wrapdim_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6176280Z copying torch/test/xla_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6181247Z copying torch/test/IListRef_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6187310Z copying torch/test/List_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6198030Z copying torch/test/KernelFunction_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6203961Z copying torch/test/kernel_function_legacy_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6215439Z copying torch/test/kernel_function_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6224291Z copying torch/test/kernel_lambda_legacy_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6236663Z copying torch/test/kernel_lambda_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6246468Z copying torch/test/kernel_stackbased_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6252584Z copying torch/test/make_boxed_from_unboxed_functor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6261538Z copying torch/test/CppSignature_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6266493Z copying torch/test/backend_fallback_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6272535Z copying torch/test/op_allowlist_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6277814Z copying torch/test/op_registration_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6306868Z copying torch/test/inline_container_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6312453Z copying torch/test/hip_apply_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6317941Z copying torch/test/hip_complex_math_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6323071Z copying torch/test/hip_complex_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6328174Z copying torch/test/hip_distributions_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6333430Z copying torch/test/hip_dlconvertor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6338578Z copying torch/test/hip_generator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6343773Z copying torch/test/hip_half_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6348700Z copying torch/test/hip_integer_divider_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6353549Z copying torch/test/hip_optional_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6357901Z copying torch/test/hip_packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6362586Z copying torch/test/hip_vectorized_test -> build/lib.linux-x86_64-cpython-38/torch/test 2022-11-23T01:27:31.6367323Z creating build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:31.6367694Z copying torch/_C/_autograd.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:31.6374003Z copying torch/_C/_cudnn.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:31.6379142Z copying torch/_C/_distributed_autograd.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:31.6383083Z copying torch/_C/_distributed_c10d.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:31.6394511Z copying torch/_C/_distributed_rpc.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:31.6400923Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:31.6405436Z copying torch/_C/_functions.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:31.6411093Z copying torch/_C/_functorch.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:31.6416346Z copying torch/_C/_itt.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:31.6420576Z copying torch/_C/_lazy.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:31.6430628Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:31.6450784Z copying torch/_C/_monitor.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:31.6456719Z copying torch/_C/_nvtx.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:31.6460848Z copying torch/_C/_onnx.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:31.6467309Z copying torch/_C/_profiler.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:31.6475852Z copying torch/_C/_verbose.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:31.6483535Z copying torch/_C/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:31.6485319Z copying torch/_C/_VariableFunctions.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:31.6487538Z copying torch/_C/_nn.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2022-11-23T01:27:31.6488751Z creating build/lib.linux-x86_64-cpython-38/torch/_C_flatbuffer 2022-11-23T01:27:31.6489475Z copying torch/_C_flatbuffer/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C_flatbuffer 2022-11-23T01:27:31.6497809Z copying torch/optim/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:31.6505450Z copying torch/optim/adadelta.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:31.6528821Z copying torch/optim/adagrad.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:31.6532694Z copying torch/optim/adam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:31.6538851Z copying torch/optim/adamax.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:31.6545585Z copying torch/optim/adamw.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:31.6552618Z copying torch/optim/asgd.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:31.6560374Z copying torch/optim/lbfgs.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:31.6564515Z copying torch/optim/lr_scheduler.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:31.6569689Z copying torch/optim/nadam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:31.6574096Z copying torch/optim/optimizer.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:31.6580576Z copying torch/optim/radam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:31.6585635Z copying torch/optim/rmsprop.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:31.6593107Z copying torch/optim/rprop.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:31.6601116Z copying torch/optim/sgd.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:31.6606148Z copying torch/optim/sparse_adam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:31.6611682Z copying torch/optim/swa_utils.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2022-11-23T01:27:31.6621456Z copying torch/nn/parameter.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:31.6634317Z copying torch/nn/functional.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn 2022-11-23T01:27:31.6635173Z copying torch/nn/parallel/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:31.6640511Z copying torch/nn/parallel/common_types.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:31.6644639Z copying torch/nn/parallel/data_parallel.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:31.6655649Z copying torch/nn/parallel/parallel_apply.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:31.6659986Z copying torch/nn/parallel/replicate.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:31.6664286Z copying torch/nn/parallel/scatter_gather.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2022-11-23T01:27:31.6670378Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2022-11-23T01:27:31.6671222Z creating build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:31.6671586Z copying torch/lib/libc10.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:31.6677521Z copying torch/lib/libc10_hip.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:31.6681142Z copying torch/lib/libcaffe2_nvrtc.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:31.6682382Z copying torch/lib/libtorch_cpu.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:31.8591892Z copying torch/lib/libtorch_hip.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:31.9682912Z copying torch/lib/libtorch.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:31.9683463Z copying torch/lib/libtorch_global_deps.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:31.9683889Z copying torch/lib/libtorchbind_test.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:31.9690964Z copying torch/lib/libjitbackend_test.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:31.9693828Z copying torch/lib/libbackend_with_compiler.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:31.9697710Z copying torch/lib/libtorch_python.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:31.9840368Z copying torch/lib/libshm.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2022-11-23T01:27:31.9842051Z creating build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9842535Z copying torch/include/pthreadpool.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9843698Z copying torch/include/fxdiv.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9845180Z copying torch/include/cpuinfo.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9846301Z copying torch/include/clog.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9847343Z copying torch/include/qnnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9848464Z copying torch/include/psimd.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9849938Z copying torch/include/fp16.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9850743Z copying torch/include/qnnpack_func.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9853345Z copying torch/include/nnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9854849Z copying torch/include/xnnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9856688Z copying torch/include/dnnl.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9858279Z copying torch/include/dnnl_config.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9859084Z copying torch/include/dnnl_debug.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9859828Z copying torch/include/dnnl_ocl.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9861265Z copying torch/include/dnnl_sycl.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9861923Z copying torch/include/dnnl_sycl_types.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9863158Z copying torch/include/dnnl_threadpool.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9864112Z copying torch/include/dnnl_types.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9864975Z copying torch/include/dnnl_version.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9866292Z copying torch/include/sleef.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9869771Z copying torch/include/libshm.h -> build/lib.linux-x86_64-cpython-38/torch/include 2022-11-23T01:27:31.9870436Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9871082Z copying torch/include/ATen/ATen.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9872056Z copying torch/include/ATen/AccumulateType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9873786Z copying torch/include/ATen/ArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9874545Z copying torch/include/ATen/Backend.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9875645Z copying torch/include/ATen/Backtrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9876693Z copying torch/include/ATen/BatchedFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9878182Z copying torch/include/ATen/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9878695Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9880374Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9880885Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9882305Z copying torch/include/ATen/CollapseDims.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9883136Z copying torch/include/ATen/Config.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9885104Z copying torch/include/ATen/Context.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9885836Z copying torch/include/ATen/DLConvertor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9886543Z copying torch/include/ATen/Device.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9887359Z copying torch/include/ATen/DeviceGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9888401Z copying torch/include/ATen/DimVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9889175Z copying torch/include/ATen/Dimname.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9890741Z copying torch/include/ATen/Dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9891574Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9892650Z copying torch/include/ATen/EmptyTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9894017Z copying torch/include/ATen/ExpandBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9894911Z copying torch/include/ATen/ExpandUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9896101Z copying torch/include/ATen/Formatting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9896952Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9898560Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9899552Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9900547Z copying torch/include/ATen/Generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9901326Z copying torch/include/ATen/InferSize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9902182Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9903507Z copying torch/include/ATen/Layout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9904432Z copying torch/include/ATen/LinalgBackend.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9905357Z copying torch/include/ATen/MapAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9906304Z copying torch/include/ATen/MatrixRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9907869Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9908693Z copying torch/include/ATen/NamedTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9909600Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9910453Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9911308Z copying torch/include/ATen/NumericUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9912289Z copying torch/include/ATen/OpMathType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9913497Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9914406Z copying torch/include/ATen/PTThreadPool.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9915289Z copying torch/include/ATen/PadNd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9916509Z copying torch/include/ATen/Parallel-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9917449Z copying torch/include/ATen/Parallel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9918518Z copying torch/include/ATen/ParallelFuture.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9919485Z copying torch/include/ATen/ParallelNative.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9921829Z copying torch/include/ATen/ParallelNativeTBB.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9922736Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9923721Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9924825Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9925712Z copying torch/include/ATen/Scalar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9926702Z copying torch/include/ATen/ScalarOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9928113Z copying torch/include/ATen/ScalarType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9929167Z copying torch/include/ATen/SequenceNumber.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9930162Z copying torch/include/ATen/SmallVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9930886Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9932072Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9933704Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9934715Z copying torch/include/ATen/SparseTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9935584Z copying torch/include/ATen/Storage.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9936619Z copying torch/include/ATen/Tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9937571Z copying torch/include/ATen/TensorAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9938782Z copying torch/include/ATen/TensorGeometry.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9939792Z copying torch/include/ATen/TensorIndexing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9941368Z copying torch/include/ATen/TensorIterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9942514Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9943609Z copying torch/include/ATen/TensorMeta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9944527Z copying torch/include/ATen/TensorNames.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9946023Z copying torch/include/ATen/TensorOperators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9946903Z copying torch/include/ATen/TensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9948071Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9949210Z copying torch/include/ATen/TensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9951196Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9952186Z copying torch/include/ATen/TracerMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9953244Z copying torch/include/ATen/TypeDefault.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9954100Z copying torch/include/ATen/Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9955267Z copying torch/include/ATen/Version.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9956874Z copying torch/include/ATen/VmapMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9957651Z copying torch/include/ATen/VmapTransforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9958803Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9960023Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9961024Z copying torch/include/ATen/autocast_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9961901Z copying torch/include/ATen/ceil_div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9963184Z copying torch/include/ATen/code_template.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9964271Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9965196Z copying torch/include/ATen/div_rtn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9966194Z copying torch/include/ATen/dlpack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9966990Z copying torch/include/ATen/jit_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9968228Z copying torch/include/ATen/jiterator_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9969771Z copying torch/include/ATen/record_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9970540Z copying torch/include/ATen/CPUFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9971552Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9972721Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9973901Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9976357Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9977080Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9978368Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9979379Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9980821Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9981786Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9982941Z copying torch/include/ATen/Functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9984630Z copying torch/include/ATen/MetaFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9985784Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9986739Z copying torch/include/ATen/MethodOperators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9988662Z copying torch/include/ATen/NativeFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9990735Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9992151Z copying torch/include/ATen/Operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:31.9993773Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:32.0006509Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:32.0012055Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:32.0024190Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:32.0024845Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2022-11-23T01:27:32.0025602Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu 2022-11-23T01:27:32.0026066Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu 2022-11-23T01:27:32.0027020Z copying torch/include/ATen/cpu/vml.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu 2022-11-23T01:27:32.0028604Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:27:32.0029306Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:32.0030067Z copying torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:32.0030718Z copying torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:32.0031484Z copying torch/include/ATen/cpu/vec/vec256/vec256.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:32.0033197Z copying torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:32.0034585Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:32.0035344Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:32.0036769Z copying torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:32.0038085Z copying torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:32.0039270Z copying torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:32.0040719Z copying torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:32.0042104Z copying torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:32.0043801Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:32.0044345Z copying torch/include/ATen/cpu/vec/vec512/vec512.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:32.0045331Z copying torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:32.0046605Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:32.0048230Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:32.0049064Z copying torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:32.0050947Z copying torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:32.0051626Z copying torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:32.0053540Z copying torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:32.0054640Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:27:32.0055560Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:27:32.0056998Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:27:32.0058190Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:27:32.0059229Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:27:32.0060519Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2022-11-23T01:27:32.0061693Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0062361Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0062940Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0064050Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0064983Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0065733Z copying torch/include/ATen/core/Array.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0067373Z copying torch/include/ATen/core/Backtrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0068795Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0069857Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0070715Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0071338Z copying torch/include/ATen/core/Dict.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0072364Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0073815Z copying torch/include/ATen/core/DimVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0074445Z copying torch/include/ATen/core/Dimname.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0075948Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0076719Z copying torch/include/ATen/core/Formatting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0077804Z copying torch/include/ATen/core/Generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0078967Z copying torch/include/ATen/core/IListRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0080383Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0081234Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0081968Z copying torch/include/ATen/core/List.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0084289Z copying torch/include/ATen/core/List_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0085263Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0086988Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0088422Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0089736Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0090993Z copying torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0092200Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0093500Z copying torch/include/ATen/core/Range.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0094680Z copying torch/include/ATen/core/Reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0095900Z copying torch/include/ATen/core/Scalar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0097412Z copying torch/include/ATen/core/ScalarType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0098651Z copying torch/include/ATen/core/Tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0099973Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0101450Z copying torch/include/ATen/core/TensorBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0103001Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0104447Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0105761Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0107235Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0109097Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0110386Z copying torch/include/ATen/core/Variadic.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0111770Z copying torch/include/ATen/core/Vitals.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0113157Z copying torch/include/ATen/core/alias_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0115331Z copying torch/include/ATen/core/blob.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0116678Z copying torch/include/ATen/core/builtin_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0117985Z copying torch/include/ATen/core/class_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0119328Z copying torch/include/ATen/core/custom_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0120565Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0122023Z copying torch/include/ATen/core/enum_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0124805Z copying torch/include/ATen/core/function.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0125642Z copying torch/include/ATen/core/function_schema.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0126921Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0127895Z copying torch/include/ATen/core/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0129091Z copying torch/include/ATen/core/grad_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0130504Z copying torch/include/ATen/core/interned_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0131698Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0133228Z copying torch/include/ATen/core/ivalue.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0134874Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0137221Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0138247Z copying torch/include/ATen/core/jit_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0141880Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0142836Z copying torch/include/ATen/core/operator_name.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0143770Z copying torch/include/ATen/core/qualified_name.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0145041Z copying torch/include/ATen/core/rref_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0146141Z copying torch/include/ATen/core/stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0147017Z copying torch/include/ATen/core/symbol.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0148585Z copying torch/include/ATen/core/type_factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0149567Z copying torch/include/ATen/core/type_ptr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0150617Z copying torch/include/ATen/core/typeid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0151674Z copying torch/include/ATen/core/TensorBody.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0154508Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0155904Z copying torch/include/ATen/core/enum_tag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2022-11-23T01:27:32.0156822Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0157510Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0158598Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0159552Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0161194Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0162637Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0163201Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0164096Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0165806Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0166777Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0167718Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0169210Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0170237Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0171818Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0172416Z copying torch/include/ATen/cuda/CUDAConfig.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0173236Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0175368Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0175960Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0176616Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0178778Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0179379Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0180248Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0180914Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0182540Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0183124Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0184325Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0185190Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0186160Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0187380Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0188443Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0189421Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0190500Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0192341Z copying torch/include/ATen/cuda/cub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0193276Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0194324Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0195381Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2022-11-23T01:27:32.0196876Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:32.0197343Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:32.0198554Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:32.0199879Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:32.0200820Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:32.0201889Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:32.0203613Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:32.0204132Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:32.0205005Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:32.0206210Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:32.0207157Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2022-11-23T01:27:32.0208236Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:27:32.0209119Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:27:32.0210037Z copying torch/include/ATen/cudnn/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:27:32.0210729Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:27:32.0213054Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:27:32.0213761Z copying torch/include/ATen/cudnn/Types.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:27:32.0214472Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:27:32.0215207Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2022-11-23T01:27:32.0216185Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:32.0216989Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:32.0217904Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:32.0218959Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:32.0219980Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:32.0221038Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:32.0222243Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:32.0223389Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:32.0224245Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:32.0225275Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:32.0226210Z copying torch/include/ATen/functorch/Macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:32.0227235Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:32.0228439Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:32.0229586Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2022-11-23T01:27:32.0230519Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0231665Z copying torch/include/ATen/ops/from_blob.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0232748Z copying torch/include/ATen/ops/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0233778Z copying torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0235497Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0236247Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0237331Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0238479Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0239743Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0240666Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0242251Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0243285Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0244440Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0245283Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0246770Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0247456Z copying torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0248784Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0249510Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0250817Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0251799Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0252931Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0253821Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0254929Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0255962Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0256987Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0257977Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0258793Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0259787Z copying torch/include/ATen/ops/_add_batch_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0261801Z copying torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0263557Z copying torch/include/ATen/ops/_add_batch_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0264354Z copying torch/include/ATen/ops/_add_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0264919Z copying torch/include/ATen/ops/_add_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0265841Z copying torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0267166Z copying torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0268211Z copying torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0268882Z copying torch/include/ATen/ops/_add_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0269705Z copying torch/include/ATen/ops/_add_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0270985Z copying torch/include/ATen/ops/_addmm_activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0272193Z copying torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0273205Z copying torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0274208Z copying torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0275179Z copying torch/include/ATen/ops/_addmm_activation_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0276101Z copying torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0276930Z copying torch/include/ATen/ops/_addmm_activation_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0278014Z copying torch/include/ATen/ops/_addmm_activation_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0278972Z copying torch/include/ATen/ops/_aminmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0280206Z copying torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0281368Z copying torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0282682Z copying torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0283723Z copying torch/include/ATen/ops/_aminmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0284393Z copying torch/include/ATen/ops/_aminmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0286098Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0287279Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0288616Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0289589Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0290589Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0291460Z copying torch/include/ATen/ops/_amp_update_scale.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0292764Z copying torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0293655Z copying torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0295432Z copying torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0296538Z copying torch/include/ATen/ops/_amp_update_scale_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0297651Z copying torch/include/ATen/ops/_amp_update_scale_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0298761Z copying torch/include/ATen/ops/_assert_async.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0300330Z copying torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0301436Z copying torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0302709Z copying torch/include/ATen/ops/_assert_async_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0304122Z copying torch/include/ATen/ops/_assert_async_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0305238Z copying torch/include/ATen/ops/_assert_tensor_metadata.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0306812Z copying torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0308104Z copying torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0309315Z copying torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0312840Z copying torch/include/ATen/ops/_autocast_to_full_precision.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0313982Z copying torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0314894Z copying torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0316114Z copying torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0317348Z copying torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0318285Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0319388Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0320406Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0322251Z copying torch/include/ATen/ops/_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0322849Z copying torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0323937Z copying torch/include/ATen/ops/_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0326314Z copying torch/include/ATen/ops/_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0327017Z copying torch/include/ATen/ops/_batch_norm_impl_index.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0328022Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0329075Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0329993Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0331239Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0332165Z copying torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0332965Z copying torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0334291Z copying torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0335280Z copying torch/include/ATen/ops/_cast_Byte.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0336554Z copying torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0337602Z copying torch/include/ATen/ops/_cast_Byte_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0338625Z copying torch/include/ATen/ops/_cast_Byte_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0340377Z copying torch/include/ATen/ops/_cast_Char.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0341489Z copying torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0342589Z copying torch/include/ATen/ops/_cast_Char_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0343728Z copying torch/include/ATen/ops/_cast_Char_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0344848Z copying torch/include/ATen/ops/_cast_Double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0346871Z copying torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0347858Z copying torch/include/ATen/ops/_cast_Double_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0348446Z copying torch/include/ATen/ops/_cast_Double_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0349983Z copying torch/include/ATen/ops/_cast_Float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0351139Z copying torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0352155Z copying torch/include/ATen/ops/_cast_Float_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0352963Z copying torch/include/ATen/ops/_cast_Float_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0353687Z copying torch/include/ATen/ops/_cast_Half.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0354711Z copying torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0355443Z copying torch/include/ATen/ops/_cast_Half_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0356578Z copying torch/include/ATen/ops/_cast_Half_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0358011Z copying torch/include/ATen/ops/_cast_Int.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0358991Z copying torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0360178Z copying torch/include/ATen/ops/_cast_Int_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0361397Z copying torch/include/ATen/ops/_cast_Int_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0362372Z copying torch/include/ATen/ops/_cast_Long.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0363780Z copying torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0364602Z copying torch/include/ATen/ops/_cast_Long_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0365912Z copying torch/include/ATen/ops/_cast_Long_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0368826Z copying torch/include/ATen/ops/_cast_Short.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0369552Z copying torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0370130Z copying torch/include/ATen/ops/_cast_Short_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0372610Z copying torch/include/ATen/ops/_cast_Short_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0373079Z copying torch/include/ATen/ops/_cdist_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0374184Z copying torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0375283Z copying torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0376213Z copying torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0377469Z copying torch/include/ATen/ops/_cdist_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0378345Z copying torch/include/ATen/ops/_cdist_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0379305Z copying torch/include/ATen/ops/_cdist_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0380474Z copying torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0381431Z copying torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0382696Z copying torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0383592Z copying torch/include/ATen/ops/_cdist_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0384777Z copying torch/include/ATen/ops/_cdist_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0385969Z copying torch/include/ATen/ops/_cholesky_solve_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0386624Z copying torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0387967Z copying torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0388767Z copying torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0389627Z copying torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0390459Z copying torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0391791Z copying torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0393186Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0393894Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0394721Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0395642Z copying torch/include/ATen/ops/_coalesce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0398123Z copying torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0398727Z copying torch/include/ATen/ops/_coalesce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0399556Z copying torch/include/ATen/ops/_coalesce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0400397Z copying torch/include/ATen/ops/_coalesced.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0401546Z copying torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0402530Z copying torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0403523Z copying torch/include/ATen/ops/_coalesced_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0404639Z copying torch/include/ATen/ops/_coalesced_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0405979Z copying torch/include/ATen/ops/_compute_linear_combination.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0408041Z copying torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0409013Z copying torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0409870Z copying torch/include/ATen/ops/_compute_linear_combination_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0410890Z copying torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0411942Z copying torch/include/ATen/ops/_conj.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0413117Z copying torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0414260Z copying torch/include/ATen/ops/_conj_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0415027Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0416323Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0417084Z copying torch/include/ATen/ops/_conj_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0418177Z copying torch/include/ATen/ops/_conj_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0419184Z copying torch/include/ATen/ops/_conj_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0420423Z copying torch/include/ATen/ops/_conj_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0421519Z copying torch/include/ATen/ops/_conj_physical.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0422701Z copying torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0423855Z copying torch/include/ATen/ops/_conj_physical_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0424717Z copying torch/include/ATen/ops/_conj_physical_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0426007Z copying torch/include/ATen/ops/_conv_depthwise2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0428828Z copying torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0429534Z copying torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0430073Z copying torch/include/ATen/ops/_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0430637Z copying torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0431404Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0432711Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0433542Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0435231Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0435749Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0437170Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0438133Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0439207Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0440376Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0442008Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0443718Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0444798Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0447063Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0448019Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0448974Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0450374Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0451590Z copying torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0453048Z copying torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0454463Z copying torch/include/ATen/ops/_convolution_double_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0455739Z copying torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0456946Z copying torch/include/ATen/ops/_convolution_double_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0458243Z copying torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0459575Z copying torch/include/ATen/ops/_convolution_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0461100Z copying torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0462307Z copying torch/include/ATen/ops/_convolution_mode_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0463548Z copying torch/include/ATen/ops/_convolution_mode_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0464878Z copying torch/include/ATen/ops/_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0466192Z copying torch/include/ATen/ops/_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0467926Z copying torch/include/ATen/ops/_copy_from.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0471068Z copying torch/include/ATen/ops/_copy_from_and_resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0472071Z copying torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0473477Z copying torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0474683Z copying torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0476039Z copying torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0477299Z copying torch/include/ATen/ops/_copy_from_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0478437Z copying torch/include/ATen/ops/_copy_from_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0479707Z copying torch/include/ATen/ops/_ctc_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0481215Z copying torch/include/ATen/ops/_ctc_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0482765Z copying torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0484197Z copying torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0485622Z copying torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0486824Z copying torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0488126Z copying torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0489603Z copying torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0491021Z copying torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0492380Z copying torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0493577Z copying torch/include/ATen/ops/_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0494922Z copying torch/include/ATen/ops/_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0496333Z copying torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0498901Z copying torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0499916Z copying torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0500871Z copying torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0502203Z copying torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0503630Z copying torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0504380Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0505679Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0506862Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0508039Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0509117Z copying torch/include/ATen/ops/_cudnn_rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0510483Z copying torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0512228Z copying torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0513023Z copying torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0514122Z copying torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0515173Z copying torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0516415Z copying torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0517512Z copying torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0518682Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0519852Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0520944Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0522000Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0523189Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0524332Z copying torch/include/ATen/ops/_cudnn_rnn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0525471Z copying torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0527944Z copying torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0528988Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0529950Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0531207Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0531974Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0532695Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0533764Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0535851Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0536740Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0537767Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0538614Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0539582Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0540333Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0541414Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0542369Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0543553Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0544547Z copying torch/include/ATen/ops/_cummax_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0545867Z copying torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0546675Z copying torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0547942Z copying torch/include/ATen/ops/_cummax_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0549063Z copying torch/include/ATen/ops/_cummax_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0550035Z copying torch/include/ATen/ops/_cummin_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0551208Z copying torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0552350Z copying torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0553275Z copying torch/include/ATen/ops/_cummin_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0554400Z copying torch/include/ATen/ops/_cummin_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0555170Z copying torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0556360Z copying torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0557295Z copying torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0558388Z copying torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0560329Z copying torch/include/ATen/ops/_dimI.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0560959Z copying torch/include/ATen/ops/_dimI_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0561696Z copying torch/include/ATen/ops/_dimI_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0562246Z copying torch/include/ATen/ops/_dimV.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0563839Z copying torch/include/ATen/ops/_dimV_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0564685Z copying torch/include/ATen/ops/_dimV_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0566095Z copying torch/include/ATen/ops/_dim_arange.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0567221Z copying torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0568133Z copying torch/include/ATen/ops/_dim_arange_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0569025Z copying torch/include/ATen/ops/_dim_arange_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0570298Z copying torch/include/ATen/ops/_dirichlet_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0583805Z copying torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0584774Z copying torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0585710Z copying torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0586609Z copying torch/include/ATen/ops/_dirichlet_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0587427Z copying torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0588469Z copying torch/include/ATen/ops/_efficient_attention_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0589430Z copying torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0590380Z copying torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0591366Z copying torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0592279Z copying torch/include/ATen/ops/_efficient_attention_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0593219Z copying torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0594323Z copying torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0595221Z copying torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0596104Z copying torch/include/ATen/ops/_efficientzerotensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0597158Z copying torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0598172Z copying torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0599113Z copying torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0600023Z copying torch/include/ATen/ops/_efficientzerotensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0600906Z copying torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0601760Z copying torch/include/ATen/ops/_embedding_bag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0602627Z copying torch/include/ATen/ops/_embedding_bag_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0603627Z copying torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0604711Z copying torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0605606Z copying torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0606612Z copying torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0607580Z copying torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0608472Z copying torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0609376Z copying torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0610411Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0611423Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0612402Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0613356Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0614296Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0615176Z copying torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0616192Z copying torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0617238Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0618192Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0619169Z copying torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0620089Z copying torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0620983Z copying torch/include/ATen/ops/_embedding_bag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0621825Z copying torch/include/ATen/ops/_embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0622732Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0623844Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0624949Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0626021Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0626957Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0627994Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0629003Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0630166Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0631253Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0632173Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0633079Z copying torch/include/ATen/ops/_empty_affine_quantized.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0634083Z copying torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0635105Z copying torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0636007Z copying torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0636907Z copying torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0637824Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0638899Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0639957Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0640928Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0641882Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0642755Z copying torch/include/ATen/ops/_euclidean_dist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0643793Z copying torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0644738Z copying torch/include/ATen/ops/_euclidean_dist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0645601Z copying torch/include/ATen/ops/_euclidean_dist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0646553Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0647541Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0648569Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0649306Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0650317Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0651313Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0652307Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0653443Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0654377Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0655361Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0656318Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0656951Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0657940Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0658838Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0659829Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0660832Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0661783Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0662878Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0663930Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0664893Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0665888Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0666598Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0667449Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0668286Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0669234Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0670197Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0671085Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0671946Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0672843Z copying torch/include/ATen/ops/_fft_c2c.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0673469Z copying torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0674350Z copying torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0675215Z copying torch/include/ATen/ops/_fft_c2c_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0676275Z copying torch/include/ATen/ops/_fft_c2c_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0677266Z copying torch/include/ATen/ops/_fft_c2r.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0678281Z copying torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0679410Z copying torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0680328Z copying torch/include/ATen/ops/_fft_c2r_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0681397Z copying torch/include/ATen/ops/_fft_c2r_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0682391Z copying torch/include/ATen/ops/_fft_r2c.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0683379Z copying torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0684646Z copying torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0685762Z copying torch/include/ATen/ops/_fft_r2c_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0686894Z copying torch/include/ATen/ops/_fft_r2c_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0687800Z copying torch/include/ATen/ops/_flash_attention_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0689150Z copying torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0690232Z copying torch/include/ATen/ops/_flash_attention_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0691249Z copying torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0692447Z copying torch/include/ATen/ops/_foobar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0693519Z copying torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0694476Z copying torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0695409Z copying torch/include/ATen/ops/_foobar_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0696921Z copying torch/include/ATen/ops/_foobar_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0697806Z copying torch/include/ATen/ops/_foreach_abs.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0698911Z copying torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0700659Z copying torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0701495Z copying torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0702201Z copying torch/include/ATen/ops/_foreach_abs_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0703011Z copying torch/include/ATen/ops/_foreach_abs_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0703993Z copying torch/include/ATen/ops/_foreach_acos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0705031Z copying torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0706745Z copying torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0707361Z copying torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0708219Z copying torch/include/ATen/ops/_foreach_acos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0709091Z copying torch/include/ATen/ops/_foreach_acos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0710186Z copying torch/include/ATen/ops/_foreach_add.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0711008Z copying torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0712323Z copying torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0713278Z copying torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0714286Z copying torch/include/ATen/ops/_foreach_add_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0718073Z copying torch/include/ATen/ops/_foreach_add_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0718723Z copying torch/include/ATen/ops/_foreach_addcdiv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0719331Z copying torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0719995Z copying torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0720605Z copying torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0721478Z copying torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0722440Z copying torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0723425Z copying torch/include/ATen/ops/_foreach_addcmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0725064Z copying torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0725821Z copying torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0726698Z copying torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0727462Z copying torch/include/ATen/ops/_foreach_addcmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0729134Z copying torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0729959Z copying torch/include/ATen/ops/_foreach_asin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0730996Z copying torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0732145Z copying torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0732979Z copying torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0733971Z copying torch/include/ATen/ops/_foreach_asin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0735221Z copying torch/include/ATen/ops/_foreach_asin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0736295Z copying torch/include/ATen/ops/_foreach_atan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0737260Z copying torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0738238Z copying torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0739139Z copying torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0740236Z copying torch/include/ATen/ops/_foreach_atan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0741165Z copying torch/include/ATen/ops/_foreach_atan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0742321Z copying torch/include/ATen/ops/_foreach_ceil.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0743432Z copying torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0744470Z copying torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0745598Z copying torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0746646Z copying torch/include/ATen/ops/_foreach_ceil_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0747627Z copying torch/include/ATen/ops/_foreach_ceil_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0748949Z copying torch/include/ATen/ops/_foreach_cos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0750270Z copying torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0751450Z copying torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0753100Z copying torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0754001Z copying torch/include/ATen/ops/_foreach_cos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0756971Z copying torch/include/ATen/ops/_foreach_cos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0757653Z copying torch/include/ATen/ops/_foreach_cosh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0758234Z copying torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0758813Z copying torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0759644Z copying torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0761647Z copying torch/include/ATen/ops/_foreach_cosh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0762223Z copying torch/include/ATen/ops/_foreach_cosh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0763023Z copying torch/include/ATen/ops/_foreach_div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0764303Z copying torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0765190Z copying torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0766656Z copying torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0767369Z copying torch/include/ATen/ops/_foreach_div_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0768498Z copying torch/include/ATen/ops/_foreach_div_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0769520Z copying torch/include/ATen/ops/_foreach_erf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0770601Z copying torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0771376Z copying torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0772534Z copying torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0773577Z copying torch/include/ATen/ops/_foreach_erf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0774347Z copying torch/include/ATen/ops/_foreach_erf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0775971Z copying torch/include/ATen/ops/_foreach_erfc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0777049Z copying torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0778059Z copying torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0779088Z copying torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0780218Z copying torch/include/ATen/ops/_foreach_erfc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0781391Z copying torch/include/ATen/ops/_foreach_erfc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0782328Z copying torch/include/ATen/ops/_foreach_exp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0783472Z copying torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0784485Z copying torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0785537Z copying torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0786459Z copying torch/include/ATen/ops/_foreach_exp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0787367Z copying torch/include/ATen/ops/_foreach_exp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0788560Z copying torch/include/ATen/ops/_foreach_expm1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0790116Z copying torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0791200Z copying torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0792290Z copying torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0793185Z copying torch/include/ATen/ops/_foreach_expm1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0794169Z copying torch/include/ATen/ops/_foreach_expm1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0795123Z copying torch/include/ATen/ops/_foreach_floor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0796297Z copying torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0797194Z copying torch/include/ATen/ops/_fw_primal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0798320Z copying torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0799540Z copying torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0800427Z copying torch/include/ATen/ops/_foreach_floor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0801624Z copying torch/include/ATen/ops/_foreach_floor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0802863Z copying torch/include/ATen/ops/_foreach_frac.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0804002Z copying torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0805130Z copying torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0806162Z copying torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0808388Z copying torch/include/ATen/ops/_foreach_frac_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0809042Z copying torch/include/ATen/ops/_foreach_frac_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0809614Z copying torch/include/ATen/ops/_foreach_lgamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0810676Z copying torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0812107Z copying torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0812657Z copying torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0813536Z copying torch/include/ATen/ops/_foreach_lgamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0814888Z copying torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0815795Z copying torch/include/ATen/ops/_foreach_log.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0816884Z copying torch/include/ATen/ops/_foreach_log10.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0817899Z copying torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0818982Z copying torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0819983Z copying torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0821054Z copying torch/include/ATen/ops/_foreach_log10_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0822117Z copying torch/include/ATen/ops/_foreach_log10_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0823157Z copying torch/include/ATen/ops/_foreach_log1p.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0824374Z copying torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0825592Z copying torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0826635Z copying torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0828455Z copying torch/include/ATen/ops/_foreach_log1p_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0829302Z copying torch/include/ATen/ops/_foreach_log1p_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0830089Z copying torch/include/ATen/ops/_foreach_log2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0831518Z copying torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0832310Z copying torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0834203Z copying torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0834904Z copying torch/include/ATen/ops/_foreach_log2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0835426Z copying torch/include/ATen/ops/_foreach_log2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0836441Z copying torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0837415Z copying torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0838307Z copying torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0839350Z copying torch/include/ATen/ops/_foreach_log_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0840308Z copying torch/include/ATen/ops/_foreach_log_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0841536Z copying torch/include/ATen/ops/_foreach_maximum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0842520Z copying torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0843559Z copying torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0844353Z copying torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0845991Z copying torch/include/ATen/ops/_foreach_maximum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0846633Z copying torch/include/ATen/ops/_foreach_maximum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0847502Z copying torch/include/ATen/ops/_foreach_minimum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0848627Z copying torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0849541Z copying torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0850674Z copying torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0851753Z copying torch/include/ATen/ops/_foreach_minimum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0852643Z copying torch/include/ATen/ops/_foreach_minimum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0853669Z copying torch/include/ATen/ops/_foreach_mul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0855173Z copying torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0856238Z copying torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0857491Z copying torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0858445Z copying torch/include/ATen/ops/_foreach_mul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0859788Z copying torch/include/ATen/ops/_foreach_mul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0861127Z copying torch/include/ATen/ops/_foreach_neg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0861766Z copying torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0863006Z copying torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0863936Z copying torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0864419Z copying torch/include/ATen/ops/_foreach_neg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0865324Z copying torch/include/ATen/ops/_foreach_neg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0866835Z copying torch/include/ATen/ops/_foreach_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0867377Z copying torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0868967Z copying torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0869591Z copying torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0871145Z copying torch/include/ATen/ops/_foreach_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0871985Z copying torch/include/ATen/ops/_foreach_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0873633Z copying torch/include/ATen/ops/_foreach_reciprocal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0874942Z copying torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0875933Z copying torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0876970Z copying torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0877798Z copying torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0879167Z copying torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0880039Z copying torch/include/ATen/ops/_foreach_round.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0881359Z copying torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0882203Z copying torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0883133Z copying torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0884176Z copying torch/include/ATen/ops/_foreach_round_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0885269Z copying torch/include/ATen/ops/_foreach_round_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0886366Z copying torch/include/ATen/ops/_foreach_sigmoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0887457Z copying torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0888403Z copying torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0889891Z copying torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0890586Z copying torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0891761Z copying torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0893296Z copying torch/include/ATen/ops/_foreach_sin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0894132Z copying torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0895341Z copying torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0896528Z copying torch/include/ATen/ops/_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0897516Z copying torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0898943Z copying torch/include/ATen/ops/_foreach_sin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0899771Z copying torch/include/ATen/ops/_foreach_sin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0901399Z copying torch/include/ATen/ops/_foreach_sinh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0902276Z copying torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0903978Z copying torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0904792Z copying torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0905899Z copying torch/include/ATen/ops/_foreach_sinh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0907026Z copying torch/include/ATen/ops/_foreach_sinh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0908244Z copying torch/include/ATen/ops/_foreach_sqrt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0909370Z copying torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0910274Z copying torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0911111Z copying torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0912544Z copying torch/include/ATen/ops/_foreach_sqrt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0913313Z copying torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0914775Z copying torch/include/ATen/ops/_foreach_sub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0915762Z copying torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0917073Z copying torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0918020Z copying torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0919080Z copying torch/include/ATen/ops/_foreach_sub_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0920219Z copying torch/include/ATen/ops/_foreach_sub_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0921699Z copying torch/include/ATen/ops/_foreach_tan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0922675Z copying torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0923781Z copying torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0924793Z copying torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0926344Z copying torch/include/ATen/ops/_foreach_tan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0927126Z copying torch/include/ATen/ops/_foreach_tan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0928313Z copying torch/include/ATen/ops/_foreach_tanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0929461Z copying torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0930585Z copying torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0931771Z copying torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0933326Z copying torch/include/ATen/ops/_foreach_tanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0934087Z copying torch/include/ATen/ops/_foreach_tanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0935367Z copying torch/include/ATen/ops/_foreach_trunc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0936806Z copying torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0937996Z copying torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0939116Z copying torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0940614Z copying torch/include/ATen/ops/_foreach_trunc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0941870Z copying torch/include/ATen/ops/_foreach_trunc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0942929Z copying torch/include/ATen/ops/_foreach_zero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0944004Z copying torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0944975Z copying torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0946789Z copying torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0947965Z copying torch/include/ATen/ops/_foreach_zero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0950042Z copying torch/include/ATen/ops/_foreach_zero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0950784Z copying torch/include/ATen/ops/_fused_adam.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0951789Z copying torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0952723Z copying torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0953429Z copying torch/include/ATen/ops/_fused_adam_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0954348Z copying torch/include/ATen/ops/_fused_adam_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0955822Z copying torch/include/ATen/ops/_fused_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0956644Z copying torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0957575Z copying torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0958785Z copying torch/include/ATen/ops/_fused_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0959958Z copying torch/include/ATen/ops/_fused_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0960861Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0961908Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0962844Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0963900Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0964782Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0965742Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0966759Z copying torch/include/ATen/ops/_fused_sdp_choice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0967801Z copying torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0968712Z copying torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0969747Z copying torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0970663Z copying torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0971789Z copying torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0973000Z copying torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0974050Z copying torch/include/ATen/ops/_fw_primal_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0975157Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0976374Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0977556Z copying torch/include/ATen/ops/_fw_primal_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0978420Z copying torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0979775Z copying torch/include/ATen/ops/_fw_primal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0980800Z copying torch/include/ATen/ops/_fw_primal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0981954Z copying torch/include/ATen/ops/_gather_sparse_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0982967Z copying torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0983952Z copying torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0985433Z copying torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0986066Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0987284Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0988797Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0990019Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0991280Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0992759Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0993528Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0994681Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0995912Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0996632Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0998054Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0999481Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.0999840Z copying torch/include/ATen/ops/_has_same_storage_numel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1001148Z copying torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1002218Z copying torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1003216Z copying torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1004602Z copying torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1005529Z copying torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1006994Z copying torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1007613Z copying torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1009002Z copying torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1010305Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1011522Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1012417Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1013540Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1014405Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1015771Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1017001Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1017934Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1019215Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1020445Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1021206Z copying torch/include/ATen/ops/_index_put_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1022475Z copying torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1023545Z copying torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1024819Z copying torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1025851Z copying torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1027319Z copying torch/include/ATen/ops/_index_put_impl_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1028352Z copying torch/include/ATen/ops/_index_put_impl_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1029587Z copying torch/include/ATen/ops/_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1031007Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1031748Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1033033Z copying torch/include/ATen/ops/_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1034698Z copying torch/include/ATen/ops/_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1035031Z copying torch/include/ATen/ops/_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1036314Z copying torch/include/ATen/ops/_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1037844Z copying torch/include/ATen/ops/_is_zerotensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1039086Z copying torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1040341Z copying torch/include/ATen/ops/_is_zerotensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1041786Z copying torch/include/ATen/ops/_is_zerotensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1042809Z copying torch/include/ATen/ops/_linalg_check_errors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1043928Z copying torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1044815Z copying torch/include/ATen/ops/_linalg_check_errors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1046005Z copying torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1046675Z copying torch/include/ATen/ops/_linalg_det.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1048123Z copying torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1048885Z copying torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1050297Z copying torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1051319Z copying torch/include/ATen/ops/_linalg_det_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1052560Z copying torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1053928Z copying torch/include/ATen/ops/_linalg_det_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1055255Z copying torch/include/ATen/ops/_linalg_det_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1056500Z copying torch/include/ATen/ops/_linalg_eigh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1058204Z copying torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1059253Z copying torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1060860Z copying torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1062026Z copying torch/include/ATen/ops/_linalg_eigh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1063608Z copying torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1064903Z copying torch/include/ATen/ops/_linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1066445Z copying torch/include/ATen/ops/_linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1067640Z copying torch/include/ATen/ops/_linalg_slogdet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1069358Z copying torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1071112Z copying torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1072633Z copying torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1073838Z copying torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1075245Z copying torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1076621Z copying torch/include/ATen/ops/_linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1077931Z copying torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1079267Z copying torch/include/ATen/ops/_linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1081071Z copying torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1082101Z copying torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1083473Z copying torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1084758Z copying torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1086164Z copying torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1087080Z copying torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1088570Z copying torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1089470Z copying torch/include/ATen/ops/_linalg_svd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1091277Z copying torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1092004Z copying torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1093539Z copying torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1094620Z copying torch/include/ATen/ops/_linalg_svd_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1096248Z copying torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1098187Z copying torch/include/ATen/ops/_linalg_svd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1099319Z copying torch/include/ATen/ops/_linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1100910Z copying torch/include/ATen/ops/eq.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1102379Z copying torch/include/ATen/ops/_local_scalar_dense.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1104262Z copying torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1105291Z copying torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1106634Z copying torch/include/ATen/ops/_local_scalar_dense_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1108180Z copying torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1109490Z copying torch/include/ATen/ops/_log_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1110891Z copying torch/include/ATen/ops/_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1112733Z copying torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1113774Z copying torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1115140Z copying torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1116462Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1117889Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1119207Z copying torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1120595Z copying torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1122086Z copying torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1123393Z copying torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1124764Z copying torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1126113Z copying torch/include/ATen/ops/_log_softmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1127892Z copying torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1128814Z copying torch/include/ATen/ops/_log_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1130082Z copying torch/include/ATen/ops/_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1131462Z copying torch/include/ATen/ops/_logcumsumexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1133247Z copying torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1134882Z copying torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1135991Z copying torch/include/ATen/ops/_logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1137302Z copying torch/include/ATen/ops/_logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1138839Z copying torch/include/ATen/ops/_lstm_mps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1140554Z copying torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1141691Z copying torch/include/ATen/ops/_lstm_mps_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1143256Z copying torch/include/ATen/ops/_lstm_mps_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1144425Z copying torch/include/ATen/ops/_lu_with_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1145978Z copying torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1147216Z copying torch/include/ATen/ops/_lu_with_info_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1148980Z copying torch/include/ATen/ops/_lu_with_info_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1151472Z copying torch/include/ATen/ops/_make_dual.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1152626Z copying torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1153781Z copying torch/include/ATen/ops/_make_dual_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1155577Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1156805Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1157952Z copying torch/include/ATen/ops/_make_dual_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1159639Z copying torch/include/ATen/ops/_make_dual_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1160712Z copying torch/include/ATen/ops/_make_dual_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1162298Z copying torch/include/ATen/ops/_make_dual_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1163567Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1165114Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1166450Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1167713Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1169106Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1170437Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1171827Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1173344Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1174675Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1176011Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1177390Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1178747Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1180362Z copying torch/include/ATen/ops/_masked_scale.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1181724Z copying torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1183057Z copying torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1184370Z copying torch/include/ATen/ops/_masked_scale_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1186132Z copying torch/include/ATen/ops/_masked_scale_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1187342Z copying torch/include/ATen/ops/_masked_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1189660Z copying torch/include/ATen/ops/_masked_softmax_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1190912Z copying torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1192166Z copying torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1193954Z copying torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1195050Z copying torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1196472Z copying torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1198250Z copying torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1199358Z copying torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1201075Z copying torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1202264Z copying torch/include/ATen/ops/_masked_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1203665Z copying torch/include/ATen/ops/_masked_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1204938Z copying torch/include/ATen/ops/_mkldnn_reshape.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1206443Z copying torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1207711Z copying torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1209368Z copying torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1210646Z copying torch/include/ATen/ops/_mkldnn_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1212125Z copying torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1213390Z copying torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1214741Z copying torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1216068Z copying torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1217671Z copying torch/include/ATen/ops/_mps_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1218998Z copying torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1220260Z copying torch/include/ATen/ops/_mps_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1221585Z copying torch/include/ATen/ops/_mps_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1223286Z copying torch/include/ATen/ops/_mps_convolution_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1224630Z copying torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1225901Z copying torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1227613Z copying torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1228795Z copying torch/include/ATen/ops/_mps_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1230209Z copying torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1231944Z copying torch/include/ATen/ops/_mps_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1233248Z copying torch/include/ATen/ops/_mps_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1234499Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1236088Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1237535Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1238933Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1240318Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1241584Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1242945Z copying torch/include/ATen/ops/_native_multi_head_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1244597Z copying torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1245935Z copying torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1247614Z copying torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1248684Z copying torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1250297Z copying torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1251429Z copying torch/include/ATen/ops/_neg_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1253236Z copying torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1254282Z copying torch/include/ATen/ops/_neg_view_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1255714Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1257123Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1258378Z copying torch/include/ATen/ops/_neg_view_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1259979Z copying torch/include/ATen/ops/_neg_view_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1261080Z copying torch/include/ATen/ops/_neg_view_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1262500Z copying torch/include/ATen/ops/_neg_view_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1264179Z copying torch/include/ATen/ops/_nested_from_padded.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1265360Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1266878Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1268120Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1270343Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1271840Z copying torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1273217Z copying torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1274601Z copying torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1275847Z copying torch/include/ATen/ops/_nested_from_padded_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1277214Z copying torch/include/ATen/ops/_nested_from_padded_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1278453Z copying torch/include/ATen/ops/_nested_select_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1280611Z copying torch/include/ATen/ops/_nested_select_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1281933Z copying torch/include/ATen/ops/_nested_select_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1283233Z copying torch/include/ATen/ops/_nested_sum_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1284576Z copying torch/include/ATen/ops/_nested_sum_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1285862Z copying torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1287205Z copying torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1288662Z copying torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1289926Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1291240Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1292587Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1294090Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1295488Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1296809Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1298126Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1299427Z copying torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1300753Z copying torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1302138Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1303595Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1304770Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1306103Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1307389Z copying torch/include/ATen/ops/_nested_tensor_offsets.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1309027Z copying torch/include/ATen/ops/_nested_tensor_offsets_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1310470Z copying torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1312020Z copying torch/include/ATen/ops/_nested_tensor_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1313483Z copying torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1314681Z copying torch/include/ATen/ops/_nested_tensor_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1316108Z copying torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1317540Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1318868Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1320261Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1321534Z copying torch/include/ATen/ops/_nested_tensor_strides.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1323040Z copying torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1324169Z copying torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1336653Z copying torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1337487Z copying torch/include/ATen/ops/_nested_view_from_buffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1338761Z copying torch/include/ATen/ops/ge.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1340389Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1341890Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1343347Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1345080Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1345377Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1347260Z copying torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1347980Z copying torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1349915Z copying torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1350235Z copying torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1351343Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1352557Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1353265Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1354176Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1355694Z copying torch/include/ATen/ops/_nnpack_available.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1357497Z copying torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1358044Z copying torch/include/ATen/ops/_nnpack_available_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1359182Z copying torch/include/ATen/ops/_nnpack_available_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1360332Z copying torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1361724Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1362755Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1363903Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1364935Z copying torch/include/ATen/ops/_nnz.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1366133Z copying torch/include/ATen/ops/_nnz_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1367256Z copying torch/include/ATen/ops/_nnz_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1368680Z copying torch/include/ATen/ops/_pack_padded_sequence.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1369707Z copying torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1370823Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1371696Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1373515Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1374686Z copying torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1375774Z copying torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1376662Z copying torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1377643Z copying torch/include/ATen/ops/_pad_circular.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1379113Z copying torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1379765Z copying torch/include/ATen/ops/_pad_circular_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1381196Z copying torch/include/ATen/ops/_pad_circular_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1382457Z copying torch/include/ATen/ops/_pad_enum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1383862Z copying torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1384985Z copying torch/include/ATen/ops/_pad_enum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1385853Z copying torch/include/ATen/ops/_pad_enum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1387163Z copying torch/include/ATen/ops/_pad_packed_sequence.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1388600Z copying torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1389791Z copying torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1391101Z copying torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1392068Z copying torch/include/ATen/ops/_pdist_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1393545Z copying torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1394926Z copying torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1395648Z copying torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1397247Z copying torch/include/ATen/ops/_pdist_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1397754Z copying torch/include/ATen/ops/_pdist_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1399121Z copying torch/include/ATen/ops/_pdist_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1400399Z copying torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1401363Z copying torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1402580Z copying torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1403613Z copying torch/include/ATen/ops/_pdist_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1404867Z copying torch/include/ATen/ops/_pdist_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1405889Z copying torch/include/ATen/ops/_pin_memory.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1407082Z copying torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1408229Z copying torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1409219Z copying torch/include/ATen/ops/_pin_memory_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1410445Z copying torch/include/ATen/ops/_pin_memory_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1411555Z copying torch/include/ATen/ops/_remove_batch_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1412830Z copying torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1413845Z copying torch/include/ATen/ops/_remove_batch_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1415051Z copying torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1415949Z copying torch/include/ATen/ops/_reshape_alias.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1417351Z copying torch/include/ATen/ops/_reshape_alias_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1418775Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1419834Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1421391Z copying torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1422489Z copying torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1423739Z copying torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1425155Z copying torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1426794Z copying torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1428075Z copying torch/include/ATen/ops/_reshape_alias_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1430244Z copying torch/include/ATen/ops/_reshape_alias_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1431536Z copying torch/include/ATen/ops/_reshape_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1433383Z copying torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1435346Z copying torch/include/ATen/ops/_reshape_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1436449Z copying torch/include/ATen/ops/_reshape_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1438048Z copying torch/include/ATen/ops/_reshape_from_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1439413Z copying torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1440724Z copying torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1442023Z copying torch/include/ATen/ops/_resize_output.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1443683Z copying torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1445097Z copying torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1446436Z copying torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1447694Z copying torch/include/ATen/ops/_resize_output_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1449021Z copying torch/include/ATen/ops/_resize_output_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1450604Z copying torch/include/ATen/ops/_rowwise_prune.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1451994Z copying torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1453258Z copying torch/include/ATen/ops/_rowwise_prune_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1455547Z copying torch/include/ATen/ops/_rowwise_prune_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1457187Z copying torch/include/ATen/ops/_sample_dirichlet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1457875Z copying torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1459890Z copying torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1461018Z copying torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1462297Z copying torch/include/ATen/ops/_sample_dirichlet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1463812Z copying torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1465077Z copying torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1466552Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1468911Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1469721Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1471588Z copying torch/include/ATen/ops/_scaled_dot_product_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1472862Z copying torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1473996Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1475601Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1476910Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1478311Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1479688Z copying torch/include/ATen/ops/_scaled_dot_product_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1481375Z copying torch/include/ATen/ops/_scaled_dot_product_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1482834Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1484046Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1485619Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1486838Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1488854Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1490163Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1491523Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1493188Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1494414Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1496266Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1498318Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1499479Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1500825Z copying torch/include/ATen/ops/_segment_reduce_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1502581Z copying torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1503386Z copying torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1505056Z copying torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1505944Z copying torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1507436Z copying torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1508520Z copying torch/include/ATen/ops/_shape_as_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1509791Z copying torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1511144Z copying torch/include/ATen/ops/_shape_as_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1512526Z copying torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1514295Z copying torch/include/ATen/ops/_slow_conv2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1515354Z copying torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1516349Z copying torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1518053Z copying torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1519329Z copying torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1520030Z copying torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1522188Z copying torch/include/ATen/ops/_slow_conv2d_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1522553Z copying torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1524303Z copying torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1525182Z copying torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1525944Z copying torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1527392Z copying torch/include/ATen/ops/_sobol_engine_draw.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1528215Z copying torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1529605Z copying torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1530498Z copying torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1531720Z copying torch/include/ATen/ops/_sobol_engine_ff.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1532651Z copying torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1533858Z copying torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1534780Z copying torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1536251Z copying torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1537373Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1538622Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1539926Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1541590Z copying torch/include/ATen/ops/_sobol_engine_scramble.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1542864Z copying torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1543961Z copying torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1544649Z copying torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1546448Z copying torch/include/ATen/ops/_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1546763Z copying torch/include/ATen/ops/_sparse_mm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1547416Z copying torch/include/ATen/ops/_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1549085Z copying torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1549598Z copying torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1550974Z copying torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1551755Z copying torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1553795Z copying torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1554368Z copying torch/include/ATen/ops/_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1555544Z copying torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1556579Z copying torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1557882Z copying torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1559531Z copying torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1560169Z copying torch/include/ATen/ops/_softmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1560928Z copying torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1561879Z copying torch/include/ATen/ops/_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1563380Z copying torch/include/ATen/ops/_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1564408Z copying torch/include/ATen/ops/_sparse_addmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1566120Z copying torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1566824Z copying torch/include/ATen/ops/_sparse_addmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1568030Z copying torch/include/ATen/ops/_sparse_addmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1569046Z copying torch/include/ATen/ops/_sparse_broadcast_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1570301Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1571159Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1572337Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1574258Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1574661Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1575472Z copying torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1576693Z copying torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1577675Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1579009Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1579659Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1581156Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1582104Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1582956Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1584170Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1585211Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1586925Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1587858Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1589213Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1590891Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1591829Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1593110Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1593885Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1595402Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1596276Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1597710Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1599097Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1600095Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1601202Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1602455Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1603444Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1604939Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1605892Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1607232Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1608144Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1609770Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1610642Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1612242Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1613603Z copying torch/include/ATen/ops/_sparse_csr_prod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1615586Z copying torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1617357Z copying torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1618571Z copying torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1619363Z copying torch/include/ATen/ops/_sparse_csr_sum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1620679Z copying torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1621573Z copying torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1622468Z copying torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1623440Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1624396Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1625639Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1626666Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1627848Z copying torch/include/ATen/ops/_sparse_log_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1628892Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1629671Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1630643Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1632674Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1633156Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1634073Z copying torch/include/ATen/ops/_spdiags.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1635304Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1636273Z copying torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1637571Z copying torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1638553Z copying torch/include/ATen/ops/_sparse_mask_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1640090Z copying torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1640526Z copying torch/include/ATen/ops/_sparse_mask_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1642268Z copying torch/include/ATen/ops/_sparse_mask_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1643167Z copying torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1644672Z copying torch/include/ATen/ops/_sparse_mm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1646094Z copying torch/include/ATen/ops/_sparse_mm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1646773Z copying torch/include/ATen/ops/_sparse_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1647483Z copying torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1649009Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1650079Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1651049Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1652062Z copying torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1653458Z copying torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1654393Z copying torch/include/ATen/ops/_sparse_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1655482Z copying torch/include/ATen/ops/_sparse_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1656961Z copying torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1657861Z copying torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1658728Z copying torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1659880Z copying torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1660558Z copying torch/include/ATen/ops/_sparse_sum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1662200Z copying torch/include/ATen/ops/_sparse_sum_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1663349Z copying torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1664269Z copying torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1666433Z copying torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1666794Z copying torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1667637Z copying torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1668629Z copying torch/include/ATen/ops/_sparse_sum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1669838Z copying torch/include/ATen/ops/_sparse_sum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1671276Z copying torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1672497Z copying torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1673354Z copying torch/include/ATen/ops/_spdiags_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1674625Z copying torch/include/ATen/ops/_spdiags_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1675524Z copying torch/include/ATen/ops/_stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1677031Z copying torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1677835Z copying torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1678818Z copying torch/include/ATen/ops/_stack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1680416Z copying torch/include/ATen/ops/_stack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1681385Z copying torch/include/ATen/ops/_standard_gamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1682683Z copying torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1683522Z copying torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1684807Z copying torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1685516Z copying torch/include/ATen/ops/_standard_gamma_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1687259Z copying torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1688263Z copying torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1689554Z copying torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1690469Z copying torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1691428Z copying torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1692460Z copying torch/include/ATen/ops/_standard_gamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1693717Z copying torch/include/ATen/ops/_standard_gamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1694695Z copying torch/include/ATen/ops/_symeig_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1696063Z copying torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1696879Z copying torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1698086Z copying torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1699058Z copying torch/include/ATen/ops/_symeig_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1700340Z copying torch/include/ATen/ops/_symeig_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1701600Z copying torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1702901Z copying torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1703813Z copying torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1705000Z copying torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1706297Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1707219Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1708355Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1709846Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1712000Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1713281Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1715658Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1716058Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1716682Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1717825Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1719166Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1720469Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1721714Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1722777Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1724266Z copying torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1725179Z copying torch/include/ATen/ops/_test_optional_floatlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1726637Z copying torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1727657Z copying torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1728939Z copying torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1729975Z copying torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1731410Z copying torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1732275Z copying torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1733566Z copying torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1734463Z copying torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1735439Z copying torch/include/ATen/ops/_test_optional_intlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1736767Z copying torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1738058Z copying torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1738930Z copying torch/include/ATen/ops/_test_optional_intlist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1741335Z copying torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1741665Z copying torch/include/ATen/ops/_test_serialization_subcmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1742640Z copying torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1743636Z copying torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1744606Z copying torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1746192Z copying torch/include/ATen/ops/_test_string_default.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1746916Z copying torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1748143Z copying torch/include/ATen/ops/_test_string_default_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1749736Z copying torch/include/ATen/ops/_test_string_default_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1750686Z copying torch/include/ATen/ops/_test_warn_in_autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1752425Z copying torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1753423Z copying torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1754108Z copying torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1755289Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1756793Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1757439Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1758749Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1759967Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1760961Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1762741Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1763711Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1764963Z copying torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1765903Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1767203Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1768243Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1769695Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1770818Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1771905Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1773383Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1773820Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1775328Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1776622Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1777764Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1779137Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1780054Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1781398Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1782447Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1783677Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1784839Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1786258Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1787557Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1788614Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1790317Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1791591Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1792904Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1793846Z copying torch/include/ATen/ops/_to_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1795082Z copying torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1796573Z copying torch/include/ATen/ops/_to_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1797337Z copying torch/include/ATen/ops/_to_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1798774Z copying torch/include/ATen/ops/_to_cpu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1799901Z copying torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1800954Z copying torch/include/ATen/ops/_to_cpu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1801436Z copying torch/include/ATen/ops/_to_cpu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1802922Z copying torch/include/ATen/ops/_to_dense.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1804281Z copying torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1805172Z copying torch/include/ATen/ops/_to_dense_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1806255Z copying torch/include/ATen/ops/_to_dense_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1807150Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1808364Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1809247Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1810170Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1811339Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1812335Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1813233Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1814803Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1815617Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1816893Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1817768Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1818917Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1819783Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1821062Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1822104Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1822793Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1823946Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1825380Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1826550Z copying torch/include/ATen/ops/_trilinear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1828042Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1829185Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1830537Z copying torch/include/ATen/ops/_trilinear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1831735Z copying torch/include/ATen/ops/_trilinear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1833028Z copying torch/include/ATen/ops/_triton_multi_head_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1834827Z copying torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1835856Z copying torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1837806Z copying torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1838969Z copying torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1840561Z copying torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1841957Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1843447Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1845001Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1846374Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1847661Z copying torch/include/ATen/ops/_unique.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1849376Z copying torch/include/ATen/ops/_unique2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1850746Z copying torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1852057Z copying torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1853473Z copying torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1854637Z copying torch/include/ATen/ops/_unique2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1855887Z copying torch/include/ATen/ops/_unique2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1856985Z copying torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1858581Z copying torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1859328Z copying torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1861002Z copying torch/include/ATen/ops/_unique_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1861926Z copying torch/include/ATen/ops/_unique_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1863254Z copying torch/include/ATen/ops/_unpack_dual.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1865058Z copying torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1866197Z copying torch/include/ATen/ops/_unpack_dual_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1867355Z copying torch/include/ATen/ops/_unpack_dual_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1868857Z copying torch/include/ATen/ops/_unsafe_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1870636Z copying torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1871932Z copying torch/include/ATen/ops/_unsafe_view_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1873497Z copying torch/include/ATen/ops/_unsafe_view_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1874819Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1876304Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1877894Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1879196Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1880594Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1881864Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1883226Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1889218Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1890052Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1891496Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1892838Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1894250Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1895613Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1897000Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1898374Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1899763Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1901095Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1902489Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1903913Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1905940Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1906818Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1908411Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1909797Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1911281Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1912680Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1914076Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1915657Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1916859Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1918336Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1919751Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1922106Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1922664Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1923932Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1925212Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1926484Z copying torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1928142Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1929665Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1931620Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1932828Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1934128Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1935452Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1936784Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1938118Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1939701Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1941096Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1942456Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1943833Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1945198Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1946598Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1948101Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1950429Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1951461Z copying torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1953264Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1955175Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1955706Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1956332Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1957646Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1958789Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1959726Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1960929Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1962214Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1963605Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1964652Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1965584Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1966898Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1967755Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1968809Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1969791Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1971047Z copying torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1972083Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1973407Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1974296Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1975358Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1976570Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1977488Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1978491Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1979780Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1980754Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1982005Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1982992Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1984239Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1985140Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1986394Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1987222Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1989285Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1989583Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1991031Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1991690Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1992993Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1994162Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1995222Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1996252Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1997520Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1998470Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.1999878Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2001099Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2002438Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2003625Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2004728Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2005958Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2007216Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2008667Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2009591Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2010935Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2011727Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2013631Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2014035Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2015762Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2016433Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2017354Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2018764Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2020000Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2021214Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2022569Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2023902Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2024957Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2026246Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2027588Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2028843Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2030245Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2031094Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2032777Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2033739Z copying torch/include/ATen/ops/_values.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2035235Z copying torch/include/ATen/ops/_values_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2036337Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2037254Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2038718Z copying torch/include/ATen/ops/_values_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2039615Z copying torch/include/ATen/ops/_values_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2040920Z copying torch/include/ATen/ops/_values_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2041972Z copying torch/include/ATen/ops/_values_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2043321Z copying torch/include/ATen/ops/_version.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2044378Z copying torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2045804Z copying torch/include/ATen/ops/_version_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2046604Z copying torch/include/ATen/ops/_version_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2047889Z copying torch/include/ATen/ops/_weight_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2049156Z copying torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2050131Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2051619Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2052562Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2053802Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2055109Z copying torch/include/ATen/ops/_weight_norm_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2056206Z copying torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2057782Z copying torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2058404Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2059546Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2060607Z copying torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2061773Z copying torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2063773Z copying torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2064134Z copying torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2065757Z copying torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2066360Z copying torch/include/ATen/ops/_weight_norm_interface_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2067175Z copying torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2068283Z copying torch/include/ATen/ops/_weight_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2073753Z copying torch/include/ATen/ops/_weight_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2074738Z copying torch/include/ATen/ops/abs.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2075762Z copying torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2076985Z copying torch/include/ATen/ops/abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2077968Z copying torch/include/ATen/ops/abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2078969Z copying torch/include/ATen/ops/abs_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2080104Z copying torch/include/ATen/ops/abs_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2081514Z copying torch/include/ATen/ops/absolute.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2082748Z copying torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2083780Z copying torch/include/ATen/ops/absolute_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2084920Z copying torch/include/ATen/ops/absolute_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2086132Z copying torch/include/ATen/ops/acos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2087997Z copying torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2089711Z copying torch/include/ATen/ops/acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2090023Z copying torch/include/ATen/ops/acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2090734Z copying torch/include/ATen/ops/acos_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2091678Z copying torch/include/ATen/ops/acos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2092496Z copying torch/include/ATen/ops/acos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2093794Z copying torch/include/ATen/ops/acos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2094797Z copying torch/include/ATen/ops/acosh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2096079Z copying torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2097607Z copying torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2097912Z copying torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2098865Z copying torch/include/ATen/ops/acosh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2100284Z copying torch/include/ATen/ops/acosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2100931Z copying torch/include/ATen/ops/acosh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2102662Z copying torch/include/ATen/ops/acosh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2103597Z copying torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2105117Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2106454Z copying torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2106985Z copying torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2108277Z copying torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2109159Z copying torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2110918Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2112198Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2113002Z copying torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2114376Z copying torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2115416Z copying torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2116383Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2117468Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2118667Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2119950Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2120972Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2122459Z copying torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2123487Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2124775Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2126049Z copying torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2127079Z copying torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2127975Z copying torch/include/ATen/ops/adaptive_max_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2129096Z copying torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2130046Z copying torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2131313Z copying torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2132189Z copying torch/include/ATen/ops/adaptive_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2133426Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2134528Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2135547Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2137438Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2138013Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2138928Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2140050Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2141155Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2142530Z copying torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2143621Z copying torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2144804Z copying torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2145715Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2147211Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2148142Z copying torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2149659Z copying torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2150469Z copying torch/include/ATen/ops/adaptive_max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2151650Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2153073Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2153768Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2154864Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2155691Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2156845Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2157960Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2159749Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2160386Z copying torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2162020Z copying torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2162419Z copying torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2163565Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2164946Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2165819Z copying torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2166772Z copying torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2167900Z copying torch/include/ATen/ops/add.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2169275Z copying torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2170199Z copying torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2171174Z copying torch/include/ATen/ops/add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2172176Z copying torch/include/ATen/ops/add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2173533Z copying torch/include/ATen/ops/add_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2175158Z copying torch/include/ATen/ops/add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2175874Z copying torch/include/ATen/ops/add_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2177211Z copying torch/include/ATen/ops/add_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2178716Z copying torch/include/ATen/ops/addbmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2179264Z copying torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2180310Z copying torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2181960Z copying torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2182645Z copying torch/include/ATen/ops/addbmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2184138Z copying torch/include/ATen/ops/addbmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2185142Z copying torch/include/ATen/ops/addcdiv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2186638Z copying torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2187372Z copying torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2189032Z copying torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2189906Z copying torch/include/ATen/ops/addcdiv_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2190950Z copying torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2192410Z copying torch/include/ATen/ops/addcdiv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2193296Z copying torch/include/ATen/ops/addcdiv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2194288Z copying torch/include/ATen/ops/addcmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2195403Z copying torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2196170Z copying torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2197111Z copying torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2198443Z copying torch/include/ATen/ops/addcmul_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2199253Z copying torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2200391Z copying torch/include/ATen/ops/addcmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2201295Z copying torch/include/ATen/ops/addcmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2202333Z copying torch/include/ATen/ops/addmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2203432Z copying torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2204464Z copying torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2205863Z copying torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2206715Z copying torch/include/ATen/ops/addmm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2208269Z copying torch/include/ATen/ops/addmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2209235Z copying torch/include/ATen/ops/addmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2211333Z copying torch/include/ATen/ops/addmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2211783Z copying torch/include/ATen/ops/addmv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2213179Z copying torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2214386Z copying torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2215989Z copying torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2217145Z copying torch/include/ATen/ops/addmv_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2218521Z copying torch/include/ATen/ops/addmv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2220221Z copying torch/include/ATen/ops/addmv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2221542Z copying torch/include/ATen/ops/addmv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2223074Z copying torch/include/ATen/ops/addr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2224532Z copying torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2225869Z copying torch/include/ATen/ops/addr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2227203Z copying torch/include/ATen/ops/addr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2229082Z copying torch/include/ATen/ops/addr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2230264Z copying torch/include/ATen/ops/addr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2231564Z copying torch/include/ATen/ops/adjoint.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2232923Z copying torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2234107Z copying torch/include/ATen/ops/adjoint_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2235978Z copying torch/include/ATen/ops/adjoint_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2236686Z copying torch/include/ATen/ops/affine_grid_generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2238234Z copying torch/include/ATen/ops/affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2239212Z copying torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2240652Z copying torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2241683Z copying torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2243013Z copying torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2244165Z copying torch/include/ATen/ops/affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2245126Z copying torch/include/ATen/ops/affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2246689Z copying torch/include/ATen/ops/alias.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2247496Z copying torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2248931Z copying torch/include/ATen/ops/alias_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2249980Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2251449Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2252778Z copying torch/include/ATen/ops/alias_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2254039Z copying torch/include/ATen/ops/alias_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2254900Z copying torch/include/ATen/ops/alias_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2256181Z copying torch/include/ATen/ops/alias_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2257178Z copying torch/include/ATen/ops/align_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2258381Z copying torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2259356Z copying torch/include/ATen/ops/align_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2260571Z copying torch/include/ATen/ops/align_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2261677Z copying torch/include/ATen/ops/align_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2262944Z copying torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2264710Z copying torch/include/ATen/ops/align_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2265245Z copying torch/include/ATen/ops/align_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2266884Z copying torch/include/ATen/ops/align_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2267860Z copying torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2269120Z copying torch/include/ATen/ops/align_to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2270610Z copying torch/include/ATen/ops/align_to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2272064Z copying torch/include/ATen/ops/all.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2273332Z copying torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2274617Z copying torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2277152Z copying torch/include/ATen/ops/all_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2277604Z copying torch/include/ATen/ops/all_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2278002Z copying torch/include/ATen/ops/all_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2279285Z copying torch/include/ATen/ops/all_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2281404Z copying torch/include/ATen/ops/all_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2281740Z copying torch/include/ATen/ops/all_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2282961Z copying torch/include/ATen/ops/allclose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2284053Z copying torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2285170Z copying torch/include/ATen/ops/allclose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2286760Z copying torch/include/ATen/ops/allclose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2287946Z copying torch/include/ATen/ops/alpha_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2289748Z copying torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2290964Z copying torch/include/ATen/ops/alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2292268Z copying torch/include/ATen/ops/alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2293867Z copying torch/include/ATen/ops/amax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2295284Z copying torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2296565Z copying torch/include/ATen/ops/amax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2297821Z copying torch/include/ATen/ops/amax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2299378Z copying torch/include/ATen/ops/amax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2300645Z copying torch/include/ATen/ops/amax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2302312Z copying torch/include/ATen/ops/amax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2303320Z copying torch/include/ATen/ops/amax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2304940Z copying torch/include/ATen/ops/amin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2306319Z copying torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2307479Z copying torch/include/ATen/ops/amin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2309385Z copying torch/include/ATen/ops/amin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2310617Z copying torch/include/ATen/ops/amin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2312331Z copying torch/include/ATen/ops/amin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2313543Z copying torch/include/ATen/ops/amin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2315085Z copying torch/include/ATen/ops/amin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2316362Z copying torch/include/ATen/ops/aminmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2318787Z copying torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2319709Z copying torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2320942Z copying torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2322176Z copying torch/include/ATen/ops/aminmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2323770Z copying torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2325001Z copying torch/include/ATen/ops/aminmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2326734Z copying torch/include/ATen/ops/aminmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2327725Z copying torch/include/ATen/ops/and.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2329527Z copying torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2330605Z copying torch/include/ATen/ops/and_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2332233Z copying torch/include/ATen/ops/and_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2333458Z copying torch/include/ATen/ops/angle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2334808Z copying torch/include/ATen/ops/angle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2336169Z copying torch/include/ATen/ops/angle_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2337477Z copying torch/include/ATen/ops/angle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2339165Z copying torch/include/ATen/ops/angle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2340389Z copying torch/include/ATen/ops/any.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2342109Z copying torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2343321Z copying torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2344575Z copying torch/include/ATen/ops/any_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2345920Z copying torch/include/ATen/ops/any_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2347282Z copying torch/include/ATen/ops/any_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2352245Z copying torch/include/ATen/ops/any_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2352955Z copying torch/include/ATen/ops/any_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2353396Z copying torch/include/ATen/ops/any_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2354693Z copying torch/include/ATen/ops/arange.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2356482Z copying torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2357500Z copying torch/include/ATen/ops/arange_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2359088Z copying torch/include/ATen/ops/arange_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2360455Z copying torch/include/ATen/ops/arange_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2361773Z copying torch/include/ATen/ops/arange_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2363954Z copying torch/include/ATen/ops/arange_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2364274Z copying torch/include/ATen/ops/arccos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2365666Z copying torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2366452Z copying torch/include/ATen/ops/arccos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2367952Z copying torch/include/ATen/ops/arccos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2368947Z copying torch/include/ATen/ops/arccosh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2370283Z copying torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2371232Z copying torch/include/ATen/ops/arccosh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2372717Z copying torch/include/ATen/ops/arccosh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2373789Z copying torch/include/ATen/ops/arcsin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2375135Z copying torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2375900Z copying torch/include/ATen/ops/arcsin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2377680Z copying torch/include/ATen/ops/arcsin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2378258Z copying torch/include/ATen/ops/arcsinh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2379802Z copying torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2380582Z copying torch/include/ATen/ops/arcsinh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2382806Z copying torch/include/ATen/ops/arcsinh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2383682Z copying torch/include/ATen/ops/arctan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2384342Z copying torch/include/ATen/ops/arctan2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2385685Z copying torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2387456Z copying torch/include/ATen/ops/arctan2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2388166Z copying torch/include/ATen/ops/arctan2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2389229Z copying torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2392562Z copying torch/include/ATen/ops/arctan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2393647Z copying torch/include/ATen/ops/arctan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2394541Z copying torch/include/ATen/ops/arctanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2396178Z copying torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2396518Z copying torch/include/ATen/ops/arctanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2397955Z copying torch/include/ATen/ops/arctanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2398857Z copying torch/include/ATen/ops/argmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2400411Z copying torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2401635Z copying torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2402714Z copying torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2404496Z copying torch/include/ATen/ops/argmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2405654Z copying torch/include/ATen/ops/argmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2406903Z copying torch/include/ATen/ops/argmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2408024Z copying torch/include/ATen/ops/argmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2409372Z copying torch/include/ATen/ops/argmin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2410810Z copying torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2411757Z copying torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2413310Z copying torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2414165Z copying torch/include/ATen/ops/argmin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2415891Z copying torch/include/ATen/ops/argmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2416228Z copying torch/include/ATen/ops/argmin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2417507Z copying torch/include/ATen/ops/argmin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2418726Z copying torch/include/ATen/ops/argsort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2419291Z copying torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2420557Z copying torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2421623Z copying torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2422647Z copying torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2423769Z copying torch/include/ATen/ops/argsort_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2424694Z copying torch/include/ATen/ops/argsort_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2426603Z copying torch/include/ATen/ops/argwhere.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2427640Z copying torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2428449Z copying torch/include/ATen/ops/argwhere_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2430310Z copying torch/include/ATen/ops/argwhere_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2432085Z copying torch/include/ATen/ops/as_strided.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2433019Z copying torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2435161Z copying torch/include/ATen/ops/as_strided_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2435530Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2436831Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2437656Z copying torch/include/ATen/ops/as_strided_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2438669Z copying torch/include/ATen/ops/as_strided_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2439568Z copying torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2440807Z copying torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2442213Z copying torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2442829Z copying torch/include/ATen/ops/as_strided_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2443819Z copying torch/include/ATen/ops/as_strided_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2445246Z copying torch/include/ATen/ops/as_strided_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2445983Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2447269Z copying torch/include/ATen/ops/as_strided_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2448438Z copying torch/include/ATen/ops/as_strided_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2452554Z copying torch/include/ATen/ops/asin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2452985Z copying torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2453341Z copying torch/include/ATen/ops/asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2453918Z copying torch/include/ATen/ops/asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2454414Z copying torch/include/ATen/ops/asin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2455327Z copying torch/include/ATen/ops/asin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2456421Z copying torch/include/ATen/ops/asin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2457090Z copying torch/include/ATen/ops/asin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2458347Z copying torch/include/ATen/ops/asinh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2459170Z copying torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2460153Z copying torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2460968Z copying torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2461656Z copying torch/include/ATen/ops/asinh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2462798Z copying torch/include/ATen/ops/asinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2464731Z copying torch/include/ATen/ops/asinh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2465155Z copying torch/include/ATen/ops/asinh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2465899Z copying torch/include/ATen/ops/atan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2467371Z copying torch/include/ATen/ops/atan2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2468180Z copying torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2469336Z copying torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2471041Z copying torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2471929Z copying torch/include/ATen/ops/atan2_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2473242Z copying torch/include/ATen/ops/atan2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2474123Z copying torch/include/ATen/ops/atan2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2474984Z copying torch/include/ATen/ops/atan2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2476681Z copying torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2478507Z copying torch/include/ATen/ops/atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2478823Z copying torch/include/ATen/ops/atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2479806Z copying torch/include/ATen/ops/atan_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2480657Z copying torch/include/ATen/ops/atan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2481593Z copying torch/include/ATen/ops/atan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2482582Z copying torch/include/ATen/ops/atan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2484891Z copying torch/include/ATen/ops/atanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2485291Z copying torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2486770Z copying torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2487752Z copying torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2488746Z copying torch/include/ATen/ops/atanh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2489440Z copying torch/include/ATen/ops/atanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2490998Z copying torch/include/ATen/ops/atanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2491856Z copying torch/include/ATen/ops/atanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2492839Z copying torch/include/ATen/ops/atleast_1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2493870Z copying torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2495262Z copying torch/include/ATen/ops/atleast_1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2496633Z copying torch/include/ATen/ops/atleast_1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2497512Z copying torch/include/ATen/ops/atleast_2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2498948Z copying torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2499793Z copying torch/include/ATen/ops/atleast_2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2501051Z copying torch/include/ATen/ops/atleast_2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2501816Z copying torch/include/ATen/ops/atleast_3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2503125Z copying torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2504056Z copying torch/include/ATen/ops/atleast_3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2505303Z copying torch/include/ATen/ops/atleast_3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2506227Z copying torch/include/ATen/ops/avg_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2507550Z copying torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2508449Z copying torch/include/ATen/ops/avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2509889Z copying torch/include/ATen/ops/avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2510920Z copying torch/include/ATen/ops/avg_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2511917Z copying torch/include/ATen/ops/avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2513296Z copying torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2514241Z copying torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2515073Z copying torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2516686Z copying torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2517555Z copying torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2518548Z copying torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2520006Z copying torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2520955Z copying torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2522248Z copying torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2523297Z copying torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2524456Z copying torch/include/ATen/ops/avg_pool2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2525468Z copying torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2526778Z copying torch/include/ATen/ops/avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2527682Z copying torch/include/ATen/ops/avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2529078Z copying torch/include/ATen/ops/avg_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2530299Z copying torch/include/ATen/ops/avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2531744Z copying torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2532788Z copying torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2533816Z copying torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2534778Z copying torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2537857Z copying torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2538295Z copying torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2538659Z copying torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2539508Z copying torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2540519Z copying torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2541530Z copying torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2542580Z copying torch/include/ATen/ops/avg_pool3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2543849Z copying torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2545136Z copying torch/include/ATen/ops/avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2545953Z copying torch/include/ATen/ops/avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2548226Z copying torch/include/ATen/ops/baddbmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2549788Z copying torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2550641Z copying torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2552108Z copying torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2553039Z copying torch/include/ATen/ops/baddbmm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2554063Z copying torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2555333Z copying torch/include/ATen/ops/baddbmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2556518Z copying torch/include/ATen/ops/baddbmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2557840Z copying torch/include/ATen/ops/bartlett_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2559057Z copying torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2559968Z copying torch/include/ATen/ops/bartlett_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2561118Z copying torch/include/ATen/ops/bartlett_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2562531Z copying torch/include/ATen/ops/batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2563577Z copying torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2564855Z copying torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2565729Z copying torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2566774Z copying torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2567713Z copying torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2568835Z copying torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2569861Z copying torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2570680Z copying torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2572246Z copying torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2574186Z copying torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2574764Z copying torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2576054Z copying torch/include/ATen/ops/batch_norm_elemt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2576937Z copying torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2578051Z copying torch/include/ATen/ops/batch_norm_elemt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2579333Z copying torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2580378Z copying torch/include/ATen/ops/batch_norm_gather_stats.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2581837Z copying torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2582601Z copying torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2583827Z copying torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2584710Z copying torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2585921Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2586749Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2588204Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2589052Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2590571Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2591632Z copying torch/include/ATen/ops/batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2592746Z copying torch/include/ATen/ops/batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2594498Z copying torch/include/ATen/ops/batch_norm_stats.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2594854Z copying torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2596172Z copying torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2597199Z copying torch/include/ATen/ops/batch_norm_stats_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2598365Z copying torch/include/ATen/ops/batch_norm_stats_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2599243Z copying torch/include/ATen/ops/batch_norm_update_stats.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2600608Z copying torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2601393Z copying torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2602535Z copying torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2604204Z copying torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2605186Z copying torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2606246Z copying torch/include/ATen/ops/bernoulli.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2607591Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2608554Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2609876Z copying torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2610722Z copying torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2611773Z copying torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2613371Z copying torch/include/ATen/ops/bernoulli_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2615313Z copying torch/include/ATen/ops/bernoulli_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2615589Z copying torch/include/ATen/ops/bilinear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2616942Z copying torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2618137Z copying torch/include/ATen/ops/bilinear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2619447Z copying torch/include/ATen/ops/bilinear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2620336Z copying torch/include/ATen/ops/binary_cross_entropy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2622180Z copying torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2623950Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2625311Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2626195Z copying torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2628071Z copying torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2628940Z copying torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2630203Z copying torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2631365Z copying torch/include/ATen/ops/binary_cross_entropy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2632788Z copying torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2633726Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2634814Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2635874Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2637177Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2638217Z copying torch/include/ATen/ops/bincount.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2639568Z copying torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2640301Z copying torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2641579Z copying torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2642811Z copying torch/include/ATen/ops/bincount_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2644334Z copying torch/include/ATen/ops/bincount_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2645731Z copying torch/include/ATen/ops/binomial.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2646578Z copying torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2647604Z copying torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2648578Z copying torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2649642Z copying torch/include/ATen/ops/binomial_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2650886Z copying torch/include/ATen/ops/binomial_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2652165Z copying torch/include/ATen/ops/bitwise_and.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2653170Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2654642Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2655736Z copying torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2656455Z copying torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2657828Z copying torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2658997Z copying torch/include/ATen/ops/bitwise_and_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2660259Z copying torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2661371Z copying torch/include/ATen/ops/bitwise_and_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2662646Z copying torch/include/ATen/ops/bitwise_and_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2663596Z copying torch/include/ATen/ops/bitwise_left_shift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2664871Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2666157Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2667150Z copying torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2668388Z copying torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2669105Z copying torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2670121Z copying torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2671198Z copying torch/include/ATen/ops/bitwise_left_shift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2672083Z copying torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2673169Z copying torch/include/ATen/ops/bitwise_not.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2674876Z copying torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2675680Z copying torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2676711Z copying torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2678028Z copying torch/include/ATen/ops/bitwise_not_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2679406Z copying torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2681041Z copying torch/include/ATen/ops/bitwise_not_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2682689Z copying torch/include/ATen/ops/bitwise_not_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2683962Z copying torch/include/ATen/ops/bitwise_or.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2686798Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2687905Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2689151Z copying torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2690489Z copying torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2691803Z copying torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2693389Z copying torch/include/ATen/ops/bitwise_or_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2694696Z copying torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2695998Z copying torch/include/ATen/ops/bitwise_or_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2697542Z copying torch/include/ATen/ops/bitwise_or_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2698835Z copying torch/include/ATen/ops/bitwise_right_shift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2700591Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2702144Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2704138Z copying torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2705220Z copying torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2706945Z copying torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2708528Z copying torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2709711Z copying torch/include/ATen/ops/bitwise_right_shift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2711119Z copying torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2712772Z copying torch/include/ATen/ops/bitwise_xor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2714120Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2715542Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2716879Z copying torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2718192Z copying torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2719530Z copying torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2720839Z copying torch/include/ATen/ops/bitwise_xor_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2722597Z copying torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2724025Z copying torch/include/ATen/ops/bitwise_xor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2725437Z copying torch/include/ATen/ops/bitwise_xor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2726779Z copying torch/include/ATen/ops/blackman_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2728315Z copying torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2729702Z copying torch/include/ATen/ops/blackman_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2731032Z copying torch/include/ATen/ops/blackman_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2732405Z copying torch/include/ATen/ops/block_diag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2734056Z copying torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2735319Z copying torch/include/ATen/ops/block_diag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2736716Z copying torch/include/ATen/ops/block_diag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2737966Z copying torch/include/ATen/ops/bmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2739501Z copying torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2741227Z copying torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2742593Z copying torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2744076Z copying torch/include/ATen/ops/bmm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2745436Z copying torch/include/ATen/ops/bmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2746696Z copying torch/include/ATen/ops/bmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2748124Z copying torch/include/ATen/ops/bmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2750130Z copying torch/include/ATen/ops/broadcast_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2751649Z copying torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2752937Z copying torch/include/ATen/ops/broadcast_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2754300Z copying torch/include/ATen/ops/broadcast_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2755777Z copying torch/include/ATen/ops/broadcast_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2759092Z copying torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2760957Z copying torch/include/ATen/ops/broadcast_to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2761481Z copying torch/include/ATen/ops/broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2762372Z copying torch/include/ATen/ops/bucketize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2763447Z copying torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2764536Z copying torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2765829Z copying torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2767069Z copying torch/include/ATen/ops/bucketize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2768007Z copying torch/include/ATen/ops/bucketize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2769126Z copying torch/include/ATen/ops/can_cast.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2770164Z copying torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2771308Z copying torch/include/ATen/ops/can_cast_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2772152Z copying torch/include/ATen/ops/can_cast_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2773458Z copying torch/include/ATen/ops/cartesian_prod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2774656Z copying torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2775612Z copying torch/include/ATen/ops/cartesian_prod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2776456Z copying torch/include/ATen/ops/cartesian_prod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2777513Z copying torch/include/ATen/ops/cat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2778585Z copying torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2779827Z copying torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2780637Z copying torch/include/ATen/ops/cat_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2782404Z copying torch/include/ATen/ops/cat_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2782864Z copying torch/include/ATen/ops/cat_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2783798Z copying torch/include/ATen/ops/cat_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2785011Z copying torch/include/ATen/ops/cat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2786078Z copying torch/include/ATen/ops/cat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2787062Z copying torch/include/ATen/ops/cauchy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2789041Z copying torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2790093Z copying torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2791210Z copying torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2792609Z copying torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2793785Z copying torch/include/ATen/ops/cauchy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2794855Z copying torch/include/ATen/ops/cauchy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2795977Z copying torch/include/ATen/ops/ccol_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2797111Z copying torch/include/ATen/ops/ccol_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2798517Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2799732Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2800852Z copying torch/include/ATen/ops/ccol_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2801986Z copying torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2803371Z copying torch/include/ATen/ops/ccol_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2804486Z copying torch/include/ATen/ops/ccol_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2805679Z copying torch/include/ATen/ops/cdist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2806967Z copying torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2808291Z copying torch/include/ATen/ops/cdist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2809361Z copying torch/include/ATen/ops/gt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2810740Z copying torch/include/ATen/ops/cdist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2811965Z copying torch/include/ATen/ops/ceil.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2813304Z copying torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2814234Z copying torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2815356Z copying torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2816363Z copying torch/include/ATen/ops/ceil_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2817503Z copying torch/include/ATen/ops/ceil_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2818622Z copying torch/include/ATen/ops/ceil_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2819646Z copying torch/include/ATen/ops/ceil_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2820671Z copying torch/include/ATen/ops/celu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2821881Z copying torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2822867Z copying torch/include/ATen/ops/celu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2823966Z copying torch/include/ATen/ops/celu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2825056Z copying torch/include/ATen/ops/chain_matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2826260Z copying torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2827303Z copying torch/include/ATen/ops/chain_matmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2828626Z copying torch/include/ATen/ops/chain_matmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2829567Z copying torch/include/ATen/ops/chalf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2830774Z copying torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2831852Z copying torch/include/ATen/ops/chalf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2832927Z copying torch/include/ATen/ops/chalf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2833963Z copying torch/include/ATen/ops/channel_shuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2835168Z copying torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2836194Z copying torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2837272Z copying torch/include/ATen/ops/channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2838359Z copying torch/include/ATen/ops/channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2839455Z copying torch/include/ATen/ops/cholesky.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2840602Z copying torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2841689Z copying torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2842699Z copying torch/include/ATen/ops/cholesky_inverse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2843875Z copying torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2844931Z copying torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2846039Z copying torch/include/ATen/ops/cholesky_inverse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2847138Z copying torch/include/ATen/ops/cholesky_inverse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2848547Z copying torch/include/ATen/ops/cholesky_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2849381Z copying torch/include/ATen/ops/cholesky_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2850712Z copying torch/include/ATen/ops/cholesky_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2851848Z copying torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2852723Z copying torch/include/ATen/ops/cholesky_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2853869Z copying torch/include/ATen/ops/cholesky_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2854968Z copying torch/include/ATen/ops/choose_qparams_optimized.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2856151Z copying torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2857272Z copying torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2858421Z copying torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2859442Z copying torch/include/ATen/ops/chunk.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2860616Z copying torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2862040Z copying torch/include/ATen/ops/chunk_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2863139Z copying torch/include/ATen/ops/chunk_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2864295Z copying torch/include/ATen/ops/clamp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2865510Z copying torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2866406Z copying torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2867436Z copying torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2869025Z copying torch/include/ATen/ops/clamp_max.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2870336Z copying torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2871323Z copying torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2872820Z copying torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2873713Z copying torch/include/ATen/ops/clamp_max_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2875067Z copying torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2875887Z copying torch/include/ATen/ops/clamp_max_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2877116Z copying torch/include/ATen/ops/clamp_max_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2878438Z copying torch/include/ATen/ops/clamp_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2879847Z copying torch/include/ATen/ops/clamp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2880657Z copying torch/include/ATen/ops/clamp_min.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2881936Z copying torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2882843Z copying torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2883957Z copying torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2885016Z copying torch/include/ATen/ops/clamp_min_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2886205Z copying torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2887274Z copying torch/include/ATen/ops/clamp_min_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2888282Z copying torch/include/ATen/ops/clamp_min_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2889361Z copying torch/include/ATen/ops/clamp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2890750Z copying torch/include/ATen/ops/clamp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2891428Z copying torch/include/ATen/ops/clip.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2892699Z copying torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2893765Z copying torch/include/ATen/ops/clip_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2894616Z copying torch/include/ATen/ops/clip_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2895758Z copying torch/include/ATen/ops/clone.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2896790Z copying torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2897753Z copying torch/include/ATen/ops/clone_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2898638Z copying torch/include/ATen/ops/clone_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2899709Z copying torch/include/ATen/ops/coalesce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2900618Z copying torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2901558Z copying torch/include/ATen/ops/coalesce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2902665Z copying torch/include/ATen/ops/coalesce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2904066Z copying torch/include/ATen/ops/col2im.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2904994Z copying torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2905963Z copying torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2907640Z copying torch/include/ATen/ops/col2im_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2908564Z copying torch/include/ATen/ops/col2im_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2910382Z copying torch/include/ATen/ops/col_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2911554Z copying torch/include/ATen/ops/col_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2913086Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2913956Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2914937Z copying torch/include/ATen/ops/col_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2916205Z copying torch/include/ATen/ops/col_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2917191Z copying torch/include/ATen/ops/col_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2918357Z copying torch/include/ATen/ops/col_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2919910Z copying torch/include/ATen/ops/column_stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2920767Z copying torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2921989Z copying torch/include/ATen/ops/column_stack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2923069Z copying torch/include/ATen/ops/column_stack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2924261Z copying torch/include/ATen/ops/combinations.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2925900Z copying torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2926580Z copying torch/include/ATen/ops/combinations_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2927974Z copying torch/include/ATen/ops/i0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2928902Z copying torch/include/ATen/ops/combinations_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2930151Z copying torch/include/ATen/ops/complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2931287Z copying torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2932113Z copying torch/include/ATen/ops/complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2933327Z copying torch/include/ATen/ops/complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2934963Z copying torch/include/ATen/ops/complex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2935798Z copying torch/include/ATen/ops/complex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2937712Z copying torch/include/ATen/ops/concat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2938580Z copying torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2939548Z copying torch/include/ATen/ops/concat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2940674Z copying torch/include/ATen/ops/concat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2941851Z copying torch/include/ATen/ops/concatenate.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2943074Z copying torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2944113Z copying torch/include/ATen/ops/concatenate_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2945238Z copying torch/include/ATen/ops/concatenate_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2946221Z copying torch/include/ATen/ops/conj.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2948147Z copying torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2949227Z copying torch/include/ATen/ops/conj_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2949811Z copying torch/include/ATen/ops/conj_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2951803Z copying torch/include/ATen/ops/conj_physical.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2952559Z copying torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2954540Z copying torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2955295Z copying torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2956362Z copying torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2957701Z copying torch/include/ATen/ops/conj_physical_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2959022Z copying torch/include/ATen/ops/conj_physical_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2960332Z copying torch/include/ATen/ops/constant_pad_nd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2962291Z copying torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2963438Z copying torch/include/ATen/ops/constant_pad_nd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2964713Z copying torch/include/ATen/ops/constant_pad_nd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2966033Z copying torch/include/ATen/ops/contiguous.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2967794Z copying torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2968859Z copying torch/include/ATen/ops/contiguous_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2970445Z copying torch/include/ATen/ops/contiguous_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2971748Z copying torch/include/ATen/ops/conv1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2973551Z copying torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2974745Z copying torch/include/ATen/ops/conv1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2976065Z copying torch/include/ATen/ops/conv1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2977625Z copying torch/include/ATen/ops/conv2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2979285Z copying torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2980360Z copying torch/include/ATen/ops/conv2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2981990Z copying torch/include/ATen/ops/conv2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2983224Z copying torch/include/ATen/ops/conv3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2984949Z copying torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2986092Z copying torch/include/ATen/ops/conv3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2987643Z copying torch/include/ATen/ops/conv3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2989034Z copying torch/include/ATen/ops/conv_depthwise3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2990594Z copying torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2992292Z copying torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2993595Z copying torch/include/ATen/ops/conv_depthwise3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2995030Z copying torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2996369Z copying torch/include/ATen/ops/conv_tbc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2997675Z copying torch/include/ATen/ops/conv_tbc_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.2999212Z copying torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3000420Z copying torch/include/ATen/ops/conv_tbc_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3002509Z copying torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3012575Z copying torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3013055Z copying torch/include/ATen/ops/conv_tbc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3013544Z copying torch/include/ATen/ops/conv_tbc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3014018Z copying torch/include/ATen/ops/conv_transpose1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3014635Z copying torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3015149Z copying torch/include/ATen/ops/conv_transpose1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3015631Z copying torch/include/ATen/ops/conv_transpose1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3016226Z copying torch/include/ATen/ops/conv_transpose2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3016842Z copying torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3017334Z copying torch/include/ATen/ops/conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3017781Z copying torch/include/ATen/ops/conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3018254Z copying torch/include/ATen/ops/conv_transpose3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3018849Z copying torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3020068Z copying torch/include/ATen/ops/conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3021797Z copying torch/include/ATen/ops/conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3023376Z copying torch/include/ATen/ops/convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3024759Z copying torch/include/ATen/ops/convolution_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3026581Z copying torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3027895Z copying torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3029316Z copying torch/include/ATen/ops/convolution_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3030999Z copying torch/include/ATen/ops/convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3032245Z copying torch/include/ATen/ops/convolution_backward_overrideable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3034072Z copying torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3035283Z copying torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3036581Z copying torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3037967Z copying torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3039620Z copying torch/include/ATen/ops/convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3040774Z copying torch/include/ATen/ops/convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3042159Z copying torch/include/ATen/ops/convolution_overrideable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3043962Z copying torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3045057Z copying torch/include/ATen/ops/convolution_overrideable_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3046375Z copying torch/include/ATen/ops/convolution_overrideable_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3047646Z copying torch/include/ATen/ops/copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3049372Z copying torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3050915Z copying torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3051980Z copying torch/include/ATen/ops/copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3053299Z copying torch/include/ATen/ops/copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3054911Z copying torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3056267Z copying torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3057593Z copying torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3059309Z copying torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3060580Z copying torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3061831Z copying torch/include/ATen/ops/copysign.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3063539Z copying torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3064969Z copying torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3066152Z copying torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3067826Z copying torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3069098Z copying torch/include/ATen/ops/copysign_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3071635Z copying torch/include/ATen/ops/copysign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3072584Z copying torch/include/ATen/ops/copysign_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3073854Z copying torch/include/ATen/ops/copysign_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3075187Z copying torch/include/ATen/ops/corrcoef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3076967Z copying torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3078071Z copying torch/include/ATen/ops/corrcoef_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3079706Z copying torch/include/ATen/ops/corrcoef_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3080830Z copying torch/include/ATen/ops/cos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3082626Z copying torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3083610Z copying torch/include/ATen/ops/cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3084968Z copying torch/include/ATen/ops/cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3086628Z copying torch/include/ATen/ops/cos_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3087848Z copying torch/include/ATen/ops/cos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3089026Z copying torch/include/ATen/ops/cos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3090724Z copying torch/include/ATen/ops/cos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3091866Z copying torch/include/ATen/ops/cosh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3093541Z copying torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3094700Z copying torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3096012Z copying torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3097627Z copying torch/include/ATen/ops/cosh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3098760Z copying torch/include/ATen/ops/cosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3100164Z copying torch/include/ATen/ops/cosh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3101444Z copying torch/include/ATen/ops/cosh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3103035Z copying torch/include/ATen/ops/cosine_embedding_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3104428Z copying torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3105739Z copying torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3107210Z copying torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3108660Z copying torch/include/ATen/ops/cosine_similarity.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3110219Z copying torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3112662Z copying torch/include/ATen/ops/cosine_similarity_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3113617Z copying torch/include/ATen/ops/cosine_similarity_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3115023Z copying torch/include/ATen/ops/count_nonzero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3116806Z copying torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3117798Z copying torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3119156Z copying torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3120437Z copying torch/include/ATen/ops/count_nonzero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3121772Z copying torch/include/ATen/ops/count_nonzero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3123390Z copying torch/include/ATen/ops/cov.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3124743Z copying torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3126005Z copying torch/include/ATen/ops/cov_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3127548Z copying torch/include/ATen/ops/cov_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3128760Z copying torch/include/ATen/ops/cross.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3130671Z copying torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3131728Z copying torch/include/ATen/ops/cross_entropy_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3133187Z copying torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3134431Z copying torch/include/ATen/ops/cross_entropy_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3135805Z copying torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3137118Z copying torch/include/ATen/ops/cross_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3138582Z copying torch/include/ATen/ops/cross_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3139888Z copying torch/include/ATen/ops/crow_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3141462Z copying torch/include/ATen/ops/crow_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3142859Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3144283Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3145536Z copying torch/include/ATen/ops/crow_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3147107Z copying torch/include/ATen/ops/crow_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3148924Z copying torch/include/ATen/ops/crow_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3149831Z copying torch/include/ATen/ops/crow_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3150799Z copying torch/include/ATen/ops/ctc_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3152404Z copying torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3153244Z copying torch/include/ATen/ops/ctc_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3154272Z copying torch/include/ATen/ops/ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3155467Z copying torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3156695Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3158573Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3159290Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3160312Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3161371Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3162514Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3163579Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3164803Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3165715Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3166793Z copying torch/include/ATen/ops/cudnn_batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3167962Z copying torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3169589Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3170487Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3171832Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3172664Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3174395Z copying torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3175237Z copying torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3176800Z copying torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3177665Z copying torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3178994Z copying torch/include/ATen/ops/cudnn_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3180170Z copying torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3181467Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3182743Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3183936Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3185095Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3186368Z copying torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3188275Z copying torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3188906Z copying torch/include/ATen/ops/cudnn_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3190149Z copying torch/include/ATen/ops/cudnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3191539Z copying torch/include/ATen/ops/cudnn_convolution_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3192809Z copying torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3194664Z copying torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3195247Z copying torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3197286Z copying torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3197977Z copying torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3199655Z copying torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3200673Z copying torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3202317Z copying torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3203207Z copying torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3204564Z copying torch/include/ATen/ops/cudnn_grid_sampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3205399Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3207319Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3208217Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3209138Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3210824Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3211778Z copying torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3213050Z copying torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3213948Z copying torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3215907Z copying torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3216685Z copying torch/include/ATen/ops/cudnn_is_acceptable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3218119Z copying torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3219302Z copying torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3220610Z copying torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3222230Z copying torch/include/ATen/ops/cummax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3223504Z copying torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3225383Z copying torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3227231Z copying torch/include/ATen/ops/cummax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3228374Z copying torch/include/ATen/ops/cummax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3230300Z copying torch/include/ATen/ops/cummaxmin_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3231975Z copying torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3232596Z copying torch/include/ATen/ops/cummaxmin_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3233635Z copying torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3234808Z copying torch/include/ATen/ops/cummin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3235842Z copying torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3236994Z copying torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3237782Z copying torch/include/ATen/ops/cummin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3238637Z copying torch/include/ATen/ops/cummin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3239954Z copying torch/include/ATen/ops/cumprod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3241097Z copying torch/include/ATen/ops/cumprod_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3242719Z copying torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3244014Z copying torch/include/ATen/ops/cumprod_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3244948Z copying torch/include/ATen/ops/cumprod_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3246322Z copying torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3247413Z copying torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3248734Z copying torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3249691Z copying torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3251394Z copying torch/include/ATen/ops/cumprod_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3251870Z copying torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3252930Z copying torch/include/ATen/ops/cumprod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3254525Z copying torch/include/ATen/ops/cumprod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3255986Z copying torch/include/ATen/ops/cumsum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3257180Z copying torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3258253Z copying torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3259598Z copying torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3261894Z copying torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3263638Z copying torch/include/ATen/ops/cumsum_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3265255Z copying torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3266887Z copying torch/include/ATen/ops/cumsum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3268438Z copying torch/include/ATen/ops/cumsum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3270141Z copying torch/include/ATen/ops/cumulative_trapezoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3271927Z copying torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3272971Z copying torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3274657Z copying torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3275818Z copying torch/include/ATen/ops/data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3277627Z copying torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3279292Z copying torch/include/ATen/ops/data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3280533Z copying torch/include/ATen/ops/data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3282134Z copying torch/include/ATen/ops/deg2rad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3283460Z copying torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3284713Z copying torch/include/ATen/ops/deg2rad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3286399Z copying torch/include/ATen/ops/deg2rad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3290491Z copying torch/include/ATen/ops/dense_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3290859Z copying torch/include/ATen/ops/dense_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3291289Z copying torch/include/ATen/ops/dense_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3291672Z copying torch/include/ATen/ops/dense_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3292043Z copying torch/include/ATen/ops/dense_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3294051Z copying torch/include/ATen/ops/dequantize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3294607Z copying torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3296365Z copying torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3296768Z copying torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3297297Z copying torch/include/ATen/ops/dequantize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3298279Z copying torch/include/ATen/ops/dequantize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3299361Z copying torch/include/ATen/ops/det.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3300794Z copying torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3301818Z copying torch/include/ATen/ops/det_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3303018Z copying torch/include/ATen/ops/det_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3304418Z copying torch/include/ATen/ops/detach.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3305595Z copying torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3306787Z copying torch/include/ATen/ops/detach_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3307993Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3309305Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3310669Z copying torch/include/ATen/ops/detach_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3311664Z copying torch/include/ATen/ops/detach_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3313240Z copying torch/include/ATen/ops/detach_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3313608Z copying torch/include/ATen/ops/detach_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3315057Z copying torch/include/ATen/ops/diag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3316483Z copying torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3317069Z copying torch/include/ATen/ops/diag_embed.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3318243Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3319463Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3320047Z copying torch/include/ATen/ops/diag_embed_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3321442Z copying torch/include/ATen/ops/diag_embed_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3322339Z copying torch/include/ATen/ops/diag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3323354Z copying torch/include/ATen/ops/diag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3324258Z copying torch/include/ATen/ops/diagflat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3325748Z copying torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3326496Z copying torch/include/ATen/ops/diagflat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3327733Z copying torch/include/ATen/ops/diagflat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3328687Z copying torch/include/ATen/ops/diagonal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3329890Z copying torch/include/ATen/ops/diagonal_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3330993Z copying torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3332227Z copying torch/include/ATen/ops/diagonal_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3333084Z copying torch/include/ATen/ops/diagonal_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3334706Z copying torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3335445Z copying torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3336403Z copying torch/include/ATen/ops/diagonal_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3337723Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3338849Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3339815Z copying torch/include/ATen/ops/diagonal_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3340959Z copying torch/include/ATen/ops/diagonal_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3342027Z copying torch/include/ATen/ops/diagonal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3343231Z copying torch/include/ATen/ops/diagonal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3344721Z copying torch/include/ATen/ops/diagonal_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3345832Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3346763Z copying torch/include/ATen/ops/diagonal_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3348047Z copying torch/include/ATen/ops/diagonal_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3349124Z copying torch/include/ATen/ops/diff.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3350350Z copying torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3351428Z copying torch/include/ATen/ops/diff_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3353255Z copying torch/include/ATen/ops/diff_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3354244Z copying torch/include/ATen/ops/digamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3355585Z copying torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3356351Z copying torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3357829Z copying torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3358813Z copying torch/include/ATen/ops/digamma_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3359998Z copying torch/include/ATen/ops/digamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3361394Z copying torch/include/ATen/ops/digamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3362175Z copying torch/include/ATen/ops/digamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3363441Z copying torch/include/ATen/ops/dist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3364887Z copying torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3365825Z copying torch/include/ATen/ops/dist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3367270Z copying torch/include/ATen/ops/dist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3368450Z copying torch/include/ATen/ops/div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3369737Z copying torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3371517Z copying torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3372208Z copying torch/include/ATen/ops/div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3373522Z copying torch/include/ATen/ops/div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3374458Z copying torch/include/ATen/ops/div_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3375906Z copying torch/include/ATen/ops/div_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3377015Z copying torch/include/ATen/ops/div_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3378415Z copying torch/include/ATen/ops/div_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3379556Z copying torch/include/ATen/ops/divide.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3380603Z copying torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3381803Z copying torch/include/ATen/ops/divide_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3382905Z copying torch/include/ATen/ops/divide_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3384272Z copying torch/include/ATen/ops/dot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3385779Z copying torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3387036Z copying torch/include/ATen/ops/dot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3388514Z copying torch/include/ATen/ops/dot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3390054Z copying torch/include/ATen/ops/dot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3391401Z copying torch/include/ATen/ops/dot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3392696Z copying torch/include/ATen/ops/dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3393838Z copying torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3395404Z copying torch/include/ATen/ops/dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3396284Z copying torch/include/ATen/ops/dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3397499Z copying torch/include/ATen/ops/dsplit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3398937Z copying torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3400069Z copying torch/include/ATen/ops/dsplit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3401257Z copying torch/include/ATen/ops/dsplit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3402653Z copying torch/include/ATen/ops/dstack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3403401Z copying torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3405080Z copying torch/include/ATen/ops/dstack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3405824Z copying torch/include/ATen/ops/dstack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3407456Z copying torch/include/ATen/ops/einsum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3408752Z copying torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3409927Z copying torch/include/ATen/ops/einsum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3411414Z copying torch/include/ATen/ops/einsum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3412215Z copying torch/include/ATen/ops/elu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3414053Z copying torch/include/ATen/ops/elu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3414908Z copying torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3416013Z copying torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3417109Z copying torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3418527Z copying torch/include/ATen/ops/elu_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3419582Z copying torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3420765Z copying torch/include/ATen/ops/elu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3422013Z copying torch/include/ATen/ops/elu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3423032Z copying torch/include/ATen/ops/elu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3424850Z copying torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3425543Z copying torch/include/ATen/ops/elu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3427175Z copying torch/include/ATen/ops/elu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3428091Z copying torch/include/ATen/ops/elu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3429578Z copying torch/include/ATen/ops/elu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3430719Z copying torch/include/ATen/ops/elu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3432657Z copying torch/include/ATen/ops/embedding.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3433469Z copying torch/include/ATen/ops/embedding_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3435056Z copying torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3436013Z copying torch/include/ATen/ops/embedding_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3437558Z copying torch/include/ATen/ops/embedding_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3438589Z copying torch/include/ATen/ops/embedding_bag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3440049Z copying torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3441506Z copying torch/include/ATen/ops/embedding_bag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3442590Z copying torch/include/ATen/ops/embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3444199Z copying torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3445484Z copying torch/include/ATen/ops/embedding_dense_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3447231Z copying torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3448395Z copying torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3449679Z copying torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3451323Z copying torch/include/ATen/ops/embedding_dense_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3452620Z copying torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3454303Z copying torch/include/ATen/ops/embedding_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3455466Z copying torch/include/ATen/ops/embedding_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3457170Z copying torch/include/ATen/ops/embedding_renorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3458607Z copying torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3460101Z copying torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3461378Z copying torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3463051Z copying torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3463373Z copying torch/include/ATen/ops/embedding_renorm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3464861Z copying torch/include/ATen/ops/embedding_renorm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3465722Z copying torch/include/ATen/ops/embedding_sparse_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3467346Z copying torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3468380Z copying torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3470059Z copying torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3470878Z copying torch/include/ATen/ops/empty.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3472882Z copying torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3473649Z copying torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3475060Z copying torch/include/ATen/ops/empty_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3476083Z copying torch/include/ATen/ops/empty_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3477746Z copying torch/include/ATen/ops/empty_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3478978Z copying torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3479783Z copying torch/include/ATen/ops/empty_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3481347Z copying torch/include/ATen/ops/empty_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3482319Z copying torch/include/ATen/ops/empty_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3483994Z copying torch/include/ATen/ops/empty_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3484912Z copying torch/include/ATen/ops/empty_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3486210Z copying torch/include/ATen/ops/empty_quantized.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3487644Z copying torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3488983Z copying torch/include/ATen/ops/empty_quantized_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3490420Z copying torch/include/ATen/ops/empty_quantized_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3492037Z copying torch/include/ATen/ops/empty_strided.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3493156Z copying torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3494328Z copying torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3495690Z copying torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3496943Z copying torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3498731Z copying torch/include/ATen/ops/empty_strided_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3500006Z copying torch/include/ATen/ops/empty_strided_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3501988Z copying torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3502675Z copying torch/include/ATen/ops/eq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3504023Z copying torch/include/ATen/ops/eq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3505310Z copying torch/include/ATen/ops/eq_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3507030Z copying torch/include/ATen/ops/eq_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3508308Z copying torch/include/ATen/ops/eq_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3510283Z copying torch/include/ATen/ops/eq_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3511017Z copying torch/include/ATen/ops/equal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3512348Z copying torch/include/ATen/ops/equal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3513269Z copying torch/include/ATen/ops/equal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3514879Z copying torch/include/ATen/ops/equal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3515619Z copying torch/include/ATen/ops/equal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3517213Z copying torch/include/ATen/ops/erf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3518891Z copying torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3519587Z copying torch/include/ATen/ops/erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3520509Z copying torch/include/ATen/ops/erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3521347Z copying torch/include/ATen/ops/erf_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3529284Z copying torch/include/ATen/ops/erf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3529730Z copying torch/include/ATen/ops/erf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3530065Z copying torch/include/ATen/ops/erf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3530418Z copying torch/include/ATen/ops/erfc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3530776Z copying torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3531198Z copying torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3531466Z copying torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3531730Z copying torch/include/ATen/ops/erfc_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3532045Z copying torch/include/ATen/ops/erfc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3532347Z copying torch/include/ATen/ops/erfc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3533150Z copying torch/include/ATen/ops/erfc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3534529Z copying torch/include/ATen/ops/erfinv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3535209Z copying torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3536700Z copying torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3537956Z copying torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3539446Z copying torch/include/ATen/ops/erfinv_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3540506Z copying torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3541950Z copying torch/include/ATen/ops/erfinv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3542680Z copying torch/include/ATen/ops/erfinv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3543593Z copying torch/include/ATen/ops/exp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3544804Z copying torch/include/ATen/ops/exp2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3546416Z copying torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3547676Z copying torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3548690Z copying torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3550174Z copying torch/include/ATen/ops/exp2_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3551433Z copying torch/include/ATen/ops/exp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3552756Z copying torch/include/ATen/ops/exp2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3553948Z copying torch/include/ATen/ops/le.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3555195Z copying torch/include/ATen/ops/exp2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3556618Z copying torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3557802Z copying torch/include/ATen/ops/exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3559051Z copying torch/include/ATen/ops/exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3560288Z copying torch/include/ATen/ops/exp_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3561507Z copying torch/include/ATen/ops/exp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3562733Z copying torch/include/ATen/ops/exp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3563914Z copying torch/include/ATen/ops/exp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3565504Z copying torch/include/ATen/ops/expand.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3566708Z copying torch/include/ATen/ops/expand_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3568347Z copying torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3569114Z copying torch/include/ATen/ops/expand_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3570440Z copying torch/include/ATen/ops/expand_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3572057Z copying torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3572380Z copying torch/include/ATen/ops/expand_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3573981Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3575021Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3575934Z copying torch/include/ATen/ops/expand_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3577390Z copying torch/include/ATen/ops/expand_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3578541Z copying torch/include/ATen/ops/expand_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3579489Z copying torch/include/ATen/ops/expand_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3581092Z copying torch/include/ATen/ops/expm1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3582143Z copying torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3583102Z copying torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3584654Z copying torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3585725Z copying torch/include/ATen/ops/expm1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3586594Z copying torch/include/ATen/ops/expm1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3588771Z copying torch/include/ATen/ops/expm1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3589386Z copying torch/include/ATen/ops/expm1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3590307Z copying torch/include/ATen/ops/exponential.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3591608Z copying torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3593128Z copying torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3594188Z copying torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3595049Z copying torch/include/ATen/ops/exponential_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3596949Z copying torch/include/ATen/ops/exponential_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3597420Z copying torch/include/ATen/ops/exponential_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3598214Z copying torch/include/ATen/ops/eye.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3599761Z copying torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3600595Z copying torch/include/ATen/ops/eye_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3601554Z copying torch/include/ATen/ops/eye_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3602715Z copying torch/include/ATen/ops/eye_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3603668Z copying torch/include/ATen/ops/eye_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3604992Z copying torch/include/ATen/ops/eye_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3606039Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3606980Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3608501Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3609579Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3610893Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3613100Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3613531Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3614407Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3615151Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3616437Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3617540Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3619160Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3620274Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3621370Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3622460Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3623657Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3624760Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3625704Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3626624Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3627532Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3628914Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3629958Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3631745Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3633381Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3633822Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3634530Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3635442Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3636784Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3637642Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3639244Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3640110Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3641455Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3642396Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3643466Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3644471Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3645805Z copying torch/include/ATen/ops/feature_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3647268Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3648069Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3649609Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3650419Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3652344Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3653135Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3654417Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3655379Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3656821Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3657832Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3658824Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3659884Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3660908Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3661832Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3663351Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3664293Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3666609Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3667318Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3668771Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3670618Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3671728Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3672402Z copying torch/include/ATen/ops/feature_alpha_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3673876Z copying torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3674708Z copying torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3675964Z copying torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3677198Z copying torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3678053Z copying torch/include/ATen/ops/feature_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3679374Z copying torch/include/ATen/ops/feature_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3680584Z copying torch/include/ATen/ops/fft_fft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3681547Z copying torch/include/ATen/ops/fft_fft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3683040Z copying torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3683857Z copying torch/include/ATen/ops/fft_fft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3685441Z copying torch/include/ATen/ops/fft_fft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3686353Z copying torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3687582Z copying torch/include/ATen/ops/fft_fft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3688645Z copying torch/include/ATen/ops/fft_fft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3690025Z copying torch/include/ATen/ops/fft_fftfreq.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3691308Z copying torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3692275Z copying torch/include/ATen/ops/fft_fftfreq_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3693598Z copying torch/include/ATen/ops/fft_fftfreq_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3694638Z copying torch/include/ATen/ops/fft_fftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3695587Z copying torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3696767Z copying torch/include/ATen/ops/fft_fftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3697722Z copying torch/include/ATen/ops/fft_fftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3699066Z copying torch/include/ATen/ops/fft_fftshift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3700145Z copying torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3701299Z copying torch/include/ATen/ops/fft_fftshift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3702388Z copying torch/include/ATen/ops/fft_fftshift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3703799Z copying torch/include/ATen/ops/fft_hfft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3704783Z copying torch/include/ATen/ops/fft_hfft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3706059Z copying torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3706979Z copying torch/include/ATen/ops/fft_hfft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3708340Z copying torch/include/ATen/ops/fft_hfft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3709378Z copying torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3710414Z copying torch/include/ATen/ops/fft_hfft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3711636Z copying torch/include/ATen/ops/fft_hfft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3712810Z copying torch/include/ATen/ops/fft_hfftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3714138Z copying torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3715085Z copying torch/include/ATen/ops/fft_hfftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3716299Z copying torch/include/ATen/ops/fft_hfftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3717221Z copying torch/include/ATen/ops/fft_ifft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3718207Z copying torch/include/ATen/ops/fft_ifft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3721491Z copying torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3721936Z copying torch/include/ATen/ops/fft_ifft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3722201Z copying torch/include/ATen/ops/fft_ifft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3722911Z copying torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3723810Z copying torch/include/ATen/ops/fft_ifft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3725088Z copying torch/include/ATen/ops/fft_ifft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3725859Z copying torch/include/ATen/ops/fft_ifftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3727196Z copying torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3728425Z copying torch/include/ATen/ops/fft_ifftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3729337Z copying torch/include/ATen/ops/fft_ifftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3730930Z copying torch/include/ATen/ops/fft_ifftshift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3732551Z copying torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3733328Z copying torch/include/ATen/ops/fft_ifftshift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3734668Z copying torch/include/ATen/ops/fft_ifftshift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3735728Z copying torch/include/ATen/ops/fft_ihfft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3736722Z copying torch/include/ATen/ops/fft_ihfft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3738777Z copying torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3739302Z copying torch/include/ATen/ops/fft_ihfft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3740898Z copying torch/include/ATen/ops/fft_ihfft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3742773Z copying torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3743295Z copying torch/include/ATen/ops/fft_ihfft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3744144Z copying torch/include/ATen/ops/fft_ihfft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3745145Z copying torch/include/ATen/ops/fft_ihfftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3746407Z copying torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3747224Z copying torch/include/ATen/ops/fft_ihfftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3748488Z copying torch/include/ATen/ops/fft_ihfftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3749828Z copying torch/include/ATen/ops/fft_irfft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3751257Z copying torch/include/ATen/ops/fft_irfft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3752576Z copying torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3753627Z copying torch/include/ATen/ops/fft_irfftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3754853Z copying torch/include/ATen/ops/fft_irfft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3756302Z copying torch/include/ATen/ops/fft_irfft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3757804Z copying torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3758816Z copying torch/include/ATen/ops/fft_irfft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3760163Z copying torch/include/ATen/ops/fft_irfft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3761395Z copying torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3762305Z copying torch/include/ATen/ops/fft_irfftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3763728Z copying torch/include/ATen/ops/fft_irfftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3764535Z copying torch/include/ATen/ops/fft_rfft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3765641Z copying torch/include/ATen/ops/fft_rfft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3767231Z copying torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3767579Z copying torch/include/ATen/ops/fft_rfft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3769232Z copying torch/include/ATen/ops/fft_rfft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3770120Z copying torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3771106Z copying torch/include/ATen/ops/fft_rfft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3772332Z copying torch/include/ATen/ops/fft_rfft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3773473Z copying torch/include/ATen/ops/fft_rfftfreq.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3775042Z copying torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3776010Z copying torch/include/ATen/ops/fft_rfftfreq_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3776956Z copying torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3779553Z copying torch/include/ATen/ops/fft_rfftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3779883Z copying torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3780424Z copying torch/include/ATen/ops/fft_rfftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3781815Z copying torch/include/ATen/ops/fft_rfftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3782609Z copying torch/include/ATen/ops/fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3783922Z copying torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3784824Z copying torch/include/ATen/ops/fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3786545Z copying torch/include/ATen/ops/fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3787569Z copying torch/include/ATen/ops/fill_diagonal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3788978Z copying torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3790534Z copying torch/include/ATen/ops/fill_diagonal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3791835Z copying torch/include/ATen/ops/fill_diagonal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3793021Z copying torch/include/ATen/ops/fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3794041Z copying torch/include/ATen/ops/fill_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3795091Z copying torch/include/ATen/ops/fill_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3796079Z copying torch/include/ATen/ops/fix.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3797163Z copying torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3798427Z copying torch/include/ATen/ops/fix_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3799361Z copying torch/include/ATen/ops/fix_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3800545Z copying torch/include/ATen/ops/flatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3801574Z copying torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3802868Z copying torch/include/ATen/ops/flatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3803889Z copying torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3805023Z copying torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3805844Z copying torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3807474Z copying torch/include/ATen/ops/flatten_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3807952Z copying torch/include/ATen/ops/flatten_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3808820Z copying torch/include/ATen/ops/flip.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3810219Z copying torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3811208Z copying torch/include/ATen/ops/flip_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3812268Z copying torch/include/ATen/ops/flip_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3813492Z copying torch/include/ATen/ops/flip_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3815312Z copying torch/include/ATen/ops/flip_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3816215Z copying torch/include/ATen/ops/fliplr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3817936Z copying torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3818629Z copying torch/include/ATen/ops/fliplr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3819734Z copying torch/include/ATen/ops/fliplr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3820866Z copying torch/include/ATen/ops/flipud.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3822164Z copying torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3823286Z copying torch/include/ATen/ops/flipud_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3824484Z copying torch/include/ATen/ops/flipud_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3825698Z copying torch/include/ATen/ops/float_power.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3827031Z copying torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3828307Z copying torch/include/ATen/ops/float_power_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3829267Z copying torch/include/ATen/ops/float_power_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3830357Z copying torch/include/ATen/ops/floor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3831816Z copying torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3832830Z copying torch/include/ATen/ops/floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3834064Z copying torch/include/ATen/ops/floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3835443Z copying torch/include/ATen/ops/floor_divide.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3836339Z copying torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3837655Z copying torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3838825Z copying torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3839740Z copying torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3841553Z copying torch/include/ATen/ops/floor_divide_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3842202Z copying torch/include/ATen/ops/floor_divide_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3843486Z copying torch/include/ATen/ops/floor_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3845076Z copying torch/include/ATen/ops/floor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3845735Z copying torch/include/ATen/ops/floor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3847561Z copying torch/include/ATen/ops/floor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3848093Z copying torch/include/ATen/ops/fmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3850242Z copying torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3850779Z copying torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3852182Z copying torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3854005Z copying torch/include/ATen/ops/fmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3854755Z copying torch/include/ATen/ops/fmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3855862Z copying torch/include/ATen/ops/fmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3857282Z copying torch/include/ATen/ops/fmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3858917Z copying torch/include/ATen/ops/fmin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3860220Z copying torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3861440Z copying torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3863113Z copying torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3864117Z copying torch/include/ATen/ops/fmin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3865670Z copying torch/include/ATen/ops/fmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3866888Z copying torch/include/ATen/ops/fmin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3868526Z copying torch/include/ATen/ops/fmin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3869855Z copying torch/include/ATen/ops/fmod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3871575Z copying torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3873143Z copying torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3874383Z copying torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3875656Z copying torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3877040Z copying torch/include/ATen/ops/fmod_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3878407Z copying torch/include/ATen/ops/fmod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3880069Z copying torch/include/ATen/ops/fmod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3881255Z copying torch/include/ATen/ops/fmod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3882767Z copying torch/include/ATen/ops/frac.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3884285Z copying torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3885560Z copying torch/include/ATen/ops/frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3886783Z copying torch/include/ATen/ops/frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3888397Z copying torch/include/ATen/ops/frac_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3889669Z copying torch/include/ATen/ops/frac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3891235Z copying torch/include/ATen/ops/frac_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3892980Z copying torch/include/ATen/ops/frac_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3894317Z copying torch/include/ATen/ops/fractional_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3895561Z copying torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3897409Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3899089Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3900750Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3901952Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3903400Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3904751Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3906135Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3908065Z copying torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3908533Z copying torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3910678Z copying torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3911278Z copying torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3912722Z copying torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3913788Z copying torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3915005Z copying torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3916263Z copying torch/include/ATen/ops/fractional_max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3917279Z copying torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3918802Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3919799Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3921165Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3922106Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3923655Z copying torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3924597Z copying torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3926059Z copying torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3927237Z copying torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3928771Z copying torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3930315Z copying torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3931643Z copying torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3932554Z copying torch/include/ATen/ops/frexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3933993Z copying torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3934890Z copying torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3936346Z copying torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3937206Z copying torch/include/ATen/ops/frexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3938760Z copying torch/include/ATen/ops/frexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3939766Z copying torch/include/ATen/ops/frobenius_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3941335Z copying torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3942177Z copying torch/include/ATen/ops/frobenius_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3943576Z copying torch/include/ATen/ops/frobenius_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3944601Z copying torch/include/ATen/ops/from_file.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3946335Z copying torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3947323Z copying torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3948312Z copying torch/include/ATen/ops/from_file_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3950611Z copying torch/include/ATen/ops/from_file_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3951358Z copying torch/include/ATen/ops/full.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3953075Z copying torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3953878Z copying torch/include/ATen/ops/full_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3955708Z copying torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3957204Z copying torch/include/ATen/ops/full_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3957925Z copying torch/include/ATen/ops/full_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3959266Z copying torch/include/ATen/ops/full_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3960602Z copying torch/include/ATen/ops/full_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3962259Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3963651Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3964955Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3966621Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3967802Z copying torch/include/ATen/ops/gather.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3969441Z copying torch/include/ATen/ops/gather_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3971777Z copying torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3972274Z copying torch/include/ATen/ops/gather_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3973504Z copying torch/include/ATen/ops/gather_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3974873Z copying torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3976242Z copying torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3977485Z copying torch/include/ATen/ops/gather_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3979221Z copying torch/include/ATen/ops/gather_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3980413Z copying torch/include/ATen/ops/gather_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3981624Z copying torch/include/ATen/ops/gather_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3984092Z copying torch/include/ATen/ops/gather_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3984690Z copying torch/include/ATen/ops/gather_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3986382Z copying torch/include/ATen/ops/gcd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3987892Z copying torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3989196Z copying torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3990445Z copying torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3991842Z copying torch/include/ATen/ops/gcd_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3993428Z copying torch/include/ATen/ops/gcd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3994733Z copying torch/include/ATen/ops/gcd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3996335Z copying torch/include/ATen/ops/gcd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3998256Z copying torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.3999377Z copying torch/include/ATen/ops/ge_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4000648Z copying torch/include/ATen/ops/ge_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4001963Z copying torch/include/ATen/ops/ge_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4003634Z copying torch/include/ATen/ops/ge_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4004966Z copying torch/include/ATen/ops/ge_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4006693Z copying torch/include/ATen/ops/ge_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4007809Z copying torch/include/ATen/ops/gelu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4009143Z copying torch/include/ATen/ops/gelu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4010990Z copying torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4011964Z copying torch/include/ATen/ops/lt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4013619Z copying torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4014876Z copying torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4016540Z copying torch/include/ATen/ops/gelu_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4017704Z copying torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4019044Z copying torch/include/ATen/ops/gelu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4020708Z copying torch/include/ATen/ops/gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4021977Z copying torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4023206Z copying torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4024888Z copying torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4025963Z copying torch/include/ATen/ops/gelu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4027619Z copying torch/include/ATen/ops/gelu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4028950Z copying torch/include/ATen/ops/gelu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4030490Z copying torch/include/ATen/ops/gelu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4031815Z copying torch/include/ATen/ops/geometric.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4033562Z copying torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4034609Z copying torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4035978Z copying torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4037583Z copying torch/include/ATen/ops/geometric_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4038870Z copying torch/include/ATen/ops/geometric_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4040145Z copying torch/include/ATen/ops/geometric_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4041491Z copying torch/include/ATen/ops/geqrf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4043094Z copying torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4044341Z copying torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4046022Z copying torch/include/ATen/ops/geqrf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4047166Z copying torch/include/ATen/ops/geqrf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4048747Z copying torch/include/ATen/ops/ger.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4050131Z copying torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4051533Z copying torch/include/ATen/ops/ger_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4053143Z copying torch/include/ATen/ops/ger_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4054278Z copying torch/include/ATen/ops/glu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4055894Z copying torch/include/ATen/ops/glu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4057370Z copying torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4058398Z copying torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4059647Z copying torch/include/ATen/ops/glu_backward_jvp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4060599Z copying torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4062251Z copying torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4063000Z copying torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4064132Z copying torch/include/ATen/ops/glu_backward_jvp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4065072Z copying torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4065926Z copying torch/include/ATen/ops/glu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4067272Z copying torch/include/ATen/ops/glu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4068017Z copying torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4069315Z copying torch/include/ATen/ops/glu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4070763Z copying torch/include/ATen/ops/glu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4071739Z copying torch/include/ATen/ops/glu_jvp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4073139Z copying torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4074013Z copying torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4075411Z copying torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4076242Z copying torch/include/ATen/ops/glu_jvp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4077620Z copying torch/include/ATen/ops/glu_jvp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4078595Z copying torch/include/ATen/ops/glu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4079585Z copying torch/include/ATen/ops/glu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4081014Z copying torch/include/ATen/ops/glu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4081646Z copying torch/include/ATen/ops/glu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4082983Z copying torch/include/ATen/ops/gradient.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4083994Z copying torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4084972Z copying torch/include/ATen/ops/gradient_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4086440Z copying torch/include/ATen/ops/gradient_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4087281Z copying torch/include/ATen/ops/greater.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4088687Z copying torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4089677Z copying torch/include/ATen/ops/greater_equal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4090962Z copying torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4091816Z copying torch/include/ATen/ops/greater_equal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4092704Z copying torch/include/ATen/ops/greater_equal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4094076Z copying torch/include/ATen/ops/greater_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4095043Z copying torch/include/ATen/ops/greater_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4096378Z copying torch/include/ATen/ops/grid_sampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4097252Z copying torch/include/ATen/ops/grid_sampler_2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4098329Z copying torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4099873Z copying torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4100685Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4101991Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4102774Z copying torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4103809Z copying torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4105160Z copying torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4106058Z copying torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4107119Z copying torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4108618Z copying torch/include/ATen/ops/grid_sampler_2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4110270Z copying torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4111089Z copying torch/include/ATen/ops/grid_sampler_3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4112109Z copying torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4113245Z copying torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4114315Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4115310Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4116482Z copying torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4117556Z copying torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4118787Z copying torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4119744Z copying torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4121060Z copying torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4122131Z copying torch/include/ATen/ops/grid_sampler_3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4123268Z copying torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4124630Z copying torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4125636Z copying torch/include/ATen/ops/grid_sampler_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4127567Z copying torch/include/ATen/ops/grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4128086Z copying torch/include/ATen/ops/group_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4128919Z copying torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4129966Z copying torch/include/ATen/ops/group_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4131374Z copying torch/include/ATen/ops/group_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4132313Z copying torch/include/ATen/ops/gru.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4133409Z copying torch/include/ATen/ops/gru_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4134466Z copying torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4135801Z copying torch/include/ATen/ops/gru_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4137036Z copying torch/include/ATen/ops/gru_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4138072Z copying torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4139165Z copying torch/include/ATen/ops/gru_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4140193Z copying torch/include/ATen/ops/gru_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4141633Z copying torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4143221Z copying torch/include/ATen/ops/gt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4143815Z copying torch/include/ATen/ops/gt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4145343Z copying torch/include/ATen/ops/gt_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4146297Z copying torch/include/ATen/ops/gt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4147841Z copying torch/include/ATen/ops/gt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4150205Z copying torch/include/ATen/ops/gt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4150641Z copying torch/include/ATen/ops/hamming_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4152113Z copying torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4153012Z copying torch/include/ATen/ops/hamming_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4154350Z copying torch/include/ATen/ops/hamming_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4155466Z copying torch/include/ATen/ops/hann_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4156740Z copying torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4157996Z copying torch/include/ATen/ops/hann_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4158870Z copying torch/include/ATen/ops/hann_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4160624Z copying torch/include/ATen/ops/hardshrink.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4161470Z copying torch/include/ATen/ops/hardshrink_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4163151Z copying torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4164513Z copying torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4165269Z copying torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4166524Z copying torch/include/ATen/ops/hardshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4167554Z copying torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4168897Z copying torch/include/ATen/ops/hardshrink_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4170180Z copying torch/include/ATen/ops/hardshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4171547Z copying torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4172129Z copying torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4173655Z copying torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4174613Z copying torch/include/ATen/ops/hardshrink_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4176009Z copying torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4177180Z copying torch/include/ATen/ops/hardshrink_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4178357Z copying torch/include/ATen/ops/hardshrink_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4179531Z copying torch/include/ATen/ops/hardsigmoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4180709Z copying torch/include/ATen/ops/hardsigmoid_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4181694Z copying torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4183051Z copying torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4183928Z copying torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4184813Z copying torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4186316Z copying torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4186830Z copying torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4188003Z copying torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4189181Z copying torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4189997Z copying torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4191052Z copying torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4192469Z copying torch/include/ATen/ops/hardsigmoid_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4193428Z copying torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4194273Z copying torch/include/ATen/ops/hardsigmoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4195490Z copying torch/include/ATen/ops/hardsigmoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4196993Z copying torch/include/ATen/ops/hardswish.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4198191Z copying torch/include/ATen/ops/hardswish_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4198902Z copying torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4200315Z copying torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4201257Z copying torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4202417Z copying torch/include/ATen/ops/hardswish_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4203309Z copying torch/include/ATen/ops/hardswish_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4204217Z copying torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4205233Z copying torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4206317Z copying torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4207494Z copying torch/include/ATen/ops/hardswish_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4208615Z copying torch/include/ATen/ops/hardswish_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4209765Z copying torch/include/ATen/ops/hardtanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4210926Z copying torch/include/ATen/ops/hardtanh_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4212093Z copying torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4213243Z copying torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4214379Z copying torch/include/ATen/ops/hardtanh_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4215687Z copying torch/include/ATen/ops/hardtanh_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4217291Z copying torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4218281Z copying torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4219154Z copying torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4220778Z copying torch/include/ATen/ops/hardtanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4221649Z copying torch/include/ATen/ops/hardtanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4223527Z copying torch/include/ATen/ops/heaviside.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4224195Z copying torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4225062Z copying torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4226351Z copying torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4227249Z copying torch/include/ATen/ops/heaviside_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4228372Z copying torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4229666Z copying torch/include/ATen/ops/heaviside_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4230602Z copying torch/include/ATen/ops/heaviside_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4232023Z copying torch/include/ATen/ops/hinge_embedding_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4233108Z copying torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4234026Z copying torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4235195Z copying torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4237316Z copying torch/include/ATen/ops/histc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4237825Z copying torch/include/ATen/ops/histc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4238594Z copying torch/include/ATen/ops/histc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4239623Z copying torch/include/ATen/ops/histc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4240799Z copying torch/include/ATen/ops/histc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4241901Z copying torch/include/ATen/ops/histogram.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4243097Z copying torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4244108Z copying torch/include/ATen/ops/histogram_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4245134Z copying torch/include/ATen/ops/histogram_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4246252Z copying torch/include/ATen/ops/histogramdd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4247546Z copying torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4248295Z copying torch/include/ATen/ops/mH.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4249421Z copying torch/include/ATen/ops/histogramdd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4250977Z copying torch/include/ATen/ops/histogramdd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4251959Z copying torch/include/ATen/ops/hsplit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4253487Z copying torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4254094Z copying torch/include/ATen/ops/hsplit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4255630Z copying torch/include/ATen/ops/hsplit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4256454Z copying torch/include/ATen/ops/hspmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4258098Z copying torch/include/ATen/ops/hspmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4258585Z copying torch/include/ATen/ops/hspmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4259574Z copying torch/include/ATen/ops/hstack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4260643Z copying torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4261581Z copying torch/include/ATen/ops/hstack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4262628Z copying torch/include/ATen/ops/hstack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4263748Z copying torch/include/ATen/ops/huber_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4264740Z copying torch/include/ATen/ops/huber_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4266277Z copying torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4267003Z copying torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4268725Z copying torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4269014Z copying torch/include/ATen/ops/huber_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4270563Z copying torch/include/ATen/ops/huber_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4271854Z copying torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4272965Z copying torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4274092Z copying torch/include/ATen/ops/huber_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4274917Z copying torch/include/ATen/ops/huber_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4276355Z copying torch/include/ATen/ops/hypot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4277383Z copying torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4278276Z copying torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4279791Z copying torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4280697Z copying torch/include/ATen/ops/hypot_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4281679Z copying torch/include/ATen/ops/hypot_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4282733Z copying torch/include/ATen/ops/hypot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4283725Z copying torch/include/ATen/ops/hypot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4284946Z copying torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4285926Z copying torch/include/ATen/ops/i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4286769Z copying torch/include/ATen/ops/i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4288437Z copying torch/include/ATen/ops/i0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4288880Z copying torch/include/ATen/ops/i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4289886Z copying torch/include/ATen/ops/i0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4290820Z copying torch/include/ATen/ops/i0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4291870Z copying torch/include/ATen/ops/igamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4292954Z copying torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4293885Z copying torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4295603Z copying torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4296150Z copying torch/include/ATen/ops/igamma_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4298129Z copying torch/include/ATen/ops/igamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4298566Z copying torch/include/ATen/ops/igamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4299478Z copying torch/include/ATen/ops/igamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4300343Z copying torch/include/ATen/ops/igammac.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4301428Z copying torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4302699Z copying torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4303563Z copying torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4304882Z copying torch/include/ATen/ops/igammac_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4305853Z copying torch/include/ATen/ops/igammac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4307185Z copying torch/include/ATen/ops/igammac_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4308544Z copying torch/include/ATen/ops/igammac_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4309707Z copying torch/include/ATen/ops/im2col.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4311051Z copying torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4312628Z copying torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4313514Z copying torch/include/ATen/ops/im2col_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4314968Z copying torch/include/ATen/ops/im2col_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4315914Z copying torch/include/ATen/ops/imag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4317380Z copying torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4318556Z copying torch/include/ATen/ops/imag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4319570Z copying torch/include/ATen/ops/imag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4320833Z copying torch/include/ATen/ops/index.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4322002Z copying torch/include/ATen/ops/index_add.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4323299Z copying torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4324324Z copying torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4325589Z copying torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4326783Z copying torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4327922Z copying torch/include/ATen/ops/index_add_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4329121Z copying torch/include/ATen/ops/index_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4330286Z copying torch/include/ATen/ops/index_add_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4331467Z copying torch/include/ATen/ops/index_add_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4332750Z copying torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4333872Z copying torch/include/ATen/ops/index_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4335152Z copying torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4336181Z copying torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4337564Z copying torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4338742Z copying torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4339846Z copying torch/include/ATen/ops/index_copy_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4341093Z copying torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4342290Z copying torch/include/ATen/ops/index_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4343701Z copying torch/include/ATen/ops/index_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4344647Z copying torch/include/ATen/ops/index_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4346150Z copying torch/include/ATen/ops/index_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4347098Z copying torch/include/ATen/ops/index_fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4349050Z copying torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4349651Z copying torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4350972Z copying torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4352075Z copying torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4353000Z copying torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4354326Z copying torch/include/ATen/ops/index_fill_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4355308Z copying torch/include/ATen/ops/index_fill_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4356937Z copying torch/include/ATen/ops/index_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4358463Z copying torch/include/ATen/ops/index_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4359833Z copying torch/include/ATen/ops/index_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4361140Z copying torch/include/ATen/ops/index_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4362504Z copying torch/include/ATen/ops/index_put.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4364167Z copying torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4365568Z copying torch/include/ATen/ops/index_put_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4366921Z copying torch/include/ATen/ops/index_put_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4368278Z copying torch/include/ATen/ops/index_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4369732Z copying torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4371008Z copying torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4372283Z copying torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4373595Z copying torch/include/ATen/ops/index_reduce_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4375091Z copying torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4376423Z copying torch/include/ATen/ops/index_reduce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4377738Z copying torch/include/ATen/ops/index_reduce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4379070Z copying torch/include/ATen/ops/index_select.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4380436Z copying torch/include/ATen/ops/index_select_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4381882Z copying torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4383169Z copying torch/include/ATen/ops/index_select_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4384505Z copying torch/include/ATen/ops/index_select_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4385900Z copying torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4387212Z copying torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4388649Z copying torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4389925Z copying torch/include/ATen/ops/index_select_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4391288Z copying torch/include/ATen/ops/index_select_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4392559Z copying torch/include/ATen/ops/indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4393799Z copying torch/include/ATen/ops/indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4395073Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4397180Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4397807Z copying torch/include/ATen/ops/indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4398320Z copying torch/include/ATen/ops/indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4399659Z copying torch/include/ATen/ops/indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4400446Z copying torch/include/ATen/ops/indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4401805Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4403279Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4404060Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4405193Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4405886Z copying torch/include/ATen/ops/inner.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4407040Z copying torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4408061Z copying torch/include/ATen/ops/inner_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4408948Z copying torch/include/ATen/ops/inner_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4410169Z copying torch/include/ATen/ops/instance_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4411104Z copying torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4412118Z copying torch/include/ATen/ops/instance_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4413052Z copying torch/include/ATen/ops/instance_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4414093Z copying torch/include/ATen/ops/int_repr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4415236Z copying torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4416159Z copying torch/include/ATen/ops/int_repr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4417122Z copying torch/include/ATen/ops/int_repr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4418197Z copying torch/include/ATen/ops/inverse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4419303Z copying torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4420260Z copying torch/include/ATen/ops/inverse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4421917Z copying torch/include/ATen/ops/inverse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4422417Z copying torch/include/ATen/ops/is_coalesced.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4423736Z copying torch/include/ATen/ops/is_coalesced_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4424557Z copying torch/include/ATen/ops/is_coalesced_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4425525Z copying torch/include/ATen/ops/is_complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4426552Z copying torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4428136Z copying torch/include/ATen/ops/is_complex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4429561Z copying torch/include/ATen/ops/is_complex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4430350Z copying torch/include/ATen/ops/is_conj.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4431947Z copying torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4432754Z copying torch/include/ATen/ops/is_conj_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4433617Z copying torch/include/ATen/ops/is_conj_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4435127Z copying torch/include/ATen/ops/is_distributed.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4436418Z copying torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4437311Z copying torch/include/ATen/ops/is_distributed_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4438511Z copying torch/include/ATen/ops/is_distributed_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4440017Z copying torch/include/ATen/ops/is_floating_point.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4441034Z copying torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4441844Z copying torch/include/ATen/ops/is_floating_point_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4443141Z copying torch/include/ATen/ops/is_floating_point_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4444374Z copying torch/include/ATen/ops/is_inference.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4445529Z copying torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4446524Z copying torch/include/ATen/ops/is_inference_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4447456Z copying torch/include/ATen/ops/is_inference_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4448638Z copying torch/include/ATen/ops/is_leaf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4449979Z copying torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4450688Z copying torch/include/ATen/ops/is_leaf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4452316Z copying torch/include/ATen/ops/is_leaf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4453274Z copying torch/include/ATen/ops/is_neg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4454227Z copying torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4455343Z copying torch/include/ATen/ops/is_neg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4456187Z copying torch/include/ATen/ops/is_neg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4458119Z copying torch/include/ATen/ops/is_nonzero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4458453Z copying torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4459382Z copying torch/include/ATen/ops/is_nonzero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4461059Z copying torch/include/ATen/ops/is_nonzero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4461950Z copying torch/include/ATen/ops/is_pinned.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4463012Z copying torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4464330Z copying torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4465199Z copying torch/include/ATen/ops/is_pinned_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4466210Z copying torch/include/ATen/ops/is_pinned_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4467298Z copying torch/include/ATen/ops/is_same_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4469282Z copying torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4469813Z copying torch/include/ATen/ops/is_same_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4470542Z copying torch/include/ATen/ops/is_same_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4472334Z copying torch/include/ATen/ops/is_set_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4473065Z copying torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4474312Z copying torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4475693Z copying torch/include/ATen/ops/is_set_to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4476555Z copying torch/include/ATen/ops/is_set_to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4477962Z copying torch/include/ATen/ops/is_signed.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4479686Z copying torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4480111Z copying torch/include/ATen/ops/is_signed_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4481061Z copying torch/include/ATen/ops/is_signed_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4482056Z copying torch/include/ATen/ops/is_vulkan_available.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4483504Z copying torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4484680Z copying torch/include/ATen/ops/is_vulkan_available_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4485655Z copying torch/include/ATen/ops/is_vulkan_available_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4488708Z copying torch/include/ATen/ops/isclose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4489297Z copying torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4489684Z copying torch/include/ATen/ops/isclose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4490412Z copying torch/include/ATen/ops/isclose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4491461Z copying torch/include/ATen/ops/isfinite.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4492765Z copying torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4493556Z copying torch/include/ATen/ops/isfinite_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4494664Z copying torch/include/ATen/ops/isfinite_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4496263Z copying torch/include/ATen/ops/isin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4496810Z copying torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4498553Z copying torch/include/ATen/ops/isin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4499420Z copying torch/include/ATen/ops/isin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4500390Z copying torch/include/ATen/ops/isin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4502016Z copying torch/include/ATen/ops/isin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4502757Z copying torch/include/ATen/ops/isin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4504041Z copying torch/include/ATen/ops/isin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4505033Z copying torch/include/ATen/ops/isinf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4506686Z copying torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4507504Z copying torch/include/ATen/ops/isinf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4508926Z copying torch/include/ATen/ops/isinf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4509781Z copying torch/include/ATen/ops/isnan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4511202Z copying torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4512647Z copying torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4513855Z copying torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4515333Z copying torch/include/ATen/ops/isnan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4516266Z copying torch/include/ATen/ops/isnan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4517640Z copying torch/include/ATen/ops/isneginf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4518833Z copying torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4519792Z copying torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4520992Z copying torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4522043Z copying torch/include/ATen/ops/isneginf_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4523444Z copying torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4524529Z copying torch/include/ATen/ops/isneginf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4525428Z copying torch/include/ATen/ops/isneginf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4526292Z copying torch/include/ATen/ops/isposinf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4527578Z copying torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4528318Z copying torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4529391Z copying torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4530747Z copying torch/include/ATen/ops/isposinf_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4531629Z copying torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4532965Z copying torch/include/ATen/ops/isposinf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4533810Z copying torch/include/ATen/ops/isposinf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4534756Z copying torch/include/ATen/ops/isreal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4536111Z copying torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4536928Z copying torch/include/ATen/ops/isreal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4538346Z copying torch/include/ATen/ops/isreal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4539626Z copying torch/include/ATen/ops/istft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4540844Z copying torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4541669Z copying torch/include/ATen/ops/istft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4543000Z copying torch/include/ATen/ops/istft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4543973Z copying torch/include/ATen/ops/item.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4545316Z copying torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4546557Z copying torch/include/ATen/ops/item_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4547497Z copying torch/include/ATen/ops/item_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4548857Z copying torch/include/ATen/ops/kaiser_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4550473Z copying torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4551266Z copying torch/include/ATen/ops/kaiser_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4552230Z copying torch/include/ATen/ops/kaiser_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4553470Z copying torch/include/ATen/ops/kl_div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4554458Z copying torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4555902Z copying torch/include/ATen/ops/kl_div_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4557246Z copying torch/include/ATen/ops/kl_div_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4558203Z copying torch/include/ATen/ops/kron.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4559296Z copying torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4560517Z copying torch/include/ATen/ops/kron_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4561213Z copying torch/include/ATen/ops/kron_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4562648Z copying torch/include/ATen/ops/kthvalue.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4563683Z copying torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4565049Z copying torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4566007Z copying torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4567332Z copying torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4567967Z copying torch/include/ATen/ops/kthvalue_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4568990Z copying torch/include/ATen/ops/kthvalue_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4570171Z copying torch/include/ATen/ops/l1_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4571448Z copying torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4572311Z copying torch/include/ATen/ops/l1_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4573430Z copying torch/include/ATen/ops/l1_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4574520Z copying torch/include/ATen/ops/layer_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4575790Z copying torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4576848Z copying torch/include/ATen/ops/layer_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4577993Z copying torch/include/ATen/ops/layer_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4578947Z copying torch/include/ATen/ops/lcm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4580543Z copying torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4581531Z copying torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4582591Z copying torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4583895Z copying torch/include/ATen/ops/lcm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4585457Z copying torch/include/ATen/ops/lcm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4587340Z copying torch/include/ATen/ops/lcm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4587649Z copying torch/include/ATen/ops/lcm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4588768Z copying torch/include/ATen/ops/ldexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4590656Z copying torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4591706Z copying torch/include/ATen/ops/ldexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4593035Z copying torch/include/ATen/ops/ldexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4594045Z copying torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4595513Z copying torch/include/ATen/ops/le_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4596674Z copying torch/include/ATen/ops/le_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4597728Z copying torch/include/ATen/ops/le_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4598990Z copying torch/include/ATen/ops/le_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4599859Z copying torch/include/ATen/ops/le_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4600959Z copying torch/include/ATen/ops/le_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4602057Z copying torch/include/ATen/ops/leaky_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4603456Z copying torch/include/ATen/ops/leaky_relu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4604595Z copying torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4605551Z copying torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4606425Z copying torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4607429Z copying torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4608418Z copying torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4609590Z copying torch/include/ATen/ops/leaky_relu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4610566Z copying torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4611673Z copying torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4612864Z copying torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4613960Z copying torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4615023Z copying torch/include/ATen/ops/leaky_relu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4615798Z copying torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4617426Z copying torch/include/ATen/ops/leaky_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4617968Z copying torch/include/ATen/ops/leaky_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4618794Z copying torch/include/ATen/ops/lerp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4620063Z copying torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4621177Z copying torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4622475Z copying torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4623432Z copying torch/include/ATen/ops/lerp_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4624913Z copying torch/include/ATen/ops/lerp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4625911Z copying torch/include/ATen/ops/lerp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4627493Z copying torch/include/ATen/ops/lerp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4628558Z copying torch/include/ATen/ops/less.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4629897Z copying torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4631138Z copying torch/include/ATen/ops/less_equal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4632307Z copying torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4633350Z copying torch/include/ATen/ops/less_equal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4634367Z copying torch/include/ATen/ops/less_equal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4635362Z copying torch/include/ATen/ops/less_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4636246Z copying torch/include/ATen/ops/less_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4637294Z copying torch/include/ATen/ops/lgamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4638361Z copying torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4639717Z copying torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4640338Z copying torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4641651Z copying torch/include/ATen/ops/lgamma_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4642521Z copying torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4643611Z copying torch/include/ATen/ops/lgamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4645088Z copying torch/include/ATen/ops/lgamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4645894Z copying torch/include/ATen/ops/lift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4648015Z copying torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4648376Z copying torch/include/ATen/ops/lift_fresh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4649444Z copying torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4650353Z copying torch/include/ATen/ops/lift_fresh_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4651914Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4652669Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4653634Z copying torch/include/ATen/ops/lift_fresh_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4654665Z copying torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4655871Z copying torch/include/ATen/ops/lift_fresh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4657202Z copying torch/include/ATen/ops/lift_fresh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4658369Z copying torch/include/ATen/ops/lift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4659259Z copying torch/include/ATen/ops/lift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4660335Z copying torch/include/ATen/ops/linalg_cholesky.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4661417Z copying torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4662683Z copying torch/include/ATen/ops/linalg_cholesky_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4663618Z copying torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4664579Z copying torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4665589Z copying torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4666828Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4667935Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4670325Z copying torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4670926Z copying torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4671576Z copying torch/include/ATen/ops/linalg_cholesky_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4673153Z copying torch/include/ATen/ops/linalg_cholesky_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4674454Z copying torch/include/ATen/ops/linalg_cond.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4675877Z copying torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4677144Z copying torch/include/ATen/ops/linalg_cond_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4678614Z copying torch/include/ATen/ops/linalg_cond_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4679877Z copying torch/include/ATen/ops/linalg_cross.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4681659Z copying torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4682796Z copying torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4684170Z copying torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4685477Z copying torch/include/ATen/ops/linalg_cross_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4686850Z copying torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4687770Z copying torch/include/ATen/ops/linalg_cross_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4689162Z copying torch/include/ATen/ops/linalg_cross_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4690379Z copying torch/include/ATen/ops/linalg_det.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4691913Z copying torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4692767Z copying torch/include/ATen/ops/linalg_det_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4694068Z copying torch/include/ATen/ops/linalg_det_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4696080Z copying torch/include/ATen/ops/linalg_diagonal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4696474Z copying torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4697665Z copying torch/include/ATen/ops/linalg_diagonal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4698752Z copying torch/include/ATen/ops/linalg_diagonal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4699944Z copying torch/include/ATen/ops/linalg_eig.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4701508Z copying torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4702262Z copying torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4703918Z copying torch/include/ATen/ops/linalg_eig_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4704871Z copying torch/include/ATen/ops/linalg_eig_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4706184Z copying torch/include/ATen/ops/linalg_eigh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4708431Z copying torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4709078Z copying torch/include/ATen/ops/linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4710408Z copying torch/include/ATen/ops/linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4712069Z copying torch/include/ATen/ops/linalg_eigvals.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4713509Z copying torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4715368Z copying torch/include/ATen/ops/linalg_eigvals_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4716492Z copying torch/include/ATen/ops/linalg_eigvals_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4717825Z copying torch/include/ATen/ops/linalg_eigvalsh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4719638Z copying torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4720770Z copying torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4722042Z copying torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4723757Z copying torch/include/ATen/ops/linalg_householder_product.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4725003Z copying torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4726277Z copying torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4727642Z copying torch/include/ATen/ops/linalg_householder_product_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4729014Z copying torch/include/ATen/ops/linalg_householder_product_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4730644Z copying torch/include/ATen/ops/linalg_inv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4731848Z copying torch/include/ATen/ops/mT.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4733662Z copying torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4734810Z copying torch/include/ATen/ops/linalg_inv_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4736647Z copying torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4737764Z copying torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4739482Z copying torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4741233Z copying torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4742536Z copying torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4743905Z copying torch/include/ATen/ops/linalg_inv_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4745238Z copying torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4746929Z copying torch/include/ATen/ops/linalg_inv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4748237Z copying torch/include/ATen/ops/linalg_inv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4750290Z copying torch/include/ATen/ops/linalg_ldl_factor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4751691Z copying torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4753378Z copying torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4754595Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4756031Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4757250Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4758586Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4760295Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4761481Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4762839Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4764617Z copying torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4765838Z copying torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4767090Z copying torch/include/ATen/ops/linalg_ldl_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4768861Z copying torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4770011Z copying torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4771409Z copying torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4772918Z copying torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4774252Z copying torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4775624Z copying torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4776930Z copying torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4778507Z copying torch/include/ATen/ops/linalg_lstsq.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4779831Z copying torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4781483Z copying torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4782882Z copying torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4783817Z copying torch/include/ATen/ops/linalg_lstsq_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4785097Z copying torch/include/ATen/ops/linalg_lstsq_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4786351Z copying torch/include/ATen/ops/linalg_lu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4787840Z copying torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4789085Z copying torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4790322Z copying torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4791348Z copying torch/include/ATen/ops/linalg_lu_factor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4793097Z copying torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4793796Z copying torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4795219Z copying torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4796032Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4797343Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4798292Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4799582Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4800535Z copying torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4801898Z copying torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4802822Z copying torch/include/ATen/ops/linalg_lu_factor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4804060Z copying torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4805067Z copying torch/include/ATen/ops/linalg_lu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4806330Z copying torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4807607Z copying torch/include/ATen/ops/linalg_lu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4808745Z copying torch/include/ATen/ops/linalg_lu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4809825Z copying torch/include/ATen/ops/linalg_lu_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4811265Z copying torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4812152Z copying torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4813529Z copying torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4815204Z copying torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4816144Z copying torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4817247Z copying torch/include/ATen/ops/linalg_lu_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4818440Z copying torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4819458Z copying torch/include/ATen/ops/linalg_matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4820651Z copying torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4821464Z copying torch/include/ATen/ops/linalg_matmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4822641Z copying torch/include/ATen/ops/linalg_matmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4824331Z copying torch/include/ATen/ops/linalg_matrix_exp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4825129Z copying torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4826237Z copying torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4827081Z copying torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4828560Z copying torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4829610Z copying torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4830577Z copying torch/include/ATen/ops/linalg_matrix_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4831669Z copying torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4832932Z copying torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4833703Z copying torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4834927Z copying torch/include/ATen/ops/linalg_matrix_power.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4836506Z copying torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4837319Z copying torch/include/ATen/ops/linalg_matrix_power_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4838518Z copying torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4839465Z copying torch/include/ATen/ops/linalg_matrix_rank.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4840751Z copying torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4841630Z copying torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4842804Z copying torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4843870Z copying torch/include/ATen/ops/linalg_multi_dot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4845293Z copying torch/include/ATen/ops/linalg_multi_dot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4846403Z copying torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4847697Z copying torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4848460Z copying torch/include/ATen/ops/linalg_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4849841Z copying torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4850659Z copying torch/include/ATen/ops/linalg_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4851851Z copying torch/include/ATen/ops/linalg_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4853003Z copying torch/include/ATen/ops/linalg_pinv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4854361Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4855453Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4856679Z copying torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4857646Z copying torch/include/ATen/ops/linalg_pinv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4858986Z copying torch/include/ATen/ops/linalg_pinv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4859884Z copying torch/include/ATen/ops/linalg_qr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4861566Z copying torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4862249Z copying torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4864278Z copying torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4864675Z copying torch/include/ATen/ops/linalg_qr_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4865380Z copying torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4866395Z copying torch/include/ATen/ops/linalg_qr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4867259Z copying torch/include/ATen/ops/linalg_qr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4868650Z copying torch/include/ATen/ops/linalg_slogdet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4870437Z copying torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4870941Z copying torch/include/ATen/ops/linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4872197Z copying torch/include/ATen/ops/linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4873028Z copying torch/include/ATen/ops/linalg_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4874223Z copying torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4875403Z copying torch/include/ATen/ops/linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4876401Z copying torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4877761Z copying torch/include/ATen/ops/linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4878588Z copying torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4879781Z copying torch/include/ATen/ops/linalg_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4881063Z copying torch/include/ATen/ops/linalg_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4882184Z copying torch/include/ATen/ops/linalg_solve_triangular.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4883471Z copying torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4884926Z copying torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4886051Z copying torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4887018Z copying torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4888337Z copying torch/include/ATen/ops/linalg_svd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4889473Z copying torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4890368Z copying torch/include/ATen/ops/linalg_svd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4891489Z copying torch/include/ATen/ops/linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4892639Z copying torch/include/ATen/ops/linalg_svdvals.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4893757Z copying torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4894991Z copying torch/include/ATen/ops/linalg_svdvals_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4897005Z copying torch/include/ATen/ops/linalg_svdvals_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4897706Z copying torch/include/ATen/ops/linalg_tensorinv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4898919Z copying torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4900032Z copying torch/include/ATen/ops/linalg_tensorinv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4900984Z copying torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4902214Z copying torch/include/ATen/ops/linalg_tensorsolve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4903395Z copying torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4904726Z copying torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4905708Z copying torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4907045Z copying torch/include/ATen/ops/linalg_vander.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4908114Z copying torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4909887Z copying torch/include/ATen/ops/linalg_vander_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4911154Z copying torch/include/ATen/ops/linalg_vander_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4912342Z copying torch/include/ATen/ops/linalg_vecdot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4913486Z copying torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4914647Z copying torch/include/ATen/ops/linalg_vecdot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4915839Z copying torch/include/ATen/ops/linalg_vecdot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4917165Z copying torch/include/ATen/ops/linalg_vector_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4918626Z copying torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4919399Z copying torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4920705Z copying torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4921610Z copying torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4922950Z copying torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4924032Z copying torch/include/ATen/ops/linalg_vector_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4925351Z copying torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4926370Z copying torch/include/ATen/ops/linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4927588Z copying torch/include/ATen/ops/linear_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4928875Z copying torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4929803Z copying torch/include/ATen/ops/linear_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4931085Z copying torch/include/ATen/ops/linear_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4932159Z copying torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4933498Z copying torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4934402Z copying torch/include/ATen/ops/linear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4935704Z copying torch/include/ATen/ops/linear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4936821Z copying torch/include/ATen/ops/linspace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4938084Z copying torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4939145Z copying torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4940337Z copying torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4941617Z copying torch/include/ATen/ops/linspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4942479Z copying torch/include/ATen/ops/linspace_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4943761Z copying torch/include/ATen/ops/linspace_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4944879Z copying torch/include/ATen/ops/log.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4946180Z copying torch/include/ATen/ops/log10.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4947239Z copying torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4948555Z copying torch/include/ATen/ops/log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4949765Z copying torch/include/ATen/ops/log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4951031Z copying torch/include/ATen/ops/log10_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4952002Z copying torch/include/ATen/ops/log10_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4953392Z copying torch/include/ATen/ops/log10_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4954363Z copying torch/include/ATen/ops/log10_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4955275Z copying torch/include/ATen/ops/log1p.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4956515Z copying torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4958357Z copying torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4958710Z copying torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4959954Z copying torch/include/ATen/ops/log1p_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4960839Z copying torch/include/ATen/ops/log1p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4961931Z copying torch/include/ATen/ops/log1p_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4962685Z copying torch/include/ATen/ops/log1p_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4964221Z copying torch/include/ATen/ops/log2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4966239Z copying torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4966690Z copying torch/include/ATen/ops/log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4967328Z copying torch/include/ATen/ops/log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4968518Z copying torch/include/ATen/ops/log2_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4969630Z copying torch/include/ATen/ops/log2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4971556Z copying torch/include/ATen/ops/log2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4972406Z copying torch/include/ATen/ops/log2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4974227Z copying torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4974942Z copying torch/include/ATen/ops/log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4975848Z copying torch/include/ATen/ops/log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4976994Z copying torch/include/ATen/ops/log_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4978483Z copying torch/include/ATen/ops/log_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4979557Z copying torch/include/ATen/ops/log_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4980615Z copying torch/include/ATen/ops/log_normal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4981889Z copying torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4982789Z copying torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4984387Z copying torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4985019Z copying torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4986172Z copying torch/include/ATen/ops/log_normal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4987044Z copying torch/include/ATen/ops/log_normal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4988913Z copying torch/include/ATen/ops/log_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4989215Z copying torch/include/ATen/ops/log_sigmoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4990657Z copying torch/include/ATen/ops/log_sigmoid_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4991644Z copying torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4993325Z copying torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4994663Z copying torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4995533Z copying torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4997036Z copying torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.4998134Z copying torch/include/ATen/ops/log_sigmoid_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5000406Z copying torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5000865Z copying torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5001761Z copying torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5002618Z copying torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5004077Z copying torch/include/ATen/ops/log_sigmoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5005262Z copying torch/include/ATen/ops/log_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5006498Z copying torch/include/ATen/ops/log_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5007416Z copying torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5008794Z copying torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5009568Z copying torch/include/ATen/ops/log_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5011168Z copying torch/include/ATen/ops/log_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5011932Z copying torch/include/ATen/ops/logaddexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5013134Z copying torch/include/ATen/ops/logaddexp2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5014140Z copying torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5015616Z copying torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5016592Z copying torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5017510Z copying torch/include/ATen/ops/logaddexp2_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5018984Z copying torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5019764Z copying torch/include/ATen/ops/logaddexp2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5020925Z copying torch/include/ATen/ops/logaddexp2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5021876Z copying torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5023109Z copying torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5024707Z copying torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5025597Z copying torch/include/ATen/ops/logaddexp_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5026548Z copying torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5027931Z copying torch/include/ATen/ops/logaddexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5028881Z copying torch/include/ATen/ops/logaddexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5030547Z copying torch/include/ATen/ops/logcumsumexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5031593Z copying torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5033102Z copying torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5034014Z copying torch/include/ATen/ops/logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5035311Z copying torch/include/ATen/ops/logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5036182Z copying torch/include/ATen/ops/logdet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5037846Z copying torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5038496Z copying torch/include/ATen/ops/logdet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5039859Z copying torch/include/ATen/ops/logdet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5041107Z copying torch/include/ATen/ops/logical_and.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5042172Z copying torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5043043Z copying torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5043876Z copying torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5045512Z copying torch/include/ATen/ops/logical_and_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5046629Z copying torch/include/ATen/ops/logical_and_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5047999Z copying torch/include/ATen/ops/logical_not.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5049756Z copying torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5050177Z copying torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5051124Z copying torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5052326Z copying torch/include/ATen/ops/logical_not_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5053288Z copying torch/include/ATen/ops/logical_not_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5054559Z copying torch/include/ATen/ops/logical_or.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5055497Z copying torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5056917Z copying torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5057904Z copying torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5059280Z copying torch/include/ATen/ops/logical_or_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5060232Z copying torch/include/ATen/ops/logical_or_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5061398Z copying torch/include/ATen/ops/logical_xor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5062543Z copying torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5063409Z copying torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5064770Z copying torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5065475Z copying torch/include/ATen/ops/logical_xor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5066493Z copying torch/include/ATen/ops/logical_xor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5067496Z copying torch/include/ATen/ops/logit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5068746Z copying torch/include/ATen/ops/logit_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5070528Z copying torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5071483Z copying torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5072499Z copying torch/include/ATen/ops/logit_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5074052Z copying torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5074829Z copying torch/include/ATen/ops/logit_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5075876Z copying torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5077183Z copying torch/include/ATen/ops/logit_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5078027Z copying torch/include/ATen/ops/logit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5078999Z copying torch/include/ATen/ops/logit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5080240Z copying torch/include/ATen/ops/logit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5081238Z copying torch/include/ATen/ops/logit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5082536Z copying torch/include/ATen/ops/logit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5083443Z copying torch/include/ATen/ops/logspace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5084703Z copying torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5085640Z copying torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5086832Z copying torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5087825Z copying torch/include/ATen/ops/logspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5089027Z copying torch/include/ATen/ops/logspace_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5090012Z copying torch/include/ATen/ops/logspace_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5091195Z copying torch/include/ATen/ops/logsumexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5092250Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5093425Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5094450Z copying torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5095615Z copying torch/include/ATen/ops/logsumexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5096582Z copying torch/include/ATen/ops/logsumexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5097766Z copying torch/include/ATen/ops/lshift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5098847Z copying torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5100002Z copying torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5100972Z copying torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5102163Z copying torch/include/ATen/ops/lshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5103124Z copying torch/include/ATen/ops/lshift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5104298Z copying torch/include/ATen/ops/lshift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5105640Z copying torch/include/ATen/ops/lstm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5106452Z copying torch/include/ATen/ops/lstm_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5107598Z copying torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5109012Z copying torch/include/ATen/ops/lstm_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5110155Z copying torch/include/ATen/ops/lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5111865Z copying torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5112667Z copying torch/include/ATen/ops/lstm_mps_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5114059Z copying torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5115068Z copying torch/include/ATen/ops/lstm_mps_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5116238Z copying torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5117782Z copying torch/include/ATen/ops/lstm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5118606Z copying torch/include/ATen/ops/lstm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5120438Z copying torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5121005Z copying torch/include/ATen/ops/lt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5122722Z copying torch/include/ATen/ops/lt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5123360Z copying torch/include/ATen/ops/lt_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5125126Z copying torch/include/ATen/ops/lt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5125861Z copying torch/include/ATen/ops/lt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5127393Z copying torch/include/ATen/ops/lt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5128278Z copying torch/include/ATen/ops/lu_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5129903Z copying torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5130931Z copying torch/include/ATen/ops/lu_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5131717Z copying torch/include/ATen/ops/lu_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5132703Z copying torch/include/ATen/ops/lu_unpack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5134080Z copying torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5135022Z copying torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5136035Z copying torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5137339Z copying torch/include/ATen/ops/lu_unpack_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5138327Z copying torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5139538Z copying torch/include/ATen/ops/lu_unpack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5140715Z copying torch/include/ATen/ops/lu_unpack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5142025Z copying torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5143114Z copying torch/include/ATen/ops/mH_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5144357Z copying torch/include/ATen/ops/mH_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5145806Z copying torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5146724Z copying torch/include/ATen/ops/mT_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5148147Z copying torch/include/ATen/ops/mT_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5149774Z copying torch/include/ATen/ops/margin_ranking_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5150712Z copying torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5152775Z copying torch/include/ATen/ops/margin_ranking_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5153685Z copying torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5154958Z copying torch/include/ATen/ops/masked_fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5156645Z copying torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5157875Z copying torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5158967Z copying torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5160142Z copying torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5161592Z copying torch/include/ATen/ops/masked_fill_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5162756Z copying torch/include/ATen/ops/masked_fill_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5164124Z copying torch/include/ATen/ops/masked_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5165303Z copying torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5166651Z copying torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5167545Z copying torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5169025Z copying torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5170211Z copying torch/include/ATen/ops/masked_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5171424Z copying torch/include/ATen/ops/masked_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5172636Z copying torch/include/ATen/ops/masked_select.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5173858Z copying torch/include/ATen/ops/masked_select_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5175188Z copying torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5176124Z copying torch/include/ATen/ops/masked_select_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5177529Z copying torch/include/ATen/ops/masked_select_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5178739Z copying torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5179956Z copying torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5181186Z copying torch/include/ATen/ops/masked_select_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5182419Z copying torch/include/ATen/ops/masked_select_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5183600Z copying torch/include/ATen/ops/matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5184891Z copying torch/include/ATen/ops/matmul_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5186189Z copying torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5187384Z copying torch/include/ATen/ops/matmul_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5188768Z copying torch/include/ATen/ops/matmul_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5190005Z copying torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5191296Z copying torch/include/ATen/ops/matmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5192506Z copying torch/include/ATen/ops/matmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5193628Z copying torch/include/ATen/ops/matrix_H.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5195023Z copying torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5196647Z copying torch/include/ATen/ops/matrix_H_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5197958Z copying torch/include/ATen/ops/matrix_H_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5198853Z copying torch/include/ATen/ops/matrix_exp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5200236Z copying torch/include/ATen/ops/matrix_exp_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5201519Z copying torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5202453Z copying torch/include/ATen/ops/matrix_exp_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5204002Z copying torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5204971Z copying torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5206316Z copying torch/include/ATen/ops/matrix_exp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5207511Z copying torch/include/ATen/ops/matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5208688Z copying torch/include/ATen/ops/matrix_power.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5209969Z copying torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5211046Z copying torch/include/ATen/ops/matrix_power_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5212197Z copying torch/include/ATen/ops/matrix_power_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5213452Z copying torch/include/ATen/ops/max.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5215249Z copying torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5216074Z copying torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5217036Z copying torch/include/ATen/ops/max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5218168Z copying torch/include/ATen/ops/max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5219174Z copying torch/include/ATen/ops/max_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5220602Z copying torch/include/ATen/ops/max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5221436Z copying torch/include/ATen/ops/max_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5222450Z copying torch/include/ATen/ops/max_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5223814Z copying torch/include/ATen/ops/max_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5225141Z copying torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5225911Z copying torch/include/ATen/ops/max_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5227081Z copying torch/include/ATen/ops/max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5228530Z copying torch/include/ATen/ops/max_pool1d_with_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5229832Z copying torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5231129Z copying torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5232831Z copying torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5234113Z copying torch/include/ATen/ops/max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5235899Z copying torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5236836Z copying torch/include/ATen/ops/max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5238407Z copying torch/include/ATen/ops/max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5240008Z copying torch/include/ATen/ops/max_pool2d_with_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5241142Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5242749Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5244016Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5245444Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5247092Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5248401Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5249761Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5251554Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5252768Z copying torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5254029Z copying torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5255404Z copying torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5256736Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5258300Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5259709Z copying torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5261083Z copying torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5262722Z copying torch/include/ATen/ops/max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5264067Z copying torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5265248Z copying torch/include/ATen/ops/max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5267056Z copying torch/include/ATen/ops/max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5268377Z copying torch/include/ATen/ops/max_pool3d_with_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5270803Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5271925Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5273307Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5274730Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5276126Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5277864Z copying torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5279011Z copying torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5280401Z copying torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5282622Z copying torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5283597Z copying torch/include/ATen/ops/max_unpool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5284987Z copying torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5286381Z copying torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5287724Z copying torch/include/ATen/ops/max_unpool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5289593Z copying torch/include/ATen/ops/max_unpool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5290716Z copying torch/include/ATen/ops/max_unpool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5292380Z copying torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5293978Z copying torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5295351Z copying torch/include/ATen/ops/max_unpool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5297060Z copying torch/include/ATen/ops/max_unpool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5298261Z copying torch/include/ATen/ops/maximum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5299997Z copying torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5301330Z copying torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5303000Z copying torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5304173Z copying torch/include/ATen/ops/maximum_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5305811Z copying torch/include/ATen/ops/maximum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5307026Z copying torch/include/ATen/ops/maximum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5308677Z copying torch/include/ATen/ops/maximum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5310140Z copying torch/include/ATen/ops/mean.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5311585Z copying torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5313240Z copying torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5314709Z copying torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5316243Z copying torch/include/ATen/ops/mm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5317682Z copying torch/include/ATen/ops/mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5319265Z copying torch/include/ATen/ops/mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5320800Z copying torch/include/ATen/ops/mean_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5322374Z copying torch/include/ATen/ops/mean_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5323507Z copying torch/include/ATen/ops/mean_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5325623Z copying torch/include/ATen/ops/mean_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5326320Z copying torch/include/ATen/ops/median.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5327765Z copying torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5329165Z copying torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5330285Z copying torch/include/ATen/ops/median_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5331793Z copying torch/include/ATen/ops/median_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5332863Z copying torch/include/ATen/ops/median_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5334053Z copying torch/include/ATen/ops/median_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5335205Z copying torch/include/ATen/ops/meshgrid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5336488Z copying torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5337629Z copying torch/include/ATen/ops/meshgrid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5338837Z copying torch/include/ATen/ops/meshgrid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5340414Z copying torch/include/ATen/ops/min.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5341678Z copying torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5342944Z copying torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5344329Z copying torch/include/ATen/ops/min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5345828Z copying torch/include/ATen/ops/min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5346647Z copying torch/include/ATen/ops/min_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5348268Z copying torch/include/ATen/ops/min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5349093Z copying torch/include/ATen/ops/min_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5350488Z copying torch/include/ATen/ops/min_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5351661Z copying torch/include/ATen/ops/minimum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5353836Z copying torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5354855Z copying torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5356081Z copying torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5357452Z copying torch/include/ATen/ops/minimum_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5358867Z copying torch/include/ATen/ops/minimum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5360193Z copying torch/include/ATen/ops/minimum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5361597Z copying torch/include/ATen/ops/minimum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5362918Z copying torch/include/ATen/ops/miopen_batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5364354Z copying torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5365800Z copying torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5367180Z copying torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5368614Z copying torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5369897Z copying torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5372200Z copying torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5373305Z copying torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5374748Z copying torch/include/ATen/ops/miopen_batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5376038Z copying torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5377483Z copying torch/include/ATen/ops/miopen_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5378921Z copying torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5380378Z copying torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5381735Z copying torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5383104Z copying torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5384708Z copying torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5386083Z copying torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5387464Z copying torch/include/ATen/ops/miopen_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5389223Z copying torch/include/ATen/ops/miopen_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5390659Z copying torch/include/ATen/ops/miopen_convolution_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5392386Z copying torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5393763Z copying torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5395256Z copying torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5396784Z copying torch/include/ATen/ops/miopen_convolution_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5398977Z copying torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5400209Z copying torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5401388Z copying torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5402710Z copying torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5404171Z copying torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5405677Z copying torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5407094Z copying torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5408290Z copying torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5409694Z copying torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5410971Z copying torch/include/ATen/ops/miopen_rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5412439Z copying torch/include/ATen/ops/miopen_rnn_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5413953Z copying torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5415349Z copying torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5416672Z copying torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5418083Z copying torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5419580Z copying torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5420932Z copying torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5422290Z copying torch/include/ATen/ops/miopen_rnn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5423720Z copying torch/include/ATen/ops/miopen_rnn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5425113Z copying torch/include/ATen/ops/mish.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5427558Z copying torch/include/ATen/ops/mish_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5428547Z copying torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5430139Z copying torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5431633Z copying torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5433058Z copying torch/include/ATen/ops/mish_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5434435Z copying torch/include/ATen/ops/mish_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5436040Z copying torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5437252Z copying torch/include/ATen/ops/mish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5438660Z copying torch/include/ATen/ops/mish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5439986Z copying torch/include/ATen/ops/mish_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5441619Z copying torch/include/ATen/ops/mish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5442963Z copying torch/include/ATen/ops/mish_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5444372Z copying torch/include/ATen/ops/mish_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5445770Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5447321Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5448528Z copying torch/include/ATen/ops/mkldnn_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5450686Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5452456Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5453784Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5455064Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5456466Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5458010Z copying torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5459326Z copying torch/include/ATen/ops/mkldnn_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5460701Z copying torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5461997Z copying torch/include/ATen/ops/mkldnn_linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5463402Z copying torch/include/ATen/ops/mkldnn_linear_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5465810Z copying torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5467034Z copying torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5468625Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5469641Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5471182Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5472413Z copying torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5473868Z copying torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5475333Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5476772Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5477960Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5479368Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5480779Z copying torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5482150Z copying torch/include/ATen/ops/mkldnn_linear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5483409Z copying torch/include/ATen/ops/mkldnn_linear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5484944Z copying torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5486229Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5487784Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5489096Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5490666Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5492100Z copying torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5493450Z copying torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5494758Z copying torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5496100Z copying torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5497566Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5499119Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5500509Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5501839Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5503258Z copying torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5504496Z copying torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5505788Z copying torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5507279Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5508885Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5510272Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5511700Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5513176Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5514813Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5516078Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5517345Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5518873Z copying torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5520110Z copying torch/include/ATen/ops/mm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5521598Z copying torch/include/ATen/ops/mm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5522796Z copying torch/include/ATen/ops/mm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5524272Z copying torch/include/ATen/ops/mm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5525600Z copying torch/include/ATen/ops/mm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5526997Z copying torch/include/ATen/ops/mm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5528330Z copying torch/include/ATen/ops/mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5529925Z copying torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5531298Z copying torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5532598Z copying torch/include/ATen/ops/mode_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5534004Z copying torch/include/ATen/ops/mode_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5535326Z copying torch/include/ATen/ops/mode_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5536693Z copying torch/include/ATen/ops/mode_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5538266Z copying torch/include/ATen/ops/moveaxis.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5540103Z copying torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5541148Z copying torch/include/ATen/ops/moveaxis_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5542503Z copying torch/include/ATen/ops/moveaxis_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5543981Z copying torch/include/ATen/ops/movedim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5545499Z copying torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5546734Z copying torch/include/ATen/ops/movedim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5548153Z copying torch/include/ATen/ops/movedim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5549706Z copying torch/include/ATen/ops/mps_convolution_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5551257Z copying torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5552670Z copying torch/include/ATen/ops/mps_convolution_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5554035Z copying torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5556242Z copying torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5557549Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5558900Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5560316Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5561797Z copying torch/include/ATen/ops/mps_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5563231Z copying torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5564573Z copying torch/include/ATen/ops/mps_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5565941Z copying torch/include/ATen/ops/mps_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5567338Z copying torch/include/ATen/ops/mse_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5568770Z copying torch/include/ATen/ops/mse_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5570523Z copying torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5571919Z copying torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5573336Z copying torch/include/ATen/ops/mse_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5574669Z copying torch/include/ATen/ops/mse_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5576300Z copying torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5577511Z copying torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5578931Z copying torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5580318Z copying torch/include/ATen/ops/mse_loss_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5581737Z copying torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5583113Z copying torch/include/ATen/ops/mse_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5584496Z copying torch/include/ATen/ops/mse_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5585859Z copying torch/include/ATen/ops/msort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5587567Z copying torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5588879Z copying torch/include/ATen/ops/msort_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5591750Z copying torch/include/ATen/ops/msort_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5592684Z copying torch/include/ATen/ops/mul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5594125Z copying torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5595678Z copying torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5596846Z copying torch/include/ATen/ops/mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5598222Z copying torch/include/ATen/ops/mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5599638Z copying torch/include/ATen/ops/mul_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5601046Z copying torch/include/ATen/ops/mul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5602496Z copying torch/include/ATen/ops/mul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5603762Z copying torch/include/ATen/ops/mul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5605300Z copying torch/include/ATen/ops/multi_margin_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5606678Z copying torch/include/ATen/ops/multi_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5608163Z copying torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5609505Z copying torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5610905Z copying torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5612253Z copying torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5613715Z copying torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5625587Z copying torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5626825Z copying torch/include/ATen/ops/multi_margin_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5627974Z copying torch/include/ATen/ops/multi_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5628836Z copying torch/include/ATen/ops/multilabel_margin_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5629722Z copying torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5630660Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5631701Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5632652Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5633557Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5634554Z copying torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5635544Z copying torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5636503Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5637468Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5638424Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5639328Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5640238Z copying torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5641122Z copying torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5642068Z copying torch/include/ATen/ops/multinomial.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5642908Z copying torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5643809Z copying torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5644655Z copying torch/include/ATen/ops/multinomial_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5645488Z copying torch/include/ATen/ops/multinomial_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5646278Z copying torch/include/ATen/ops/multiply.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5647561Z copying torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5648718Z copying torch/include/ATen/ops/multiply_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5650002Z copying torch/include/ATen/ops/multiply_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5651386Z copying torch/include/ATen/ops/mv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5652923Z copying torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5654220Z copying torch/include/ATen/ops/mv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5655577Z copying torch/include/ATen/ops/mv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5656986Z copying torch/include/ATen/ops/mvlgamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5658543Z copying torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5659896Z copying torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5661283Z copying torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5662651Z copying torch/include/ATen/ops/mvlgamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5664026Z copying torch/include/ATen/ops/mvlgamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5665438Z copying torch/include/ATen/ops/nan_to_num.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5667246Z copying torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5668606Z copying torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5670019Z copying torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5671539Z copying torch/include/ATen/ops/nan_to_num_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5672998Z copying torch/include/ATen/ops/nan_to_num_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5674364Z copying torch/include/ATen/ops/nanmean.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5675916Z copying torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5677159Z copying torch/include/ATen/ops/nanmean_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5678529Z copying torch/include/ATen/ops/nanmean_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5680030Z copying torch/include/ATen/ops/nanmedian.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5681477Z copying torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5682827Z copying torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5684336Z copying torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5685689Z copying torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5687072Z copying torch/include/ATen/ops/nanmedian_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5688431Z copying torch/include/ATen/ops/nanmedian_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5689904Z copying torch/include/ATen/ops/nanquantile.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5691611Z copying torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5692934Z copying torch/include/ATen/ops/nanquantile_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5694292Z copying torch/include/ATen/ops/nanquantile_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5695684Z copying torch/include/ATen/ops/nansum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5697114Z copying torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5698536Z copying torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5699893Z copying torch/include/ATen/ops/nansum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5701264Z copying torch/include/ATen/ops/nansum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5702621Z copying torch/include/ATen/ops/narrow.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5704169Z copying torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5705603Z copying torch/include/ATen/ops/narrow_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5707007Z copying torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5708454Z copying torch/include/ATen/ops/narrow_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5710316Z copying torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5711634Z copying torch/include/ATen/ops/narrow_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5712978Z copying torch/include/ATen/ops/narrow_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5714293Z copying torch/include/ATen/ops/narrow_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5715774Z copying torch/include/ATen/ops/native_batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5717241Z copying torch/include/ATen/ops/native_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5718719Z copying torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5720076Z copying torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5721322Z copying torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5722704Z copying torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5724027Z copying torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5725457Z copying torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5726790Z copying torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5728130Z copying torch/include/ATen/ops/native_batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5729505Z copying torch/include/ATen/ops/native_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5730857Z copying torch/include/ATen/ops/native_channel_shuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5732502Z copying torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5733768Z copying torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5735200Z copying torch/include/ATen/ops/native_channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5736530Z copying torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5738295Z copying torch/include/ATen/ops/native_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5739757Z copying torch/include/ATen/ops/native_dropout_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5741333Z copying torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5742479Z copying torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5743903Z copying torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5745176Z copying torch/include/ATen/ops/native_dropout_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5746700Z copying torch/include/ATen/ops/native_dropout_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5748271Z copying torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5750046Z copying torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5751515Z copying torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5752928Z copying torch/include/ATen/ops/native_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5754192Z copying torch/include/ATen/ops/native_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5755545Z copying torch/include/ATen/ops/native_group_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5756913Z copying torch/include/ATen/ops/native_group_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5758610Z copying torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5759881Z copying torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5761262Z copying torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5762631Z copying torch/include/ATen/ops/native_group_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5764061Z copying torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5765536Z copying torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5766873Z copying torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5768123Z copying torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5769487Z copying torch/include/ATen/ops/native_group_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5770949Z copying torch/include/ATen/ops/native_group_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5772356Z copying torch/include/ATen/ops/native_layer_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5773604Z copying torch/include/ATen/ops/native_layer_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5775223Z copying torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5776583Z copying torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5777949Z copying torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5779269Z copying torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5780767Z copying torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5782310Z copying torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5783536Z copying torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5785000Z copying torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5786247Z copying torch/include/ATen/ops/native_layer_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5787622Z copying torch/include/ATen/ops/native_layer_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5789091Z copying torch/include/ATen/ops/native_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5790697Z copying torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5791939Z copying torch/include/ATen/ops/native_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5793412Z copying torch/include/ATen/ops/native_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5794801Z copying torch/include/ATen/ops/ne.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5796283Z copying torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5797497Z copying torch/include/ATen/ops/ne_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5798871Z copying torch/include/ATen/ops/ne_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5800198Z copying torch/include/ATen/ops/ne_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5801600Z copying torch/include/ATen/ops/ne_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5802933Z copying torch/include/ATen/ops/ne_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5804361Z copying torch/include/ATen/ops/ne_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5805748Z copying torch/include/ATen/ops/neg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5807300Z copying torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5808510Z copying torch/include/ATen/ops/neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5809858Z copying torch/include/ATen/ops/neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5811169Z copying torch/include/ATen/ops/neg_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5812575Z copying torch/include/ATen/ops/neg_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5813912Z copying torch/include/ATen/ops/neg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5815228Z copying torch/include/ATen/ops/neg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5816598Z copying torch/include/ATen/ops/negative.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5818129Z copying torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5819397Z copying torch/include/ATen/ops/negative_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5820717Z copying torch/include/ATen/ops/negative_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5822239Z copying torch/include/ATen/ops/nested_to_padded_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5823643Z copying torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5824922Z copying torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5826295Z copying torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5828518Z copying torch/include/ATen/ops/new_empty.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5830029Z copying torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5831381Z copying torch/include/ATen/ops/new_empty_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5832812Z copying torch/include/ATen/ops/new_empty_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5834194Z copying torch/include/ATen/ops/new_empty_strided.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5835676Z copying torch/include/ATen/ops/new_empty_strided_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5836875Z copying torch/include/ATen/ops/or.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5838451Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5840107Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5841282Z copying torch/include/ATen/ops/new_empty_strided_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5842608Z copying torch/include/ATen/ops/new_full.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5844132Z copying torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5845619Z copying torch/include/ATen/ops/new_full_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5846915Z copying torch/include/ATen/ops/new_full_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5848451Z copying torch/include/ATen/ops/new_ones.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5850007Z copying torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5851264Z copying torch/include/ATen/ops/new_ones_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5852607Z copying torch/include/ATen/ops/new_ones_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5854120Z copying torch/include/ATen/ops/new_zeros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5855652Z copying torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5856924Z copying torch/include/ATen/ops/new_zeros_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5858248Z copying torch/include/ATen/ops/new_zeros_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5859545Z copying torch/include/ATen/ops/nextafter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5861159Z copying torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5862345Z copying torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5863683Z copying torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5865001Z copying torch/include/ATen/ops/nextafter_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5866403Z copying torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5867867Z copying torch/include/ATen/ops/nextafter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5869468Z copying torch/include/ATen/ops/nextafter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5870985Z copying torch/include/ATen/ops/nll_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5872418Z copying torch/include/ATen/ops/nll_loss2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5873967Z copying torch/include/ATen/ops/nll_loss2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5875436Z copying torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5876880Z copying torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5878390Z copying torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5879837Z copying torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5881319Z copying torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5882510Z copying torch/include/ATen/ops/nll_loss2d_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5883947Z copying torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5885368Z copying torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5886780Z copying torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5888129Z copying torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5889418Z copying torch/include/ATen/ops/nll_loss2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5890781Z copying torch/include/ATen/ops/nll_loss2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5892211Z copying torch/include/ATen/ops/nll_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5893892Z copying torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5895147Z copying torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5896438Z copying torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5897803Z copying torch/include/ATen/ops/nll_loss_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5899207Z copying torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5900611Z copying torch/include/ATen/ops/nll_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5901941Z copying torch/include/ATen/ops/nll_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5903518Z copying torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5904969Z copying torch/include/ATen/ops/nll_loss_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5906607Z copying torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5907992Z copying torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5910113Z copying torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5911429Z copying torch/include/ATen/ops/nll_loss_forward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5913022Z copying torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5914537Z copying torch/include/ATen/ops/nll_loss_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5915770Z copying torch/include/ATen/ops/nll_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5917145Z copying torch/include/ATen/ops/nll_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5918547Z copying torch/include/ATen/ops/nll_loss_nd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5920884Z copying torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5922008Z copying torch/include/ATen/ops/nll_loss_nd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5923416Z copying torch/include/ATen/ops/nll_loss_nd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5924793Z copying torch/include/ATen/ops/nll_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5926818Z copying torch/include/ATen/ops/nonzero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5928283Z copying torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5929765Z copying torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5931152Z copying torch/include/ATen/ops/nonzero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5932669Z copying torch/include/ATen/ops/nonzero_numpy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5934180Z copying torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5935428Z copying torch/include/ATen/ops/nonzero_numpy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5936822Z copying torch/include/ATen/ops/nonzero_numpy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5938223Z copying torch/include/ATen/ops/nonzero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5939598Z copying torch/include/ATen/ops/norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5941211Z copying torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5942684Z copying torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5944019Z copying torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5945333Z copying torch/include/ATen/ops/norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5946714Z copying torch/include/ATen/ops/norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5948327Z copying torch/include/ATen/ops/norm_except_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5949825Z copying torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5951130Z copying torch/include/ATen/ops/norm_except_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5952575Z copying torch/include/ATen/ops/norm_except_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5954046Z copying torch/include/ATen/ops/norm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5955689Z copying torch/include/ATen/ops/norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5956866Z copying torch/include/ATen/ops/norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5958169Z copying torch/include/ATen/ops/norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5959635Z copying torch/include/ATen/ops/normal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5961683Z copying torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5962968Z copying torch/include/ATen/ops/normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5964299Z copying torch/include/ATen/ops/normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5965713Z copying torch/include/ATen/ops/normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5967029Z copying torch/include/ATen/ops/normal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5968631Z copying torch/include/ATen/ops/normal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5969946Z copying torch/include/ATen/ops/not_equal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5971715Z copying torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5972878Z copying torch/include/ATen/ops/not_equal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5974152Z copying torch/include/ATen/ops/not_equal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5975700Z copying torch/include/ATen/ops/nuclear_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5977427Z copying torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5978713Z copying torch/include/ATen/ops/nuclear_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5980119Z copying torch/include/ATen/ops/nuclear_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5981666Z copying torch/include/ATen/ops/numpy_T.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5983098Z copying torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5984454Z copying torch/include/ATen/ops/numpy_T_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5985784Z copying torch/include/ATen/ops/numpy_T_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5987227Z copying torch/include/ATen/ops/one_hot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5989047Z copying torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5990286Z copying torch/include/ATen/ops/one_hot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5991745Z copying torch/include/ATen/ops/one_hot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5993107Z copying torch/include/ATen/ops/ones.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5994815Z copying torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5995995Z copying torch/include/ATen/ops/ones_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5997604Z copying torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.5998768Z copying torch/include/ATen/ops/ones_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6000200Z copying torch/include/ATen/ops/ones_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6001599Z copying torch/include/ATen/ops/ones_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6002974Z copying torch/include/ATen/ops/ones_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6004491Z copying torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6005778Z copying torch/include/ATen/ops/or_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6007122Z copying torch/include/ATen/ops/or_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6008531Z copying torch/include/ATen/ops/orgqr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6010059Z copying torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6011399Z copying torch/include/ATen/ops/orgqr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6013504Z copying torch/include/ATen/ops/orgqr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6014854Z copying torch/include/ATen/ops/ormqr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6016133Z copying torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6017469Z copying torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6018957Z copying torch/include/ATen/ops/ormqr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6020279Z copying torch/include/ATen/ops/ormqr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6021694Z copying torch/include/ATen/ops/outer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6023216Z copying torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6024896Z copying torch/include/ATen/ops/outer_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6026073Z copying torch/include/ATen/ops/outer_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6027856Z copying torch/include/ATen/ops/output_nr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6029179Z copying torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6030506Z copying torch/include/ATen/ops/output_nr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6032151Z copying torch/include/ATen/ops/output_nr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6033437Z copying torch/include/ATen/ops/pad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6035170Z copying torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6036372Z copying torch/include/ATen/ops/pad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6037984Z copying torch/include/ATen/ops/pad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6039367Z copying torch/include/ATen/ops/pad_sequence.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6040679Z copying torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6041982Z copying torch/include/ATen/ops/pad_sequence_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6043482Z copying torch/include/ATen/ops/pad_sequence_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6044783Z copying torch/include/ATen/ops/pairwise_distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6046615Z copying torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6047572Z copying torch/include/ATen/ops/pairwise_distance_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6049170Z copying torch/include/ATen/ops/pairwise_distance_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6050428Z copying torch/include/ATen/ops/pdist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6052151Z copying torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6053313Z copying torch/include/ATen/ops/pdist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6054853Z copying torch/include/ATen/ops/pdist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6056147Z copying torch/include/ATen/ops/permute.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6057827Z copying torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6060819Z copying torch/include/ATen/ops/permute_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6061632Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6062028Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6063192Z copying torch/include/ATen/ops/permute_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6064501Z copying torch/include/ATen/ops/permute_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6066371Z copying torch/include/ATen/ops/permute_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6066900Z copying torch/include/ATen/ops/permute_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6068328Z copying torch/include/ATen/ops/pin_memory.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6069368Z copying torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6070263Z copying torch/include/ATen/ops/pin_memory_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6071645Z copying torch/include/ATen/ops/pin_memory_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6073098Z copying torch/include/ATen/ops/pinverse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6074575Z copying torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6075171Z copying torch/include/ATen/ops/pinverse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6077255Z copying torch/include/ATen/ops/pinverse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6077534Z copying torch/include/ATen/ops/pixel_shuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6078633Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6079943Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6081527Z copying torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6081868Z copying torch/include/ATen/ops/pixel_shuffle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6083077Z copying torch/include/ATen/ops/pixel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6084376Z copying torch/include/ATen/ops/pixel_unshuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6085608Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6086629Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6087998Z copying torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6089069Z copying torch/include/ATen/ops/pixel_unshuffle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6090479Z copying torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6091232Z copying torch/include/ATen/ops/poisson.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6092510Z copying torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6093449Z copying torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6094545Z copying torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6095470Z copying torch/include/ATen/ops/poisson_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6097154Z copying torch/include/ATen/ops/poisson_nll_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6098815Z copying torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6099525Z copying torch/include/ATen/ops/poisson_nll_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6101003Z copying torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6101868Z copying torch/include/ATen/ops/poisson_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6102796Z copying torch/include/ATen/ops/polar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6104150Z copying torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6105073Z copying torch/include/ATen/ops/polar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6106646Z copying torch/include/ATen/ops/polar_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6107178Z copying torch/include/ATen/ops/polar_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6108637Z copying torch/include/ATen/ops/polar_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6109932Z copying torch/include/ATen/ops/polygamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6111296Z copying torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6112878Z copying torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6113329Z copying torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6114752Z copying torch/include/ATen/ops/qr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6115306Z copying torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6116934Z copying torch/include/ATen/ops/polygamma_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6118687Z copying torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6119436Z copying torch/include/ATen/ops/polygamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6120471Z copying torch/include/ATen/ops/polygamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6121744Z copying torch/include/ATen/ops/positive.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6123332Z copying torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6124687Z copying torch/include/ATen/ops/positive_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6126018Z copying torch/include/ATen/ops/positive_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6127659Z copying torch/include/ATen/ops/pow.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6129019Z copying torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6130302Z copying torch/include/ATen/ops/pow_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6131949Z copying torch/include/ATen/ops/pow_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6133092Z copying torch/include/ATen/ops/pow_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6134731Z copying torch/include/ATen/ops/pow_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6135981Z copying torch/include/ATen/ops/pow_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6137550Z copying torch/include/ATen/ops/pow_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6139160Z copying torch/include/ATen/ops/prelu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6140709Z copying torch/include/ATen/ops/prelu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6142031Z copying torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6143369Z copying torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6144749Z copying torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6146349Z copying torch/include/ATen/ops/prelu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6147960Z copying torch/include/ATen/ops/prelu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6149348Z copying torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6150990Z copying torch/include/ATen/ops/prelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6152387Z copying torch/include/ATen/ops/prelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6153982Z copying torch/include/ATen/ops/prelu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6155119Z copying torch/include/ATen/ops/prelu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6156657Z copying torch/include/ATen/ops/prod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6158501Z copying torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6159809Z copying torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6161163Z copying torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6162459Z copying torch/include/ATen/ops/prod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6163888Z copying torch/include/ATen/ops/prod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6165362Z copying torch/include/ATen/ops/prod_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6166732Z copying torch/include/ATen/ops/prod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6168411Z copying torch/include/ATen/ops/prod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6169522Z copying torch/include/ATen/ops/prod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6171069Z copying torch/include/ATen/ops/promote_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6172551Z copying torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6173892Z copying torch/include/ATen/ops/promote_types_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6175257Z copying torch/include/ATen/ops/promote_types_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6176864Z copying torch/include/ATen/ops/put.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6178217Z copying torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6179548Z copying torch/include/ATen/ops/put_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6181217Z copying torch/include/ATen/ops/put_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6182544Z copying torch/include/ATen/ops/put_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6184788Z copying torch/include/ATen/ops/put_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6185819Z copying torch/include/ATen/ops/put_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6187471Z copying torch/include/ATen/ops/q_per_channel_axis.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6188859Z copying torch/include/ATen/ops/q_per_channel_axis_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6190514Z copying torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6191839Z copying torch/include/ATen/ops/q_per_channel_scales.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6193611Z copying torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6194773Z copying torch/include/ATen/ops/q_per_channel_scales_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6196171Z copying torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6197920Z copying torch/include/ATen/ops/q_per_channel_zero_points.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6199135Z copying torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6200573Z copying torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6202720Z copying torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6203242Z copying torch/include/ATen/ops/q_scale.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6204563Z copying torch/include/ATen/ops/q_scale_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6205699Z copying torch/include/ATen/ops/q_scale_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6207418Z copying torch/include/ATen/ops/q_zero_point.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6208160Z copying torch/include/ATen/ops/q_zero_point_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6209873Z copying torch/include/ATen/ops/q_zero_point_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6210681Z copying torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6212141Z copying torch/include/ATen/ops/qr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6213548Z copying torch/include/ATen/ops/qr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6215228Z copying torch/include/ATen/ops/qscheme.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6216642Z copying torch/include/ATen/ops/qscheme_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6216908Z copying torch/include/ATen/ops/qscheme_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6218246Z copying torch/include/ATen/ops/quantile.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6219433Z copying torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6221055Z copying torch/include/ATen/ops/quantile_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6221982Z copying torch/include/ATen/ops/quantile_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6223167Z copying torch/include/ATen/ops/quantize_per_channel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6224775Z copying torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6225731Z copying torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6227068Z copying torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6228209Z copying torch/include/ATen/ops/quantize_per_channel_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6229975Z copying torch/include/ATen/ops/quantize_per_channel_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6230626Z copying torch/include/ATen/ops/quantize_per_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6231692Z copying torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6232854Z copying torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6234132Z copying torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6235133Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6236356Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6237446Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6238440Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6239475Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6240496Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6241502Z copying torch/include/ATen/ops/quantize_per_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6242644Z copying torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6243879Z copying torch/include/ATen/ops/quantized_batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6244931Z copying torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6245835Z copying torch/include/ATen/ops/quantized_batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6247218Z copying torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6248082Z copying torch/include/ATen/ops/quantized_gru_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6249379Z copying torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6250310Z copying torch/include/ATen/ops/quantized_gru_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6251560Z copying torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6252369Z copying torch/include/ATen/ops/quantized_lstm_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6253500Z copying torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6254448Z copying torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6255516Z copying torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6256442Z copying torch/include/ATen/ops/quantized_max_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6257502Z copying torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6258479Z copying torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6259469Z copying torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6260435Z copying torch/include/ATen/ops/quantized_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6261936Z copying torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6262916Z copying torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6263898Z copying torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6264901Z copying torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6266001Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6267027Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6268105Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6269426Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6270528Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6271692Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6272683Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6273599Z copying torch/include/ATen/ops/rad2deg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6274838Z copying torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6275713Z copying torch/include/ATen/ops/rad2deg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6276814Z copying torch/include/ATen/ops/rad2deg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6277758Z copying torch/include/ATen/ops/rand.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6279264Z copying torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6280273Z copying torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6281228Z copying torch/include/ATen/ops/rand_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6282912Z copying torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6283498Z copying torch/include/ATen/ops/rand_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6284767Z copying torch/include/ATen/ops/rand_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6286765Z copying torch/include/ATen/ops/rand_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6287248Z copying torch/include/ATen/ops/rand_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6287956Z copying torch/include/ATen/ops/randint.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6289375Z copying torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6290199Z copying torch/include/ATen/ops/randint_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6291305Z copying torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6292315Z copying torch/include/ATen/ops/randint_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6293404Z copying torch/include/ATen/ops/randint_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6294461Z copying torch/include/ATen/ops/randint_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6295551Z copying torch/include/ATen/ops/randint_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6296695Z copying torch/include/ATen/ops/randn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6298417Z copying torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6299345Z copying torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6300847Z copying torch/include/ATen/ops/randn_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6302190Z copying torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6303018Z copying torch/include/ATen/ops/randn_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6304242Z copying torch/include/ATen/ops/randn_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6305529Z copying torch/include/ATen/ops/randn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6306965Z copying torch/include/ATen/ops/randn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6308199Z copying torch/include/ATen/ops/random.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6309711Z copying torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6310892Z copying torch/include/ATen/ops/random_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6312410Z copying torch/include/ATen/ops/random_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6314177Z copying torch/include/ATen/ops/random_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6315895Z copying torch/include/ATen/ops/random_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6317073Z copying torch/include/ATen/ops/random_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6317971Z copying torch/include/ATen/ops/randperm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6320049Z copying torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6320598Z copying torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6321832Z copying torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6323019Z copying torch/include/ATen/ops/randperm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6324048Z copying torch/include/ATen/ops/randperm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6325407Z copying torch/include/ATen/ops/range.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6326776Z copying torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6327751Z copying torch/include/ATen/ops/range_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6329112Z copying torch/include/ATen/ops/range_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6330719Z copying torch/include/ATen/ops/range_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6331909Z copying torch/include/ATen/ops/range_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6332456Z copying torch/include/ATen/ops/range_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6334873Z copying torch/include/ATen/ops/ravel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6335598Z copying torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6336107Z copying torch/include/ATen/ops/ravel_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6337608Z copying torch/include/ATen/ops/ravel_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6338560Z copying torch/include/ATen/ops/real.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6339869Z copying torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6340757Z copying torch/include/ATen/ops/real_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6341738Z copying torch/include/ATen/ops/real_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6342701Z copying torch/include/ATen/ops/reciprocal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6344228Z copying torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6344938Z copying torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6346128Z copying torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6347156Z copying torch/include/ATen/ops/reciprocal_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6348622Z copying torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6349630Z copying torch/include/ATen/ops/reciprocal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6350587Z copying torch/include/ATen/ops/reciprocal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6352133Z copying torch/include/ATen/ops/record_stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6353194Z copying torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6354401Z copying torch/include/ATen/ops/record_stream_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6355373Z copying torch/include/ATen/ops/record_stream_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6356799Z copying torch/include/ATen/ops/refine_names.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6357797Z copying torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6358731Z copying torch/include/ATen/ops/refine_names_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6360014Z copying torch/include/ATen/ops/refine_names_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6360890Z copying torch/include/ATen/ops/reflection_pad1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6362021Z copying torch/include/ATen/ops/relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6363101Z copying torch/include/ATen/ops/reflection_pad1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6364614Z copying torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6365592Z copying torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6366558Z copying torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6368021Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6368894Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6370274Z copying torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6371031Z copying torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6372331Z copying torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6373173Z copying torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6374177Z copying torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6375206Z copying torch/include/ATen/ops/reflection_pad1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6376274Z copying torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6377251Z copying torch/include/ATen/ops/reflection_pad1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6378331Z copying torch/include/ATen/ops/reflection_pad1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6379273Z copying torch/include/ATen/ops/reflection_pad2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6380335Z copying torch/include/ATen/ops/reflection_pad2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6381391Z copying torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6382592Z copying torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6383555Z copying torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6384536Z copying torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6385595Z copying torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6386552Z copying torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6387656Z copying torch/include/ATen/ops/reflection_pad2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6388789Z copying torch/include/ATen/ops/reflection_pad2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6390370Z copying torch/include/ATen/ops/reflection_pad3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6391310Z copying torch/include/ATen/ops/reflection_pad3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6392615Z copying torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6393615Z copying torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6394879Z copying torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6395706Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6396636Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6397576Z copying torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6398395Z copying torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6399810Z copying torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6400727Z copying torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6401605Z copying torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6402584Z copying torch/include/ATen/ops/reflection_pad3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6403574Z copying torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6404820Z copying torch/include/ATen/ops/reflection_pad3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6406232Z copying torch/include/ATen/ops/reflection_pad3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6407656Z copying torch/include/ATen/ops/relu6.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6409033Z copying torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6409884Z copying torch/include/ATen/ops/relu6_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6411147Z copying torch/include/ATen/ops/relu6_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6412490Z copying torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6413456Z copying torch/include/ATen/ops/relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6414920Z copying torch/include/ATen/ops/relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6416782Z copying torch/include/ATen/ops/relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6417272Z copying torch/include/ATen/ops/relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6418162Z copying torch/include/ATen/ops/relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6419219Z copying torch/include/ATen/ops/remainder.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6420105Z copying torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6421414Z copying torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6422025Z copying torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6423726Z copying torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6424579Z copying torch/include/ATen/ops/remainder_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6425829Z copying torch/include/ATen/ops/remainder_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6426731Z copying torch/include/ATen/ops/remainder_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6428150Z copying torch/include/ATen/ops/remainder_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6429902Z copying torch/include/ATen/ops/rename.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6431044Z copying torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6432058Z copying torch/include/ATen/ops/rename_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6433398Z copying torch/include/ATen/ops/rename_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6434467Z copying torch/include/ATen/ops/renorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6435522Z copying torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6436425Z copying torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6437422Z copying torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6438342Z copying torch/include/ATen/ops/renorm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6439513Z copying torch/include/ATen/ops/renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6440271Z copying torch/include/ATen/ops/renorm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6441316Z copying torch/include/ATen/ops/renorm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6442384Z copying torch/include/ATen/ops/repeat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6443923Z copying torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6445291Z copying torch/include/ATen/ops/repeat_interleave.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6446711Z copying torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6448096Z copying torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6449415Z copying torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6450896Z copying torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6452623Z copying torch/include/ATen/ops/repeat_interleave_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6453787Z copying torch/include/ATen/ops/repeat_interleave_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6455250Z copying torch/include/ATen/ops/repeat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6456541Z copying torch/include/ATen/ops/repeat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6458224Z copying torch/include/ATen/ops/replication_pad1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6459440Z copying torch/include/ATen/ops/replication_pad1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6461673Z copying torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6462629Z copying torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6463948Z copying torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6465302Z copying torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6466970Z copying torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6468540Z copying torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6469942Z copying torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6471846Z copying torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6473060Z copying torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6474409Z copying torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6476017Z copying torch/include/ATen/ops/replication_pad1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6477243Z copying torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6478919Z copying torch/include/ATen/ops/replication_pad1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6480122Z copying torch/include/ATen/ops/replication_pad1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6481420Z copying torch/include/ATen/ops/replication_pad2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6482910Z copying torch/include/ATen/ops/replication_pad2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6484304Z copying torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6485891Z copying torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6487519Z copying torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6488794Z copying torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6491324Z copying torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6492263Z copying torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6493693Z copying torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6494999Z copying torch/include/ATen/ops/replication_pad2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6496387Z copying torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6498064Z copying torch/include/ATen/ops/replication_pad2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6499178Z copying torch/include/ATen/ops/replication_pad2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6500772Z copying torch/include/ATen/ops/replication_pad3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6502094Z copying torch/include/ATen/ops/replication_pad3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6503851Z copying torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6505063Z copying torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6506412Z copying torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6508210Z copying torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6509491Z copying torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6510806Z copying torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6512546Z copying torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6513825Z copying torch/include/ATen/ops/replication_pad3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6515533Z copying torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6516724Z copying torch/include/ATen/ops/replication_pad3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6518085Z copying torch/include/ATen/ops/replication_pad3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6519728Z copying torch/include/ATen/ops/requires_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6521199Z copying torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6522385Z copying torch/include/ATen/ops/requires_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6523796Z copying torch/include/ATen/ops/requires_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6525306Z copying torch/include/ATen/ops/reshape.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6526120Z copying torch/include/ATen/ops/reshape_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6528037Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6528845Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6530433Z copying torch/include/ATen/ops/reshape_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6531114Z copying torch/include/ATen/ops/reshape_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6532916Z copying torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6533452Z copying torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6535124Z copying torch/include/ATen/ops/reshape_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6536058Z copying torch/include/ATen/ops/reshape_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6537487Z copying torch/include/ATen/ops/resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6538623Z copying torch/include/ATen/ops/resize_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6539955Z copying torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6540938Z copying torch/include/ATen/ops/resize_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6542347Z copying torch/include/ATen/ops/resize_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6543544Z copying torch/include/ATen/ops/resize_as_sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6544821Z copying torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6546955Z copying torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6547466Z copying torch/include/ATen/ops/resize_as_sparse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6548862Z copying torch/include/ATen/ops/resize_as_sparse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6549812Z copying torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6550958Z copying torch/include/ATen/ops/resize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6552004Z copying torch/include/ATen/ops/resize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6553203Z copying torch/include/ATen/ops/resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6554346Z copying torch/include/ATen/ops/resize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6555914Z copying torch/include/ATen/ops/resize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6556691Z copying torch/include/ATen/ops/resolve_conj.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6558031Z copying torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6559107Z copying torch/include/ATen/ops/resolve_conj_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6560262Z copying torch/include/ATen/ops/resolve_conj_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6561424Z copying torch/include/ATen/ops/resolve_neg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6562752Z copying torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6563800Z copying torch/include/ATen/ops/resolve_neg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6564954Z copying torch/include/ATen/ops/resolve_neg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6566122Z copying torch/include/ATen/ops/result_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6567434Z copying torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6568519Z copying torch/include/ATen/ops/result_type_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6569695Z copying torch/include/ATen/ops/result_type_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6571080Z copying torch/include/ATen/ops/retain_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6572346Z copying torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6574106Z copying torch/include/ATen/ops/retain_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6574983Z copying torch/include/ATen/ops/retain_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6576354Z copying torch/include/ATen/ops/retains_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6577463Z copying torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6578279Z copying torch/include/ATen/ops/retains_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6579910Z copying torch/include/ATen/ops/retains_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6580687Z copying torch/include/ATen/ops/rnn_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6582054Z copying torch/include/ATen/ops/rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6583007Z copying torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6583919Z copying torch/include/ATen/ops/rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6585027Z copying torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6586584Z copying torch/include/ATen/ops/rnn_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6587516Z copying torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6588633Z copying torch/include/ATen/ops/rnn_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6590546Z copying torch/include/ATen/ops/rnn_tanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6591543Z copying torch/include/ATen/ops/rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6592805Z copying torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6594034Z copying torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6595000Z copying torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6596458Z copying torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6597217Z copying torch/include/ATen/ops/rnn_tanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6598645Z copying torch/include/ATen/ops/rnn_tanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6599591Z copying torch/include/ATen/ops/roll.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6600977Z copying torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6602287Z copying torch/include/ATen/ops/roll_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6603616Z copying torch/include/ATen/ops/roll_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6603874Z copying torch/include/ATen/ops/roll_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6605228Z copying torch/include/ATen/ops/roll_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6606121Z copying torch/include/ATen/ops/rot90.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6607141Z copying torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6608394Z copying torch/include/ATen/ops/rot90_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6609518Z copying torch/include/ATen/ops/rot90_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6610579Z copying torch/include/ATen/ops/round.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6611923Z copying torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6612607Z copying torch/include/ATen/ops/round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6614417Z copying torch/include/ATen/ops/round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6615304Z copying torch/include/ATen/ops/round_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6617189Z copying torch/include/ATen/ops/round_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6617655Z copying torch/include/ATen/ops/round_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6618423Z copying torch/include/ATen/ops/round_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6619413Z copying torch/include/ATen/ops/row_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6620575Z copying torch/include/ATen/ops/row_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6621739Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6622723Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6623553Z copying torch/include/ATen/ops/row_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6624694Z copying torch/include/ATen/ops/row_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6625638Z copying torch/include/ATen/ops/row_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6626669Z copying torch/include/ATen/ops/row_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6627897Z copying torch/include/ATen/ops/row_stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6629226Z copying torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6630309Z copying torch/include/ATen/ops/row_stack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6631498Z copying torch/include/ATen/ops/row_stack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6632761Z copying torch/include/ATen/ops/rrelu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6633730Z copying torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6635165Z copying torch/include/ATen/ops/rrelu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6636042Z copying torch/include/ATen/ops/rrelu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6637370Z copying torch/include/ATen/ops/rrelu_with_noise.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6638323Z copying torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6639741Z copying torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6640688Z copying torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6641699Z copying torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6643089Z copying torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6644079Z copying torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6645425Z copying torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6647090Z copying torch/include/ATen/ops/rrelu_with_noise_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6649086Z copying torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6649321Z copying torch/include/ATen/ops/rshift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6650646Z copying torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6651605Z copying torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6652816Z copying torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6654370Z copying torch/include/ATen/ops/rshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6655261Z copying torch/include/ATen/ops/rshift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6656548Z copying torch/include/ATen/ops/rshift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6657781Z copying torch/include/ATen/ops/rsqrt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6659721Z copying torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6660417Z copying torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6661167Z copying torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6662393Z copying torch/include/ATen/ops/rsqrt_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6663331Z copying torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6664709Z copying torch/include/ATen/ops/rsqrt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6665699Z copying torch/include/ATen/ops/rsqrt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6666336Z copying torch/include/ATen/ops/rsub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6667999Z copying torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6668799Z copying torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6670571Z copying torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6670900Z copying torch/include/ATen/ops/rsub_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6672445Z copying torch/include/ATen/ops/rsub_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6673051Z copying torch/include/ATen/ops/scalar_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6674389Z copying torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6676041Z copying torch/include/ATen/ops/scalar_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6676309Z copying torch/include/ATen/ops/scalar_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6677677Z copying torch/include/ATen/ops/scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6678805Z copying torch/include/ATen/ops/scatter_add.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6680091Z copying torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6681122Z copying torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6682203Z copying torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6683741Z copying torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6684235Z copying torch/include/ATen/ops/scatter_add_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6685651Z copying torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6686773Z copying torch/include/ATen/ops/scatter_add_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6687757Z copying torch/include/ATen/ops/scatter_add_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6689291Z copying torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6689985Z copying torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6691248Z copying torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6692563Z copying torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6693877Z copying torch/include/ATen/ops/scatter_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6694778Z copying torch/include/ATen/ops/scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6695669Z copying torch/include/ATen/ops/scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6696874Z copying torch/include/ATen/ops/scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6698189Z copying torch/include/ATen/ops/scatter_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6699125Z copying torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6700527Z copying torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6701274Z copying torch/include/ATen/ops/scatter_reduce_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6702635Z copying torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6703959Z copying torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6704819Z copying torch/include/ATen/ops/scatter_reduce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6705763Z copying torch/include/ATen/ops/scatter_reduce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6706799Z copying torch/include/ATen/ops/searchsorted.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6708002Z copying torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6709120Z copying torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6710361Z copying torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6711576Z copying torch/include/ATen/ops/searchsorted_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6713079Z copying torch/include/ATen/ops/searchsorted_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6713860Z copying torch/include/ATen/ops/segment_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6715577Z copying torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6716443Z copying torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6717563Z copying torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6718525Z copying torch/include/ATen/ops/segment_reduce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6720163Z copying torch/include/ATen/ops/segment_reduce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6721348Z copying torch/include/ATen/ops/select.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6722357Z copying torch/include/ATen/ops/select_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6723759Z copying torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6725020Z copying torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6725894Z copying torch/include/ATen/ops/select_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6727182Z copying torch/include/ATen/ops/select_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6728611Z copying torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6729305Z copying torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6730252Z copying torch/include/ATen/ops/select_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6731734Z copying torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6733124Z copying torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6733875Z copying torch/include/ATen/ops/select_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6735264Z copying torch/include/ATen/ops/select_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6736123Z copying torch/include/ATen/ops/select_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6737289Z copying torch/include/ATen/ops/select_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6738336Z copying torch/include/ATen/ops/select_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6739667Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6740542Z copying torch/include/ATen/ops/select_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6741520Z copying torch/include/ATen/ops/select_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6742549Z copying torch/include/ATen/ops/selu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6743694Z copying torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6744662Z copying torch/include/ATen/ops/selu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6745671Z copying torch/include/ATen/ops/selu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6746630Z copying torch/include/ATen/ops/set.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6748029Z copying torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6749739Z copying torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6751235Z copying torch/include/ATen/ops/set_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6752232Z copying torch/include/ATen/ops/set_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6753411Z copying torch/include/ATen/ops/set_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6754599Z copying torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6755515Z copying torch/include/ATen/ops/set_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6756657Z copying torch/include/ATen/ops/set_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6757757Z copying torch/include/ATen/ops/set_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6758866Z copying torch/include/ATen/ops/set_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6759880Z copying torch/include/ATen/ops/set_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6761462Z copying torch/include/ATen/ops/sgn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6762366Z copying torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6763294Z copying torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6764661Z copying torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6765943Z copying torch/include/ATen/ops/sgn_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6767103Z copying torch/include/ATen/ops/sgn_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6768393Z copying torch/include/ATen/ops/sgn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6769536Z copying torch/include/ATen/ops/sgn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6770906Z copying torch/include/ATen/ops/sigmoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6772054Z copying torch/include/ATen/ops/sigmoid_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6773491Z copying torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6774774Z copying torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6775880Z copying torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6777295Z copying torch/include/ATen/ops/sigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6778308Z copying torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6779730Z copying torch/include/ATen/ops/sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6780726Z copying torch/include/ATen/ops/sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6782317Z copying torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6783247Z copying torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6784218Z copying torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6785426Z copying torch/include/ATen/ops/sigmoid_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6786705Z copying torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6787974Z copying torch/include/ATen/ops/sigmoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6789322Z copying torch/include/ATen/ops/sigmoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6790440Z copying torch/include/ATen/ops/sign.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6792129Z copying torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6793024Z copying torch/include/ATen/ops/sign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6794466Z copying torch/include/ATen/ops/sign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6795868Z copying torch/include/ATen/ops/sign_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6797136Z copying torch/include/ATen/ops/sign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6798435Z copying torch/include/ATen/ops/sign_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6799600Z copying torch/include/ATen/ops/sign_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6800636Z copying torch/include/ATen/ops/signbit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6801938Z copying torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6803960Z copying torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6804308Z copying torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6805312Z copying torch/include/ATen/ops/signbit_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6806784Z copying torch/include/ATen/ops/signbit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6807608Z copying torch/include/ATen/ops/signbit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6808861Z copying torch/include/ATen/ops/signbit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6810207Z copying torch/include/ATen/ops/silu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6811030Z copying torch/include/ATen/ops/silu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6812450Z copying torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6813340Z copying torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6814523Z copying torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6816157Z copying torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6816769Z copying torch/include/ATen/ops/silu_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6818379Z copying torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6819852Z copying torch/include/ATen/ops/silu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6820462Z copying torch/include/ATen/ops/silu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6821364Z copying torch/include/ATen/ops/silu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6822812Z copying torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6823682Z copying torch/include/ATen/ops/silu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6824935Z copying torch/include/ATen/ops/silu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6826143Z copying torch/include/ATen/ops/silu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6827424Z copying torch/include/ATen/ops/silu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6828762Z copying torch/include/ATen/ops/silu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6829641Z copying torch/include/ATen/ops/sin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6831242Z copying torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6831922Z copying torch/include/ATen/ops/sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6833518Z copying torch/include/ATen/ops/sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6834369Z copying torch/include/ATen/ops/sin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6835365Z copying torch/include/ATen/ops/sin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6836876Z copying torch/include/ATen/ops/sin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6837880Z copying torch/include/ATen/ops/sin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6838846Z copying torch/include/ATen/ops/sinc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6840374Z copying torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6841227Z copying torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6842754Z copying torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6843834Z copying torch/include/ATen/ops/sinc_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6845097Z copying torch/include/ATen/ops/sinc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6846783Z copying torch/include/ATen/ops/sinc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6847901Z copying torch/include/ATen/ops/sinc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6849619Z copying torch/include/ATen/ops/sinh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6850870Z copying torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6852127Z copying torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6854064Z copying torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6855086Z copying torch/include/ATen/ops/sinh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6856867Z copying torch/include/ATen/ops/sinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6858018Z copying torch/include/ATen/ops/sinh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6859406Z copying torch/include/ATen/ops/sinh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6861016Z copying torch/include/ATen/ops/size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6862376Z copying torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6863701Z copying torch/include/ATen/ops/size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6865122Z copying torch/include/ATen/ops/size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6866438Z copying torch/include/ATen/ops/slice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6868266Z copying torch/include/ATen/ops/slice_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6869619Z copying torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6871057Z copying torch/include/ATen/ops/slice_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6872574Z copying torch/include/ATen/ops/slice_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6874129Z copying torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6875351Z copying torch/include/ATen/ops/slice_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6877946Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6878929Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6880158Z copying torch/include/ATen/ops/slice_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6881491Z copying torch/include/ATen/ops/slice_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6883222Z copying torch/include/ATen/ops/slice_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6884494Z copying torch/include/ATen/ops/slice_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6885302Z copying torch/include/ATen/ops/slice_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6887196Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6887848Z copying torch/include/ATen/ops/slice_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6889360Z copying torch/include/ATen/ops/slice_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6890587Z copying torch/include/ATen/ops/slogdet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6891723Z copying torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6893133Z copying torch/include/ATen/ops/slogdet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6894170Z copying torch/include/ATen/ops/slogdet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6895444Z copying torch/include/ATen/ops/slow_conv3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6896519Z copying torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6897793Z copying torch/include/ATen/ops/slow_conv3d_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6898844Z copying torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6900296Z copying torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6901782Z copying torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6902791Z copying torch/include/ATen/ops/slow_conv3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6903983Z copying torch/include/ATen/ops/slow_conv3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6905279Z copying torch/include/ATen/ops/slow_conv_dilated2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6906453Z copying torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6907459Z copying torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6908705Z copying torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6910769Z copying torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6911536Z copying torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6912951Z copying torch/include/ATen/ops/slow_conv_dilated3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6913944Z copying torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6915738Z copying torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6916063Z copying torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6916948Z copying torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6918418Z copying torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6919300Z copying torch/include/ATen/ops/slow_conv_transpose2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6920780Z copying torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6921725Z copying torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6922805Z copying torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6923945Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6925281Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6926481Z copying torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6927782Z copying torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6929118Z copying torch/include/ATen/ops/slow_conv_transpose3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6930060Z copying torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6931681Z copying torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6932746Z copying torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6934035Z copying torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6935243Z copying torch/include/ATen/ops/smm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6936612Z copying torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6937435Z copying torch/include/ATen/ops/smm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6938399Z copying torch/include/ATen/ops/smm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6939366Z copying torch/include/ATen/ops/smooth_l1_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6940862Z copying torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6941775Z copying torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6943197Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6944114Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6945579Z copying torch/include/ATen/ops/t.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6946505Z copying torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6948507Z copying torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6949526Z copying torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6950805Z copying torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6952298Z copying torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6953491Z copying torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6954622Z copying torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6956181Z copying torch/include/ATen/ops/smooth_l1_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6957403Z copying torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6958578Z copying torch/include/ATen/ops/soft_margin_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6960249Z copying torch/include/ATen/ops/soft_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6961324Z copying torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6962216Z copying torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6963284Z copying torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6964336Z copying torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6965348Z copying torch/include/ATen/ops/soft_margin_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6966694Z copying torch/include/ATen/ops/soft_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6967912Z copying torch/include/ATen/ops/softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6968960Z copying torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6970201Z copying torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6971365Z copying torch/include/ATen/ops/softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6972432Z copying torch/include/ATen/ops/softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6973766Z copying torch/include/ATen/ops/softplus.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6975111Z copying torch/include/ATen/ops/softplus_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6976094Z copying torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6977094Z copying torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6978336Z copying torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6979722Z copying torch/include/ATen/ops/softplus_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6980693Z copying torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6982236Z copying torch/include/ATen/ops/softplus_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6983153Z copying torch/include/ATen/ops/softplus_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6984686Z copying torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6985412Z copying torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6986671Z copying torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6987663Z copying torch/include/ATen/ops/softplus_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6988845Z copying torch/include/ATen/ops/softplus_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6990101Z copying torch/include/ATen/ops/softplus_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6991428Z copying torch/include/ATen/ops/softplus_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6992304Z copying torch/include/ATen/ops/softshrink.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6993581Z copying torch/include/ATen/ops/softshrink_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6994639Z copying torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6995981Z copying torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6997067Z copying torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6998110Z copying torch/include/ATen/ops/softshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.6999123Z copying torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7000616Z copying torch/include/ATen/ops/softshrink_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7001633Z copying torch/include/ATen/ops/softshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7002844Z copying torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7003720Z copying torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7004791Z copying torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7005864Z copying torch/include/ATen/ops/softshrink_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7007073Z copying torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7008501Z copying torch/include/ATen/ops/softshrink_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7009507Z copying torch/include/ATen/ops/softshrink_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7010845Z copying torch/include/ATen/ops/sort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7012125Z copying torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7013383Z copying torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7014365Z copying torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7015442Z copying torch/include/ATen/ops/sort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7016433Z copying torch/include/ATen/ops/sort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7017593Z copying torch/include/ATen/ops/sort_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7018709Z copying torch/include/ATen/ops/sort_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7019837Z copying torch/include/ATen/ops/sort_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7021035Z copying torch/include/ATen/ops/sort_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7022421Z copying torch/include/ATen/ops/sparse_bsc_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7023565Z copying torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7024506Z copying torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7025593Z copying torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7026700Z copying torch/include/ATen/ops/sparse_bsr_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7028057Z copying torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7029085Z copying torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7030874Z copying torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7031713Z copying torch/include/ATen/ops/sparse_compressed_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7033183Z copying torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7034170Z copying torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7035126Z copying torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7036493Z copying torch/include/ATen/ops/sparse_coo_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7037409Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7038802Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7039605Z copying torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7040788Z copying torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7041577Z copying torch/include/ATen/ops/sparse_csc_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7043120Z copying torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7044047Z copying torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7045382Z copying torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7046376Z copying torch/include/ATen/ops/sparse_csr_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7047403Z copying torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7048899Z copying torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7049739Z copying torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7050650Z copying torch/include/ATen/ops/to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7051625Z copying torch/include/ATen/ops/sparse_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7053245Z copying torch/include/ATen/ops/sparse_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7053729Z copying torch/include/ATen/ops/sparse_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7055384Z copying torch/include/ATen/ops/sparse_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7056356Z copying torch/include/ATen/ops/sparse_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7057242Z copying torch/include/ATen/ops/sparse_mask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7058175Z copying torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7059372Z copying torch/include/ATen/ops/sparse_mask_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7060547Z copying torch/include/ATen/ops/sparse_mask_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7061298Z copying torch/include/ATen/ops/sparse_resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7062530Z copying torch/include/ATen/ops/sparse_resize_and_clear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7063694Z copying torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7064482Z copying torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7065659Z copying torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7066686Z copying torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7067846Z copying torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7069118Z copying torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7070876Z copying torch/include/ATen/ops/sparse_resize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7071861Z copying torch/include/ATen/ops/sparse_resize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7073206Z copying torch/include/ATen/ops/sparse_sampled_addmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7074391Z copying torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7075393Z copying torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7076849Z copying torch/include/ATen/ops/special_airy_ai.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7078458Z copying torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7079389Z copying torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7080544Z copying torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7081659Z copying torch/include/ATen/ops/special_airy_ai_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7082717Z copying torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7084050Z copying torch/include/ATen/ops/special_airy_ai_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7085072Z copying torch/include/ATen/ops/special_airy_ai_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7086005Z copying torch/include/ATen/ops/special_bessel_j0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7087097Z copying torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7088003Z copying torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7089037Z copying torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7090351Z copying torch/include/ATen/ops/special_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7091637Z copying torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7092609Z copying torch/include/ATen/ops/special_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7093989Z copying torch/include/ATen/ops/special_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7094764Z copying torch/include/ATen/ops/special_bessel_j1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7096027Z copying torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7097098Z copying torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7098351Z copying torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7099781Z copying torch/include/ATen/ops/special_bessel_j1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7101144Z copying torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7101721Z copying torch/include/ATen/ops/special_bessel_j1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7103521Z copying torch/include/ATen/ops/special_bessel_j1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7104711Z copying torch/include/ATen/ops/special_bessel_y0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7106283Z copying torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7107150Z copying torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7108699Z copying torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7109719Z copying torch/include/ATen/ops/special_bessel_y0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7110939Z copying torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7111934Z copying torch/include/ATen/ops/special_bessel_y0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7112908Z copying torch/include/ATen/ops/special_bessel_y0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7113987Z copying torch/include/ATen/ops/special_bessel_y1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7115425Z copying torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7116127Z copying torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7117466Z copying torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7118166Z copying torch/include/ATen/ops/special_bessel_y1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7120385Z copying torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7120782Z copying torch/include/ATen/ops/special_bessel_y1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7121792Z copying torch/include/ATen/ops/special_bessel_y1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7123428Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7124200Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7124985Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7126528Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7127503Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7128354Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7129364Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7130747Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7131651Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7132633Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7133818Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7134967Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7136442Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7137446Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7138802Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7139827Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7140997Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7142191Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7150464Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7151720Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7152926Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7154311Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7155410Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7156379Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7157736Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7159605Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7159988Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7160989Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7162122Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7164026Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7164343Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7165639Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7167660Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7168650Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7169661Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7170954Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7172234Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7173977Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7175271Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7176639Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7178274Z copying torch/include/ATen/ops/special_digamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7179687Z copying torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7181034Z copying torch/include/ATen/ops/special_digamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7182753Z copying torch/include/ATen/ops/special_digamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7183920Z copying torch/include/ATen/ops/special_entr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7185808Z copying torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7186898Z copying torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7189485Z copying torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7190370Z copying torch/include/ATen/ops/special_entr_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7192184Z copying torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7193319Z copying torch/include/ATen/ops/special_entr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7194933Z copying torch/include/ATen/ops/special_entr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7196109Z copying torch/include/ATen/ops/special_erf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7197933Z copying torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7199045Z copying torch/include/ATen/ops/special_erf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7200517Z copying torch/include/ATen/ops/special_erf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7201846Z copying torch/include/ATen/ops/special_erfc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7203307Z copying torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7204543Z copying torch/include/ATen/ops/special_erfc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7205726Z copying torch/include/ATen/ops/special_erfc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7207095Z copying torch/include/ATen/ops/special_erfcx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7208437Z copying torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7209354Z copying torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7210717Z copying torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7211743Z copying torch/include/ATen/ops/special_erfcx_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7213252Z copying torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7214444Z copying torch/include/ATen/ops/special_erfcx_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7215808Z copying torch/include/ATen/ops/special_erfcx_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7217478Z copying torch/include/ATen/ops/special_erfinv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7218667Z copying torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7220156Z copying torch/include/ATen/ops/special_erfinv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7221425Z copying torch/include/ATen/ops/special_erfinv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7223111Z copying torch/include/ATen/ops/special_exp2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7224412Z copying torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7225756Z copying torch/include/ATen/ops/special_exp2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7227449Z copying torch/include/ATen/ops/special_exp2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7228606Z copying torch/include/ATen/ops/special_expit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7231476Z copying torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7232375Z copying torch/include/ATen/ops/special_expit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7233555Z copying torch/include/ATen/ops/special_expit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7235210Z copying torch/include/ATen/ops/special_expm1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7237025Z copying torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7238083Z copying torch/include/ATen/ops/special_expm1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7239399Z copying torch/include/ATen/ops/special_expm1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7241057Z copying torch/include/ATen/ops/special_gammainc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7242418Z copying torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7243763Z copying torch/include/ATen/ops/special_gammainc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7245110Z copying torch/include/ATen/ops/special_gammainc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7246768Z copying torch/include/ATen/ops/special_gammaincc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7248095Z copying torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7249414Z copying torch/include/ATen/ops/special_gammaincc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7250766Z copying torch/include/ATen/ops/special_gammaincc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7252172Z copying torch/include/ATen/ops/special_gammaln.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7253438Z copying torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7254649Z copying torch/include/ATen/ops/special_gammaln_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7255870Z copying torch/include/ATen/ops/special_gammaln_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7257090Z copying torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7258432Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7259873Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7260855Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7269947Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7271874Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7272886Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7274534Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7278326Z copying torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7278701Z copying torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7278992Z copying torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7279416Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7280330Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7281221Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7282661Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7284404Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7285388Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7286909Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7288185Z copying torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7289106Z copying torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7290300Z copying torch/include/ATen/ops/special_i0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7291482Z copying torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7292894Z copying torch/include/ATen/ops/special_i0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7293974Z copying torch/include/ATen/ops/special_i0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7294960Z copying torch/include/ATen/ops/special_i0e.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7296655Z copying torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7297242Z copying torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7299015Z copying torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7299551Z copying torch/include/ATen/ops/special_i0e_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7300953Z copying torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7301813Z copying torch/include/ATen/ops/special_i0e_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7302827Z copying torch/include/ATen/ops/special_i0e_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7303976Z copying torch/include/ATen/ops/special_i1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7305379Z copying torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7306219Z copying torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7307514Z copying torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7309195Z copying torch/include/ATen/ops/special_i1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7310118Z copying torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7312490Z copying torch/include/ATen/ops/special_i1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7312908Z copying torch/include/ATen/ops/special_i1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7314048Z copying torch/include/ATen/ops/special_i1e.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7315457Z copying torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7316204Z copying torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7317335Z copying torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7318080Z copying torch/include/ATen/ops/special_i1e_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7319391Z copying torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7320457Z copying torch/include/ATen/ops/special_i1e_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7321585Z copying torch/include/ATen/ops/special_i1e_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7322808Z copying torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7323628Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7325824Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7326233Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7327030Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7328046Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7329124Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7330340Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7331322Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7332553Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7333710Z copying torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7335104Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7336435Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7337370Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7338600Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7339874Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7340907Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7342280Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7343244Z copying torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7344451Z copying torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7345670Z copying torch/include/ATen/ops/special_log1p.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7346913Z copying torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7347988Z copying torch/include/ATen/ops/special_log1p_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7349175Z copying torch/include/ATen/ops/special_log1p_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7350116Z copying torch/include/ATen/ops/special_log_ndtr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7351710Z copying torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7352521Z copying torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7353856Z copying torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7355166Z copying torch/include/ATen/ops/special_log_ndtr_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7356131Z copying torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7357026Z copying torch/include/ATen/ops/special_log_ndtr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7358845Z copying torch/include/ATen/ops/special_log_ndtr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7359882Z copying torch/include/ATen/ops/special_logit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7360836Z copying torch/include/ATen/ops/special_log_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7362307Z copying torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7363293Z copying torch/include/ATen/ops/special_log_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7364501Z copying torch/include/ATen/ops/special_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7365490Z copying torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7366581Z copying torch/include/ATen/ops/special_logit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7367867Z copying torch/include/ATen/ops/special_logit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7368798Z copying torch/include/ATen/ops/special_logsumexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7370137Z copying torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7371401Z copying torch/include/ATen/ops/special_logsumexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7372400Z copying torch/include/ATen/ops/special_logsumexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7373647Z copying torch/include/ATen/ops/special_modified_bessel_i0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7374812Z copying torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7375683Z copying torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7377264Z copying torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7377945Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7378875Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7380115Z copying torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7381547Z copying torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7382360Z copying torch/include/ATen/ops/special_modified_bessel_i1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7384849Z copying torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7385435Z copying torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7386156Z copying torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7387471Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7389256Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7390556Z copying torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7392534Z copying torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7393697Z copying torch/include/ATen/ops/special_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7395277Z copying torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7396600Z copying torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7398043Z copying torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7399749Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7400919Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7402566Z copying torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7403869Z copying torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7405334Z copying torch/include/ATen/ops/special_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7407063Z copying torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7408497Z copying torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7409921Z copying torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7411508Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7412811Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7414089Z copying torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7415470Z copying torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7417147Z copying torch/include/ATen/ops/special_multigammaln.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7418606Z copying torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7419930Z copying torch/include/ATen/ops/special_multigammaln_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7421238Z copying torch/include/ATen/ops/special_multigammaln_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7422898Z copying torch/include/ATen/ops/special_ndtr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7424230Z copying torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7425581Z copying torch/include/ATen/ops/special_ndtr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7427294Z copying torch/include/ATen/ops/special_ndtr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7428471Z copying torch/include/ATen/ops/special_ndtri.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7430363Z copying torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7430933Z copying torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7432320Z copying torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7433225Z copying torch/include/ATen/ops/special_ndtri_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7434310Z copying torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7435225Z copying torch/include/ATen/ops/special_ndtri_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7436218Z copying torch/include/ATen/ops/special_ndtri_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7437288Z copying torch/include/ATen/ops/special_polygamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7439338Z copying torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7439622Z copying torch/include/ATen/ops/special_polygamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7441443Z copying torch/include/ATen/ops/special_polygamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7442281Z copying torch/include/ATen/ops/special_psi.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7443972Z copying torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7444925Z copying torch/include/ATen/ops/special_psi_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7447203Z copying torch/include/ATen/ops/special_psi_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7447555Z copying torch/include/ATen/ops/special_round.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7448562Z copying torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7449376Z copying torch/include/ATen/ops/special_round_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7450601Z copying torch/include/ATen/ops/special_round_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7451727Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7453347Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7453792Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7455054Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7456223Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7457198Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7458839Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7459991Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7460828Z copying torch/include/ATen/ops/split.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7462151Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7463564Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7464657Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7465308Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7466713Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7467853Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7469361Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7470161Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7471553Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7472802Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7473741Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7474713Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7476253Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7477175Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7478061Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7479617Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7480501Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7481323Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7482813Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7483767Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7485533Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7486290Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7487848Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7488707Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7490183Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7491102Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7492708Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7493553Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7495306Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7496211Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7500620Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7501037Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7501493Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7501901Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7502220Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7502935Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7504254Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7505650Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7506988Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7508658Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7509561Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7510955Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7512068Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7513610Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7514240Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7515787Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7517595Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7518482Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7520172Z copying torch/include/ATen/ops/special_sinc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7520975Z copying torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7522597Z copying torch/include/ATen/ops/special_sinc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7523493Z copying torch/include/ATen/ops/special_sinc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7524619Z copying torch/include/ATen/ops/special_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7525439Z copying torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7526387Z copying torch/include/ATen/ops/special_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7527591Z copying torch/include/ATen/ops/special_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7528506Z copying torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7530001Z copying torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7530742Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7532045Z copying torch/include/ATen/ops/special_xlog1py.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7532944Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7533853Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7535044Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7536197Z copying torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7537131Z copying torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7538336Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7539299Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7540310Z copying torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7541535Z copying torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7542362Z copying torch/include/ATen/ops/special_xlog1py_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7543380Z copying torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7544748Z copying torch/include/ATen/ops/special_xlog1py_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7546027Z copying torch/include/ATen/ops/special_xlog1py_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7546952Z copying torch/include/ATen/ops/special_xlogy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7548644Z copying torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7549461Z copying torch/include/ATen/ops/special_xlogy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7550953Z copying torch/include/ATen/ops/special_xlogy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7552223Z copying torch/include/ATen/ops/special_zeta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7553200Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7554804Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7555708Z copying torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7556779Z copying torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7558287Z copying torch/include/ATen/ops/special_zeta_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7559376Z copying torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7560532Z copying torch/include/ATen/ops/special_zeta_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7561400Z copying torch/include/ATen/ops/special_zeta_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7563016Z copying torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7563963Z copying torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7564947Z copying torch/include/ATen/ops/split_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7566247Z copying torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7567714Z copying torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7568337Z copying torch/include/ATen/ops/split_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7570647Z copying torch/include/ATen/ops/split_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7570934Z copying torch/include/ATen/ops/split_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7572319Z copying torch/include/ATen/ops/split_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7572981Z copying torch/include/ATen/ops/split_with_sizes.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7574371Z copying torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7575466Z copying torch/include/ATen/ops/split_with_sizes_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7576462Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7577582Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7578928Z copying torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7579967Z copying torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7581443Z copying torch/include/ATen/ops/split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7582380Z copying torch/include/ATen/ops/split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7583487Z copying torch/include/ATen/ops/sqrt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7584828Z copying torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7585572Z copying torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7586935Z copying torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7587920Z copying torch/include/ATen/ops/sqrt_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7589558Z copying torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7590723Z copying torch/include/ATen/ops/sqrt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7592106Z copying torch/include/ATen/ops/sqrt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7593382Z copying torch/include/ATen/ops/square.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7595100Z copying torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7596207Z copying torch/include/ATen/ops/square_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7597760Z copying torch/include/ATen/ops/square_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7599306Z copying torch/include/ATen/ops/squeeze.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7601008Z copying torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7602320Z copying torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7603632Z copying torch/include/ATen/ops/squeeze_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7605307Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7606777Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7608042Z copying torch/include/ATen/ops/squeeze_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7609605Z copying torch/include/ATen/ops/squeeze_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7611204Z copying torch/include/ATen/ops/squeeze_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7612311Z copying torch/include/ATen/ops/squeeze_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7613889Z copying torch/include/ATen/ops/sspaddmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7615355Z copying torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7616726Z copying torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7618325Z copying torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7619515Z copying torch/include/ATen/ops/sspaddmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7621228Z copying torch/include/ATen/ops/sspaddmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7622618Z copying torch/include/ATen/ops/stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7624068Z copying torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7625347Z copying torch/include/ATen/ops/stack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7627023Z copying torch/include/ATen/ops/stack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7628299Z copying torch/include/ATen/ops/std.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7629902Z copying torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7631325Z copying torch/include/ATen/ops/std_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7632970Z copying torch/include/ATen/ops/std_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7634180Z copying torch/include/ATen/ops/std_mean.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7635851Z copying torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7637186Z copying torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7638504Z copying torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7640078Z copying torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7641415Z copying torch/include/ATen/ops/std_mean_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7642988Z copying torch/include/ATen/ops/std_mean_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7644300Z copying torch/include/ATen/ops/std_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7645840Z copying torch/include/ATen/ops/std_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7647284Z copying torch/include/ATen/ops/stft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7649124Z copying torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7650316Z copying torch/include/ATen/ops/stft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7651714Z copying torch/include/ATen/ops/stft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7653366Z copying torch/include/ATen/ops/stride.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7654635Z copying torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7655941Z copying torch/include/ATen/ops/stride_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7657727Z copying torch/include/ATen/ops/stride_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7658873Z copying torch/include/ATen/ops/sub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7660749Z copying torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7662068Z copying torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7663399Z copying torch/include/ATen/ops/sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7664831Z copying torch/include/ATen/ops/sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7666128Z copying torch/include/ATen/ops/sub_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7667665Z copying torch/include/ATen/ops/sub_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7669035Z copying torch/include/ATen/ops/sub_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7670601Z copying torch/include/ATen/ops/sub_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7672373Z copying torch/include/ATen/ops/subtract.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7673738Z copying torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7675083Z copying torch/include/ATen/ops/subtract_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7676799Z copying torch/include/ATen/ops/subtract_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7677925Z copying torch/include/ATen/ops/sum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7679591Z copying torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7680941Z copying torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7682258Z copying torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7684453Z copying torch/include/ATen/ops/sum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7685592Z copying torch/include/ATen/ops/sum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7686941Z copying torch/include/ATen/ops/sum_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7688600Z copying torch/include/ATen/ops/sum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7689719Z copying torch/include/ATen/ops/sum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7691445Z copying torch/include/ATen/ops/sum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7692698Z copying torch/include/ATen/ops/sum_to_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7694393Z copying torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7695569Z copying torch/include/ATen/ops/sum_to_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7696855Z copying torch/include/ATen/ops/sum_to_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7698596Z copying torch/include/ATen/ops/svd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7699904Z copying torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7701509Z copying torch/include/ATen/ops/svd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7702650Z copying torch/include/ATen/ops/svd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7704284Z copying torch/include/ATen/ops/swapaxes.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7705635Z copying torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7707251Z copying torch/include/ATen/ops/swapaxes_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7708479Z copying torch/include/ATen/ops/swapaxes_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7711071Z copying torch/include/ATen/ops/swapdims.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7712494Z copying torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7713813Z copying torch/include/ATen/ops/swapdims_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7715040Z copying torch/include/ATen/ops/swapdims_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7716514Z copying torch/include/ATen/ops/symeig.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7718136Z copying torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7719310Z copying torch/include/ATen/ops/symeig_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7720846Z copying torch/include/ATen/ops/symeig_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7722217Z copying torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7723702Z copying torch/include/ATen/ops/t_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7725156Z copying torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7726859Z copying torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7727965Z copying torch/include/ATen/ops/t_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7729525Z copying torch/include/ATen/ops/t_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7730771Z copying torch/include/ATen/ops/t_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7732438Z copying torch/include/ATen/ops/t_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7733741Z copying torch/include/ATen/ops/take.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7735315Z copying torch/include/ATen/ops/take_along_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7736643Z copying torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7738050Z copying torch/include/ATen/ops/take_along_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7739356Z copying torch/include/ATen/ops/take_along_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7740928Z copying torch/include/ATen/ops/take_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7742226Z copying torch/include/ATen/ops/take_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7743912Z copying torch/include/ATen/ops/take_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7744984Z copying torch/include/ATen/ops/take_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7746558Z copying torch/include/ATen/ops/tan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7748574Z copying torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7749581Z copying torch/include/ATen/ops/tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7751203Z copying torch/include/ATen/ops/tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7752530Z copying torch/include/ATen/ops/tan_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7754137Z copying torch/include/ATen/ops/tan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7755422Z copying torch/include/ATen/ops/tan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7757028Z copying torch/include/ATen/ops/tan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7758314Z copying torch/include/ATen/ops/tanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7759896Z copying torch/include/ATen/ops/tanh_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7761382Z copying torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7762677Z copying torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7764073Z copying torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7765482Z copying torch/include/ATen/ops/tanh_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7767087Z copying torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7768329Z copying torch/include/ATen/ops/tanh_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7769882Z copying torch/include/ATen/ops/tanh_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7771343Z copying torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7772597Z copying torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7774144Z copying torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7775388Z copying torch/include/ATen/ops/tanh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7777666Z copying torch/include/ATen/ops/tanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7778756Z copying torch/include/ATen/ops/tanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7779978Z copying torch/include/ATen/ops/tanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7781554Z copying torch/include/ATen/ops/tensor_split.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7783198Z copying torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7784421Z copying torch/include/ATen/ops/tensor_split_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7785942Z copying torch/include/ATen/ops/tensor_split_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7787223Z copying torch/include/ATen/ops/tensordot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7789122Z copying torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7790350Z copying torch/include/ATen/ops/tensordot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7791954Z copying torch/include/ATen/ops/tensordot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7793512Z copying torch/include/ATen/ops/tensordot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7795182Z copying torch/include/ATen/ops/tensordot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7796140Z copying torch/include/ATen/ops/thnn_conv2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7797943Z copying torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7799112Z copying torch/include/ATen/ops/thnn_conv2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7800764Z copying torch/include/ATen/ops/thnn_conv2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7802006Z copying torch/include/ATen/ops/threshold.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7803520Z copying torch/include/ATen/ops/threshold_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7805408Z copying torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7806319Z copying torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7808044Z copying torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7808735Z copying torch/include/ATen/ops/threshold_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7809801Z copying torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7810796Z copying torch/include/ATen/ops/threshold_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7812458Z copying torch/include/ATen/ops/threshold_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7813318Z copying torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7814929Z copying torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7815806Z copying torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7816841Z copying torch/include/ATen/ops/threshold_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7817919Z copying torch/include/ATen/ops/threshold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7818862Z copying torch/include/ATen/ops/threshold_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7820269Z copying torch/include/ATen/ops/threshold_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7821031Z copying torch/include/ATen/ops/tile.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7822122Z copying torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7824460Z copying torch/include/ATen/ops/tile_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7824869Z copying torch/include/ATen/ops/tile_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7825760Z copying torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7826627Z copying torch/include/ATen/ops/to_dense.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7827557Z copying torch/include/ATen/ops/to_dense_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7829124Z copying torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7830102Z copying torch/include/ATen/ops/to_dense_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7831695Z copying torch/include/ATen/ops/to_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7832715Z copying torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7833660Z copying torch/include/ATen/ops/to_dense_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7834992Z copying torch/include/ATen/ops/to_dense_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7836062Z copying torch/include/ATen/ops/to_mkldnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7837299Z copying torch/include/ATen/ops/to_mkldnn_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7838883Z copying torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7839507Z copying torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7840646Z copying torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7841643Z copying torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7842604Z copying torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7844576Z copying torch/include/ATen/ops/to_mkldnn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7845065Z copying torch/include/ATen/ops/to_mkldnn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7845870Z copying torch/include/ATen/ops/to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7846903Z copying torch/include/ATen/ops/to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7848326Z copying torch/include/ATen/ops/to_padded_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7849590Z copying torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7850529Z copying torch/include/ATen/ops/to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7851948Z copying torch/include/ATen/ops/to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7852778Z copying torch/include/ATen/ops/to_sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7854415Z copying torch/include/ATen/ops/to_sparse_bsc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7855061Z copying torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7856916Z copying torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7857770Z copying torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7859082Z copying torch/include/ATen/ops/to_sparse_bsc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7860169Z copying torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7861444Z copying torch/include/ATen/ops/to_sparse_bsr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7862999Z copying torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7864326Z copying torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7865696Z copying torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7867009Z copying torch/include/ATen/ops/to_sparse_bsr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7868651Z copying torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7871270Z copying torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7872200Z copying torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7873271Z copying torch/include/ATen/ops/to_sparse_csc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7874425Z copying torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7875805Z copying torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7877213Z copying torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7878354Z copying torch/include/ATen/ops/to_sparse_csc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7879479Z copying torch/include/ATen/ops/to_sparse_csc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7880948Z copying torch/include/ATen/ops/to_sparse_csr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7882499Z copying torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7883495Z copying torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7885077Z copying torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7886037Z copying torch/include/ATen/ops/to_sparse_csr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7887233Z copying torch/include/ATen/ops/to_sparse_csr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7888576Z copying torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7890015Z copying torch/include/ATen/ops/to_sparse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7890811Z copying torch/include/ATen/ops/to_sparse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7891961Z copying torch/include/ATen/ops/topk.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7893411Z copying torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7894589Z copying torch/include/ATen/ops/topk_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7895822Z copying torch/include/ATen/ops/topk_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7897185Z copying torch/include/ATen/ops/topk_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7898441Z copying torch/include/ATen/ops/topk_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7899504Z copying torch/include/ATen/ops/topk_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7900724Z copying torch/include/ATen/ops/topk_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7901989Z copying torch/include/ATen/ops/trace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7903177Z copying torch/include/ATen/ops/trace_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7905362Z copying torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7906433Z copying torch/include/ATen/ops/trace_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7906705Z copying torch/include/ATen/ops/trace_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7908194Z copying torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7909169Z copying torch/include/ATen/ops/trace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7910531Z copying torch/include/ATen/ops/trace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7912323Z copying torch/include/ATen/ops/trace_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7913101Z copying torch/include/ATen/ops/trace_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7914491Z copying torch/include/ATen/ops/transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7915241Z copying torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7917518Z copying torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7917899Z copying torch/include/ATen/ops/transpose_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7919870Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7920578Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7921974Z copying torch/include/ATen/ops/transpose_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7923279Z copying torch/include/ATen/ops/transpose_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7924578Z copying torch/include/ATen/ops/transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7925394Z copying torch/include/ATen/ops/transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7926900Z copying torch/include/ATen/ops/trapezoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7927942Z copying torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7929308Z copying torch/include/ATen/ops/trapezoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7930729Z copying torch/include/ATen/ops/trapezoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7931635Z copying torch/include/ATen/ops/trapz.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7933257Z copying torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7934319Z copying torch/include/ATen/ops/trapz_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7935626Z copying torch/include/ATen/ops/trapz_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7936888Z copying torch/include/ATen/ops/triangular_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7939394Z copying torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7940338Z copying torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7941748Z copying torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7943197Z copying torch/include/ATen/ops/triangular_solve_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7944583Z copying torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7945950Z copying torch/include/ATen/ops/triangular_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7947404Z copying torch/include/ATen/ops/triangular_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7948385Z copying torch/include/ATen/ops/tril.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7949914Z copying torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7950787Z copying torch/include/ATen/ops/tril_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7952033Z copying torch/include/ATen/ops/tril_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7953111Z copying torch/include/ATen/ops/tril_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7954200Z copying torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7955331Z copying torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7956633Z copying torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7957611Z copying torch/include/ATen/ops/tril_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7958691Z copying torch/include/ATen/ops/tril_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7960398Z copying torch/include/ATen/ops/tril_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7961229Z copying torch/include/ATen/ops/tril_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7962536Z copying torch/include/ATen/ops/tril_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7964158Z copying torch/include/ATen/ops/tril_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7964927Z copying torch/include/ATen/ops/triplet_margin_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7966987Z copying torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7967343Z copying torch/include/ATen/ops/triplet_margin_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7968842Z copying torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7969691Z copying torch/include/ATen/ops/triu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7971748Z copying torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7972307Z copying torch/include/ATen/ops/triu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7974242Z copying torch/include/ATen/ops/triu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7975283Z copying torch/include/ATen/ops/triu_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7976258Z copying torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7977185Z copying torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7978565Z copying torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7979974Z copying torch/include/ATen/ops/triu_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7980873Z copying torch/include/ATen/ops/triu_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7981718Z copying torch/include/ATen/ops/triu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7983150Z copying torch/include/ATen/ops/triu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7983881Z copying torch/include/ATen/ops/triu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7985370Z copying torch/include/ATen/ops/triu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7986198Z copying torch/include/ATen/ops/true_divide.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7987245Z copying torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7988529Z copying torch/include/ATen/ops/true_divide_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7990132Z copying torch/include/ATen/ops/true_divide_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7990623Z copying torch/include/ATen/ops/trunc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7992393Z copying torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7993069Z copying torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7994304Z copying torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7995254Z copying torch/include/ATen/ops/trunc_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7996425Z copying torch/include/ATen/ops/trunc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7997428Z copying torch/include/ATen/ops/trunc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7998585Z copying torch/include/ATen/ops/trunc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.7999679Z copying torch/include/ATen/ops/type_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8000821Z copying torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8001848Z copying torch/include/ATen/ops/type_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8002931Z copying torch/include/ATen/ops/type_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8004056Z copying torch/include/ATen/ops/unbind.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8005332Z copying torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8006415Z copying torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8007544Z copying torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8008526Z copying torch/include/ATen/ops/unbind_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8009751Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8010842Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8011837Z copying torch/include/ATen/ops/unbind_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8012971Z copying torch/include/ATen/ops/unbind_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8014415Z copying torch/include/ATen/ops/unbind_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8015437Z copying torch/include/ATen/ops/unbind_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8016452Z copying torch/include/ATen/ops/unflatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8017698Z copying torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8018624Z copying torch/include/ATen/ops/unflatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8019949Z copying torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8020863Z copying torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8021895Z copying torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8023065Z copying torch/include/ATen/ops/unflatten_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8024130Z copying torch/include/ATen/ops/unflatten_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8025092Z copying torch/include/ATen/ops/unfold.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8026517Z copying torch/include/ATen/ops/unfold_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8027608Z copying torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8029092Z copying torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8029872Z copying torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8031443Z copying torch/include/ATen/ops/unfold_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8032624Z copying torch/include/ATen/ops/unfold_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8033560Z copying torch/include/ATen/ops/unfold_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8035252Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8036812Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8037445Z copying torch/include/ATen/ops/unfold_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8038415Z copying torch/include/ATen/ops/unfold_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8039788Z copying torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8040659Z copying torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8041731Z copying torch/include/ATen/ops/unfold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8043219Z copying torch/include/ATen/ops/unfold_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8044477Z copying torch/include/ATen/ops/unfold_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8045811Z copying torch/include/ATen/ops/uniform.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8047648Z copying torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8048125Z copying torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8049004Z copying torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8050587Z copying torch/include/ATen/ops/uniform_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8051562Z copying torch/include/ATen/ops/uniform_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8052708Z copying torch/include/ATen/ops/uniform_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8054216Z copying torch/include/ATen/ops/unique_consecutive.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8055001Z copying torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8056309Z copying torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8057218Z copying torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8057994Z copying torch/include/ATen/ops/unique_consecutive_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8059541Z copying torch/include/ATen/ops/unique_consecutive_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8060418Z copying torch/include/ATen/ops/unique_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8062174Z copying torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8063176Z copying torch/include/ATen/ops/unique_dim_consecutive.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8064151Z copying torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8065570Z copying torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8066522Z copying torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8067568Z copying torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8069013Z copying torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8070339Z copying torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8071879Z copying torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8073114Z copying torch/include/ATen/ops/unique_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8074002Z copying torch/include/ATen/ops/unique_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8075545Z copying torch/include/ATen/ops/unsafe_chunk.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8076607Z copying torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8077595Z copying torch/include/ATen/ops/unsafe_chunk_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8078896Z copying torch/include/ATen/ops/unsafe_chunk_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8079741Z copying torch/include/ATen/ops/unsafe_split.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8081675Z copying torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8082195Z copying torch/include/ATen/ops/unsafe_split_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8084330Z copying torch/include/ATen/ops/unsafe_split_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8084859Z copying torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8086079Z copying torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8087022Z copying torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8088108Z copying torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8089705Z copying torch/include/ATen/ops/unsqueeze.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8090750Z copying torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8091812Z copying torch/include/ATen/ops/unsqueeze_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8093072Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8094362Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8095196Z copying torch/include/ATen/ops/unsqueeze_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8096591Z copying torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8097534Z copying torch/include/ATen/ops/unsqueeze_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8099281Z copying torch/include/ATen/ops/unsqueeze_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8099998Z copying torch/include/ATen/ops/upsample_bicubic2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8101967Z copying torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8102425Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8103412Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8104453Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8105440Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8106521Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8107960Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8108978Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8110105Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8111006Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8111957Z copying torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8113504Z copying torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8114509Z copying torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8115663Z copying torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8116981Z copying torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8117936Z copying torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8119304Z copying torch/include/ATen/ops/upsample_bilinear2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8120396Z copying torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8122145Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8122867Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8124149Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8125260Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8126667Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8127718Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8128903Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8130481Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8131563Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8132514Z copying torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8133938Z copying torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8134911Z copying torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8136288Z copying torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8137611Z copying torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8139160Z copying torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8140308Z copying torch/include/ATen/ops/upsample_linear1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8141484Z copying torch/include/ATen/ops/upsample_linear1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8142014Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8143505Z copying torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8144394Z copying torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8145635Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8146771Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8148148Z copying torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8148961Z copying torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8151040Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8151767Z copying torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8153671Z copying torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8154538Z copying torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8155689Z copying torch/include/ATen/ops/upsample_linear1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8156713Z copying torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8157831Z copying torch/include/ATen/ops/upsample_linear1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8158920Z copying torch/include/ATen/ops/upsample_linear1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8159955Z copying torch/include/ATen/ops/upsample_nearest1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8161205Z copying torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8162537Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8163632Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8165347Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8167338Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8167840Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8168743Z copying torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8169622Z copying torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8171339Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8171976Z copying torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8172918Z copying torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8174056Z copying torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8175212Z copying torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8176573Z copying torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8177448Z copying torch/include/ATen/ops/upsample_nearest1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8178580Z copying torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8179624Z copying torch/include/ATen/ops/upsample_nearest2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8181164Z copying torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8182323Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8183267Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8184317Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8185509Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8186630Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8187929Z copying torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8188950Z copying torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8190305Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8191152Z copying torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8192156Z copying torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8193423Z copying torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8194315Z copying torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8195448Z copying torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8196599Z copying torch/include/ATen/ops/upsample_nearest2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8197420Z copying torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8198793Z copying torch/include/ATen/ops/upsample_nearest3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8199792Z copying torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8202205Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8202720Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8203771Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8204505Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8205893Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8206517Z copying torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8207960Z copying torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8209043Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8210057Z copying torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8211246Z copying torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8212648Z copying torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8213714Z copying torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8215026Z copying torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8216439Z copying torch/include/ATen/ops/upsample_nearest3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8217368Z copying torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8218797Z copying torch/include/ATen/ops/upsample_trilinear3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8219478Z copying torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8221015Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8221983Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8223204Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8224235Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8225731Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8226638Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8227846Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8229387Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8230175Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8231191Z copying torch/include/ATen/ops/values.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8232545Z copying torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8233916Z copying torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8235080Z copying torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8235947Z copying torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8237210Z copying torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8238660Z copying torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8241025Z copying torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8241498Z copying torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8242399Z copying torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8244175Z copying torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8244772Z copying torch/include/ATen/ops/values_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8246175Z copying torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8247972Z copying torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8248400Z copying torch/include/ATen/ops/values_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8249279Z copying torch/include/ATen/ops/values_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8250141Z copying torch/include/ATen/ops/values_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8251504Z copying torch/include/ATen/ops/values_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8252314Z copying torch/include/ATen/ops/vander.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8253861Z copying torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8254606Z copying torch/include/ATen/ops/vander_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8255624Z copying torch/include/ATen/ops/vander_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8256430Z copying torch/include/ATen/ops/var.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8257729Z copying torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8258670Z copying torch/include/ATen/ops/var_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8259888Z copying torch/include/ATen/ops/var_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8260945Z copying torch/include/ATen/ops/var_mean.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8270954Z copying torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8271666Z copying torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8272429Z copying torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8272788Z copying torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8273234Z copying torch/include/ATen/ops/var_mean_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8273588Z copying torch/include/ATen/ops/var_mean_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8273980Z copying torch/include/ATen/ops/var_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8274264Z copying torch/include/ATen/ops/var_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8274768Z copying torch/include/ATen/ops/vdot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8275146Z copying torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8275475Z copying torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8275805Z copying torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8276496Z copying torch/include/ATen/ops/vdot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8277940Z copying torch/include/ATen/ops/vdot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8279007Z copying torch/include/ATen/ops/view.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8280165Z copying torch/include/ATen/ops/view_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8281279Z copying torch/include/ATen/ops/view_as_complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8282542Z copying torch/include/ATen/ops/view_as_complex_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8283876Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8284826Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8286002Z copying torch/include/ATen/ops/view_as_complex_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8287281Z copying torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8288242Z copying torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8289486Z copying torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8291012Z copying torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8291871Z copying torch/include/ATen/ops/view_as_complex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8293166Z copying torch/include/ATen/ops/view_as_complex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8294234Z copying torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8295414Z copying torch/include/ATen/ops/view_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8296613Z copying torch/include/ATen/ops/view_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8297993Z copying torch/include/ATen/ops/view_as_real.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8298989Z copying torch/include/ATen/ops/view_as_real_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8300680Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8301898Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8303126Z copying torch/include/ATen/ops/view_as_real_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8304049Z copying torch/include/ATen/ops/view_as_real_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8304956Z copying torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8306364Z copying torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8307235Z copying torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8308753Z copying torch/include/ATen/ops/view_as_real_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8310326Z copying torch/include/ATen/ops/view_as_real_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8311455Z copying torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8312786Z copying torch/include/ATen/ops/view_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8314660Z copying torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8315847Z copying torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8317178Z copying torch/include/ATen/ops/view_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8318421Z copying torch/include/ATen/ops/view_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8319776Z copying torch/include/ATen/ops/view_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8321024Z copying torch/include/ATen/ops/view_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8322387Z copying torch/include/ATen/ops/view_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8323686Z copying torch/include/ATen/ops/view_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8325110Z copying torch/include/ATen/ops/view_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8326323Z copying torch/include/ATen/ops/vsplit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8327589Z copying torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8328814Z copying torch/include/ATen/ops/vsplit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8329799Z copying torch/include/ATen/ops/vsplit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8331199Z copying torch/include/ATen/ops/vstack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8332494Z copying torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8333732Z copying torch/include/ATen/ops/vstack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8334873Z copying torch/include/ATen/ops/vstack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8336267Z copying torch/include/ATen/ops/where.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8337352Z copying torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8338686Z copying torch/include/ATen/ops/where_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8339698Z copying torch/include/ATen/ops/where_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8341089Z copying torch/include/ATen/ops/where_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8342298Z copying torch/include/ATen/ops/where_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8343597Z copying torch/include/ATen/ops/xlogy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8344871Z copying torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8346227Z copying torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8347202Z copying torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8348704Z copying torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8349663Z copying torch/include/ATen/ops/xlogy_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8351265Z copying torch/include/ATen/ops/xlogy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8352004Z copying torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8353601Z copying torch/include/ATen/ops/xlogy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8354951Z copying torch/include/ATen/ops/xor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8355806Z copying torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8357116Z copying torch/include/ATen/ops/xor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8358321Z copying torch/include/ATen/ops/xor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8359583Z copying torch/include/ATen/ops/zero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8360942Z copying torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8361830Z copying torch/include/ATen/ops/zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8363002Z copying torch/include/ATen/ops/zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8363887Z copying torch/include/ATen/ops/zero_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8365088Z copying torch/include/ATen/ops/zero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8366082Z copying torch/include/ATen/ops/zero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8367046Z copying torch/include/ATen/ops/zeros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8368359Z copying torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8369109Z copying torch/include/ATen/ops/zeros_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8370537Z copying torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8371278Z copying torch/include/ATen/ops/zeros_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8372449Z copying torch/include/ATen/ops/zeros_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8373283Z copying torch/include/ATen/ops/zeros_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8374486Z copying torch/include/ATen/ops/zeros_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2022-11-23T01:27:32.8375475Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8376237Z copying torch/include/ATen/hip/ApplyGridUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8377140Z copying torch/include/ATen/hip/AsmUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8377884Z copying torch/include/ATen/hip/Atomic.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8379817Z copying torch/include/ATen/hip/DeviceUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8380216Z copying torch/include/ATen/hip/HIPApplyUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8381934Z copying torch/include/ATen/hip/HIPGraphsUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8382467Z copying torch/include/ATen/hip/HIPTensorMethods.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8383441Z copying torch/include/ATen/hip/NumericLimits.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8384597Z copying torch/include/ATen/hip/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8385531Z copying torch/include/ATen/hip/cub.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8388977Z copying torch/include/ATen/hip/cub_definitions.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8389333Z copying torch/include/ATen/hip/ATenHIPGeneral.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8389778Z copying torch/include/ATen/hip/CachingHostAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8390262Z copying torch/include/ATen/hip/EmptyTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8391203Z copying torch/include/ATen/hip/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8392494Z copying torch/include/ATen/hip/HIPBlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8393772Z copying torch/include/ATen/hip/HIPConfig.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8395297Z copying torch/include/ATen/hip/HIPContext.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8396293Z copying torch/include/ATen/hip/HIPDataType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8397106Z copying torch/include/ATen/hip/HIPDevice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8398194Z copying torch/include/ATen/hip/HIPEvent.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8399310Z copying torch/include/ATen/hip/HIPGeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8400627Z copying torch/include/ATen/hip/HIPGraph.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8401444Z copying torch/include/ATen/hip/HIPSparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8402771Z copying torch/include/ATen/hip/HIPSparseBlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8403856Z copying torch/include/ATen/hip/HIPSparseDescriptors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8404771Z copying torch/include/ATen/hip/HIPUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8406093Z copying torch/include/ATen/hip/PeerToPeerAccess.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8407171Z copying torch/include/ATen/hip/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8408002Z copying torch/include/ATen/hip/Sleep.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8408781Z copying torch/include/ATen/hip/ThrustAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8410653Z copying torch/include/ATen/hip/cub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8410978Z copying torch/include/ATen/hip/jiterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8412378Z copying torch/include/ATen/hip/jiterator_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8412720Z copying torch/include/ATen/hip/llvm_jit_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2022-11-23T01:27:32.8413992Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:32.8414324Z copying torch/include/ATen/hip/detail/IndexUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:32.8415301Z copying torch/include/ATen/hip/detail/IntegerDivider.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:32.8416160Z copying torch/include/ATen/hip/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:32.8416855Z copying torch/include/ATen/hip/detail/PhiloxCudaStateRaw.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:32.8417723Z copying torch/include/ATen/hip/detail/TensorInfo.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:32.8418626Z copying torch/include/ATen/hip/detail/UnpackRaw.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:32.8419491Z copying torch/include/ATen/hip/detail/DeviceThreadHandles.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:32.8420506Z copying torch/include/ATen/hip/detail/HIPHooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:32.8421527Z copying torch/include/ATen/hip/detail/KernelUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:32.8422794Z copying torch/include/ATen/hip/detail/LazyNVRTC.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2022-11-23T01:27:32.8423464Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2022-11-23T01:27:32.8423870Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2022-11-23T01:27:32.8425044Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2022-11-23T01:27:32.8426072Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2022-11-23T01:27:32.8426975Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2022-11-23T01:27:32.8428581Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2022-11-23T01:27:32.8429186Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2022-11-23T01:27:32.8430031Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2022-11-23T01:27:32.8431769Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2022-11-23T01:27:32.8432458Z copying torch/include/ATen/detail/ORTHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2022-11-23T01:27:32.8433279Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8433753Z copying torch/include/ATen/native/Activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8435127Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8436082Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8437814Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8438176Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8439391Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8440323Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8441629Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8442525Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8444096Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8444607Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8445973Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8447753Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8448918Z copying torch/include/ATen/native/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8450317Z copying torch/include/ATen/native/Cross.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8451093Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8452608Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8453278Z copying torch/include/ATen/native/Distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8454559Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8455480Z copying torch/include/ATen/native/Distributions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8456815Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8457770Z copying torch/include/ATen/native/Fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8458465Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8460235Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8460569Z copying torch/include/ATen/native/GridSampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8461769Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8462799Z copying torch/include/ATen/native/Histogram.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8463525Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8464545Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8465450Z copying torch/include/ATen/native/Lerp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8466851Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8467865Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8469013Z copying torch/include/ATen/native/LossMulti.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8470777Z copying torch/include/ATen/native/Math.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8473016Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8474488Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8475742Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8476562Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8477756Z copying torch/include/ATen/native/NonSymbolicBC.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8479030Z copying torch/include/ATen/native/Normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8479815Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8481131Z copying torch/include/ATen/native/Pool.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8482114Z copying torch/include/ATen/native/Pow.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8483359Z copying torch/include/ATen/native/RNN.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8484320Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8485422Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8486456Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8487701Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8488748Z copying torch/include/ATen/native/Repeat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8490064Z copying torch/include/ATen/native/Resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8490991Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8491926Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8492812Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8493817Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8495258Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8496213Z copying torch/include/ATen/native/Sorting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8497067Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8498041Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8499281Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8500121Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8501200Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8502158Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8503197Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8504180Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8505231Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8506260Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8507330Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8508422Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8509630Z copying torch/include/ATen/native/TensorShape.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8511091Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8512008Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8512959Z copying torch/include/ATen/native/TransposeType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8514094Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8514906Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8516263Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8517452Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8518797Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8519809Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8520806Z copying torch/include/ATen/native/UpSample.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8522085Z copying torch/include/ATen/native/batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8523079Z copying torch/include/ATen/native/group_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8524331Z copying torch/include/ATen/native/im2col.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8525180Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8526684Z copying torch/include/ATen/native/layer_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8527598Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8528471Z copying torch/include/ATen/native/vol2col.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2022-11-23T01:27:32.8530024Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8530561Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8531477Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8532463Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8533302Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8534483Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8535591Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8536821Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8537629Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8538779Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8539856Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8540771Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8542178Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8543070Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8544261Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8545622Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8546716Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8547556Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8549314Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8550148Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8551533Z copying torch/include/ATen/native/cpu/mixed_data_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8552228Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8553536Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8554304Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2022-11-23T01:27:32.8555743Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8556197Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8557115Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8558434Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8559327Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8560539Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8562288Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8563047Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8564314Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8565152Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8566009Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8566873Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8569071Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8569752Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8570415Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8571586Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8573121Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8574861Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8575951Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8577435Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8578571Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8579798Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8581461Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8582653Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8583957Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8585576Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8586813Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8588363Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8590155Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8591494Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8592833Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8594166Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8595575Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8598368Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8599481Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8600669Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8602881Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8604039Z copying torch/include/ATen/native/cuda/Pow.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8605719Z copying torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8606885Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8608167Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8610082Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8611331Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8612727Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8614467Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8615625Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8617563Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8618431Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8619659Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8620589Z copying torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8621590Z copying torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8622538Z copying torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8623501Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8624721Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8625755Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2022-11-23T01:27:32.8626682Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8627042Z copying torch/include/ATen/native/hip/Activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8629123Z copying torch/include/ATen/native/hip/BinaryInternal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8630474Z copying torch/include/ATen/native/hip/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8631442Z copying torch/include/ATen/native/hip/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8632900Z copying torch/include/ATen/native/hip/CuFFTPlanCache.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8635238Z copying torch/include/ATen/native/hip/CuFFTUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8635731Z copying torch/include/ATen/native/hip/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8637002Z copying torch/include/ATen/native/hip/Distributions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8637812Z copying torch/include/ATen/native/hip/GridSampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8638848Z copying torch/include/ATen/native/hip/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8639677Z copying torch/include/ATen/native/hip/LaunchUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8640796Z copying torch/include/ATen/native/hip/MiscUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8642117Z copying torch/include/ATen/native/hip/ReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8642761Z copying torch/include/ATen/native/hip/Resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8643979Z copying torch/include/ATen/native/hip/ScanKernels.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8644974Z copying torch/include/ATen/native/hip/Sort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8646633Z copying torch/include/ATen/native/hip/SortStable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8647252Z copying torch/include/ATen/native/hip/Sorting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8648672Z copying torch/include/ATen/native/hip/TensorModeKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8649651Z copying torch/include/ATen/native/hip/TensorTopK.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8650797Z copying torch/include/ATen/native/hip/jit_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8652283Z copying torch/include/ATen/native/hip/thread_constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8653056Z copying torch/include/ATen/native/hip/DeviceSqrt.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8654106Z copying torch/include/ATen/native/hip/EmbeddingBackwardKernel.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8655075Z copying torch/include/ATen/native/hip/ForeachFunctors.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8656384Z copying torch/include/ATen/native/hip/GridSampler.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8657401Z copying torch/include/ATen/native/hip/HIPJitLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8658521Z copying torch/include/ATen/native/hip/HIPLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8659558Z copying torch/include/ATen/native/hip/JitLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8660910Z copying torch/include/ATen/native/hip/KernelUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8661608Z copying torch/include/ATen/native/hip/Loops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8662447Z copying torch/include/ATen/native/hip/Math.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8664654Z copying torch/include/ATen/native/hip/MemoryAccess.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8665735Z copying torch/include/ATen/native/hip/MultiTensorApply.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8667116Z copying torch/include/ATen/native/hip/Normalization.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8669317Z copying torch/include/ATen/native/hip/PersistentSoftmax.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8670524Z copying torch/include/ATen/native/hip/Pow.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8671987Z copying torch/include/ATen/native/hip/ROCmLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8673695Z copying torch/include/ATen/native/hip/Randperm.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8675053Z copying torch/include/ATen/native/hip/Reduce.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8676952Z copying torch/include/ATen/native/hip/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8678300Z copying torch/include/ATen/native/hip/SortUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8680103Z copying torch/include/ATen/native/hip/SortingCommon.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8681111Z copying torch/include/ATen/native/hip/SortingRadixSelect.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8682617Z copying torch/include/ATen/native/hip/TensorModeKernel.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8683876Z copying torch/include/ATen/native/hip/UniqueCub.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8685242Z copying torch/include/ATen/native/hip/UpSample.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8686571Z copying torch/include/ATen/native/hip/block_reduce.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8688019Z copying torch/include/ATen/native/hip/fused_adam_amsgrad_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8689374Z copying torch/include/ATen/native/hip/fused_adam_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8690680Z copying torch/include/ATen/native/hip/fused_adam_utils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8692406Z copying torch/include/ATen/native/hip/im2col.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8693504Z copying torch/include/ATen/native/hip/reduction_template.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8694882Z copying torch/include/ATen/native/hip/vol2col.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2022-11-23T01:27:32.8696512Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:27:32.8697282Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:27:32.8698508Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:27:32.8699666Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:27:32.8701350Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:27:32.8702526Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:27:32.8703726Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2022-11-23T01:27:32.8704968Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:32.8705963Z copying torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:32.8707911Z copying torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:32.8709098Z copying torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:32.8710505Z copying torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:32.8712033Z copying torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:32.8713400Z copying torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:32.8714722Z copying torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:32.8715953Z copying torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:32.8717328Z copying torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:32.8718648Z copying torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:32.8719990Z copying torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:32.8721389Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:32.8722694Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:32.8723729Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized 2022-11-23T01:27:32.8724480Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized 2022-11-23T01:27:32.8725828Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized 2022-11-23T01:27:32.8727230Z creating build/lib.linux-x86_64-cpython-38/torch/include/caffe2 2022-11-23T01:27:32.8727598Z creating build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:27:32.8728561Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:27:32.8730623Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:27:32.8732336Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:27:32.8733103Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:27:32.8734285Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:27:32.8735584Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:27:32.8736775Z copying torch/include/caffe2/serialize/versions.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2022-11-23T01:27:32.8737978Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10 2022-11-23T01:27:32.8738466Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2022-11-23T01:27:32.8739356Z copying torch/include/c10/macros/Export.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2022-11-23T01:27:32.8740643Z copying torch/include/c10/macros/Macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2022-11-23T01:27:32.8742036Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2022-11-23T01:27:32.8743310Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8743923Z copying torch/include/c10/core/Allocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8745273Z copying torch/include/c10/core/AutogradState.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8746421Z copying torch/include/c10/core/Backend.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8747878Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8749399Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8750436Z copying torch/include/c10/core/CopyBytes.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8751723Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8753073Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8754224Z copying torch/include/c10/core/Device.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8755677Z copying torch/include/c10/core/DeviceArray.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8756847Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8758090Z copying torch/include/c10/core/DeviceType.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8759227Z copying torch/include/c10/core/DispatchKey.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8760827Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8762508Z copying torch/include/c10/core/DynamicCast.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8764107Z copying torch/include/c10/core/Event.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8765440Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8766734Z copying torch/include/c10/core/GradMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8767954Z copying torch/include/c10/core/InferenceMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8769323Z copying torch/include/c10/core/Layout.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8770450Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8771800Z copying torch/include/c10/core/OptionalRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8773033Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8774290Z copying torch/include/c10/core/QEngine.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8775540Z copying torch/include/c10/core/QScheme.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8776811Z copying torch/include/c10/core/SafePyObject.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8778010Z copying torch/include/c10/core/Scalar.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8779350Z copying torch/include/c10/core/ScalarType.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8780786Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8782011Z copying torch/include/c10/core/Storage.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8783310Z copying torch/include/c10/core/StorageImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8784642Z copying torch/include/c10/core/Stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8785943Z copying torch/include/c10/core/StreamGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8787245Z copying torch/include/c10/core/SymFloat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8788673Z copying torch/include/c10/core/SymInt.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8790415Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8791693Z copying torch/include/c10/core/SymNodeImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8792941Z copying torch/include/c10/core/TensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8795618Z copying torch/include/c10/core/TensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8796582Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8797748Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8799398Z copying torch/include/c10/core/alignment.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8800623Z copying torch/include/c10/core/thread_pool.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2022-11-23T01:27:32.8801776Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:27:32.8802464Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:27:32.8804162Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:27:32.8805324Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:27:32.8806590Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:27:32.8808272Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2022-11-23T01:27:32.8809651Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:32.8810254Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:32.8811715Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:32.8812925Z copying torch/include/ATen/core/boxing/impl/boxing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:32.8814314Z copying torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:32.8815970Z copying torch/include/ATen/core/boxing/impl/test_helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:32.8817166Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:27:32.8817721Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:27:32.8819399Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:27:32.8820150Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:27:32.8822168Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:27:32.8823007Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:27:32.8823705Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:27:32.8825407Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2022-11-23T01:27:32.8825936Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2022-11-23T01:27:32.8826670Z copying torch/include/ATen/core/op_registration/adaption.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2022-11-23T01:27:32.8828441Z copying torch/include/ATen/core/op_registration/infer_schema.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2022-11-23T01:27:32.8829494Z copying torch/include/ATen/core/op_registration/op_allowlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2022-11-23T01:27:32.8831320Z copying torch/include/ATen/core/op_registration/op_registration.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2022-11-23T01:27:32.8832588Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:32.8833007Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:32.8834553Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:32.8835657Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:32.8837055Z copying torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:32.8838213Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:32.8839390Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:32.8840666Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:32.8842141Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:32.8843335Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:32.8845097Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:32.8846124Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:32.8847436Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:32.8848758Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:32.8850590Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2022-11-23T01:27:32.8851514Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8852209Z copying torch/include/c10/util/AlignOf.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8853826Z copying torch/include/c10/util/Array.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8854855Z copying torch/include/c10/util/ArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8856163Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8857404Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8858705Z copying torch/include/c10/util/BFloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8860049Z copying torch/include/c10/util/Backtrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8861274Z copying torch/include/c10/util/Bitset.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8862504Z copying torch/include/c10/util/C++17.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8864131Z copying torch/include/c10/util/CallOnce.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8865289Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8866942Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8868158Z copying torch/include/c10/util/Deprecated.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8869297Z copying torch/include/c10/util/DimVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8870631Z copying torch/include/c10/util/Exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8872373Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8873629Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8875249Z copying torch/include/c10/util/Flags.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8876521Z copying torch/include/c10/util/FunctionRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8877944Z copying torch/include/c10/util/Half-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8879256Z copying torch/include/c10/util/Half.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8880939Z copying torch/include/c10/util/IdWrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8882214Z copying torch/include/c10/util/LeftRight.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8883430Z copying torch/include/c10/util/Load.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8884772Z copying torch/include/c10/util/Logging.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8886253Z copying torch/include/c10/util/MathConstants.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8887485Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8888862Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8890552Z copying torch/include/c10/util/Optional.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8892193Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8893354Z copying torch/include/c10/util/Registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8894775Z copying torch/include/c10/util/ScopeExit.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8896445Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8897655Z copying torch/include/c10/util/SmallVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8899580Z copying torch/include/c10/util/StringUtil.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8900555Z copying torch/include/c10/util/Synchronized.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8902024Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8903382Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8904478Z copying torch/include/c10/util/Type.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8905752Z copying torch/include/c10/util/TypeCast.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8907370Z copying torch/include/c10/util/TypeIndex.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8908587Z copying torch/include/c10/util/TypeList.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8909940Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8911597Z copying torch/include/c10/util/TypeTraits.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8912808Z copying torch/include/c10/util/Unicode.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8914094Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8915398Z copying torch/include/c10/util/Unroll.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8916691Z copying torch/include/c10/util/accumulate.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8917924Z copying torch/include/c10/util/complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8919663Z copying torch/include/c10/util/complex_math.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8920850Z copying torch/include/c10/util/complex_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8922120Z copying torch/include/c10/util/copysign.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8923376Z copying torch/include/c10/util/either.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8925011Z copying torch/include/c10/util/env.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8926101Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8928196Z copying torch/include/c10/util/hash.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8929212Z copying torch/include/c10/util/in_place.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8930501Z copying torch/include/c10/util/int128.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8932194Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8933766Z copying torch/include/c10/util/irange.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8935882Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8937161Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8938513Z copying torch/include/c10/util/logging_is_not_google_glog.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8940105Z copying torch/include/c10/util/math_compat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8941126Z copying torch/include/c10/util/numa.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8942671Z copying torch/include/c10/util/order_preserving_flat_hash_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8944869Z copying torch/include/c10/util/overloaded.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8945863Z copying torch/include/c10/util/python_stub.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8947119Z copying torch/include/c10/util/qint32.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8948548Z copying torch/include/c10/util/qint8.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8949802Z copying torch/include/c10/util/quint2x4.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8951154Z copying torch/include/c10/util/quint4x2.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8952825Z copying torch/include/c10/util/quint8.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8953685Z copying torch/include/c10/util/reverse_iterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8955505Z copying torch/include/c10/util/safe_numerics.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8955993Z copying torch/include/c10/util/signal_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8957477Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8958455Z copying torch/include/c10/util/strides.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8959641Z copying torch/include/c10/util/string_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8960644Z copying torch/include/c10/util/string_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8962261Z copying torch/include/c10/util/strong_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8963672Z copying torch/include/c10/util/tempfile.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8964824Z copying torch/include/c10/util/thread_name.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8966079Z copying torch/include/c10/util/typeid.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8967440Z copying torch/include/c10/util/variant.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8969102Z copying torch/include/c10/util/win32-headers.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2022-11-23T01:27:32.8970079Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:32.8970489Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:32.8971451Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:32.8972338Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:32.8973544Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:32.8974762Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:32.8975693Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:32.8977029Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:32.8978177Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:32.8979365Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:32.8980355Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2022-11-23T01:27:32.8981671Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl 2022-11-23T01:27:32.8982003Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl 2022-11-23T01:27:32.8983289Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl 2022-11-23T01:27:32.8984218Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:32.8984549Z copying torch/include/c10/hip/HIPAlgorithm.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:32.8985941Z copying torch/include/c10/hip/HIPCachingAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:32.8986833Z copying torch/include/c10/hip/HIPException.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:32.8988017Z copying torch/include/c10/hip/HIPFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:32.8988997Z copying torch/include/c10/hip/HIPGraphsC10Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:32.8990337Z copying torch/include/c10/hip/HIPGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:32.8991394Z copying torch/include/c10/hip/HIPMacros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:32.8992783Z copying torch/include/c10/hip/HIPMathCompat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:32.8994175Z copying torch/include/c10/hip/HIPMiscFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:32.8995323Z copying torch/include/c10/hip/HIPStream.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2022-11-23T01:27:32.8996477Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl 2022-11-23T01:27:32.8996771Z copying torch/include/c10/hip/impl/HIPGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl 2022-11-23T01:27:32.8998054Z copying torch/include/c10/hip/impl/HIPTest.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl 2022-11-23T01:27:32.8999181Z copying torch/include/c10/hip/impl/hip_cmake_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl 2022-11-23T01:27:32.9000187Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:27:32.9000666Z copying torch/include/torch/script.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:27:32.9001609Z copying torch/include/torch/extension.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:27:32.9002534Z copying torch/include/torch/custom_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:27:32.9003731Z copying torch/include/torch/library.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:27:32.9004907Z copying torch/include/torch/custom_class_detail.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2022-11-23T01:27:32.9005907Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9006372Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9007457Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9008471Z copying torch/include/torch/csrc/Device.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9009417Z copying torch/include/torch/csrc/Dtype.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9010446Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9011312Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9012713Z copying torch/include/torch/csrc/Export.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9013449Z copying torch/include/torch/csrc/Generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9014230Z copying torch/include/torch/csrc/Layout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9016103Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9016939Z copying torch/include/torch/csrc/Module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9018752Z copying torch/include/torch/csrc/PythonTypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9019118Z copying torch/include/torch/csrc/QScheme.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9020036Z copying torch/include/torch/csrc/Size.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9020998Z copying torch/include/torch/csrc/Storage.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9022023Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9023217Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9024321Z copying torch/include/torch/csrc/Stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9025547Z copying torch/include/torch/csrc/THConcat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9026979Z copying torch/include/torch/csrc/THP.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9028210Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9029088Z copying torch/include/torch/csrc/Types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9030986Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9031930Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9033204Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9033874Z copying torch/include/torch/csrc/python_headers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9035049Z copying torch/include/torch/csrc/serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9035818Z copying torch/include/torch/csrc/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2022-11-23T01:27:32.9037542Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api 2022-11-23T01:27:32.9037949Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include 2022-11-23T01:27:32.9039490Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9040081Z copying torch/include/torch/csrc/api/include/torch/all.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9040914Z copying torch/include/torch/csrc/api/include/torch/arg.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9041472Z copying torch/include/torch/csrc/api/include/torch/autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9041906Z copying torch/include/torch/csrc/api/include/torch/cuda.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9042946Z copying torch/include/torch/csrc/api/include/torch/data.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9043774Z copying torch/include/torch/csrc/api/include/torch/enum.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9044840Z copying torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9045796Z copying torch/include/torch/csrc/api/include/torch/fft.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9046989Z copying torch/include/torch/csrc/api/include/torch/imethod.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9048263Z copying torch/include/torch/csrc/api/include/torch/jit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9048984Z copying torch/include/torch/csrc/api/include/torch/linalg.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9050254Z copying torch/include/torch/csrc/api/include/torch/nested.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9051444Z copying torch/include/torch/csrc/api/include/torch/nn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9052541Z copying torch/include/torch/csrc/api/include/torch/optim.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9053728Z copying torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9055139Z copying torch/include/torch/csrc/api/include/torch/python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9056039Z copying torch/include/torch/csrc/api/include/torch/serialize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9057254Z copying torch/include/torch/csrc/api/include/torch/sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9058350Z copying torch/include/torch/csrc/api/include/torch/special.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9059726Z copying torch/include/torch/csrc/api/include/torch/torch.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9060850Z copying torch/include/torch/csrc/api/include/torch/types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9062115Z copying torch/include/torch/csrc/api/include/torch/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9063268Z copying torch/include/torch/csrc/api/include/torch/version.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:32.9064425Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:32.9064965Z copying torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:32.9066157Z copying torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:32.9067167Z copying torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:32.9068614Z copying torch/include/torch/csrc/api/include/torch/data/example.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:32.9069668Z copying torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:32.9070959Z copying torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:32.9072002Z copying torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:32.9073074Z copying torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:32.9074040Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:27:32.9074822Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:27:32.9076008Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:27:32.9077208Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:27:32.9077883Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:32.9078547Z copying torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:32.9079572Z copying torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:32.9080900Z copying torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:32.9081926Z copying torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:32.9082988Z copying torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:32.9084016Z copying torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:32.9084938Z copying torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:32.9085827Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:27:32.9087039Z copying torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:27:32.9087679Z copying torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:27:32.9088834Z copying torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:27:32.9089725Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:32.9090436Z copying torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:32.9091489Z copying torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:32.9092656Z copying torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:32.9093665Z copying torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:32.9094812Z copying torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:32.9095884Z copying torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:32.9097145Z copying torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:32.9098074Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:32.9098532Z copying torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:32.9099881Z copying torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:32.9101378Z copying torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:32.9102244Z copying torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:32.9103444Z copying torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:32.9104521Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:27:32.9104887Z copying torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:27:32.9106383Z copying torch/include/torch/csrc/api/include/torch/detail/static.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:27:32.9107208Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:32.9107975Z copying torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:32.9109488Z copying torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:32.9110008Z copying torch/include/torch/csrc/api/include/torch/nn/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:32.9111076Z copying torch/include/torch/csrc/api/include/torch/nn/module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:32.9112545Z copying torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:32.9113515Z copying torch/include/torch/csrc/api/include/torch/nn/options.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:32.9114494Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:32.9115316Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:32.9116569Z copying torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:32.9117456Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:32.9118083Z copying torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:32.9119608Z copying torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:32.9120506Z copying torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:32.9121731Z copying torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:32.9122665Z copying torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:32.9123721Z copying torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:32.9124694Z copying torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:32.9125728Z copying torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:32.9126723Z copying torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:32.9127591Z copying torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:32.9128912Z copying torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:32.9129997Z copying torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:32.9130892Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:32.9131953Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:32.9133385Z copying torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:32.9134412Z copying torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:32.9135521Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9136052Z copying torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9137439Z copying torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9138550Z copying torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9139407Z copying torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9140536Z copying torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9141567Z copying torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9142579Z copying torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9143526Z copying torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9144491Z copying torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9145434Z copying torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9146359Z copying torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9147669Z copying torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9149170Z copying torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9150212Z copying torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9151419Z copying torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9152801Z copying torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9154002Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9155046Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9155862Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9157900Z copying torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9158324Z copying torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:32.9159456Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9160098Z copying torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9161021Z copying torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9162710Z copying torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9163674Z copying torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9164435Z copying torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9165782Z copying torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9167149Z copying torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9167653Z copying torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9169030Z copying torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9170288Z copying torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9171162Z copying torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9173470Z copying torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9173997Z copying torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9175084Z copying torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9176126Z copying torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9177281Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9178053Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9179492Z copying torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9180424Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9181798Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9182888Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9183956Z copying torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9185773Z copying torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:32.9186374Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:32.9187597Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:32.9188838Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:32.9190274Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:32.9191456Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:32.9192564Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:32.9193624Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:32.9195070Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:32.9196163Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:32.9197493Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:32.9198267Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:32.9200010Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T01:27:32.9200514Z copying torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T01:27:32.9202125Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:27:32.9202765Z copying torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:27:32.9203652Z copying torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:27:32.9204857Z copying torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:27:32.9205468Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:32.9206202Z copying torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:32.9207073Z copying torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:32.9208161Z copying torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:32.9208887Z copying torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:32.9210115Z copying torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:32.9211082Z copying torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:32.9212437Z copying torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:32.9213433Z copying torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:32.9214185Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:27:32.9214687Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:27:32.9215989Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:27:32.9216844Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:27:32.9217327Z copying torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:27:32.9218694Z copying torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:27:32.9219710Z copying torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:27:32.9220714Z copying torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:27:32.9221552Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9222448Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9224390Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9224979Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9226697Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9227499Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9228498Z copying torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9229906Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9230643Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9231664Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9232854Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9233960Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9234995Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9236869Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9237746Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9238376Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9239949Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9240840Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9242009Z copying torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9242794Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9243739Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9244896Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9245793Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9247168Z copying torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9247915Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9250178Z copying torch/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9250615Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9251427Z copying torch/include/torch/csrc/autograd/python_enum_tag.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9251974Z copying torch/include/torch/csrc/autograd/python_fft_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9253422Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9254097Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9255607Z copying torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9256244Z copying torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9257280Z copying torch/include/torch/csrc/autograd/python_nested_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9258556Z copying torch/include/torch/csrc/autograd/python_nn_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9259263Z copying torch/include/torch/csrc/autograd/python_return_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9260591Z copying torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9261624Z copying torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9263175Z copying torch/include/torch/csrc/autograd/python_special_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9264042Z copying torch/include/torch/csrc/autograd/python_torch_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9264932Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9270289Z copying torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9270692Z copying torch/include/torch/csrc/autograd/record_function_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9271064Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9271494Z copying torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9271770Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9272055Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2022-11-23T01:27:32.9273646Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:32.9274031Z copying torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:32.9275137Z copying torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:32.9276393Z copying torch/include/torch/csrc/autograd/functions/comm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:32.9277391Z copying torch/include/torch/csrc/autograd/functions/pybind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:32.9278407Z copying torch/include/torch/csrc/autograd/functions/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:32.9279337Z copying torch/include/torch/csrc/autograd/functions/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:32.9280652Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2022-11-23T01:27:32.9281003Z copying torch/include/torch/csrc/autograd/generated/python_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2022-11-23T01:27:32.9282131Z copying torch/include/torch/csrc/autograd/generated/VariableType.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2022-11-23T01:27:32.9283071Z copying torch/include/torch/csrc/autograd/generated/Functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2022-11-23T01:27:32.9285910Z copying torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2022-11-23T01:27:32.9287203Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:32.9287978Z copying torch/include/torch/csrc/autograd/utils/error_messages.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:32.9289193Z copying torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:32.9290249Z copying torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:32.9291315Z copying torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:32.9292414Z copying torch/include/torch/csrc/autograd/utils/warnings.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:32.9293577Z copying torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:32.9294650Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:32.9295137Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:32.9296557Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:32.9297645Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:32.9298545Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:32.9299484Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:32.9301439Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:32.9301926Z copying torch/include/torch/csrc/cuda/memory_snapshot.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:32.9303039Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:32.9304606Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:32.9305413Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2022-11-23T01:27:32.9306515Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed 2022-11-23T01:27:32.9306953Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9308078Z copying torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9309081Z copying torch/include/torch/csrc/distributed/c10d/c10d.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9310147Z copying torch/include/torch/csrc/distributed/c10d/debug.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9311296Z copying torch/include/torch/csrc/distributed/c10d/error.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9312440Z copying torch/include/torch/csrc/distributed/c10d/exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9313550Z copying torch/include/torch/csrc/distributed/c10d/logging.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9314684Z copying torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9315772Z copying torch/include/torch/csrc/distributed/c10d/socket.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9316813Z copying torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9318009Z copying torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9318859Z copying torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9319746Z copying torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9320666Z copying torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9322114Z copying torch/include/torch/csrc/distributed/c10d/Ops.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9323177Z copying torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9324227Z copying torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9325492Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9327311Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9328649Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9330031Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9331639Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9333094Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9334404Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9335573Z copying torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9336932Z copying torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9338168Z copying torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9339414Z copying torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9341752Z copying torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9342746Z copying torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9343956Z copying torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9345355Z copying torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9346630Z copying torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9348475Z copying torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9350622Z copying torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9351862Z copying torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9353286Z copying torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9354749Z copying torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9356130Z copying torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9357918Z copying torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9359140Z copying torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:32.9360345Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9361051Z copying torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9362332Z copying torch/include/torch/csrc/distributed/rpc/message.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9364055Z copying torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9365187Z copying torch/include/torch/csrc/distributed/rpc/python_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9366458Z copying torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9367737Z copying torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9369170Z copying torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9370403Z copying torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9371660Z copying torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9372871Z copying torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9374309Z copying torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9375548Z copying torch/include/torch/csrc/distributed/rpc/rpc.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9377751Z copying torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9378316Z copying torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9379323Z copying torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9381136Z copying torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9383365Z copying torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9384494Z copying torch/include/torch/csrc/distributed/rpc/script_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9385768Z copying torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9387152Z copying torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9388577Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9390019Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9391395Z copying torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9392982Z copying torch/include/torch/csrc/distributed/rpc/types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9394372Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9395712Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9396993Z copying torch/include/torch/csrc/distributed/rpc/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:32.9398194Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2022-11-23T01:27:32.9398838Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2022-11-23T01:27:32.9400426Z copying torch/include/torch/csrc/jit/jit_opt_limit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2022-11-23T01:27:32.9401203Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2022-11-23T01:27:32.9403162Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:32.9403685Z copying torch/include/torch/csrc/jit/backends/backend.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:32.9404611Z copying torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:32.9405584Z copying torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:32.9406589Z copying torch/include/torch/csrc/jit/backends/backend_detail.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:32.9407522Z copying torch/include/torch/csrc/jit/backends/backend_exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:32.9408363Z copying torch/include/torch/csrc/jit/backends/backend_init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:32.9409565Z copying torch/include/torch/csrc/jit/backends/backend_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:32.9410367Z copying torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:32.9411335Z copying torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:32.9412316Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9412904Z copying torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9414238Z copying torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9414924Z copying torch/include/torch/csrc/jit/passes/autocast.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9416222Z copying torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9417573Z copying torch/include/torch/csrc/jit/passes/batch_mm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9418781Z copying torch/include/torch/csrc/jit/passes/canonicalize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9419657Z copying torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9420786Z copying torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9421480Z copying torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9422745Z copying torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9423732Z copying torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9424843Z copying torch/include/torch/csrc/jit/passes/concat_opt.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9425817Z copying torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9427515Z copying torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9428585Z copying torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9429645Z copying torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9430675Z copying torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9432486Z copying torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9433033Z copying torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9434104Z copying torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9434976Z copying torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9436539Z copying torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9437256Z copying torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9438428Z copying torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9439449Z copying torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9440538Z copying torch/include/torch/csrc/jit/passes/freeze_module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9441602Z copying torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9442863Z copying torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9443808Z copying torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9445023Z copying torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9446114Z copying torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9447308Z copying torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9448317Z copying torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9449586Z copying torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9450406Z copying torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9451440Z copying torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9452437Z copying torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9453597Z copying torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9454989Z copying torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9456311Z copying torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9457276Z copying torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9458784Z copying torch/include/torch/csrc/jit/passes/inliner.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9459627Z copying torch/include/torch/csrc/jit/passes/inplace_check.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9460648Z copying torch/include/torch/csrc/jit/passes/insert_guards.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9461984Z copying torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9462882Z copying torch/include/torch/csrc/jit/passes/lift_closures.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9464200Z copying torch/include/torch/csrc/jit/passes/liveness.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9466179Z copying torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9466812Z copying torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9468374Z copying torch/include/torch/csrc/jit/passes/lower_graph.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9469168Z copying torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9471055Z copying torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9472605Z copying torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9472940Z copying torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9474668Z copying torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9475505Z copying torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9476477Z copying torch/include/torch/csrc/jit/passes/onnx.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9477734Z copying torch/include/torch/csrc/jit/passes/pass_manager.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9478715Z copying torch/include/torch/csrc/jit/passes/peephole.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9480070Z copying torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9481035Z copying torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9482280Z copying torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9482816Z copying torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9484286Z copying torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9485457Z copying torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9486529Z copying torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9487775Z copying torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9488821Z copying torch/include/torch/csrc/jit/passes/remove_expands.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9490105Z copying torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9491239Z copying torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9492481Z copying torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9493521Z copying torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9494541Z copying torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9495478Z copying torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9496766Z copying torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9497804Z copying torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9498834Z copying torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9499887Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9500891Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9501948Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9502896Z copying torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9504658Z copying torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9505246Z copying torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9506439Z copying torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9507392Z copying torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9508752Z copying torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:32.9509884Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:32.9510601Z copying torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:32.9511871Z copying torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:32.9513001Z copying torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:32.9513850Z copying torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:32.9514882Z copying torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:32.9515861Z copying torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:32.9517379Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:32.9518786Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:32.9519816Z copying torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:32.9521136Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:32.9521551Z copying torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:32.9523063Z copying torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:32.9524006Z copying torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:32.9525220Z copying torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:32.9526488Z copying torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:32.9527292Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9527601Z copying torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9529150Z copying torch/include/torch/csrc/jit/runtime/autodiff.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9529952Z copying torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9531242Z copying torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9532455Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9533224Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9534338Z copying torch/include/torch/csrc/jit/runtime/exception_message.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9535274Z copying torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9536636Z copying torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9537517Z copying torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9538999Z copying torch/include/torch/csrc/jit/runtime/instruction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9539851Z copying torch/include/torch/csrc/jit/runtime/interpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9541018Z copying torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9542471Z copying torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9543251Z copying torch/include/torch/csrc/jit/runtime/logging.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9544527Z copying torch/include/torch/csrc/jit/runtime/operator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9545383Z copying torch/include/torch/csrc/jit/runtime/operator_options.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9546162Z copying torch/include/torch/csrc/jit/runtime/print_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9547387Z copying torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9548528Z copying torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9550395Z copying torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9551581Z copying torch/include/torch/csrc/jit/runtime/script_profile.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9552807Z copying torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9553750Z copying torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9554471Z copying torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9555756Z copying torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9556570Z copying torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9557415Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9558639Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9559404Z copying torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9560436Z copying torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:32.9561675Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:32.9562222Z copying torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:32.9562935Z copying torch/include/torch/csrc/jit/ir/attributes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:32.9563897Z copying torch/include/torch/csrc/jit/ir/constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:32.9565174Z copying torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:32.9565786Z copying torch/include/torch/csrc/jit/ir/ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:32.9567433Z copying torch/include/torch/csrc/jit/ir/ir_views.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:32.9568670Z copying torch/include/torch/csrc/jit/ir/irparser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:32.9569260Z copying torch/include/torch/csrc/jit/ir/named_value.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:32.9570210Z copying torch/include/torch/csrc/jit/ir/node_hashing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:32.9571008Z copying torch/include/torch/csrc/jit/ir/scope.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:32.9572274Z copying torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:32.9574897Z copying torch/include/torch/csrc/jit/ir/type_hashing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:32.9575215Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9575573Z copying torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9576155Z copying torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9577068Z copying torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9577917Z copying torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9579168Z copying torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9580422Z copying torch/include/torch/csrc/jit/frontend/error_report.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9581189Z copying torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9582290Z copying torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9584018Z copying torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9584701Z copying torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9585617Z copying torch/include/torch/csrc/jit/frontend/lexer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9587498Z copying torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9588014Z copying torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9588956Z copying torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9590919Z copying torch/include/torch/csrc/jit/frontend/parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9591978Z copying torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9593123Z copying torch/include/torch/csrc/jit/frontend/resolver.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9594626Z copying torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9595718Z copying torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9596521Z copying torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9598124Z copying torch/include/torch/csrc/jit/frontend/source_range.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9599082Z copying torch/include/torch/csrc/jit/frontend/source_ref.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9600269Z copying torch/include/torch/csrc/jit/frontend/strtod.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9601227Z copying torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9602831Z copying torch/include/torch/csrc/jit/frontend/tracer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9603909Z copying torch/include/torch/csrc/jit/frontend/tree.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9604870Z copying torch/include/torch/csrc/jit/frontend/tree_views.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9606293Z copying torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:32.9607218Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2022-11-23T01:27:32.9607518Z copying torch/include/torch/csrc/jit/api/compilation_unit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2022-11-23T01:27:32.9608822Z copying torch/include/torch/csrc/jit/api/function_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2022-11-23T01:27:32.9609654Z copying torch/include/torch/csrc/jit/api/method.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2022-11-23T01:27:32.9610520Z copying torch/include/torch/csrc/jit/api/module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2022-11-23T01:27:32.9611889Z copying torch/include/torch/csrc/jit/api/object.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2022-11-23T01:27:32.9613249Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9613915Z copying torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9614679Z copying torch/include/torch/csrc/jit/serialization/export.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9615784Z copying torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9616933Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9618004Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9619139Z copying torch/include/torch/csrc/jit/serialization/import.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9620398Z copying torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9621129Z copying torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9622313Z copying torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9623199Z copying torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9624633Z copying torch/include/torch/csrc/jit/serialization/import_read.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9625470Z copying torch/include/torch/csrc/jit/serialization/import_source.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9626978Z copying torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9629127Z copying torch/include/torch/csrc/jit/serialization/onnx.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9630539Z copying torch/include/torch/csrc/jit/serialization/pickle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9631117Z copying torch/include/torch/csrc/jit/serialization/pickler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9632705Z copying torch/include/torch/csrc/jit/serialization/python_print.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9633547Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9634852Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9635727Z copying torch/include/torch/csrc/jit/serialization/storage_context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9636857Z copying torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9638110Z copying torch/include/torch/csrc/jit/serialization/unpickler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:32.9639189Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:32.9639726Z copying torch/include/torch/csrc/jit/python/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:32.9640951Z copying torch/include/torch/csrc/jit/python/module_python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:32.9641764Z copying torch/include/torch/csrc/jit/python/pybind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:32.9643246Z copying torch/include/torch/csrc/jit/python/pybind_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:32.9644365Z copying torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:32.9645469Z copying torch/include/torch/csrc/jit/python/python_custom_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:32.9646381Z copying torch/include/torch/csrc/jit/python/python_dict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:32.9647369Z copying torch/include/torch/csrc/jit/python/python_ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:32.9648609Z copying torch/include/torch/csrc/jit/python/python_ivalue.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:32.9650828Z copying torch/include/torch/csrc/jit/python/python_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:32.9651452Z copying torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:32.9651981Z copying torch/include/torch/csrc/jit/python/python_tracer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:32.9653164Z copying torch/include/torch/csrc/jit/python/python_tree_views.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:32.9654435Z copying torch/include/torch/csrc/jit/python/script_init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:32.9655461Z copying torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2022-11-23T01:27:32.9657251Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9657672Z copying torch/include/torch/csrc/jit/mobile/code.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9658553Z copying torch/include/torch/csrc/jit/mobile/debug_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9660148Z copying torch/include/torch/csrc/jit/mobile/file_format.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9661235Z copying torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9662103Z copying torch/include/torch/csrc/jit/mobile/frame.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9663385Z copying torch/include/torch/csrc/jit/mobile/function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9664333Z copying torch/include/torch/csrc/jit/mobile/import.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9665276Z copying torch/include/torch/csrc/jit/mobile/import_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9666032Z copying torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9667894Z copying torch/include/torch/csrc/jit/mobile/interpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9668226Z copying torch/include/torch/csrc/jit/mobile/method.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9669901Z copying torch/include/torch/csrc/jit/mobile/module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9670269Z copying torch/include/torch/csrc/jit/mobile/observer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9671056Z copying torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9672512Z copying torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9673221Z copying torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9674232Z copying torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9675277Z copying torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9676582Z copying torch/include/torch/csrc/jit/mobile/quantization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9677332Z copying torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9679054Z copying torch/include/torch/csrc/jit/mobile/type_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9679711Z copying torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:32.9681455Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing 2022-11-23T01:27:32.9681826Z copying torch/include/torch/csrc/jit/testing/file_check.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing 2022-11-23T01:27:32.9682195Z copying torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing 2022-11-23T01:27:32.9683485Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9683999Z copying torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9685141Z copying torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9686904Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9687617Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9688815Z copying torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9689688Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9690668Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9691807Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9692857Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9694300Z copying torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9695240Z copying torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9697111Z copying torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9697814Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9698934Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9700765Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9701244Z copying torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9703281Z copying torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9703849Z copying torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9705320Z copying torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9706089Z copying torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9707672Z copying torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9709579Z copying torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9709946Z copying torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9711292Z copying torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9712324Z copying torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9713448Z copying torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9714609Z copying torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9715500Z copying torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9717501Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9718771Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9719528Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9721171Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9722117Z copying torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9723109Z copying torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9724208Z copying torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9725200Z copying torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9726264Z copying torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9727619Z copying torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9728597Z copying torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9730761Z copying torch/include/torch/csrc/jit/tensorexpr/types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9731435Z copying torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9732058Z copying torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:32.9732625Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:32.9733578Z copying torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:32.9734737Z copying torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:32.9736177Z copying torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:32.9736778Z copying torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:32.9737622Z copying torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:32.9738717Z copying torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:32.9739466Z copying torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:32.9740401Z copying torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:32.9741338Z copying torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:32.9742355Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen 2022-11-23T01:27:32.9742783Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9743380Z copying torch/include/torch/csrc/jit/codegen/cuda/arith.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9744802Z copying torch/include/torch/csrc/jit/codegen/cuda/codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9746050Z copying torch/include/torch/csrc/jit/codegen/cuda/compute_at.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9746940Z copying torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9748081Z copying torch/include/torch/csrc/jit/codegen/cuda/contiguity.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9749106Z copying torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9751347Z copying torch/include/torch/csrc/jit/codegen/cuda/dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9752053Z copying torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9753207Z copying torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9754101Z copying torch/include/torch/csrc/jit/codegen/cuda/executor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9755523Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9756559Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9757672Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9758867Z copying torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9760006Z copying torch/include/torch/csrc/jit/codegen/cuda/fusion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9761282Z copying torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9763405Z copying torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9764425Z copying torch/include/torch/csrc/jit/codegen/cuda/index_compute.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9765852Z copying torch/include/torch/csrc/jit/codegen/cuda/inlining.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9766975Z copying torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9768131Z copying torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9769287Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9770461Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9771654Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9772856Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9774133Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_container.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9775352Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9776571Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9778044Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9779546Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9780590Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9781768Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9782843Z copying torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9784052Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9785075Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9786577Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9787117Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9788594Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9789441Z copying torch/include/torch/csrc/jit/codegen/cuda/lower2device.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9791626Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9791964Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9793022Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9793996Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9795181Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9795996Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9797407Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9798170Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9799533Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9800300Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9801425Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9802788Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9803459Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9804483Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9805503Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9807003Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9807721Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9808980Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9809956Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9810580Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9812116Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9813300Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9814227Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9815224Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9816622Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9817568Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9818953Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9820240Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9821205Z copying torch/include/torch/csrc/jit/codegen/cuda/manager.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9822661Z copying torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9823496Z copying torch/include/torch/csrc/jit/codegen/cuda/mma_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9824344Z copying torch/include/torch/csrc/jit/codegen/cuda/mutator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9825383Z copying torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9826448Z copying torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9827609Z copying torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9828444Z copying torch/include/torch/csrc/jit/codegen/cuda/parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9830073Z copying torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9830986Z copying torch/include/torch/csrc/jit/codegen/cuda/partition.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9831813Z copying torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9833234Z copying torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9834213Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9836093Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9836848Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9838343Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9839073Z copying torch/include/torch/csrc/jit/codegen/cuda/type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9840304Z copying torch/include/torch/csrc/jit/codegen/cuda/type_inference.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9841168Z copying torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9842265Z copying torch/include/torch/csrc/jit/codegen/cuda/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9843206Z copying torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:32.9844821Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:27:32.9845164Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:27:32.9846067Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:27:32.9846782Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:27:32.9847627Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:27:32.9848970Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:32.9849405Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:32.9850476Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:32.9851270Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:32.9852298Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:32.9853571Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:32.9854534Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:32.9856011Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:32.9856986Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:32.9857841Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:32.9859177Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:32.9860002Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:32.9860837Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:32.9861975Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:32.9862684Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:32.9863591Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:32.9864905Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:32.9865925Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:32.9867093Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:32.9868129Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx 2022-11-23T01:27:32.9868688Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx 2022-11-23T01:27:32.9870577Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx 2022-11-23T01:27:32.9871040Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:27:32.9871575Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:27:32.9872834Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:27:32.9874768Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:27:32.9875238Z copying torch/include/torch/csrc/profiler/data_flow.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:27:32.9876071Z copying torch/include/torch/csrc/profiler/events.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:27:32.9876876Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:27:32.9877931Z copying torch/include/torch/csrc/profiler/perf-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:27:32.9879544Z copying torch/include/torch/csrc/profiler/perf.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:27:32.9880175Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2022-11-23T01:27:32.9881255Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:27:32.9881915Z copying torch/include/torch/csrc/profiler/orchestration/observer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:27:32.9883430Z copying torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:27:32.9884829Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:27:32.9885399Z copying torch/include/torch/csrc/profiler/stubs/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:27:32.9885772Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9887096Z copying torch/include/torch/csrc/utils/auto_gil.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9887647Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9888305Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9889259Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9890357Z copying torch/include/torch/csrc/utils/cuda_lazy_init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9891510Z copying torch/include/torch/csrc/utils/disable_torch_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9893002Z copying torch/include/torch/csrc/utils/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9894164Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9895082Z copying torch/include/torch/csrc/utils/memory.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9896302Z copying torch/include/torch/csrc/utils/nested.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9897927Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9898652Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9899683Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9900594Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9901655Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9902681Z copying torch/include/torch/csrc/utils/python_arg_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9904129Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9904790Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9905958Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9906794Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9907910Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9910020Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9910530Z copying torch/include/torch/csrc/utils/python_symnode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9911767Z copying torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9913412Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9913699Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9915831Z copying torch/include/torch/csrc/utils/six.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9916255Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9917074Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9918084Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9919110Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9920008Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9921061Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9922063Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9922854Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9923682Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9924952Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9925835Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9927095Z copying torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9927982Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9929176Z copying torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9930084Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2022-11-23T01:27:32.9931469Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/tensor 2022-11-23T01:27:32.9931879Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/tensor 2022-11-23T01:27:32.9932760Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy 2022-11-23T01:27:32.9932977Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2022-11-23T01:27:32.9933597Z copying torch/include/torch/csrc/lazy/backend/backend_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2022-11-23T01:27:32.9935188Z copying torch/include/torch/csrc/lazy/backend/backend_device.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2022-11-23T01:27:32.9936730Z copying torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2022-11-23T01:27:32.9937538Z copying torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2022-11-23T01:27:32.9938330Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9938873Z copying torch/include/torch/csrc/lazy/core/cache.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9940337Z copying torch/include/torch/csrc/lazy/core/config.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9941731Z copying torch/include/torch/csrc/lazy/core/debug_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9942996Z copying torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9943430Z copying torch/include/torch/csrc/lazy/core/hash.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9945289Z copying torch/include/torch/csrc/lazy/core/helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9945577Z copying torch/include/torch/csrc/lazy/core/ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9947268Z copying torch/include/torch/csrc/lazy/core/ir_builder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9947969Z copying torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9949459Z copying torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9949836Z copying torch/include/torch/csrc/lazy/core/ir_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9951569Z copying torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9952513Z copying torch/include/torch/csrc/lazy/core/metrics.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9953995Z copying torch/include/torch/csrc/lazy/core/multi_wait.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9955105Z copying torch/include/torch/csrc/lazy/core/permutation_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9955759Z copying torch/include/torch/csrc/lazy/core/shape.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9956661Z copying torch/include/torch/csrc/lazy/core/shape_inference.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9958142Z copying torch/include/torch/csrc/lazy/core/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9959709Z copying torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9960388Z copying torch/include/torch/csrc/lazy/core/tensor_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9962491Z copying torch/include/torch/csrc/lazy/core/thread_pool.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9962965Z copying torch/include/torch/csrc/lazy/core/trie.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9963993Z copying torch/include/torch/csrc/lazy/core/unique.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9964572Z copying torch/include/torch/csrc/lazy/core/util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:32.9966230Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T01:27:32.9966719Z copying torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T01:27:32.9967589Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:27:32.9967941Z copying torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:27:32.9969506Z copying torch/include/torch/csrc/lazy/core/ops/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:27:32.9970204Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:32.9970574Z copying torch/include/torch/csrc/lazy/ts_backend/config.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:32.9971794Z copying torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:32.9973614Z copying torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:32.9974026Z copying torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:32.9974975Z copying torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:32.9975953Z copying torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:32.9976736Z copying torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:32.9977969Z copying torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:32.9979820Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:32.9980300Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:32.9981114Z creating build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:32.9981589Z copying torch/include/pybind11/attr.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:32.9983059Z copying torch/include/pybind11/buffer_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:32.9984038Z copying torch/include/pybind11/cast.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:32.9985538Z copying torch/include/pybind11/chrono.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:32.9986403Z copying torch/include/pybind11/common.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:32.9987260Z copying torch/include/pybind11/complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:32.9988761Z copying torch/include/pybind11/eigen.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:32.9989881Z copying torch/include/pybind11/embed.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:32.9991693Z copying torch/include/pybind11/eval.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:32.9992022Z copying torch/include/pybind11/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:32.9993053Z copying torch/include/pybind11/gil.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:32.9993978Z copying torch/include/pybind11/iostream.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:32.9994792Z copying torch/include/pybind11/numpy.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:32.9996608Z copying torch/include/pybind11/operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:32.9997217Z copying torch/include/pybind11/options.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:32.9998546Z copying torch/include/pybind11/pybind11.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:33.0000159Z copying torch/include/pybind11/pytypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:33.0001933Z copying torch/include/pybind11/stl.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:33.0003146Z copying torch/include/pybind11/stl_bind.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2022-11-23T01:27:33.0004472Z creating build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:27:33.0004825Z copying torch/include/pybind11/detail/class.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:27:33.0005862Z copying torch/include/pybind11/detail/common.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:27:33.0007655Z copying torch/include/pybind11/detail/descr.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:27:33.0008425Z copying torch/include/pybind11/detail/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:27:33.0009788Z copying torch/include/pybind11/detail/internals.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:27:33.0010521Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:27:33.0011742Z copying torch/include/pybind11/detail/typeid.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2022-11-23T01:27:33.0012812Z creating build/lib.linux-x86_64-cpython-38/torch/include/THH 2022-11-23T01:27:33.0013644Z copying torch/include/THH/THHAtomics.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/THH 2022-11-23T01:27:33.0015034Z copying torch/include/THH/THHDeviceUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/THH 2022-11-23T01:27:33.0015995Z copying torch/_inductor/codegen/cpp_prefix.h -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:33.0017187Z copying torch/_inductor/codegen/triton_conv_delta_x.j2 -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:33.0070589Z copying torch/_inductor/codegen/triton_conv_delta_x_hwc.j2 -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:33.0130904Z copying torch/_inductor/codegen/triton_mm.j2 -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2022-11-23T01:27:33.0250194Z creating build/lib.linux-x86_64-cpython-38/torch/share 2022-11-23T01:27:33.0250505Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake 2022-11-23T01:27:33.0250894Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/ATen 2022-11-23T01:27:33.0251239Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/ATen 2022-11-23T01:27:33.0252199Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2022-11-23T01:27:33.0252540Z copying torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2022-11-23T01:27:33.0254159Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2022-11-23T01:27:33.0254737Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2022-11-23T01:27:33.0256392Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2022-11-23T01:27:33.0256940Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:27:33.0257473Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:27:33.0259054Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:27:33.0259859Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:27:33.0261220Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:27:33.0262053Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:27:33.0263324Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:27:33.0264289Z copying torch/share/cmake/Caffe2/public/threads.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:27:33.0264892Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:27:33.0266197Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2022-11-23T01:27:33.0267165Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:27:33.0268479Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:27:33.0270002Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:27:33.0270356Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:27:33.0270986Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:27:33.0272334Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:27:33.0274108Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:27:33.0275333Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:27:33.0276267Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:27:33.0276723Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:27:33.0277864Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:27:33.0278762Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:27:33.0279984Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:27:33.0280603Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe 2022-11-23T01:27:33.0281379Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe 2022-11-23T01:27:33.0282795Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe 2022-11-23T01:27:33.0283763Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch 2022-11-23T01:27:33.0284426Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch 2022-11-23T01:27:33.0285564Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch 2022-11-23T01:27:33.0286171Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2022-11-23T01:27:33.0287357Z copying torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:33.0288304Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:33.0289119Z copying torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:33.0290077Z copying torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:33.0293957Z copying torch/utils/model_dump/skeleton.html -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:27:33.0318438Z copying torch/utils/model_dump/code.js -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:27:33.0389930Z copying torch/utils/model_dump/htm.mjs -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:27:33.0477443Z copying torch/utils/model_dump/preact.mjs -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2022-11-23T01:27:33.0551686Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged 2022-11-23T01:27:33.0552358Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen 2022-11-23T01:27:33.0552989Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native 2022-11-23T01:27:33.0553444Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native 2022-11-23T01:27:33.0557825Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native 2022-11-23T01:27:33.0559000Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0559953Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0561051Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0561923Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0563264Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0564461Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0565224Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0566162Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0567163Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0569078Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0570040Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0570710Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0571484Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0572550Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0573918Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0574706Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0575631Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0576958Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0577826Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0578680Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0580453Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0581246Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0582420Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0583421Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0584433Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0585486Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0586418Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0587407Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0588557Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0589491Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0590610Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0591643Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0592756Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0593770Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0594843Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0596016Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0597124Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0598086Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0599663Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0600477Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2022-11-23T01:27:33.0868128Z running build_ext 2022-11-23T01:27:33.0913584Z -- Building with NumPy bindings 2022-11-23T01:27:33.0913986Z -- Not using cuDNN 2022-11-23T01:27:33.0914370Z -- Not using CUDA 2022-11-23T01:27:33.0914715Z -- Using MKLDNN 2022-11-23T01:27:33.0915194Z -- Not using Compute Library for the Arm architecture with MKLDNN 2022-11-23T01:27:33.0915473Z -- Not using CBLAS in MKLDNN 2022-11-23T01:27:33.0915760Z -- Using system provided NCCL library at False, False 2022-11-23T01:27:33.0916042Z -- Building with distributed package: 2022-11-23T01:27:33.0916283Z -- USE_TENSORPIPE=True 2022-11-23T01:27:33.0916478Z -- USE_GLOO=True 2022-11-23T01:27:33.0916675Z -- USE_MPI=False 2022-11-23T01:27:33.0916863Z -- Using ITT 2022-11-23T01:27:33.2636340Z Copying functorch._C from functorch/functorch.so to /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-38/functorch/_C.cpython-38-x86_64-linux-gnu.so 2022-11-23T01:27:33.2636968Z copying functorch/functorch.so -> /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-38/functorch/_C.cpython-38-x86_64-linux-gnu.so 2022-11-23T01:27:33.2644190Z building 'torch._C' extension 2022-11-23T01:27:33.2645184Z creating build/temp.linux-x86_64-cpython-38 2022-11-23T01:27:33.2645503Z creating build/temp.linux-x86_64-cpython-38/torch 2022-11-23T01:27:33.2645888Z creating build/temp.linux-x86_64-cpython-38/torch/csrc 2022-11-23T01:27:33.2648669Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/include/python3.8 -c torch/csrc/stub.c -o build/temp.linux-x86_64-cpython-38/torch/csrc/stub.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces 2022-11-23T01:27:33.3515384Z gcc -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-38/torch/csrc/stub.o -L/var/lib/jenkins/workspace/torch/lib -ltorch_python -o build/lib.linux-x86_64-cpython-38/torch/_C.cpython-38-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-11-23T01:27:33.6145917Z building 'torch._C_flatbuffer' extension 2022-11-23T01:27:33.6148238Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/include/python3.8 -c torch/csrc/stub_with_flatbuffer.c -o build/temp.linux-x86_64-cpython-38/torch/csrc/stub_with_flatbuffer.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces 2022-11-23T01:27:33.7013183Z gcc -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-38/torch/csrc/stub_with_flatbuffer.o -L/var/lib/jenkins/workspace/torch/lib -ltorch_python -o build/lib.linux-x86_64-cpython-38/torch/_C_flatbuffer.cpython-38-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-11-23T01:27:33.7642778Z /opt/conda/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-11-23T01:27:33.7643438Z warnings.warn( 2022-11-23T01:27:33.7738825Z installing to build/bdist.linux-x86_64/wheel 2022-11-23T01:27:33.7739244Z running install 2022-11-23T01:27:33.7792045Z running install_lib 2022-11-23T01:27:33.7896434Z creating build/bdist.linux-x86_64 2022-11-23T01:27:33.7896926Z creating build/bdist.linux-x86_64/wheel 2022-11-23T01:27:33.7897418Z creating build/bdist.linux-x86_64/wheel/functorch 2022-11-23T01:27:33.7898326Z copying build/lib.linux-x86_64-cpython-38/functorch/__init__.py -> build/bdist.linux-x86_64/wheel/functorch 2022-11-23T01:27:33.7899242Z creating build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:33.7900153Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:33.7901028Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/aot_autograd.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:33.7903067Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/benchmark_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:33.7904898Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/compile_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:33.7905803Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/compilers.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:33.7906446Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/config.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:33.7907288Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/eager_transforms.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:33.7908593Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/fx_minifier.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:33.7909547Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/make_functional.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:33.7911097Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/named_members_polyfill.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:33.7911938Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/partitioners.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:33.7913119Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/python_key.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:33.7913829Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/pytree_hacks.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:33.7914817Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/top_operators_github_usage.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:33.7916573Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/vmap.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-11-23T01:27:33.7917624Z creating build/bdist.linux-x86_64/wheel/functorch/compile 2022-11-23T01:27:33.7918302Z copying build/lib.linux-x86_64-cpython-38/functorch/compile/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/compile 2022-11-23T01:27:33.7919770Z creating build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:27:33.7920440Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:27:33.7921303Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/batch_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:27:33.7922275Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/delayed_mul_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:27:33.7923117Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/dim.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:27:33.7924014Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/magic_trace.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:27:33.7925070Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/op_properties.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:27:33.7926026Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/reference.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:27:33.7927445Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/tree_map.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:27:33.7928468Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/wrap_type.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-11-23T01:27:33.7929681Z creating build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:27:33.7930524Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:27:33.7931516Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/_map.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:27:33.7932286Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/batch_norm_replacement.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:27:33.7933670Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/cond.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:27:33.7934580Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/control_flow.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:27:33.7935310Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/ops.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-11-23T01:27:33.7936177Z copying build/lib.linux-x86_64-cpython-38/functorch/_C.cpython-38-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/functorch 2022-11-23T01:27:33.7939948Z creating build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7940348Z copying build/lib.linux-x86_64-cpython-38/torch/_VF.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7941476Z copying build/lib.linux-x86_64-cpython-38/torch/__config__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7942508Z copying build/lib.linux-x86_64-cpython-38/torch/__future__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7943591Z copying build/lib.linux-x86_64-cpython-38/torch/__init__.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7945107Z copying build/lib.linux-x86_64-cpython-38/torch/_appdirs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7946630Z copying build/lib.linux-x86_64-cpython-38/torch/_classes.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7947665Z copying build/lib.linux-x86_64-cpython-38/torch/_deploy.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7948850Z copying build/lib.linux-x86_64-cpython-38/torch/_jit_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7950427Z copying build/lib.linux-x86_64-cpython-38/torch/_linalg_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7951490Z copying build/lib.linux-x86_64-cpython-38/torch/_lobpcg.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7952962Z copying build/lib.linux-x86_64-cpython-38/torch/_lowrank.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7954193Z copying build/lib.linux-x86_64-cpython-38/torch/_meta_registrations.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7955790Z copying build/lib.linux-x86_64-cpython-38/torch/_namedtensor_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7956839Z copying build/lib.linux-x86_64-cpython-38/torch/_ops.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7958274Z copying build/lib.linux-x86_64-cpython-38/torch/_python_dispatcher.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7959338Z copying build/lib.linux-x86_64-cpython-38/torch/_six.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7960715Z copying build/lib.linux-x86_64-cpython-38/torch/_sources.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7961861Z copying build/lib.linux-x86_64-cpython-38/torch/_storage_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7962914Z copying build/lib.linux-x86_64-cpython-38/torch/_tensor.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7964462Z copying build/lib.linux-x86_64-cpython-38/torch/_tensor_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7966959Z copying build/lib.linux-x86_64-cpython-38/torch/_tensor_str.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7968123Z copying build/lib.linux-x86_64-cpython-38/torch/_torch_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7972288Z copying build/lib.linux-x86_64-cpython-38/torch/_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7973360Z copying build/lib.linux-x86_64-cpython-38/torch/_utils_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7974320Z copying build/lib.linux-x86_64-cpython-38/torch/_vmap_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7975301Z copying build/lib.linux-x86_64-cpython-38/torch/_weights_only_unpickler.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7976282Z copying build/lib.linux-x86_64-cpython-38/torch/functional.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7977954Z copying build/lib.linux-x86_64-cpython-38/torch/hub.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7979376Z copying build/lib.linux-x86_64-cpython-38/torch/library.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7980733Z copying build/lib.linux-x86_64-cpython-38/torch/overrides.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7982722Z copying build/lib.linux-x86_64-cpython-38/torch/quasirandom.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7984330Z copying build/lib.linux-x86_64-cpython-38/torch/random.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7985596Z copying build/lib.linux-x86_64-cpython-38/torch/return_types.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7986706Z copying build/lib.linux-x86_64-cpython-38/torch/serialization.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7988480Z copying build/lib.linux-x86_64-cpython-38/torch/storage.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7989518Z copying build/lib.linux-x86_64-cpython-38/torch/torch_version.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7990646Z copying build/lib.linux-x86_64-cpython-38/torch/types.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7991725Z copying build/lib.linux-x86_64-cpython-38/torch/version.py -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.7993100Z creating build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:27:33.7993834Z copying build/lib.linux-x86_64-cpython-38/torch/_decomp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:27:33.7995200Z copying build/lib.linux-x86_64-cpython-38/torch/_decomp/decompositions.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:27:33.7996901Z copying build/lib.linux-x86_64-cpython-38/torch/_decomp/decompositions_for_jvp.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-11-23T01:27:33.8057623Z creating build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T01:27:33.8058451Z copying build/lib.linux-x86_64-cpython-38/torch/_dispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T01:27:33.8059232Z copying build/lib.linux-x86_64-cpython-38/torch/_dispatch/python.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-11-23T01:27:33.8060688Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8061281Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8062126Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/allowed_functions.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8063133Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/bytecode_analysis.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8064192Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/bytecode_transformation.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8065150Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/codegen.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8066271Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/config.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8067447Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/convert_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8068768Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/debug_utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8069965Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/eval_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8071302Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/exc.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8072982Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/guards.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8074104Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/logging.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8075050Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/mutation_guard.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8075781Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/output_graph.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8076967Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/profiler.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8078184Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/replay_record.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8079395Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/resume_execution.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8080359Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/side_effects.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8081280Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/skipfiles.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8081916Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/source.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8082578Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/symbolic_convert.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8084339Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/test_case.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8085248Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/test_minifier_common.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8086111Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/testing.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8086995Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2022-11-23T01:27:33.8088107Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:33.8089004Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:33.8090253Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/analysis.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:33.8091254Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/backends.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:33.8092096Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/distributed.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:33.8093052Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/inference.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:33.8093947Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/log_args.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:33.8094544Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/normalize.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:33.8095711Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/subgraph.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:33.8096687Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/torchxla_integration.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:33.8097349Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/optimizations/training.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/optimizations 2022-11-23T01:27:33.8098584Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:33.8099094Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:33.8100193Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/base.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:33.8100920Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/builder.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:33.8102408Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/builtin.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:33.8103317Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/constant.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:33.8104067Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/dicts.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:33.8104996Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/functions.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:33.8106126Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/lists.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:33.8107012Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/misc.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:33.8108220Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/nn_module.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:33.8109397Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/tensor.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:33.8110499Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/torch.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:33.8111301Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/user_defined.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2022-11-23T01:27:33.8113132Z creating build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:27:33.8113881Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:27:33.8114619Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/pyfunctorch.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:27:33.8115243Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2022-11-23T01:27:33.8116416Z creating build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:33.8117137Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:33.8117936Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codecache.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:33.8118987Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/compile_fx.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:33.8119829Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/config.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:33.8120746Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/cuda_properties.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:33.8121699Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/debug.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:33.8122420Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/decomposition.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:33.8123415Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/dependencies.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:33.8124403Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/exc.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:33.8125233Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/graph.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:33.8126001Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/ir.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:33.8127900Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/lowering.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:33.8129971Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:33.8130677Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/overrides.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:33.8131394Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/scheduler.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:33.8132482Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/sizevars.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:33.8133477Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:33.8134403Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/virtualized.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2022-11-23T01:27:33.8136219Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:33.8136874Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:33.8137653Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/autotuner.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:33.8138402Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/common.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:33.8139539Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cpp.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:33.8141046Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:33.8142460Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton_template.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:33.8143198Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/wrapper.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:33.8144108Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cpp_prefix.h -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:33.8145051Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton_conv_delta_x.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:33.8145972Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton_conv_delta_x_hwc.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:33.8146884Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton_mm.j2 -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2022-11-23T01:27:33.8148073Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:27:33.8148699Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:27:33.8149752Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/autotune.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:27:33.8150685Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/batched_matmul.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:27:33.8151384Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/conv.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:27:33.8152438Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/conv1x1.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:27:33.8153344Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/conv_perf_model.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:27:33.8154187Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/matmul.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:27:33.8155055Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/mm_perf_model.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:27:33.8155901Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_ops/utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/triton_ops 2022-11-23T01:27:33.8157001Z creating build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:33.8158059Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:33.8158784Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/closure.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:33.8159298Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/computation.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:33.8160168Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/config.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:33.8161009Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/debug.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:33.8161868Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/device_context.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:33.8162771Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/extract_compiled_graph.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:33.8163723Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/ir_cache.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:33.8164627Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:33.8165430Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/tensor_factory_functions.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:33.8165917Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/ts_backend.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-11-23T01:27:33.8167278Z creating build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:27:33.8167696Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:27:33.8169709Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/context.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:27:33.8170282Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:27:33.8171389Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/nvfuser_executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:27:33.8172309Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/nvfuser_prims.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-11-23T01:27:33.8173476Z creating build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T01:27:33.8174312Z copying build/lib.linux-x86_64-cpython-38/torch/_prims_common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T01:27:33.8175846Z copying build/lib.linux-x86_64-cpython-38/torch/_prims_common/wrappers.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-11-23T01:27:33.8176737Z creating build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:27:33.8177159Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:27:33.8179578Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/_conversions.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:27:33.8180070Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/fft.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-11-23T01:27:33.8181612Z creating build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-11-23T01:27:33.8182361Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-11-23T01:27:33.8183073Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-11-23T01:27:33.8183569Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-11-23T01:27:33.8184618Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2022-11-23T01:27:33.8185161Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/nn/functional/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2022-11-23T01:27:33.8187200Z creating build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-11-23T01:27:33.8188339Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-11-23T01:27:33.8189180Z creating build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:27:33.8189961Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:27:33.8190922Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/fake_tensor.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:27:33.8191796Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/fake_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:27:33.8192982Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/meta_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-11-23T01:27:33.8194181Z creating build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T01:27:33.8194699Z copying build/lib.linux-x86_64-cpython-38/torch/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T01:27:33.8195736Z copying build/lib.linux-x86_64-cpython-38/torch/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-11-23T01:27:33.8196994Z creating build/bdist.linux-x86_64/wheel/torch/ao 2022-11-23T01:27:33.8197417Z copying build/lib.linux-x86_64-cpython-38/torch/ao/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao 2022-11-23T01:27:33.8198538Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-11-23T01:27:33.8199008Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-11-23T01:27:33.8200210Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2022-11-23T01:27:33.8200753Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2022-11-23T01:27:33.8202215Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T01:27:33.8202761Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T01:27:33.8203737Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules/fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-11-23T01:27:33.8204367Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat 2022-11-23T01:27:33.8205421Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat 2022-11-23T01:27:33.8206342Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:27:33.8207077Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:27:33.8208043Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:27:33.8209062Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:27:33.8209744Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2022-11-23T01:27:33.8210933Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized 2022-11-23T01:27:33.8211598Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized 2022-11-23T01:27:33.8212642Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:27:33.8213354Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2022-11-23T01:27:33.8214612Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:33.8215248Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:33.8216087Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:33.8217310Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:27:33.8217940Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:27:33.8218703Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:27:33.8219383Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:27:33.8220179Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2022-11-23T01:27:33.8221129Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2022-11-23T01:27:33.8222335Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2022-11-23T01:27:33.8222833Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2022-11-23T01:27:33.8223615Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2022-11-23T01:27:33.8225139Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:27:33.8225666Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:27:33.8226372Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-11-23T01:27:33.8227904Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:27:33.8228543Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:27:33.8229562Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:27:33.8230365Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:27:33.8231192Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-11-23T01:27:33.8232451Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2022-11-23T01:27:33.8232901Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2022-11-23T01:27:33.8234190Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T01:27:33.8234733Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T01:27:33.8235833Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T01:27:33.8246094Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-11-23T01:27:33.8246859Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T01:27:33.8247657Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T01:27:33.8248729Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-11-23T01:27:33.8249478Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2022-11-23T01:27:33.8250359Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2022-11-23T01:27:33.8251155Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:27:33.8252105Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:27:33.8253154Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:27:33.8254236Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:27:33.8255307Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-11-23T01:27:33.8256118Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:33.8256979Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:33.8258013Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:33.8258999Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:33.8260002Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:33.8260976Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:33.8262063Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:33.8263110Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/functional_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:33.8264133Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:33.8265158Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:33.8266160Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:33.8267173Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-11-23T01:27:33.8268156Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2022-11-23T01:27:33.8269000Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2022-11-23T01:27:33.8269779Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:33.8270713Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:33.8271865Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:33.8273069Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:33.8274151Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:33.8275243Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:33.8276344Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-11-23T01:27:33.8277131Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2022-11-23T01:27:33.8277879Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2022-11-23T01:27:33.8278614Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T01:27:33.8279482Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T01:27:33.8280480Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T01:27:33.8281449Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-11-23T01:27:33.8282237Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:27:33.8283166Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:27:33.8284411Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-11-23T01:27:33.8285151Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T01:27:33.8285860Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T01:27:33.8286815Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T01:27:33.8287692Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-11-23T01:27:33.8288353Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:33.8289087Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:33.8289961Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/graph_matcher.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:33.8290853Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/graph_passes.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:33.8291732Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:33.8292623Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/n_shadows_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:33.8293506Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/ns_types.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:33.8294374Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:33.8295228Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/qconfig_multi_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:33.8296099Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:33.8297091Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/weight_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-11-23T01:27:33.8297930Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T01:27:33.8298677Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T01:27:33.8299573Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning 2022-11-23T01:27:33.8300328Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental 2022-11-23T01:27:33.8301220Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental 2022-11-23T01:27:33.8302075Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:27:33.8303124Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:27:33.8304405Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2022-11-23T01:27:33.8305357Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:27:33.8306349Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:27:33.8307548Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2022-11-23T01:27:33.8308570Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:27:33.8309580Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:27:33.8310998Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:27:33.8312238Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:27:33.8313463Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2022-11-23T01:27:33.8314426Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:27:33.8315541Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2022-11-23T01:27:33.8316549Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:27:33.8317676Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:27:33.8319120Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:27:33.8320575Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2022-11-23T01:27:33.8321643Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:27:33.8322610Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:27:33.8323720Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/base_pruner.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:27:33.8324881Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/parametrization.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2022-11-23T01:27:33.8325734Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:27:33.8326571Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:27:33.8327583Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler/base_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:27:33.8328603Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler/cubic_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:27:33.8329649Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler/lambda_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2022-11-23T01:27:33.8330441Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:27:33.8331311Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:27:33.8332314Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/base_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:27:33.8333382Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:27:33.8334508Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:27:33.8335535Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2022-11-23T01:27:33.8336317Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:33.8337126Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:33.8338097Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/_correct_bias.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:33.8339070Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:33.8340046Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/_learnable_fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:33.8341004Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:33.8341963Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:33.8342945Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:33.8343922Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:33.8344927Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:33.8345904Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/qconfig_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:33.8346934Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/qconfig_mapping_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:33.8348026Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:33.8348994Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:33.8349957Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:33.8351206Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:33.8352509Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:33.8353638Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:33.8354693Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-11-23T01:27:33.8356235Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:33.8357173Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:33.8358434Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:33.8359593Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/backend_config.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:33.8361717Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/executorch.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:33.8362861Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/fbgemm.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:33.8363952Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/native.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:33.8365090Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/observation_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:33.8366210Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/qnnpack.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:33.8367298Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/tensorrt.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:33.8368348Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:33.8369424Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/x86.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-11-23T01:27:33.8370207Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:33.8371048Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:33.8372108Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_decomposed.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:33.8373094Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:33.8374258Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_lower_to_native_backend.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:33.8375027Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/backend_config_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:33.8376126Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:33.8377368Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/custom_config.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:33.8378480Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:33.8379565Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/fusion_patterns.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:33.8380695Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:33.8381961Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/lower_to_fbgemm.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:33.8382974Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/lower_to_qnnpack.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:33.8383698Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:33.8384682Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:33.8386070Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:33.8387894Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:33.8388488Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/quantization_patterns.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:33.8389902Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/tracer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:33.8390757Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-11-23T01:27:33.8392546Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:33.8393581Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:33.8394290Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/detector.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:33.8395324Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/model_report.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:33.8396289Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:33.8397308Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-11-23T01:27:33.8398588Z creating build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:33.8399398Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:33.8400218Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/anomaly_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:33.8400913Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/forward_ad.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:33.8401788Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/function.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:33.8402571Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/functional.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:33.8403745Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/grad_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:33.8404524Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/gradcheck.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:33.8405856Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/graph.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:33.8406641Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/profiler.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:33.8407737Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/profiler_legacy.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:33.8408469Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/profiler_util.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:33.8409527Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/variable.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-11-23T01:27:33.8410514Z creating build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:27:33.8411197Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/_functions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:27:33.8412173Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/_functions/tensor.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:27:33.8412911Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/_functions/utils.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-11-23T01:27:33.8414102Z creating build/bdist.linux-x86_64/wheel/torch/backends 2022-11-23T01:27:33.8414931Z copying build/lib.linux-x86_64-cpython-38/torch/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends 2022-11-23T01:27:33.8416184Z creating build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T01:27:33.8416725Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_coreml/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T01:27:33.8417374Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_coreml/preprocess.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-11-23T01:27:33.8418838Z creating build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:27:33.8419348Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:27:33.8420418Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi/prepare.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:27:33.8421178Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi/serializer.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-11-23T01:27:33.8422946Z creating build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-11-23T01:27:33.8423391Z copying build/lib.linux-x86_64-cpython-38/torch/backends/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-11-23T01:27:33.8424471Z creating build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T01:27:33.8425032Z copying build/lib.linux-x86_64-cpython-38/torch/backends/cudnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T01:27:33.8425910Z copying build/lib.linux-x86_64-cpython-38/torch/backends/cudnn/rnn.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-11-23T01:27:33.8426708Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-11-23T01:27:33.8427216Z copying build/lib.linux-x86_64-cpython-38/torch/backends/mkl/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-11-23T01:27:33.8428514Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-11-23T01:27:33.8429035Z copying build/lib.linux-x86_64-cpython-38/torch/backends/mkldnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-11-23T01:27:33.8430541Z creating build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-11-23T01:27:33.8431118Z copying build/lib.linux-x86_64-cpython-38/torch/backends/mps/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-11-23T01:27:33.8432277Z creating build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-11-23T01:27:33.8432730Z copying build/lib.linux-x86_64-cpython-38/torch/backends/openmp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-11-23T01:27:33.8433812Z creating build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2022-11-23T01:27:33.8434363Z copying build/lib.linux-x86_64-cpython-38/torch/backends/opt_einsum/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2022-11-23T01:27:33.8435503Z creating build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-11-23T01:27:33.8436084Z copying build/lib.linux-x86_64-cpython-38/torch/backends/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-11-23T01:27:33.8437014Z creating build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T01:27:33.8437502Z copying build/lib.linux-x86_64-cpython-38/torch/backends/xeon/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T01:27:33.8438320Z copying build/lib.linux-x86_64-cpython-38/torch/backends/xeon/run_cpu.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-11-23T01:27:33.8439893Z creating build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-11-23T01:27:33.8440796Z copying build/lib.linux-x86_64-cpython-38/torch/backends/xnnpack/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-11-23T01:27:33.8441548Z creating build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T01:27:33.8441979Z copying build/lib.linux-x86_64-cpython-38/torch/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T01:27:33.8442777Z copying build/lib.linux-x86_64-cpython-38/torch/contrib/_tensorboard_vis.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-11-23T01:27:33.8444037Z creating build/bdist.linux-x86_64/wheel/torch/cpu 2022-11-23T01:27:33.8444572Z copying build/lib.linux-x86_64-cpython-38/torch/cpu/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu 2022-11-23T01:27:33.8445726Z creating build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T01:27:33.8446538Z copying build/lib.linux-x86_64-cpython-38/torch/cpu/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T01:27:33.8447132Z copying build/lib.linux-x86_64-cpython-38/torch/cpu/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-11-23T01:27:33.8448324Z creating build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:33.8448885Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:33.8449886Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_dynamo_graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:33.8450625Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_memory_viz.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:33.8451508Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_sanitizer.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:33.8452319Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_utils.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:33.8453795Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/comm.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:33.8454465Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/error.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:33.8455282Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:33.8456214Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/jiterator.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:33.8456854Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/memory.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:33.8458339Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/nccl.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:33.8458976Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/nvtx.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:33.8459990Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/profiler.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:33.8460526Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/random.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:33.8461595Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/sparse.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:33.8462402Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/streams.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-11-23T01:27:33.8463827Z creating build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:27:33.8464435Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:27:33.8465306Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:27:33.8466220Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/amp/common.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:27:33.8466979Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/amp/grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-11-23T01:27:33.8468579Z creating build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:33.8469499Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:33.8470493Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/argparse_util.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:33.8471520Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/c10d_error_logger.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:33.8472161Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:33.8472980Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/distributed_c10d.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:33.8474756Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/launch.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:33.8475634Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/logging_handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:33.8476348Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/remote_device.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:33.8477175Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:33.8478442Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/run.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:33.8479519Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-11-23T01:27:33.8480544Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:27:33.8481236Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:27:33.8482089Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/_ddp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:27:33.8483641Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/checkpoint_activation.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:27:33.8484417Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/contract.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:27:33.8485415Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fully_shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:27:33.8486172Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/replicate.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2022-11-23T01:27:33.8487281Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:27:33.8487899Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:27:33.8489497Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:27:33.8490200Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:27:33.8491193Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/common_op_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:27:33.8491924Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:27:33.8493334Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/op_registry_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:27:33.8494432Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/partial_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:27:33.8495386Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/replicated_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:27:33.8496344Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharder.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-11-23T01:27:33.8497097Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-11-23T01:27:33.8497953Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-11-23T01:27:33.8498491Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T01:27:33.8499075Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T01:27:33.8499881Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-11-23T01:27:33.8500926Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:33.8501922Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:33.8502651Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:33.8503780Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:33.8504835Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/reshard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:33.8505577Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:33.8506580Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-11-23T01:27:33.8507587Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:33.8508508Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:33.8509432Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:33.8510314Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:33.8511367Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:33.8512247Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:33.8512960Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:33.8513748Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:33.8514840Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:33.8515668Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:33.8517724Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-11-23T01:27:33.8518390Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T01:27:33.8519153Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T01:27:33.8519983Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-11-23T01:27:33.8521050Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:27:33.8521631Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:27:33.8522856Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/_internals.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:27:33.8523702Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:27:33.8524616Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-11-23T01:27:33.8525573Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:33.8526829Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:33.8527735Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:33.8528724Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:33.8529634Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:33.8530503Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:33.8531567Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:33.8532584Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:33.8533709Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-11-23T01:27:33.8534776Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2022-11-23T01:27:33.8535395Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2022-11-23T01:27:33.8536428Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2022-11-23T01:27:33.8537255Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_sharding_spec/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2022-11-23T01:27:33.8538062Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T01:27:33.8539452Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T01:27:33.8540246Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/comm_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-11-23T01:27:33.8541021Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:27:33.8541767Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:27:33.8542695Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:27:33.8543616Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/device_mesh.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:27:33.8544720Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/dispatch.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:27:33.8545565Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/placement_types.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:27:33.8546279Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/redistribute.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:27:33.8546878Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2022-11-23T01:27:33.8548083Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:27:33.8549429Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:27:33.8550148Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/common_rules.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:27:33.8551029Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:27:33.8551693Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:27:33.8553264Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/pointwise_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:27:33.8553922Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:27:33.8555649Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/tp_sharding_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:27:33.8556444Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:27:33.8557082Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/view_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2022-11-23T01:27:33.8558114Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:27:33.8559219Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:27:33.8559953Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/_view_with_dim_change.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:27:33.8560608Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:27:33.8561747Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/fsdp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:27:33.8562852Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/multihead_attention_tp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:27:33.8563970Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/style.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:27:33.8565046Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/parallel/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/parallel 2022-11-23T01:27:33.8565818Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T01:27:33.8566706Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T01:27:33.8567819Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/join.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-11-23T01:27:33.8568643Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T01:27:33.8569608Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T01:27:33.8570772Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-11-23T01:27:33.8571668Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:27:33.8572656Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:27:33.8573799Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-11-23T01:27:33.8574685Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:27:33.8575732Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:27:33.8576957Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-11-23T01:27:33.8577892Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T01:27:33.8578876Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T01:27:33.8580052Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization/quantization.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-11-23T01:27:33.8580954Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:33.8582007Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:33.8583174Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:33.8584341Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:33.8585545Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:33.8586769Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:33.8588145Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:33.8589359Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:33.8590543Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-11-23T01:27:33.8591590Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:27:33.8592588Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:27:33.8593794Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging/averagers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:27:33.8595048Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:27:33.8596237Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-11-23T01:27:33.8597065Z creating build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-11-23T01:27:33.8597924Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-11-23T01:27:33.8598702Z creating build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:33.8599574Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:33.8600556Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:33.8601605Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/dedup_tensors.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:33.8602669Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/default_planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:33.8603701Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/filesystem.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:33.8604735Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:33.8605847Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:33.8606886Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/planner_helpers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:33.8608096Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/resharding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:33.8609159Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/state_dict_loader.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:33.8610076Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/state_dict_saver.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:33.8613751Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/storage.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:33.8614409Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/traverse.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:33.8615024Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2022-11-23T01:27:33.8615706Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-11-23T01:27:33.8616328Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-11-23T01:27:33.8616817Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2022-11-23T01:27:33.8617344Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2022-11-23T01:27:33.8617859Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T01:27:33.8618549Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T01:27:33.8619544Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T01:27:33.8620566Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-11-23T01:27:33.8621340Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T01:27:33.8621918Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T01:27:33.8622483Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T01:27:33.8623111Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-11-23T01:27:33.8623566Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T01:27:33.8624110Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T01:27:33.8624748Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-11-23T01:27:33.8625236Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:27:33.8625855Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:27:33.8626543Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:27:33.8627243Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/redirects.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:27:33.8628097Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/tail_log.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-11-23T01:27:33.8628711Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:27:33.8629343Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:27:33.8630216Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:27:33.8631025Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-11-23T01:27:33.8631512Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:33.8632197Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:33.8632955Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:33.8634038Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:33.8634881Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:33.8635566Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:33.8636700Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:33.8637424Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/etcd_server.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:33.8639580Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/etcd_store.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:33.8640331Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:33.8641268Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:33.8642178Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-11-23T01:27:33.8644370Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:27:33.8645310Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:27:33.8646261Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:27:33.8647332Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer/file_based_local_timer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:27:33.8648051Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer/local_timer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-11-23T01:27:33.8648848Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:27:33.8649657Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:27:33.8650508Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:27:33.8651576Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/distributed.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:27:33.8652277Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/log_level.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:27:33.8653283Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/logging.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:27:33.8654206Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/store.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-11-23T01:27:33.8654928Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T01:27:33.8655592Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T01:27:33.8656646Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data/cycling_iterator.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T01:27:33.8657359Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-11-23T01:27:33.8658312Z creating build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:33.8658860Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:33.8659773Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_common_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:33.8660880Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_exec_order_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:33.8661621Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_fsdp_extensions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:33.8662652Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_init_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:33.8663604Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_limiter_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:33.8664574Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_optim_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:33.8665429Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_runtime_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:33.8667054Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_shard_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:33.8668082Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_state_dict_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:33.8669333Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:33.8670127Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_unshard_param_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:33.8670911Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:33.8671964Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_wrap_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:33.8672960Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:33.8673923Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/flat_param.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:33.8675665Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:33.8677013Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/sharded_grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:33.8678023Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/wrap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-11-23T01:27:33.8679574Z creating build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T01:27:33.8680057Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/launcher/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T01:27:33.8680913Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/launcher/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-11-23T01:27:33.8681932Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T01:27:33.8682568Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T01:27:33.8683344Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-11-23T01:27:33.8684192Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T01:27:33.8684821Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T01:27:33.8685644Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api/remote_module.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-11-23T01:27:33.8686757Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T01:27:33.8687388Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T01:27:33.8688182Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/instantiator.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-11-23T01:27:33.8689007Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T01:27:33.8689900Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T01:27:33.8690952Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates/remote_module_template.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-11-23T01:27:33.8691874Z creating build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:33.8692656Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:33.8693635Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/apply_optimizer_in_backward.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:33.8694836Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adadelta.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:33.8695660Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adagrad.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:33.8696841Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adam.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:33.8697897Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adamax.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:33.8698957Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adamw.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:33.8700087Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:33.8701120Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_rprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:33.8701992Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_sgd.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:33.8702773Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:33.8703364Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/post_localSGD_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:33.8704275Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:33.8704966Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/zero_redundancy_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-11-23T01:27:33.8705597Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-11-23T01:27:33.8706248Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-11-23T01:27:33.8706824Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:33.8707509Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:33.8708437Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:33.8709227Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:33.8709899Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/copy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:33.8710592Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/dependency.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:33.8711353Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/microbatch.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:33.8712001Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/phony.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:33.8712809Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/pipe.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:33.8713877Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/pipeline.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:33.8714912Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/stream.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:33.8715771Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:33.8716671Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/worker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-11-23T01:27:33.8718678Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T01:27:33.8719689Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T01:27:33.8720881Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T01:27:33.8722311Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance/profile.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-11-23T01:27:33.8723185Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:33.8724161Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:33.8725277Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/layout.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:33.8726403Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/namespace.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:33.8727640Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/portal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:33.8728758Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/skippable.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:33.8729853Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/tracker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-11-23T01:27:33.8730651Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:33.8731467Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:33.8732418Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:33.8733367Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:33.8734323Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:33.8735316Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:33.8736258Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/functions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:33.8737330Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/internal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:33.8738254Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/options.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:33.8739134Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/rref_proxy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:33.8740110Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/server_process_global_profiler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-11-23T01:27:33.8742321Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T01:27:33.8742946Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T01:27:33.8743717Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-11-23T01:27:33.8744772Z creating build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8745456Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8746332Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8747065Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/beta.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8748041Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8748864Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8750080Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8750980Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/chi2.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8751946Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/constraint_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8752768Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/constraints.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8753742Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/continuous_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8754731Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/dirichlet.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8755659Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8757024Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/exp_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8757726Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/exponential.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8758578Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/fishersnedecor.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8759409Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/gamma.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8760678Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/geometric.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8761882Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/gumbel.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8762836Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/half_cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8763751Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/half_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8764606Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/independent.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8765411Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/kl.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8766477Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/kumaraswamy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8767379Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/laplace.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8768274Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/lkj_cholesky.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8768806Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/log_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8769671Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/logistic_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8770420Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/lowrank_multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8771307Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/mixture_same_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8772089Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/multinomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8773014Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8773820Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/negative_binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8774632Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8775516Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/one_hot_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8776434Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/pareto.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8777100Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/poisson.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8777822Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/relaxed_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8779212Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/relaxed_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8779882Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/studentT.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8780827Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/transformed_distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8781369Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/transforms.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8782344Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/uniform.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8782983Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8784382Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/von_mises.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8784993Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/weibull.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8785758Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/wishart.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-11-23T01:27:33.8787159Z creating build/bdist.linux-x86_64/wheel/torch/fft 2022-11-23T01:27:33.8787549Z copying build/lib.linux-x86_64-cpython-38/torch/fft/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fft 2022-11-23T01:27:33.8789552Z creating build/bdist.linux-x86_64/wheel/torch/futures 2022-11-23T01:27:33.8790187Z copying build/lib.linux-x86_64-cpython-38/torch/futures/__init__.py -> build/bdist.linux-x86_64/wheel/torch/futures 2022-11-23T01:27:33.8790803Z creating build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:33.8791250Z copying build/lib.linux-x86_64-cpython-38/torch/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:33.8792299Z copying build/lib.linux-x86_64-cpython-38/torch/fx/_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:33.8793135Z copying build/lib.linux-x86_64-cpython-38/torch/fx/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:33.8793888Z copying build/lib.linux-x86_64-cpython-38/torch/fx/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:33.8795175Z copying build/lib.linux-x86_64-cpython-38/torch/fx/annotate.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:33.8795707Z copying build/lib.linux-x86_64-cpython-38/torch/fx/graph.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:33.8797145Z copying build/lib.linux-x86_64-cpython-38/torch/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:33.8797995Z copying build/lib.linux-x86_64-cpython-38/torch/fx/immutable_collections.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:33.8799036Z copying build/lib.linux-x86_64-cpython-38/torch/fx/interpreter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:33.8800103Z copying build/lib.linux-x86_64-cpython-38/torch/fx/node.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:33.8801390Z copying build/lib.linux-x86_64-cpython-38/torch/fx/operator_schemas.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:33.8802351Z copying build/lib.linux-x86_64-cpython-38/torch/fx/proxy.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:33.8803467Z copying build/lib.linux-x86_64-cpython-38/torch/fx/subgraph_rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:33.8804364Z copying build/lib.linux-x86_64-cpython-38/torch/fx/tensor_type.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:33.8805168Z copying build/lib.linux-x86_64-cpython-38/torch/fx/traceback.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-11-23T01:27:33.8806968Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:33.8807844Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:33.8808723Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/accelerator_partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:33.8809679Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/const_fold.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:33.8810631Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/debug.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:33.8811597Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/graph_gradual_typechecker.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:33.8812520Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/merge_matmul.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:33.8813319Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/meta_tracer.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:33.8814203Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/normalize.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:33.8814984Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/optimization.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:33.8816659Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/partitioner_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:33.8817472Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/proxy_tensor.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:33.8818702Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/refinement_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:33.8819393Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:33.8820217Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/schema_type_annotation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:33.8821444Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/symbolic_shapes.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:33.8822413Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unify_refinements.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-11-23T01:27:33.8823555Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:33.8824564Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:33.8825736Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/constraint.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:33.8826637Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:33.8827942Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:33.8829153Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/operation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:33.8830026Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:33.8831187Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/util.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:33.8832225Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-11-23T01:27:33.8833037Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:27:33.8833928Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:27:33.8834917Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/core.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:27:33.8835997Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/dispatch.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:27:33.8836969Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/match.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:27:33.8837895Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/more.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:27:33.8838991Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/unification_tools.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:27:33.8839995Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:27:33.8840958Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/variable.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-11-23T01:27:33.8841752Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:33.8842722Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:33.8843981Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/conflict.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:33.8845146Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/core.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:33.8846075Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:33.8847327Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:33.8848595Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/variadic.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-11-23T01:27:33.8849505Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:33.8850277Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:33.8851187Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/fake_tensor_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:33.8852112Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/graph_drawer.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:33.8853033Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/graph_manipulation.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:33.8853967Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/net_min_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:33.8854877Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/operator_support.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:33.8855821Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/param_fetch.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:33.8856727Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:33.8857655Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/reinplace.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:33.8858572Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/shape_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:33.8859476Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/split_module.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:33.8860368Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/split_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:33.8861277Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/splitter_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:33.8862167Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/tools_common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-11-23T01:27:33.8862902Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T01:27:33.8863782Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T01:27:33.8864774Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends/cudagraphs.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-11-23T01:27:33.8865536Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2022-11-23T01:27:33.8866381Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2022-11-23T01:27:33.8867111Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T01:27:33.8868122Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T01:27:33.8869161Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common/cse_pass.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-11-23T01:27:33.8869913Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:27:33.8870719Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:27:33.8871753Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra/partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:27:33.8872723Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra/pass_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:27:33.8873683Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-11-23T01:27:33.8874512Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T01:27:33.8875331Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T01:27:33.8876311Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests/test_pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-11-23T01:27:33.8877062Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:27:33.8877591Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:27:33.8878134Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:27:33.8878695Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/fuser_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:27:33.8879259Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/matcher_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-11-23T01:27:33.8879554Z creating build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8880038Z copying build/lib.linux-x86_64-cpython-38/torch/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8881046Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_async.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8881811Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_builtins.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8882753Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_check.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8883632Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_dataclass_impls.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8885172Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_decomposition_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8886140Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_decompositions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8887155Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8887966Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_fuser.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8888721Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_ir_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8889721Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_logging.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8890510Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_monkeytype_config.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8891451Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_pickle.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8892355Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_recursive.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8893652Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_script.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8895104Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_serialization.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8896582Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_shape_functions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8897570Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_state.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8898259Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_trace.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8899436Z copying build/lib.linux-x86_64-cpython-38/torch/jit/annotations.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8900228Z copying build/lib.linux-x86_64-cpython-38/torch/jit/frontend.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8901380Z copying build/lib.linux-x86_64-cpython-38/torch/jit/generate_bytecode.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8902032Z copying build/lib.linux-x86_64-cpython-38/torch/jit/quantized.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8903110Z copying build/lib.linux-x86_64-cpython-38/torch/jit/supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8903797Z copying build/lib.linux-x86_64-cpython-38/torch/jit/unsupported_tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-11-23T01:27:33.8904881Z creating build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T01:27:33.8905538Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T01:27:33.8906237Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_passes/_property_propagation.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-11-23T01:27:33.8907504Z creating build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-11-23T01:27:33.8908159Z copying build/lib.linux-x86_64-cpython-38/torch/jit/mobile/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-11-23T01:27:33.8910070Z creating build/bdist.linux-x86_64/wheel/torch/linalg 2022-11-23T01:27:33.8910593Z copying build/lib.linux-x86_64-cpython-38/torch/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/linalg 2022-11-23T01:27:33.8912550Z creating build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:27:33.8913064Z copying build/lib.linux-x86_64-cpython-38/torch/masked/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:27:33.8914066Z copying build/lib.linux-x86_64-cpython-38/torch/masked/_docs.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:27:33.8915149Z copying build/lib.linux-x86_64-cpython-38/torch/masked/_ops.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-11-23T01:27:33.8916922Z creating build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:27:33.8917483Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:27:33.8918606Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/_ops_refs.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:27:33.8919335Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/binary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:27:33.8920178Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/core.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:27:33.8921092Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/creation.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:27:33.8921967Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/passthrough.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:27:33.8922693Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/reductions.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:27:33.8923646Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/unary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-11-23T01:27:33.8924862Z creating build/bdist.linux-x86_64/wheel/torch/monitor 2022-11-23T01:27:33.8925371Z copying build/lib.linux-x86_64-cpython-38/torch/monitor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/monitor 2022-11-23T01:27:33.8926412Z creating build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:27:33.8927142Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:27:33.8928100Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/_atfork.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:27:33.8928973Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/pool.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:27:33.8929777Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/queue.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:27:33.8930823Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/reductions.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:27:33.8932109Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/spawn.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-11-23T01:27:33.8933464Z creating build/bdist.linux-x86_64/wheel/torch/nested 2022-11-23T01:27:33.8933818Z copying build/lib.linux-x86_64-cpython-38/torch/nested/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nested 2022-11-23T01:27:33.8934864Z creating build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:33.8935575Z copying build/lib.linux-x86_64-cpython-38/torch/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:33.8936330Z copying build/lib.linux-x86_64-cpython-38/torch/nn/_reduction.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:33.8937083Z copying build/lib.linux-x86_64-cpython-38/torch/nn/common_types.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:33.8937545Z copying build/lib.linux-x86_64-cpython-38/torch/nn/cpp.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:33.8938709Z copying build/lib.linux-x86_64-cpython-38/torch/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:33.8941289Z copying build/lib.linux-x86_64-cpython-38/torch/nn/grad.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:33.8941951Z copying build/lib.linux-x86_64-cpython-38/torch/nn/init.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:33.8942956Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parameter.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:33.8944054Z creating build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T01:27:33.8944599Z copying build/lib.linux-x86_64-cpython-38/torch/nn/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T01:27:33.8947374Z copying build/lib.linux-x86_64-cpython-38/torch/nn/backends/thnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-11-23T01:27:33.8948018Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-11-23T01:27:33.8948354Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-11-23T01:27:33.8948664Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T01:27:33.8949148Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T01:27:33.8949616Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules/fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-11-23T01:27:33.8950662Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2022-11-23T01:27:33.8951249Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2022-11-23T01:27:33.8952198Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:27:33.8953115Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:27:33.8954352Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:27:33.8954748Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:27:33.8955538Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-11-23T01:27:33.8956515Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2022-11-23T01:27:33.8956965Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2022-11-23T01:27:33.8958418Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:27:33.8958801Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2022-11-23T01:27:33.8959844Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:33.8960793Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:33.8961563Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-11-23T01:27:33.8962322Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:27:33.8963011Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:27:33.8964269Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:27:33.8964749Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:27:33.8965791Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-11-23T01:27:33.8966841Z creating build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8967122Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8968307Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8968820Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8970434Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/adaptive.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8971153Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8972037Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/channelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8972553Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/container.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8973991Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8975878Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/distance.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8976478Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8977176Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/flatten.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8977975Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/fold.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8978929Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/instancenorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8979818Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/lazy.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8980656Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8981497Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/loss.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8982877Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/module.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8984408Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8985177Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/padding.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8986988Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/pixelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8988056Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/pooling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8988680Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8989943Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8991253Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/transformer.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8992138Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/upsampling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8993108Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-11-23T01:27:33.8994329Z creating build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:33.8994967Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:33.8996096Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:33.8996596Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:33.8997496Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:33.8998340Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/comm.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:33.8999203Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:33.8999963Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/distributed.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:33.9001708Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/parallel_apply.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:33.9002393Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/replicate.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:33.9003486Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/scatter_gather.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:33.9004310Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:33.9005291Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/common_types.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:33.9006249Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/data_parallel.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:33.9007379Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/parallel_apply.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:33.9008722Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/replicate.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:33.9009751Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/scatter_gather.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-11-23T01:27:33.9011234Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-11-23T01:27:33.9011660Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-11-23T01:27:33.9013340Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2022-11-23T01:27:33.9013869Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2022-11-23T01:27:33.9014885Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T01:27:33.9015748Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T01:27:33.9016881Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-11-23T01:27:33.9018301Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:27:33.9018828Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:27:33.9020047Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:27:33.9021952Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:27:33.9022505Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-11-23T01:27:33.9023271Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-11-23T01:27:33.9023808Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-11-23T01:27:33.9025325Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T01:27:33.9025914Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T01:27:33.9027259Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T01:27:33.9028488Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-11-23T01:27:33.9029699Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T01:27:33.9030273Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T01:27:33.9031557Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-11-23T01:27:33.9032762Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2022-11-23T01:27:33.9033835Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2022-11-23T01:27:33.9035064Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:27:33.9035728Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:27:33.9036852Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:27:33.9037777Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:27:33.9039530Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:27:33.9040010Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:27:33.9040981Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-11-23T01:27:33.9042167Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2022-11-23T01:27:33.9042548Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2022-11-23T01:27:33.9043791Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:27:33.9044129Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:27:33.9045297Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:27:33.9046021Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:27:33.9046851Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-11-23T01:27:33.9048296Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:33.9048778Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:33.9049566Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:33.9050120Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:33.9051399Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:33.9052147Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:33.9052954Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:33.9053801Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/functional_modules.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:33.9054388Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:33.9055308Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:33.9055853Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:33.9056965Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-11-23T01:27:33.9058005Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:33.9059062Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:33.9060904Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_deprecation_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:33.9061346Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_per_sample_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:33.9062120Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:33.9062787Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/clip_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:33.9063543Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/convert_parameters.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:33.9065178Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/fusion.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:33.9065581Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/init.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:33.9066511Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/memory_format.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:33.9066884Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/parametrizations.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:33.9068330Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/parametrize.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:33.9069917Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/prune.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:33.9072163Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:33.9072687Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/spectral_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:33.9073343Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:33.9074220Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/weight_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-11-23T01:27:33.9075553Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:33.9076200Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:33.9077164Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:33.9077695Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/conv_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:33.9078738Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:33.9080234Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:33.9080601Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:33.9081773Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:33.9082570Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:33.9083474Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:33.9084388Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-11-23T01:27:33.9084933Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parameter.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:33.9086088Z copying build/lib.linux-x86_64-cpython-38/torch/nn/functional.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-11-23T01:27:33.9087560Z creating build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9087844Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9089079Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_constants.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9089630Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_deprecation.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9090476Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_experimental.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9091506Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_exporter_states.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9092127Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_globals.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9093260Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_onnx_supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9093945Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_patch_torch.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9094776Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_type_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9095560Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/errors.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9096339Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/operators.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9097067Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_caffe2.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9098222Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_helper.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9099286Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset10.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9100371Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset11.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9101950Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset12.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9102567Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset13.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9104411Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset14.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9105038Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset15.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9105974Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset16.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9106655Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset17.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9107548Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset7.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9108500Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset8.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9109515Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset9.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9111924Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9113079Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/verification.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-11-23T01:27:33.9114663Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:27:33.9115228Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:27:33.9115716Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/_beartype.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:27:33.9116820Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:27:33.9117781Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/onnx_proto_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:27:33.9118601Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/registration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-11-23T01:27:33.9119880Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:27:33.9120294Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:27:33.9121277Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/_diagnostic.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:27:33.9122011Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/_rules.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-11-23T01:27:33.9123508Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:33.9123924Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:33.9125067Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/_infra.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:33.9126071Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/engine.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:33.9126997Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/formatter.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:33.9127943Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-11-23T01:27:33.9129408Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9130285Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9131146Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9131968Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9133098Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9134053Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9135282Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9136179Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9137178Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9138245Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9139548Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9140566Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9141406Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9142391Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9143646Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9144912Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9146169Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9147096Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9148324Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9149293Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9150466Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9151519Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9152545Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9153605Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9154690Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9155779Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9156698Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9157789Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9159002Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9159970Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9161256Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9162261Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9163147Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9164222Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9165284Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9166460Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9167657Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9168551Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9169623Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9170616Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9171925Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9172850Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9173889Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9174904Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9175906Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9177004Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9177998Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9179072Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9180047Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9181163Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9182250Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9183297Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9184348Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9185332Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9186355Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9187480Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-11-23T01:27:33.9189043Z creating build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9189668Z copying build/lib.linux-x86_64-cpython-38/torch/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9190937Z copying build/lib.linux-x86_64-cpython-38/torch/optim/_functional.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9191536Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adadelta.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9193133Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adagrad.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9193748Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9195854Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamax.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9196239Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamw.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9196996Z copying build/lib.linux-x86_64-cpython-38/torch/optim/asgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9197766Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lbfgs.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9198566Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lr_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9200108Z copying build/lib.linux-x86_64-cpython-38/torch/optim/nadam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9200740Z copying build/lib.linux-x86_64-cpython-38/torch/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9201762Z copying build/lib.linux-x86_64-cpython-38/torch/optim/radam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9202781Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9203684Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9204287Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9205546Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sparse_adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9206315Z copying build/lib.linux-x86_64-cpython-38/torch/optim/swa_utils.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9207584Z creating build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2022-11-23T01:27:33.9208166Z copying build/lib.linux-x86_64-cpython-38/torch/optim/_multi_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2022-11-23T01:27:33.9209088Z copying build/lib.linux-x86_64-cpython-38/torch/optim/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9209854Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adadelta.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9210895Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adagrad.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9211740Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9212558Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamax.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9213556Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamw.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9214456Z copying build/lib.linux-x86_64-cpython-38/torch/optim/asgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9215169Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lbfgs.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9216115Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lr_scheduler.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9217145Z copying build/lib.linux-x86_64-cpython-38/torch/optim/nadam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9218133Z copying build/lib.linux-x86_64-cpython-38/torch/optim/optimizer.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9218742Z copying build/lib.linux-x86_64-cpython-38/torch/optim/radam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9219673Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rmsprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9220492Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9221456Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9222414Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sparse_adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9223192Z copying build/lib.linux-x86_64-cpython-38/torch/optim/swa_utils.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-11-23T01:27:33.9224645Z creating build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:33.9225030Z copying build/lib.linux-x86_64-cpython-38/torch/package/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:33.9226230Z copying build/lib.linux-x86_64-cpython-38/torch/package/_digraph.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:33.9226993Z copying build/lib.linux-x86_64-cpython-38/torch/package/_directory_reader.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:33.9227609Z copying build/lib.linux-x86_64-cpython-38/torch/package/_importlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:33.9228445Z copying build/lib.linux-x86_64-cpython-38/torch/package/_mangling.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:33.9230212Z copying build/lib.linux-x86_64-cpython-38/torch/package/_mock.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:33.9231155Z copying build/lib.linux-x86_64-cpython-38/torch/package/_package_pickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:33.9231974Z copying build/lib.linux-x86_64-cpython-38/torch/package/_package_unpickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:33.9233540Z copying build/lib.linux-x86_64-cpython-38/torch/package/_stdlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:33.9234522Z copying build/lib.linux-x86_64-cpython-38/torch/package/file_structure_representation.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:33.9235111Z copying build/lib.linux-x86_64-cpython-38/torch/package/find_file_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:33.9235919Z copying build/lib.linux-x86_64-cpython-38/torch/package/glob_group.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:33.9236686Z copying build/lib.linux-x86_64-cpython-38/torch/package/importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:33.9237525Z copying build/lib.linux-x86_64-cpython-38/torch/package/package_exporter.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:33.9238958Z copying build/lib.linux-x86_64-cpython-38/torch/package/package_importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-11-23T01:27:33.9240386Z creating build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:27:33.9240791Z copying build/lib.linux-x86_64-cpython-38/torch/package/analyze/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:27:33.9242139Z copying build/lib.linux-x86_64-cpython-38/torch/package/analyze/find_first_use_of_broken_modules.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:27:33.9242826Z copying build/lib.linux-x86_64-cpython-38/torch/package/analyze/is_from_package.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:27:33.9243248Z copying build/lib.linux-x86_64-cpython-38/torch/package/analyze/trace_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-11-23T01:27:33.9243778Z creating build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:27:33.9244470Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:27:33.9245365Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/_memory_profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:27:33.9245972Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/_pattern_matcher.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:27:33.9247275Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/_utils.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:27:33.9247741Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/itt.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:27:33.9248863Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:27:33.9249831Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/python_tracer.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-11-23T01:27:33.9251045Z creating build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:33.9251434Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:33.9252645Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:33.9253046Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:33.9253742Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:33.9254824Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:33.9255389Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:33.9256209Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:33.9257375Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:33.9258385Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:33.9259458Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:33.9260347Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:33.9261208Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:33.9262286Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:33.9263246Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:33.9264260Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-11-23T01:27:33.9265896Z creating build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:33.9266501Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:33.9268006Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:33.9268967Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:33.9269995Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:33.9270816Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/fusion_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:33.9272103Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:33.9273102Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:33.9274293Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:33.9275147Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:33.9276989Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/quantization_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:33.9277585Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/quantization_types.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:33.9278213Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-11-23T01:27:33.9279349Z creating build/bdist.linux-x86_64/wheel/torch/signal 2022-11-23T01:27:33.9280001Z copying build/lib.linux-x86_64-cpython-38/torch/signal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/signal 2022-11-23T01:27:33.9280963Z creating build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T01:27:33.9282493Z copying build/lib.linux-x86_64-cpython-38/torch/signal/windows/__init__.py -> build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T01:27:33.9283351Z copying build/lib.linux-x86_64-cpython-38/torch/signal/windows/windows.py -> build/bdist.linux-x86_64/wheel/torch/signal/windows 2022-11-23T01:27:33.9284857Z creating build/bdist.linux-x86_64/wheel/torch/sparse 2022-11-23T01:27:33.9285414Z copying build/lib.linux-x86_64-cpython-38/torch/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2022-11-23T01:27:33.9287162Z creating build/bdist.linux-x86_64/wheel/torch/special 2022-11-23T01:27:33.9287589Z copying build/lib.linux-x86_64-cpython-38/torch/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/special 2022-11-23T01:27:33.9289155Z creating build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:27:33.9289515Z copying build/lib.linux-x86_64-cpython-38/torch/testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:27:33.9290576Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_comparison.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:27:33.9292277Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_creation.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:27:33.9292967Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_deprecated.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-11-23T01:27:33.9294408Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9294794Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9295447Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/autocast_test_lists.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9296724Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/check_kernel_launches.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9297112Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_cuda.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9298247Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_device_type.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9299261Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_distributed.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9300552Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_dtype.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9301563Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_fsdp.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9302902Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_jit.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9303665Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_methods_invocations.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9309963Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_modules.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9311413Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_nn.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9313702Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_quantization.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9315435Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_quantized.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9316318Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_subclass.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9317143Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9319203Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/composite_compliance.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9320211Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/dist_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9321205Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/hypothesis_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9322102Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/inductor_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9323087Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/jit_metaprogramming_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9324275Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9325274Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/logging_tensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9326063Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/quantization_torch_package_models.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9327037Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/schema_check_mode.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-11-23T01:27:33.9328082Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T01:27:33.9328951Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T01:27:33.9329792Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen/random_topo_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-11-23T01:27:33.9331069Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T01:27:33.9331680Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T01:27:33.9332287Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data/network1.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T01:27:33.9333367Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data/network2.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-11-23T01:27:33.9333985Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:27:33.9334816Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:27:33.9335536Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:27:33.9336498Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/distributed_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:27:33.9339806Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/distributed_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:27:33.9340668Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/multi_threaded_pg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:27:33.9341526Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:27:33.9342464Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-11-23T01:27:33.9343898Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T01:27:33.9344263Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T01:27:33.9345117Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/test_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-11-23T01:27:33.9346513Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:27:33.9347140Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:27:33.9348015Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:27:33.9348762Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-11-23T01:27:33.9349690Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:27:33.9350252Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:27:33.9351610Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:27:33.9352500Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:27:33.9353315Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2022-11-23T01:27:33.9354190Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2022-11-23T01:27:33.9354571Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2022-11-23T01:27:33.9355599Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-11-23T01:27:33.9356068Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-11-23T01:27:33.9356912Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-11-23T01:27:33.9358275Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2022-11-23T01:27:33.9358911Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2022-11-23T01:27:33.9359734Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:33.9360561Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:33.9361504Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:33.9363383Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:33.9364112Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:33.9365366Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:33.9366209Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:33.9367034Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:33.9369684Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-11-23T01:27:33.9370414Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:27:33.9371026Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:27:33.9372162Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:27:33.9372794Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-11-23T01:27:33.9374000Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:27:33.9374416Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:27:33.9375183Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:27:33.9376188Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:27:33.9377495Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-11-23T01:27:33.9379408Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T01:27:33.9379815Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T01:27:33.9380184Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated/annotated_fn_args.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-11-23T01:27:33.9383206Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:27:33.9383605Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:27:33.9384936Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/core.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:27:33.9386267Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/refs.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:27:33.9387654Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-11-23T01:27:33.9388908Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:33.9390242Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:33.9391502Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/_masked.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:33.9392882Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/fft.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:33.9393955Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/linalg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:33.9395238Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/signal.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:33.9396067Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/special.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-11-23T01:27:33.9397217Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T01:27:33.9397794Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T01:27:33.9398950Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module/future_div.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T01:27:33.9399593Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module/no_future_div.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-11-23T01:27:33.9400750Z creating build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9401022Z copying build/lib.linux-x86_64-cpython-38/torch/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9402715Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_cpp_extension_versioner.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9403221Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_crash_handler.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9403977Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_cuda_trace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9405025Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9405856Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_mode_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9406902Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_python_dispatch.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9407484Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9408511Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_zip.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9409380Z copying build/lib.linux-x86_64-cpython-38/torch/utils/backend_registration.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9410176Z copying build/lib.linux-x86_64-cpython-38/torch/utils/bundled_inputs.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9411270Z copying build/lib.linux-x86_64-cpython-38/torch/utils/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9412360Z copying build/lib.linux-x86_64-cpython-38/torch/utils/collect_env.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9413408Z copying build/lib.linux-x86_64-cpython-38/torch/utils/cpp_backtrace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9413762Z copying build/lib.linux-x86_64-cpython-38/torch/utils/cpp_extension.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9415794Z copying build/lib.linux-x86_64-cpython-38/torch/utils/dlpack.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9417170Z copying build/lib.linux-x86_64-cpython-38/torch/utils/file_baton.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9417603Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hooks.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9418623Z copying build/lib.linux-x86_64-cpython-38/torch/utils/mkldnn.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9419325Z copying build/lib.linux-x86_64-cpython-38/torch/utils/mobile_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9420224Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_zoo.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9421047Z copying build/lib.linux-x86_64-cpython-38/torch/utils/show_pickle.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9422024Z copying build/lib.linux-x86_64-cpython-38/torch/utils/throughput_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-11-23T01:27:33.9423551Z creating build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-11-23T01:27:33.9423910Z copying build/lib.linux-x86_64-cpython-38/torch/utils/backcompat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-11-23T01:27:33.9424839Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-11-23T01:27:33.9425574Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-11-23T01:27:33.9426875Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:27:33.9427525Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:27:33.9428377Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/blas_compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:27:33.9429500Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/blas_compare_setup.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:27:33.9430428Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:27:33.9431309Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/end_to_end.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:27:33.9432727Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:27:33.9433253Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/op_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:27:33.9434933Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/simple_timeit.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:27:33.9435479Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-11-23T01:27:33.9436559Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:33.9436995Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:33.9438112Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/binary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:33.9438971Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:33.9439763Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:33.9440548Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/spectral.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:33.9441358Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/unary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-11-23T01:27:33.9442735Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:27:33.9443267Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:27:33.9443819Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/_stubs.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:27:33.9444761Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:27:33.9445476Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:27:33.9446309Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/cpp_jit.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:27:33.9447237Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:27:33.9448415Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/sparse_fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:27:33.9449112Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/timer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:27:33.9450502Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:33.9451037Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:33.9452067Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:33.9452850Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:33.9453592Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:33.9454151Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:33.9455401Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-11-23T01:27:33.9459041Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/timeit_template.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-11-23T01:27:33.9459991Z creating build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T01:27:33.9460698Z copying build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T01:27:33.9461654Z copying build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-11-23T01:27:33.9463127Z creating build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:27:33.9463600Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:27:33.9464656Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/backward_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:27:33.9465595Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/dataloader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:27:33.9467301Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/dataset.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:27:33.9468070Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/distributed.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:27:33.9469405Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:27:33.9470511Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/graph_settings.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:27:33.9471483Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/sampler.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-11-23T01:27:33.9472908Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:27:33.9473387Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:27:33.9474666Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/collate.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:27:33.9475568Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/fetch.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:27:33.9476731Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/pin_memory.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:27:33.9477623Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/serialization.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:27:33.9478851Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/signal_handling.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:27:33.9479333Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/worker.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-11-23T01:27:33.9481086Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:27:33.9481467Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:27:33.9482688Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/_decorator.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:27:33.9483303Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/_hook_iterator.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:27:33.9484864Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/_typing.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:27:33.9485447Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/datapipe.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:27:33.9486789Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/gen_pyi.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:27:33.9487863Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:33.9488673Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:33.9489668Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:33.9490433Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/dataframes.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:33.9491478Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/datapipes.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:33.9492602Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/structures.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-11-23T01:27:33.9493445Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:33.9493879Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:33.9495321Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/callable.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:33.9495741Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/combinatorics.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:33.9497243Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/combining.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:33.9498051Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/filelister.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:33.9499095Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/fileopener.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:33.9499793Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/grouping.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:33.9501110Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/routeddecoder.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:33.9501799Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/selecting.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:33.9502933Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/streamreader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:33.9503395Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-11-23T01:27:33.9505305Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:27:33.9505777Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:27:33.9506369Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/callable.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:27:33.9507127Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/combinatorics.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:27:33.9509534Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/combining.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:27:33.9510170Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/grouping.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:27:33.9510636Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-11-23T01:27:33.9511302Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:27:33.9512302Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:27:33.9513327Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:27:33.9513840Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils/decoder.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:27:33.9514751Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils/snapshot.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-11-23T01:27:33.9515644Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/datapipe.pyi -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-11-23T01:27:33.9516884Z creating build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:27:33.9517201Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:27:33.9518506Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/constants.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:27:33.9518973Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/cuda_to_hip_mappings.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:27:33.9522046Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/hipify_python.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:27:33.9523052Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/version.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-11-23T01:27:33.9523930Z creating build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T01:27:33.9524700Z copying build/lib.linux-x86_64-cpython-38/torch/utils/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T01:27:33.9525584Z copying build/lib.linux-x86_64-cpython-38/torch/utils/jit/log_extract.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-11-23T01:27:33.9526797Z creating build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:27:33.9527139Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:27:33.9528851Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:27:33.9529481Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/skeleton.html -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:27:33.9530124Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/code.js -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:27:33.9530766Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/htm.mjs -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:27:33.9531463Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/preact.mjs -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-11-23T01:27:33.9532914Z creating build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:33.9533343Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:33.9534607Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_caffe2_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:33.9535788Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_convert_np.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:33.9536880Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_embedding.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:33.9538058Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_onnx_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:33.9539106Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_proto_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:33.9540028Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_pytorch_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:33.9541101Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:33.9542124Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/summary.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:33.9543484Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/writer.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-11-23T01:27:33.9545065Z copying build/lib.linux-x86_64-cpython-38/torch/py.typed -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:33.9546134Z creating build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:33.9547144Z copying build/lib.linux-x86_64-cpython-38/torch/bin/protoc-3.13.0.0 -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:33.9580949Z copying build/lib.linux-x86_64-cpython-38/torch/bin/protoc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:33.9613851Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_jit -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:33.9659017Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:33.9723037Z copying build/lib.linux-x86_64-cpython-38/torch/bin/tutorial_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:33.9724822Z copying build/lib.linux-x86_64-cpython-38/torch/bin/FileStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:33.9730274Z copying build/lib.linux-x86_64-cpython-38/torch/bin/TCPStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:33.9735671Z copying build/lib.linux-x86_64-cpython-38/torch/bin/HashStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:33.9740694Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_dist_autograd -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:33.9745784Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_cpp_rpc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:33.9752372Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_api -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:33.9842182Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_mobile_nnc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:33.9847703Z copying build/lib.linux-x86_64-cpython-38/torch/bin/aot_model_compiler_test -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:33.9849487Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_lazy -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:33.9880916Z copying build/lib.linux-x86_64-cpython-38/torch/bin/torch_shm_manager -> build/bdist.linux-x86_64/wheel/torch/bin 2022-11-23T01:27:33.9883176Z creating build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9883582Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_CompileTimeFunctionPointer_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9887992Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_DeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9892303Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Device_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9896647Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_DispatchKeySet_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9901629Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_StreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9905914Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_SymInt_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9910470Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_InlineDeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9915293Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_InlineStreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9920002Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_SizesAndStrides_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9924761Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Array_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9929147Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Bitset_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9933575Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_C++17_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9938269Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_ConstexprCrc_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9942583Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_DeadlockDetection_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9946952Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9951410Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_LeftRight_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9956436Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Metaprogramming_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9962193Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_SmallVectorTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9976599Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Synchronized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9980913Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_ThreadLocal_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9985717Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_TypeIndex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9991069Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_TypeList_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9995529Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_TypeTraits_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:33.9999728Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_accumulate_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0004230Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_bfloat16_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0009066Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_complex_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0013815Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0018509Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_either_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0028817Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_exception_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0033573Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_flags_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0038060Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_intrusive_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0053615Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_irange_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0057926Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_logging_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0062642Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0069223Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_ordered_preserving_dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0074644Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_registry_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0079204Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_string_view_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0084352Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_tempfile_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0088723Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_typeid_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0093496Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_intrusive_ptr_benchmark -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0097573Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_hip_HIPTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0101887Z copying build/lib.linux-x86_64-cpython-38/torch/test/Dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0108458Z copying build/lib.linux-x86_64-cpython-38/torch/test/Dimname_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0113117Z copying build/lib.linux-x86_64-cpython-38/torch/test/MaybeOwned_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0119062Z copying build/lib.linux-x86_64-cpython-38/torch/test/NamedTensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0123732Z copying build/lib.linux-x86_64-cpython-38/torch/test/apply_utils_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0128733Z copying build/lib.linux-x86_64-cpython-38/torch/test/atest -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0133955Z copying build/lib.linux-x86_64-cpython-38/torch/test/basic -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0138983Z copying build/lib.linux-x86_64-cpython-38/torch/test/broadcast_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0143574Z copying build/lib.linux-x86_64-cpython-38/torch/test/cpu_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0148711Z copying build/lib.linux-x86_64-cpython-38/torch/test/cpu_profiling_allocator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0153485Z copying build/lib.linux-x86_64-cpython-38/torch/test/cpu_rng_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0161151Z copying build/lib.linux-x86_64-cpython-38/torch/test/dispatch_key_set_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0165453Z copying build/lib.linux-x86_64-cpython-38/torch/test/dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0169711Z copying build/lib.linux-x86_64-cpython-38/torch/test/extension_backend_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0174578Z copying build/lib.linux-x86_64-cpython-38/torch/test/half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0179307Z copying build/lib.linux-x86_64-cpython-38/torch/test/ivalue_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0187242Z copying build/lib.linux-x86_64-cpython-38/torch/test/lazy_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0191846Z copying build/lib.linux-x86_64-cpython-38/torch/test/math_kernel_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0196441Z copying build/lib.linux-x86_64-cpython-38/torch/test/memory_format_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0200829Z copying build/lib.linux-x86_64-cpython-38/torch/test/memory_overlapping_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0205333Z copying build/lib.linux-x86_64-cpython-38/torch/test/mobile_memory_cleanup -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0209817Z copying build/lib.linux-x86_64-cpython-38/torch/test/native_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0214399Z copying build/lib.linux-x86_64-cpython-38/torch/test/operator_name_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0218630Z copying build/lib.linux-x86_64-cpython-38/torch/test/operators_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0223009Z copying build/lib.linux-x86_64-cpython-38/torch/test/packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0227356Z copying build/lib.linux-x86_64-cpython-38/torch/test/pow_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0233294Z copying build/lib.linux-x86_64-cpython-38/torch/test/quantized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0237974Z copying build/lib.linux-x86_64-cpython-38/torch/test/reduce_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0242240Z copying build/lib.linux-x86_64-cpython-38/torch/test/reportMemoryUsage_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0246485Z copying build/lib.linux-x86_64-cpython-38/torch/test/scalar_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0251198Z copying build/lib.linux-x86_64-cpython-38/torch/test/scalar_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0256145Z copying build/lib.linux-x86_64-cpython-38/torch/test/stride_properties_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0260595Z copying build/lib.linux-x86_64-cpython-38/torch/test/tensor_iterator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0267400Z copying build/lib.linux-x86_64-cpython-38/torch/test/test_parallel -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0272442Z copying build/lib.linux-x86_64-cpython-38/torch/test/thread_init_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0273539Z copying build/lib.linux-x86_64-cpython-38/torch/test/type_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0278335Z copying build/lib.linux-x86_64-cpython-38/torch/test/type_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0283368Z copying build/lib.linux-x86_64-cpython-38/torch/test/undefined_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0287757Z copying build/lib.linux-x86_64-cpython-38/torch/test/variant_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0292140Z copying build/lib.linux-x86_64-cpython-38/torch/test/verify_api_visibility -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0293268Z copying build/lib.linux-x86_64-cpython-38/torch/test/vmap_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0298931Z copying build/lib.linux-x86_64-cpython-38/torch/test/weakref_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0303251Z copying build/lib.linux-x86_64-cpython-38/torch/test/wrapdim_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0307616Z copying build/lib.linux-x86_64-cpython-38/torch/test/xla_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0312916Z copying build/lib.linux-x86_64-cpython-38/torch/test/IListRef_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0318020Z copying build/lib.linux-x86_64-cpython-38/torch/test/List_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0327577Z copying build/lib.linux-x86_64-cpython-38/torch/test/KernelFunction_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0334141Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_function_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0343904Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_function_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0353831Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_lambda_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0365950Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_lambda_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0375124Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_stackbased_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0380850Z copying build/lib.linux-x86_64-cpython-38/torch/test/make_boxed_from_unboxed_functor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0389172Z copying build/lib.linux-x86_64-cpython-38/torch/test/CppSignature_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0394127Z copying build/lib.linux-x86_64-cpython-38/torch/test/backend_fallback_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0399161Z copying build/lib.linux-x86_64-cpython-38/torch/test/op_allowlist_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0403588Z copying build/lib.linux-x86_64-cpython-38/torch/test/op_registration_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0432561Z copying build/lib.linux-x86_64-cpython-38/torch/test/inline_container_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0437055Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_apply_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0441736Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_complex_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0446477Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0450654Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_distributions_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0455105Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0459585Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0463894Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0468410Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_integer_divider_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0472952Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0477321Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0481900Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_vectorized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-11-23T01:27:34.0486514Z creating build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:34.0487025Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:34.0488300Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_cudnn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:34.0489322Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:34.0490100Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_c10d.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:34.0490698Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_rpc.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:34.0491506Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_rpc_testing.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:34.0492373Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_functions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:34.0493444Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_functorch.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:34.0494447Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_itt.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:34.0495561Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_lazy.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:34.0496530Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_lazy_ts_backend.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:34.0497674Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_monitor.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:34.0500462Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_nvtx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:34.0501182Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_onnx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:34.0501736Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_profiler.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:34.0502274Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_verbose.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:34.0502779Z copying build/lib.linux-x86_64-cpython-38/torch/_C/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:34.0504369Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_VariableFunctions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:34.0506247Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_nn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-11-23T01:27:34.0507629Z creating build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-11-23T01:27:34.0509691Z copying build/lib.linux-x86_64-cpython-38/torch/_C_flatbuffer/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-11-23T01:27:34.0510090Z creating build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:34.0510492Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libc10.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:34.0515348Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libc10_hip.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:34.0518837Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libcaffe2_nvrtc.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:34.0519855Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_cpu.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:34.2448248Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_hip.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:34.3536023Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:34.3536546Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_global_deps.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:34.3537034Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorchbind_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:34.3541659Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libjitbackend_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:34.3543890Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libbackend_with_compiler.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:34.3546667Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_python.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:34.3686800Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libshm.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-11-23T01:27:34.3687378Z creating build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3688447Z copying build/lib.linux-x86_64-cpython-38/torch/include/pthreadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3689653Z copying build/lib.linux-x86_64-cpython-38/torch/include/fxdiv.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3690674Z copying build/lib.linux-x86_64-cpython-38/torch/include/cpuinfo.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3692014Z copying build/lib.linux-x86_64-cpython-38/torch/include/clog.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3693194Z copying build/lib.linux-x86_64-cpython-38/torch/include/qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3694588Z copying build/lib.linux-x86_64-cpython-38/torch/include/psimd.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3696176Z copying build/lib.linux-x86_64-cpython-38/torch/include/fp16.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3697282Z copying build/lib.linux-x86_64-cpython-38/torch/include/qnnpack_func.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3698362Z copying build/lib.linux-x86_64-cpython-38/torch/include/nnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3699742Z copying build/lib.linux-x86_64-cpython-38/torch/include/xnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3701813Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3702971Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_config.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3703845Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_debug.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3704849Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_ocl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3706052Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_sycl.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3707178Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_sycl_types.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3708342Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_threadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3709206Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_types.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3710129Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_version.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3711349Z copying build/lib.linux-x86_64-cpython-38/torch/include/sleef.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3714406Z copying build/lib.linux-x86_64-cpython-38/torch/include/libshm.h -> build/bdist.linux-x86_64/wheel/torch/include 2022-11-23T01:27:34.3716385Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3716997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ATen.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3717684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/AccumulateType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3718347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3719852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3720895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3721827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/BatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3722786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/BatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3723705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUApplyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3725696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUFixedAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3726223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3727387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CollapseDims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3728399Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Config.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3729365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Context.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3730498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DLConvertor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3731461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3732658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3733796Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3734768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3735954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3737215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DynamicLibrary.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3738354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3740011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ExpandBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3740963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ExpandUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3741888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3742701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/FuncTorchTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3743699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/FunctionalStorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3744509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/FunctionalTensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3745390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3746306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/InferSize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3747115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/InitialTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3748210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3749203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/LinalgBackend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3750219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MapAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3751224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MatrixRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3752216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MemoryOverlap.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3753082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3753926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NamedTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3754989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NestedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3755976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NumericUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3756950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/OpMathType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3757938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/OpaqueTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3758899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/PTThreadPool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3759904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/PadNd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3760945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Parallel-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3761974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3763172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ParallelFuture.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3764178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ParallelNative.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3765130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ParallelNativeTBB.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3766141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ParallelOpenMP.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3767173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/PythonTorchFunctionTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3768149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SavedTensorHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3769081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3771065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ScalarOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3771805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3772466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SequenceNumber.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3773495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3774361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SparseCsrTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3775754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SparseCsrTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3776693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SparseTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3777607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SparseTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3778560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3779536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3780495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3781384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorGeometry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3782241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3784055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3802394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorIteratorInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3853423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3854402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorNames.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3855323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3856434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3857420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorSubclassLikeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3858264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3859006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ThreadLocalState.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3859739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TracerMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3860587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TypeDefault.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3861470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3862383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Version.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3863198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/VmapMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3864010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/VmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3864553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/WrapDimUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3865360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/WrapDimUtilsMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3865959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/autocast_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3866501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ceil_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3867017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/code_template.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3867641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpp_custom_type_hack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3868655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/div_rtn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3869539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3870257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/jit_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3871022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/jiterator_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3871902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/record_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3872556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3873240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3873920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3874846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3875697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3876935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3877682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3878452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3879120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3879940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3880783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3881489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3882012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MetaFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3882766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3883451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3884127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3884766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Operators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3885381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3886139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3886925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/VmapGeneratedPlumbing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3887482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3888085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CUDAFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-11-23T01:27:34.3888536Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T01:27:34.3889034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/FlushDenormal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T01:27:34.3889578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vml.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-11-23T01:27:34.3890032Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:27:34.3890495Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:34.3891149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:34.3891859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:34.3892408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:34.3893183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:34.3893898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:34.3894641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:34.3895385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:34.3896013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:34.3896641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:34.3897390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:34.3898083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-11-23T01:27:34.3898628Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:34.3899253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:34.3899957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:34.3900606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:34.3901282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:34.3902294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:34.3902899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:34.3903499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:34.3904150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-11-23T01:27:34.3904860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:27:34.3905459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/functional_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:27:34.3906168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:27:34.3906880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:27:34.3907420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:27:34.3908267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-11-23T01:27:34.3908687Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3909510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ATenGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3910395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ATenOpList.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3911019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ATen_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3911546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ATen_pch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3912057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Array.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3912729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3913487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/CheckMemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3914054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/DeprecatedTypeProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3914818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3915690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Dict.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3916322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Dict_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3917299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3918112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3918885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/DistributionsHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3919773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3920637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3921551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/IListRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3922446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/IListRef_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3923406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/LegacyTypeDispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3924271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/List.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3925131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/List_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3925994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/MT19937RNGEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3926972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3927987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/PhiloxRNGEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3928992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/PythonFallbackKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3930085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3931099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/QuantizerBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3931949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Range.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3932901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3933765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3934729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3935607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3936509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3937513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TensorBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3938044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TorchDispatchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3939010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TransformationHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3939601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/UndefinedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3940415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/UnsafeFromTH.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3941353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/VariableHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3942065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Variadic.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3943018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Vitals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3943628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/alias_info.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3944584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/blob.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3945436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/builtin_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3946241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/class_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3947212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3947855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dynamic_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3948634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/enum_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3949515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3950149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/function_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3951214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/function_schema_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3952120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3952857Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/grad_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3953664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/interned_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3954342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/interned_strings_class.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3955218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ivalue.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3956131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ivalue_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3956645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ivalue_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3957643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/jit_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3958538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/jit_type_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3959431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/operator_name.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3960207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/qualified_name.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3961213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/rref_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3961975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3962713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/symbol.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3963391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/type_factory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3964066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/type_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3964663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3965747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TensorBody.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3968932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/aten_interned_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3969978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/enum_tag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-11-23T01:27:34.3971173Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:27:34.3972398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/BoxedKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:27:34.3973511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:27:34.3974566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/KernelFunction.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:27:34.3975649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:27:34.3976710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/OperatorKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-11-23T01:27:34.3977688Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:34.3978672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:34.3979907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:34.3981037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/boxing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:34.3982149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:34.3983314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/test_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-11-23T01:27:34.3984711Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:27:34.3985637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/CppSignature.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:27:34.3986738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:27:34.3987984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/Dispatcher.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:27:34.3988994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/ObservedOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:27:34.4034576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/OperatorEntry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:27:34.4035353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/OperatorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:27:34.4036093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-11-23T01:27:34.4036616Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:27:34.4037453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration/adaption.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:27:34.4038469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration/infer_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:27:34.4039393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration/op_allowlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:27:34.4040503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration/op_registration.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-11-23T01:27:34.4040964Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4041648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4042179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/AsmUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4042891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/Atomic.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4043522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4044434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4045064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4045859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/DeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4046723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/NumericLimits.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4047590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4048301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/cub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4049138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/cub_definitions.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4049934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4050517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDABlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4051019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAConfig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4051761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAContext.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4052745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDADataType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4053699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDADevice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4054653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4055415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4055947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAGraph.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4056472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDASparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4057095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDASparseBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4057711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4058250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4058790Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CachingHostAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4059313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4059836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4060373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/PeerToPeerAccess.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4060937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4061469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/Sleep.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4061976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/ThrustAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4062492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/cub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4063001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/jiterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4063562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/jiterator_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4064086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/llvm_jit_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-11-23T01:27:34.4064506Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:34.4064995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:34.4065592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:34.4066209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:34.4066807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:34.4067379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:34.4068105Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:34.4068652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/CUDAHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:34.4069229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:34.4069849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/KernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:34.4070413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-11-23T01:27:34.4070888Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:27:34.4071409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Descriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:27:34.4071941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:27:34.4072459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Handle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:27:34.4072977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Handles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:27:34.4073479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:27:34.4073989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:27:34.4074515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/cudnn-wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-11-23T01:27:34.4074934Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:34.4075406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/ADInterpreters.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:34.4075969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/BatchRulesHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:34.4076577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/BatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:34.4077150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/BatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:34.4077731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:34.4078306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/DynamicLayer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:34.4078888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:34.4079460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/Interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:34.4080017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:34.4080575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/Macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:34.4081136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/PlumbingHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:34.4081795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/TensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:34.4082344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/VmapInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-11-23T01:27:34.4090900Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4091505Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_blob.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4092796Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4094141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4095104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4096349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4097477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4098633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4099640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4100745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4102449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4103403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4104600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4105880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4106803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4108303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4115089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4116010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4116942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4117779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4118437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4119131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4119839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4120484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4121203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4121871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4122526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4123188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_batch_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4124026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4124711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_batch_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4125338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_batch_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4125986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4126716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4127353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4128150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4128697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4130073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4131218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4132472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4133674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4134762Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4135816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4136848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4137889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4138908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4139890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4140980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4142145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4143184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4144180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4145137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4146190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4147420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4148709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4149822Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4151001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4152166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4153546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4154689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4155917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4156956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4157968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4158928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_async.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4160249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4161662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4163096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_async_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4163794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_async_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4164450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_tensor_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4165131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4166109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4166668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4167357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_full_precision.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4168090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4169182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4170226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4171125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4171987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4172909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4173749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4174773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4175665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4176642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4177488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4178522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4179741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4180758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4181705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4182594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4183515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4184301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4185079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4185898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Byte.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4186710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4187489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Byte_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4188309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Byte_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4189150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Char.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4190212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4191091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Char_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4191922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Char_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4192727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4195386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4196573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Double_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4197421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Double_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4198277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4199330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4200397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Float_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4201375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Float_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4202330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Half.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4203417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4204455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Half_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4205415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Half_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4206364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4207038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4207615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Int_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4208273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Int_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4208826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Long.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4209519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4210072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Long_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4210635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Long_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4211205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Short.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4212139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4212787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Short_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4214059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Short_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4214489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4215438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4216204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4217227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4218054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4218876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4219587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4220685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4221421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4222737Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4223469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4224176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4224984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4226015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4226848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4227560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4228605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4229518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4231912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4232521Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4232986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4233347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4235027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4235553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4238517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4239273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4239807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesced.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4240296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4240703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4241074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesced_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4241445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesced_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4242382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_compute_linear_combination.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4242985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4243840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4244605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_compute_linear_combination_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4245560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4246264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4247083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4247878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4248709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4249474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4250794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4251669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4252467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4253372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4254011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_physical.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4255121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4255692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_physical_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4256737Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_physical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4257395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conv_depthwise2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4258507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4259272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4260120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4260800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4262061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4262976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4263600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4264575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4265475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4266479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4267376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4268437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4269344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4270455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4271467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4272831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4273257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4274204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4275123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4276080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4277066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4277998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4278941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_double_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4280146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4280758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_double_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4281646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4282353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4283224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4283985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_mode_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4284834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_mode_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4285663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4286471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4287256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4288061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_and_resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4289008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4289679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4290484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4291355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4292122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4292908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4293777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4294518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4295397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4296368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4297252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4298034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4298842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4299729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4300518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4301335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4302081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4302936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4303832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4304839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4305792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4307295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4307902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4327333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4328264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4329060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4329755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4330351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4331068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4331677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4332175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4332659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4333143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4333465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4333882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4334343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4334746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4335241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4335672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4336073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4336457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4336894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4337348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4337717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4338226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4338598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4339050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4339431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4339851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4340298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4340782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4341162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4341644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4342088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4342483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4342849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4343392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4343765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4344165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4344470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummax_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4344961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4345377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4346184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummax_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4346725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummax_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4347184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummin_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4348060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4348896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4349931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummin_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4350643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummin_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4351547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4352573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4353264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4354106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4354865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimI.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4355772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimI_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4356543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimI_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4357387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimV.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4358241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimV_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4359056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimV_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4359875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dim_arange.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4360904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4361582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dim_arange_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4362401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dim_arange_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4363252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4364171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4365381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4366287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4367042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4367894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4368888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4369725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4370497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4371360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4372305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4373136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4373907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4374725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4375594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4376574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4377297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4378137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4378978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4379769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4380582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4381433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4382396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4383267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4384048Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4385123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4385749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4386629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4387426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4388972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4389803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4390734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4391572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4392670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4393500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4394475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4395130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4396043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4397014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4397808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4398655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4399402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4400373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4401342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4402096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4402991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4403661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4404495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4405818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4406587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4407717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4408764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4409379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_affine_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4410418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4411274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4412135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4412867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4413660Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4414617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4415406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4416357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4417060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4418038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_euclidean_dist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4419004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4419826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_euclidean_dist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4420682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_euclidean_dist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4422396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4423323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4424233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4425115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4426001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4427039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4428379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4429060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4430035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4430902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4431938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4432889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4433939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4434784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4436192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4436693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4437412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4438047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4439192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4440091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4441350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4441783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4442661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4443676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4444170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4445664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4446113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4447319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4448192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2c.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4449022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4449816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4450571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2c_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4451525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2c_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4452431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2r.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4453321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4454376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4455386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2r_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4456320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2r_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4457214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_r2c.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4458155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4459108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4460067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_r2c_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4461059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_r2c_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4461895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_flash_attention_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4462895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4463869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_flash_attention_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4464772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4465685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foobar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4466638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4467530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4468677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foobar_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4470198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foobar_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4470974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4472141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4472917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4473908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4474827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4475761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4476621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4477665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4478557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4479385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4480207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4481154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4482469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4483841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4484260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4485043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4485761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4486563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4487336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4488348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4489223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4490167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4490782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4491757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4492678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4493717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4494634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4495585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4496510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4497447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4498405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4499507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4500614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4501586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4502181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4503136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4504252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4505058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4505845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4506597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4507219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4508020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4509142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4509814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4510697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4511439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4512498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4513057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4513982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4514797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4515825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4516684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4517752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4518551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4519409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4520442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4521124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4522015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4522744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4523702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4524379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4525281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4526027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4526739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4527566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4528362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4529572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4530360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4531374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4532073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4532836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4533545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4534452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4535220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4536046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4536882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4538346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4539038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4539964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4540754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4541617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4542394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4543391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4544034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4544928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4545887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4546754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4547829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4548684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4550386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4551406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4552663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4553274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4554456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4555488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4556030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4557281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4557848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4558850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4559518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4560375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4561124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4562007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4562757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4563800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4564757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4565585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4566438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4567142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4568017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4568773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4569789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4570548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4571300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4572263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4572992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4573701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4574747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4575404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4576377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4577045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4577951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4578647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4579694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4580253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4581118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4581834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4582887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4583558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4584388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4585325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4586148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4586860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4588022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4589194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4589875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4590884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4591632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4592770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4593401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4595062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4596109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4596647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4597653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4598289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4599119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4600077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4601143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4602103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4602835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4604021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4605550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4605929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4606871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4607694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4608676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4609578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4610512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4611464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4612283Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4613040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4614329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4615414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4616193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4617237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4618026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4618758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4619759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4620614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4622015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4622540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4623325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4624246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4626328Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4626879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4627887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4628642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4629583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4630536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4631370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4632372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4633042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4634437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4635062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4636177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4637121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4638095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4638951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4639895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4640933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4642239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4642937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4644044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4644994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4645881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4647262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4647863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4648842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4649818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4650552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4651456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4652577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4653376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4654287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4655976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4656696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4657764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4658504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4659550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4660333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4661332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4661941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4662863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4663884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4664671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4665574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4666342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4667921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4669029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4670024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4670600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4671647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4672478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4673415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4674274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4675337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4676431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4677071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4678124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4678923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4679916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adam.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4680966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4681486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4682707Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adam_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4683450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adam_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4684460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4685340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4686264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4687070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4687960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4688867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4690029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4690916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4691566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4692563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4693323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4694446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4695250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4695997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4696833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4697585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4698388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4699418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4700093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4700968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4701769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4702388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4703273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4703957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4704955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4705724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_gather_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4706620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4709815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4710401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4710937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4711391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4712342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4712882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4714467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4715188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4716226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4717203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4718273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4719793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4720939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4721862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4722981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_same_storage_numel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4724113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4725213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4726389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4727433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4728816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4729803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4730852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4732003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4733065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4734317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4735356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4736358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4737439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4738685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4739877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4741042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4742037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4743051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4744244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4745612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4746591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4747638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4748930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4750049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4751302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4752426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4753677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4754825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4755706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4756887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4757953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4759254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4760263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_zerotensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4761730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4762619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_zerotensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4763697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_zerotensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4764774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_check_errors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4766192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4767028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_check_errors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4768163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4769263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4770266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4771096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4772530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4772972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4774440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4775293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4776233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4777208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4778786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4779344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4780416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4781828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4782451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4783382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4784808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4785468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4786977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4787663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4788650Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4789552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4790497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4792543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4792902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4793616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4794577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4795304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4796284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4797104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4798102Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4798738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4799726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4800530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4802021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4802895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4803767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4804702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4805645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4806637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4807467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4808717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4809486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_local_scalar_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4810842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4811602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4812592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_local_scalar_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4813548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4814501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4815437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4816783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4817467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4818530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4819315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4820327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4821366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4822234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4823487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4824115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4825617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4826485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4827284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4828140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4828898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4830093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_logcumsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4831035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4831944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4833761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_logcumsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4834323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_logcumsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4835005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lstm_mps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4836016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4836722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lstm_mps_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4837638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lstm_mps_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4838527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lu_with_info.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4839685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4840320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lu_with_info_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4841303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lu_with_info_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4842889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4843449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4844090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4844897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4846579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4847683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4848202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4849229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4850005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4851021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4852178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4852934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4853947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4854927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4855795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4857454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4858050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4858644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4859369Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4860681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4861622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4862558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4863591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4864369Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4865288Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4866207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4867129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4868371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4869384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4870660Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4871618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4872605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4873670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4874487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4875873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4876574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4877446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4878901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4879723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_reshape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4880425Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4881668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4882575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4883549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4884287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4885125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4885940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4886882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4887857Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4888921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4889999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4891062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4892267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4893548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4894441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4895515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4896534Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4897737Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4898783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4899872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4902053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4902757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4903622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4904433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4905344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4906160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4907160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4908455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4909116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4910356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4911103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4912144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4912883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4913733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4914558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4915653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4916565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4917373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4918276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4919074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4920040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4920998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4922023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4923114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4923931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4924863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4925907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4926930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4927709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4928665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4929679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4930744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4931380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4932394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4933097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_sum_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4934029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_sum_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4934914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4935964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4937353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4938101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4939037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4939924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4941038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4942130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4942971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4943902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4945097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4945970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4947017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4948353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4949274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4949984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4950930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_offsets.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4951791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_offsets_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4952916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4953522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4954492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4955427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4956364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4957423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4958168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4959535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4960132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_strides.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4961199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4962270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4962971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4963867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4964794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4965754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4967113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4967882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4968867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4969530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4971137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4972142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4973385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4974454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4975255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4976296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4977286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4978135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4978663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_available.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4979772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4980916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_available_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4982038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_available_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4982592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4983786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4984697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4985811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4986806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnz.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4988228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnz_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4989335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnz_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4990663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4991834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4993188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4994212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4995088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4996436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4997550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4998530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.4999520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_circular.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5000828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5001937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_circular_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5003083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_circular_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5004246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_enum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5005352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5006282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_enum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5007574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_enum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5008753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_packed_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5010049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5011087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5012078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5013309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5014444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5015656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5016625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5017838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5019051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5019990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5021242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5022439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5023561Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5024477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5025642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5026861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pin_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5028119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5029925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5031316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pin_memory_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5032524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pin_memory_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5033611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_remove_batch_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5035133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5035983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_remove_batch_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5037287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5038363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5039530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5040805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5041994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5043706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5044785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5045946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5047566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5048585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5049613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5050857Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5051902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5053189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5054208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5055542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5056597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_from_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5057887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5058917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5060005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_resize_output.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5061198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5062592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5063808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5064911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_resize_output_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5065851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_resize_output_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5066955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_rowwise_prune.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5068409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5069348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_rowwise_prune_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5070346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_rowwise_prune_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5071581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5072969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5074233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5075419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5076449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5077870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5078805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5080187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5081249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5082280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5083459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5084630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5085602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5086984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5088061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5089311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5090386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5091345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5092640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5093688Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5094864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5095915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5097110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5098272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5099762Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5100428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5101804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5102944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5103997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5104994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5105945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5107227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5108414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5110501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5111210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5112086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5113173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_shape_as_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5114469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5115595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_shape_as_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5116767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5118553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5119784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5120860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5121975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5123135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5124152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5125319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5126545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5127647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5128816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5129768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5131033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_draw.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5132356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5133292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5134202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5135533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_ff.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5136445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5137237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5138688Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5139811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5140668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5141539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5142235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5143284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_scramble.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5144367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5145178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5146089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5146979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5148153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5149037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5150394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5151252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5152558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5153285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5154413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5155326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5156246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5157361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5158073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5158947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5159778Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5160713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5161725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5162468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5163434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5164415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5165276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5166478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5167152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5168103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5169222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5170158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5171032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5171890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5173014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5173804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5174809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5175637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5176542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5177543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5178345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5179415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5180215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5181143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5182406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5183036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5185339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5185997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5186618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5187536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5188484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5190708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5191601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5192990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5195260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5195937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5196600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5197183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5198044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5198921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5199958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5201008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5201954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5203191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5203835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5204904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5205785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5206736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5207748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5208503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5209714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5210769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5211469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5212235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5213182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5214387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5215203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5216032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5217068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5218023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5219168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5220014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5221049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5222068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5222826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_spdiags.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5223975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5224921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5225875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5226997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mask_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5228136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5229067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mask_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5230111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mask_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5231320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5233529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5233884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5234367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5235657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5237075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5238057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5239012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5240416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5241504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5242741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5243683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5244615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5245833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5247775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5248386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5249807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5251148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5252407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5253412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5254392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5255818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5257050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5257774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5258874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5260146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5261308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5263556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_spdiags_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5264131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_spdiags_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5264973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5265961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5267107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5268392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5269433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5270671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5272070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5273198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5274355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5275572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5276813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5277825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5279027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5280209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5281291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5282341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5283517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5284663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_symeig_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5285902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5287045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5288202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5289227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_symeig_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5290446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_symeig_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5291650Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5293038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5294017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5295073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5296188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5297597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5298883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5299860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5301042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5302175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5303504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5304512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5305821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5307010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5308204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5309338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5310534Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5311728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5313051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5314155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_floatlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5315754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5316603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5317792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5318981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5320141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5321280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5322352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5323658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5325272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_intlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5326607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5327738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5328549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_intlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5329727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5331141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_serialization_subcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5332498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5333882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5336803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5337517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_string_default.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5338629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5339792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_string_default_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5340515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_string_default_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5341522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_warn_in_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5342533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5343665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5344631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5345616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5346821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5347946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5348993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5349798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5351062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5352025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5353135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5353985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5355038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5356107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5357121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5358155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5359109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5360234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5361405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5362460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5363317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5364249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5365193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5366317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5367321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5368462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5369263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5370273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5371156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5372169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5373140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5374147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5375187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5376127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5377050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5377989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5378945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5379888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5380796Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5381716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5382744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5383793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_cpu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5384786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_cpu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5385611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5386503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5387222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5388101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5388925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5389882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5390818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5392228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5393242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5393895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5394907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5396081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5397037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5398072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5398907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5399859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5400849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5401856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5402719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5403788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5404777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5405517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5406472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_trilinear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5407432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5408408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5409524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_trilinear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5410231Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_trilinear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5411277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5412078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5413069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5413723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5414660Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5415634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5416716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5417715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5418763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5419703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5420665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5421657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5422854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5423738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5424569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5425491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5426453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5427349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5428388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5429899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5430542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5431475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5432449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unpack_dual.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5433367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5434436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unpack_dual_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5435605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unpack_dual_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5436225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5437068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5437743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5438955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5439857Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5440806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5441841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5442674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5443610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5444919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5445823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5446580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5447520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5448790Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5449672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5450410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5451088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5452005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5453244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5454245Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5455213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5456266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5457426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5458759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5459524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5460846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5461474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5462594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5463443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5464276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5465278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5466317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5467118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5468351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5469044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5469957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5471186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5472159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5472972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5474446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5476342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5477279Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5478360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5479258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5479958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5480682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5481910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5483185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5484474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5485625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5486720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5487783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5488956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5490028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5491046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5492072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5493131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5494386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5495631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5496742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5497837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5499045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5500157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5501227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5502437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5503727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5504892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5505984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5507050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5508238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5509205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5510244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5511549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5512853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5514125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5515368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5516524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5517647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5518777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5519899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5520939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5522283Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5523591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5524743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5525795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5526844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5527905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5529153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5530340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5531347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5532526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5533677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5534478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5535515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5536641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5537496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5538333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5539811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5540589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5542426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5543296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5543922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5544929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5545782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5547810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5548625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5549857Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5551112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5552299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5553390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5554476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5555707Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5556895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5558034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5559228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5560425Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5561589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5562849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5581186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5582386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5583567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5584648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5585689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5587229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5588551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5589636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5590610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5591623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5592705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5593958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5595059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5596035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5597009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5597972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5598972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_version.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5600018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5601174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_version_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5602130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_version_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5603089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5604157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5605291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5606508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5607704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5608814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5609845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5610982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5612185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5613359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5614460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5615583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5616648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5617820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5618967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5620024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5621082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5622113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5623128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5624080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5625102Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5626148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5627194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5628278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5629255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5630196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5631223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/absolute.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5632298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5633347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/absolute_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5634304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/absolute_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5635346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5636421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5637509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5638503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5639469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5640447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5641395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5642327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5643264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5644384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5645479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5646490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5647469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5648454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5649536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5650462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5651437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5652569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5653833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5654829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5655826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5656940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5658045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5659167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5660202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5661248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5662251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5663281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5664320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5665422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5666506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5667582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5668684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5669766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5670936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5672046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5673181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5674182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5675337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5676465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5677731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5678720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5679754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5680999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5682229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5683436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5684482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5685734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5686877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5688329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5689545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5690736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5691821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5692966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5694017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5695048Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5696176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5697309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5698354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5699560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5700791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5701944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5703019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5704124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5705206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5706273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5707492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5708865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5709920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5711019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5712067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5713099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5714127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5715067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5716152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5717359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5718454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5719427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5720395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5721517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5722501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5723414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5724352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5725324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5726329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5727304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5728287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5729253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5730207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5731937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5733169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5734195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5735379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5736354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5737307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5738272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5739228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5740380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5741488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5742522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5743505Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5744510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5745510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5746551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5747493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5748758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5749877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5750932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5751892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5753033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5754024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5754962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5756042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5757271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5758393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5759396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5760352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5761325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5762446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5763397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5764315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5765395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5766452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5767455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5768406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5769342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5770292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adjoint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5771461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5772502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adjoint_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5773464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adjoint_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5774453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5775513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5776706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5777869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5778960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5780115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5781321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5782327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5783297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5784360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5785422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5786510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5787856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5788963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5789948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5790993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5791933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5792877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5793947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5795000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5796079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5797042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5798144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5799229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5800221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5801156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5802218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5803264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5804220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5805160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5806364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5807534Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5808581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5809556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5810539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5811507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5812465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5813394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5814361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/allclose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5815427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5816492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/allclose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5817480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/allclose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5818418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alpha_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5819588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5820681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alpha_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5821676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alpha_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5822616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5824000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5825121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5826126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5827060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5828149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5829118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5830200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5831172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5832267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5833373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5834366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5835325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5836294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5837275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5838228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5839151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5840392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5841500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5842508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5843497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5844615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5845600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5846556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5847479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5848527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5849535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5850464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5851386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/angle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5852353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/angle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5853337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/angle_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5854391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/angle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5855352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/angle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5856286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5857387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5858566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5859608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5860593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5861556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5862517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5863473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5864407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5865346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5866405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5867474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5868718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5869315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5869869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5870422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5871027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5871716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5872266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5872815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5873740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5874863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5875969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5877038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5878205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5880062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5881167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5882216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5883355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5884604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5885646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5886700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5887835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5888946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5890205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5891193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5892407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5893586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5894655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5895728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5896912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5898183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5899241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5900314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5901418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5902751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5903783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5904838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5905940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5907082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5908341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5910527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5911456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5913761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5914352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5915075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5916961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5918825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5919405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5920074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5920635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5921524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5922891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5923502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5924786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5925933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5926638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5927323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argwhere.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5928220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5929109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argwhere_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5930596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argwhere_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5931485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5932637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5933071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5934518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5935307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5936382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5937270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5938050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5939078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5939851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5941283Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5942158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5942983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5944164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5944652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5945732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5946300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5947898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5949305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5950318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5951260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5952615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5953388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5954395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5955331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5956488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5957467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5958372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5959341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5960901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5961615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5962458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5963184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5964434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5965479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5966460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5967377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5968264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5969273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5971237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5971575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5972686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5973393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5975478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5975799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5976327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5977186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5978501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5979353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5980461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5981449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5982687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5983849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5984893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5986070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5986988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5988260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5990494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5991534Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5992728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5993673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5995093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5996204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5997251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5998325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.5999627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6000573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6001745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6002816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6004247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6005158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6006316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6007430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6008512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6009819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6010894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6012038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6013101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6014495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6015547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6016510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6017920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6019282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6020508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6021670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6022859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6024033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6025132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6026217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6027397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6029007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6029918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6031297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6032438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6033525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6034616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6035934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6037357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6038215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6039305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6040464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6041614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6042724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6043899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6045080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6046251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6047145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6048285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6049602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6050682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6052569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6053122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6053988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bartlett_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6055361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6056341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bartlett_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6057519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bartlett_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6058936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6060078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6061472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6062874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6064364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6064995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6065876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6067143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6068601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6069653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6070629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6072003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6073009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_elemt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6074198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6075386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_elemt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6076476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6077572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6079780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6080447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6081227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6081867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6083256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6084399Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6085398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6086476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6087610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6088712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6089942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6091116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6092249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6094047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6095267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6096389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6097647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6098686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6099862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6101048Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6102149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6103241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6104286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6105560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6106735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6107909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6109355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6110602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6111618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6113760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6114321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bilinear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6115232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6116298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bilinear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6117434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bilinear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6118547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6119668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6120914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6121971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6123166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6124316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6125565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6126619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6127761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6128909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6130119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6131357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6132381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6133603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6134568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6135777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6136887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6137940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6139018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6140200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6141254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6142821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6143657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6144856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6145837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6147053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6148243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6149723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6152218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6153177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6154082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6155161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6156185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6157464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6158528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6159607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6160825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6162131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6163529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6164532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6166262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6166856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6167954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6169508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6170733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6171804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6173153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6174181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6175421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6176602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6177518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6178883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6180050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6181148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6182569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6183654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6184654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6185670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6186790Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6188083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6189127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6190295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6191558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6192745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6194119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6195399Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6196313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6197491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6198635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6199721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6200814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6202043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6203110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6204421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6205648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6206805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6207793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6208866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6210090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6211178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6212334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6213599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6214350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/blackman_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6215557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6216628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/blackman_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6217594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/blackman_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6218620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/block_diag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6220579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6221028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/block_diag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6221968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/block_diag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6222982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6224624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6225097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6226176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6227097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6228069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6229147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6229759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6230759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6232144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6232821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6233633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6234977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6235817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6237432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6237778Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6238611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6240563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6240945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6242355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6242730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6244120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6244751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/can_cast.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6245897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6246782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/can_cast_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6247797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/can_cast_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6248752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cartesian_prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6250060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6251029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cartesian_prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6251614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cartesian_prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6253670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6254163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6254550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6255492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6257352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6257940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6259074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6259881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6260511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6261503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6262300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6263917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6264832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6265921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6266972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6268369Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6269253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6270440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6271749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6273143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6274053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6275327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6276522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6277721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6278927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cdist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6280183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6281313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cdist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6282407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6283657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cdist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6284991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6286309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6287291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6288226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6289336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6290631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6291831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6292926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6293916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/celu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6295332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6296423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/celu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6297465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/celu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6298647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chain_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6299876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6301133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chain_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6301912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chain_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6303220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chalf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6304413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6305492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chalf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6306608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chalf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6307618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6309067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6310577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6311782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6313132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6314197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6315389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6316612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6317644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_inverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6319518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6319984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6320767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_inverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6321541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_inverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6322343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6323404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6324460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6325531Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6326449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6327485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6328545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/choose_qparams_optimized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6329535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6331665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6332125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6333266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6333627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6334842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chunk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6335770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chunk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6336923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6338199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6338915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6340031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6340938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6342076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6342779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6343605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6344459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6345142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6345970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6346850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6347895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6348656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6350046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6350979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6351792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6352755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6353678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6354935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6355768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6356725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6357590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6358548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6359470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clip.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6360420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6361330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clip_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6362100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clip_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6362936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clone.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6364055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6364793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clone_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6365574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clone_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6366436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6367565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6368332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/coalesce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6369297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/coalesce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6370082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col2im.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6371155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6372189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6373562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col2im_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6374253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col2im_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6375220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6376154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6376772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6377841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6378502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6379311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6380248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6381116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6381986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/column_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6382946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6383748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/column_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6384531Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/column_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6385409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/combinations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6386398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6387161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/combinations_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6388210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6389253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/combinations_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6390336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6390984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6391836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6392736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6393417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6394162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6394921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6396106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6396659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6397411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6398473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concatenate.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6399198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6400031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concatenate_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6401169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concatenate_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6401893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6402935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6403585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6404629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6405493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6406486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6407201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6408168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6408850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6409679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6410437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6411316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/constant_pad_nd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6412299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6413125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/constant_pad_nd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6413869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/constant_pad_nd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6414780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/contiguous.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6415583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6416492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/contiguous_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6417256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/contiguous_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6418264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6419225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6420274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6421518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6422242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6423234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6423913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6424876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6425692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6426680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6427433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6428447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6430178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_depthwise3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6431119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6432112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6432890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_depthwise3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6433694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6434509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6435400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6436209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6436941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6437721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6438653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6439379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6440184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6441053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6442181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6442733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6443680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6444617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6445622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6446270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6446999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6447861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6448715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6449425Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6450217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6450988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6452109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6452965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6453725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6454454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6455345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6456137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_overrideable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6457107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6457881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6458665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6459645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6460347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6461257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6462059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_overrideable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6463044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6463738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_overrideable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6464652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_overrideable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6465413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6466414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6467229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6468354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6470040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6470761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6471588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6472746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6473675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6475192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6475772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6476603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6477278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6478299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6479257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6480063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6481106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6481978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6482891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6484188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/corrcoef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6485186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6485989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/corrcoef_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6487527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/corrcoef_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6488337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6489276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6490193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6491058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6491988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6492996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6493786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6494777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6495607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6497243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6497569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6498586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6499441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6500365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6501228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6502241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6503254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_embedding_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6504540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6505620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6506539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6507673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_similarity.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6509071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6511236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_similarity_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6511815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_similarity_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6512570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6513534Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6514268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6515173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6516116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6517150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6518198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cov.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6519367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6520158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cov_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6520940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cov_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6522060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6523097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6524131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_entropy_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6525021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6525788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_entropy_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6526877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6527957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6528736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6529770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6530600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6531732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6532768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6533617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6534586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6535729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6536493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6537628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6538775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6539345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6540719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6541555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6542670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6544156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6545038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6545855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6547033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6548715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6549819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6551089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6552909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6553734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6554818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6556335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6557335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6558655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6559707Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6560809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6561912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6563081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6564280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6565409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6566703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6567998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6569158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6570488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6571473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6572655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6574684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6575692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6576605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6577740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6579022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6580081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6581153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6582290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6583498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6584859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6585980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6586956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6588312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6589446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6590471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6591943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6593095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6594330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6595391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6596568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6597538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6598579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6599802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6600928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_is_acceptable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6602198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6603355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6604596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6605475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6606827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6607998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6608945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6610025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6612275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummaxmin_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6613007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6613759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummaxmin_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6614728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6615843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6617146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6618148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6619317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6620368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6621557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6622875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6624214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6625341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6626748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6628385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6629497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6630594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6631726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6632928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6634063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6635298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6636287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6637623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6638943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6640182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6641228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6642258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6643267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6644488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6645640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6646904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6648112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumulative_trapezoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6649285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6650263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6651489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6652581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6653948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6655054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6656138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6657217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/deg2rad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6658658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6659610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/deg2rad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6661741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/deg2rad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6662157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dense_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6663101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dense_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6663939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dense_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6665129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dense_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6666227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dense_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6667350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6668740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6669752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6670885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6672285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6673232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6674577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6675836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6676967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6677987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6679010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6680246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6681435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6682715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6683942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6684729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6686112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6687026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6688223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6689174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6690654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6691681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_embed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6692900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6694138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6695111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_embed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6696131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_embed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6697147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6698286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6699480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagflat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6700832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6702278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagflat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6703457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagflat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6704699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6706651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6707184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6707912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6710125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6710626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6711177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6712109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6713020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6713972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6714784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6715464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6716333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6717228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6718603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6719631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6720359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6721933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6722550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diff.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6723449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6724657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diff_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6725242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diff_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6726221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6727450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6728393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6729391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6730340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6731144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6732138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6733396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6734124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6734961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6735767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6736717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6737268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6738355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6739454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6740361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6741338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6741801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6742863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6743732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6744724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6745725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6746907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6747815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6748863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6749820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6750946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6751943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6752859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6753794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6754772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6755745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6756786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6757630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6758641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6759527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6760677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6761514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6762484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6763409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6765143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6765809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6766789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6767750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/einsum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6768755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6769670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/einsum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6770642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/einsum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6771584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6772529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6773687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6774574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6775487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6776396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6777235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6778088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6778865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6779832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6780861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6781872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6782893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6783712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6784417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6785324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6786471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6787502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6788477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6789447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6789952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6791079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_bag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6792990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6793537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_bag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6794258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_bag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6795074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6795928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6797132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6797941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6798929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6799702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6800738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6801427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6802195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6803308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6804014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6805102Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6805701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6806494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6807200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6808144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6809201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6811434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6811899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6812350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6812737Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6814603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6814966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6815444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6816763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6817490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6819794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6820172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6820841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6821856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6822973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6823863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6825421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6826318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6827106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6828055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6828983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6830181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6830979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6831847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6832801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6833758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6835240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6835789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6836985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6837504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6839373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6839871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6840803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6841554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6842338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6843285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/equal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6845388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/equal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6845867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6846285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6846971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6848051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6848756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6850504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6850961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6851974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6852711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6853515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6854261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6855256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6855932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6856909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6857735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6858680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6859633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6860596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6861542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6862607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6863467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6864445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6865333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6866297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6867207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6868335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6869240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6870174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6871631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6872465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6873095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6874207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6875030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6875951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6877010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6877701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6879207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6879748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6880963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6881883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6882482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6883320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6884105Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6885474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6886236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6887191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6888243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6889186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6890478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6891204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6892076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6892984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6893760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6894535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6896152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6897244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6898326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6898942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6899762Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6900498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6901571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6903126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6903490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6904292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6905119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6906055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6906936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6908039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6909197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6910374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6911189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6912519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6913508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6914317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6915159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6916255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6916860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6917852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6918862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6919744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6920631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6921798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6922601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6923680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6924652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6925590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6926580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6927513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6928439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6929508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6930396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6931355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6932330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6933280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6934360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6935510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6936434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6937358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6938383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6939179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6940115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6941192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6941990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6943023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6944007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6944681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6945491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6946874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6947553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6948894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6949506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6950447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6951375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6952301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6953092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6954159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6955119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6955932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6956909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6957706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6958586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6959447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6960290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6961049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6962211Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6962937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6963818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6964619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6965620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6966480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6967357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6968347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6969400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6970158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6970945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6971851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_alpha_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6972925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6973717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6974463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6975521Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6976124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6977213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6978367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6979876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6981907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6982401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6983138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6984061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6984814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6985809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6986583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftfreq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6987767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6989878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftfreq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6991673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftfreq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6992398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6993567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6994380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6995339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6996830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6997891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6998645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.6999724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7000720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7002199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7003280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7004385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7006130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7007135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7008014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7009042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7009741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7011358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7012086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7013078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7013953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7015254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7016299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7016918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7018168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7018692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7019993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7020721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7021607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7022679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7023907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7024708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7025535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7026293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7027347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7028248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7029203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7030112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7031318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7032427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7033523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7034485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7035139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7036088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7037009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7037918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7039188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7039836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7041550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7042200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7044292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7044604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7046325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7046829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7047929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7048755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7049753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7050714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7051565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7052563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7053497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7054390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7055989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7057057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7057794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7058471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7059444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7060412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7061367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftfreq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7062608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7063466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftfreq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7064641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7065537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7066830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7067830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7068779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7071906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7072544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7073348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7074149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7074928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7076764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7077229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7078168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7079114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7079746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7081106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7081981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fix.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7082977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7083977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fix_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7084997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fix_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7085928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7086954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7087890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_dense_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7089002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7089475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7091169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7091720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7093034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7093868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7094986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7095825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7097008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7097759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7099066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7099761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fliplr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7101481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7102039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fliplr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7103474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fliplr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7104446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flipud.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7105555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7106042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flipud_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7106987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flipud_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7108069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/float_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7109299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7110250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/float_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7111197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/float_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7112313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7113502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7114150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7115309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7115832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7117702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7118141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7118891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7120347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7120846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7121988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7122571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7123609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7124440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7125531Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7126554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7127904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7129133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7129707Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7130544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7131276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7132605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7133360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7134343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7135289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7137252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7137776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7140082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7141654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7142536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7144010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7144766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7146728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7147312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7147943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7148919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7150502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7151515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7153640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7154426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7154998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7155872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7156582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7157558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7158548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7159686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7160544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7162491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7162956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7163819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7165426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7166035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7166643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7167947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7168848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7169828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7170930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7172039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7172661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7173998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7174838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7175969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7176701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7177786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7178770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7179666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7180628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7181725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7182864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7183978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7184971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7185753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7186677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7187352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7188426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7189417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7190159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7191062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7192017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7192835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7193937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7194679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7195499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7196852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frobenius_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7197998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7198740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frobenius_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7200045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frobenius_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7201044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_file.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7202073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7203079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7204162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_file_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7204728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_file_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7206320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7207442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7208332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7209415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7210291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7211080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7212203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7213021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7214272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7215238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7216051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7217115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7218010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7219194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7220364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7221308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7222282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7223269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7224220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7225122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7226250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7226815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7227654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7228895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7230313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7231270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7232419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7233152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7233892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7234927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7236005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7236962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7238026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7239238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7240123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7241320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7242229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7243358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7244591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7245384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7246499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7247483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7248810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7249515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7250668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7251859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7252862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7253868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7255431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7256168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7257197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7258062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7259126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7260056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7261138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7262154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7263192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7264084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7265225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7266087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7267068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7268139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7269358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7269990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7271788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geqrf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7272201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7273482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7274329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geqrf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7275341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geqrf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7276397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ger.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7277394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7278264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ger_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7279190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ger_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7280187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7281181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7282304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7282988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7283818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7285749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7286134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7286891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7287971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7288816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7289947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7291039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7291928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7292647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7293548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7294293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7296568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7296983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7297507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7298181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7299017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7300705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7301264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7302031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7302744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7303840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gradient.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7304914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7305738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gradient_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7306357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gradient_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7307281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7308560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7309576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7310612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7311498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7312681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7313418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7314708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7315529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7316432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7317440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7318504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7319409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7320343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7321304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7322243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7323332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7324140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7325144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7326052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7327052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7327936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7328987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7330076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7330962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7331913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7333470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7334236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7336220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7336792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7337193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7338014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7339026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7340129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7340540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7342104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7342836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7344044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7345035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/group_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7345828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/group_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7346771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7348761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7349262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7349966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7351028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7351840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7353496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7354210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7355244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7356037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7356864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7357592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7358451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7359458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7360121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7361181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hamming_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7362295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7363161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hamming_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7364197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hamming_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7364850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hann_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7365896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7366755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hann_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7367567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hann_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7368383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7369326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7370404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7370873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7371920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7372819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7374078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7375419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7376905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7377628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7378232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7379017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7379925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7380665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7381321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7382366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7383385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7384169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7385223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7385948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7386979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7387932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7388965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7390063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7391062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7392334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7393345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7395519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7395957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7396814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7397448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7399227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7399560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7400176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7401146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7402159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7403165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7403596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7404451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7405242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7406844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7408510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7409010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7409624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7410236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7411145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7412205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7413492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7414414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7415442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7416681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7417850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7419107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7420110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7421191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7422173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7423507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7424705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7425995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7427059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7428159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7429271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7431553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7432493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hinge_embedding_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7433678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7434791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7435926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7436899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7438131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7439320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7440406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7441544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7442771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7444010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7446108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogram_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7446488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogram_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7447369Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogramdd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7448264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7449862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mH.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7450650Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogramdd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7452042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogramdd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7452901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7454223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7454718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7456255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7456592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hspmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7457435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hspmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7458423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hspmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7459591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7460542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7461191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7462547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7464275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7464700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7465820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7466300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7467435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7468188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7469879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7470407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7471876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7472597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7473538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7474930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7475835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7476984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7477746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7478776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7480084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7480720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7482195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7482913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7484033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7484813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7485760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7486068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7488144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7488447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7489116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7490779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7491275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7492343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7493445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7494371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7495504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7496454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7497452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7499030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7499722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7500856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7501733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7502988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7503755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7505054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7505993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/im2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7507032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7508866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7509262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/im2col_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7510229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/im2col_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7511240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/imag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7513100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7513965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/imag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7515280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/imag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7516287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7516971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7518470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7519488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7520502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7521534Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7522630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7523891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7524769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7526099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7526953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7528202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7529753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7530736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7532052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7533032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7534440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7535151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7537029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7538186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7539235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7540340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7541526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7542994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7544402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7546380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7547581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7549162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7551042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7552146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7554678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7555089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7555398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7556962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7557370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_put.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7558781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7560159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_put_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7561153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7562109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7563286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7563844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7564821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7565711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7566736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7567722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7568479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7569418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7570444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7571936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7572671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7573576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7574584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7575554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7576474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7577452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7578374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7579489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7580370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7581434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7582451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7583348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7584296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7585353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7586212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7587343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7588598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7590633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7592244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7592600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inner.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7593792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7594283Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inner_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7595133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inner_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7596321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/instance_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7597223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7598114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/instance_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7599187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/instance_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7600543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/int_repr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7602021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7602858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/int_repr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7604238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/int_repr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7605164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7606490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7607470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7608648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7609694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_coalesced.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7611031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_coalesced_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7612187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_coalesced_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7613283Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7614495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7616295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7616895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7617872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7619246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7620293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7621202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7622372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_distributed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7623672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7624848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_distributed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7625963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_distributed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7627047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_floating_point.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7628417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7629497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_floating_point_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7630781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_floating_point_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7632012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7633441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7634358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_inference_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7635462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_inference_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7636628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_leaf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7637991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7639159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_leaf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7640093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_leaf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7641180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7642659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7643802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7644875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7646050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7647229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7648195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7649395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7650679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_pinned.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7651890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7652964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7654034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_pinned_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7655071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_pinned_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7656163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_same_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7657412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7658430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_same_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7659562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_same_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7660639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_set_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7661874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7663039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7664212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_set_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7665332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_set_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7666260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_signed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7667619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7668999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_signed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7670196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_signed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7671466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_vulkan_available.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7672979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7673882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_vulkan_available_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7675601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_vulkan_available_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7676777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isclose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7678169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7679177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isclose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7680133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isclose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7681394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isfinite.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7682751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7683695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isfinite_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7684887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isfinite_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7686095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7687256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7688246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7689336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7690463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7691654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7692798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7693919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7695146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isinf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7696590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7697503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isinf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7698760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isinf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7699803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7701004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7702037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7704770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7705348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7705892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7706703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7707439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7708518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7710090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7711363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7712603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7713446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7714555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7715696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7717093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7718134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7719245Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7720308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7721504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7722627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7723838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7724893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isreal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7726169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7727251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isreal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7728333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isreal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7729455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/istft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7730723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7731777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/istft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7732903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/istft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7734039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/item.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7735332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7736427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/item_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7750095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/item_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7751030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kaiser_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7751847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7752424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kaiser_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7753001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kaiser_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7753538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kl_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7754216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7754776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kl_div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7755334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kl_div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7755857Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kron.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7756518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7757068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kron_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7757726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kron_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7758277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7758953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7759637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7760229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7760822Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7761388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7761963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7762506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/l1_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7763184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7763746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/l1_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7764304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/l1_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7764864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7766029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7767131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/layer_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7768093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/layer_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7769327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7770738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7771744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7772808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7773977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7775092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7776164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7777404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7778503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ldexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7779830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7780766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ldexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7781880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ldexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7783166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7784128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7785203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7786544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7787872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7788938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7790051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7791349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7792566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7794134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7795028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7796240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7797290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7798534Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7800413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7800841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7801640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7802764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7803560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7804502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7805276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7806278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7807226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7808146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7809371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7810114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7811069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7811982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7812981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7813927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7815198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7816240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7817275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7818308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7820362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7820759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7821603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7822861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7823662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7824951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7825966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7826977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7828086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7829471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7830136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7831699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7832480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7834139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7834770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7836260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7837163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7838209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7839360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7840333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7842212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7842720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7843289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7844086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7845198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7846050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7847445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7847983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7849318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7850639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7851762Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7852909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7853977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7855027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7856133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7857353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7858402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7859674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7860723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cond.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7862072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7862975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cond_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7864110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cond_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7865296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7866610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7867940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7869130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7870276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7871730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7872641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7873725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7875011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7876387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7878402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7878994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7879889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7880509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7881818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7882495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7883887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7884639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7885715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7886408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eig_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7888123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eig_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7888539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7890756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7891152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7892189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7893174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7894440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7895141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvals_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7896379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvals_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7897410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvalsh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7898476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7899535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7901120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7901700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_householder_product.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7903300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7903868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7904297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_householder_product_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7905242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_householder_product_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7906002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7906977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mT.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7908003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7909119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7910116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7911109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7911885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7912990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7914226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7914944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7916243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7916973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7918772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7919171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7919867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7920920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7922030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7923001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7924026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7924852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7926585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7927272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7928274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7929195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7930240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7931693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7933076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7934291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7935219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7936285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7937452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7938579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7939633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7940812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7942037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7943345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7944500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7945645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7946721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7948145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7949265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7951429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7952171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7953481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7954770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7955811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7957162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7958233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7960103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7961055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7962335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7963269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7964229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7965411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7966535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7967835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7970242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7970731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7971334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7973468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7974269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7974903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7975388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7976089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7976932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7978009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7978938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7979944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7981010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7981892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7982877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7983443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7984780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7985708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7986772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7987849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7989025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7990188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7991736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7992738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7993810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7995038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7996340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7997396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7998441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.7999513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_rank.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8000801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8001852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8002979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8004162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_multi_dot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8005300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_multi_dot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8006546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8007807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8009003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8010292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8011367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8012710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8013720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8015141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8016474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8017548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8018299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8019627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8021598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8022362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8023115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8024136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8025196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8026294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8027462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8028646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8029812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8031998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8032896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8033907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8035075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8036363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8037385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8038647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8039652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8040725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8041889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8043001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8044562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_triangular.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8045655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8046759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8047894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8049190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8050347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8051630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8052768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8053970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8055118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svdvals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8056402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8057477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svdvals_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8058618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svdvals_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8059752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8061014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8062066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8063131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8064288Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorsolve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8065580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8066554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8067656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8069019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vander.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8070315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8071520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vander_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8072483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vander_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8073630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vecdot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8074923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8075952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vecdot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8077013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vecdot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8078205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8079539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8080587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8081676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8082826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8084019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8085135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8086235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8087358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8088663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8089989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8091046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8092114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8093387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8094551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8095569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8096651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8097939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8099168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8100209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8101301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8102461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8103477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8104685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8106647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8107640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8109047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8111693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8112483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8113623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8114748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8115909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8116991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8118261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8119613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8121792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8122407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8122985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8123825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8124878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8125709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8127086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8128050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8128902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8131031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8131687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8133266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8133973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8135322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8136373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8137877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8138387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8139681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8141155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8141928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8143028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8144404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8145574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8146482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8147930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8148935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8150133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8151224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8152511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8153695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8154817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8155944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8157072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8158109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8159401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8160415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8161632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8162853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8163869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8164983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8166163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8167311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8168586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8169887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8171197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8172156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8173876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8174378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8175367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8176632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8177620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8178237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8179601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8180992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8182058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8182870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8183955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8184937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8186795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8187331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8188370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8189560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8190348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8191794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logcumsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8192511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8194148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8194676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logcumsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8195564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logcumsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8196442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8197912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8198304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8199299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8200638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8201442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8202296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8203228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8204543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8205312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8206443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8208249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8209994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8210511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8210934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8212500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8213349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8214115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8215022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8216505Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8217434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8218053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8219050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8220184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8221063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8222039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8222966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8223948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8224859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8225794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8227050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8227952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8229098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8229915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8231227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8232515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8233473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8234212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8234970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8235993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8236780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8237791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8238778Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8239840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8240664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8241581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8242543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8243144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8244862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8245929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8246618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8248096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8248779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8249783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8250677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8251553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8252885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8253918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8254866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8255869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8256692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8257712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8258734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8259717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8261310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8262067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8262792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8263813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8264789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_mps_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8266178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8266805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_mps_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8268352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8269857Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8270636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8272563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8273424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8274465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8275676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8276678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8277871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8279015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8280261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8281452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8283882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8284575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8285771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8287071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8288289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8290066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8290451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8291715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8292619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8293530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8294619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8295617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mH_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8296568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mH_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8297933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8298742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mT_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8299721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mT_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8300963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/margin_ranking_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8301950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8302751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/margin_ranking_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8303719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8304672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8305686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8306520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8307367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8308376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8309408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8310721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8311497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8312801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8313361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8314926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8315590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8316594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8318064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8318603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8319779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8320483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8321174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8322029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8323480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8324371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8325178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8325938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8327080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8328084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8329160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8330188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8331176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8332178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8332793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8333721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8334519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_H.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8336831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8337244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_H_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8337992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_H_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8338580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8339506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8340563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8341452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8342426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8343507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8344459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8345401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8346481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8347420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8348438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8349352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8350037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8351367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8352233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8353236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8354332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8354997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8356086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8357062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8358066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8367468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8368409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8369143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8369869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8370921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8371924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8373087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8373904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8375079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8375925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8376887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8377459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8378847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8379864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8380880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8381869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8382967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8384164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8385655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8386464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8387533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8388802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8389588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8390576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8391438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8392594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8393644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8394487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8395390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8396795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8397889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8398499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8400087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8400899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8401726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8403063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8403850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8404892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8406197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8406986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8408235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8409039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8410439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8411416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8412255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8413132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8414311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8415200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8416198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8417039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8417997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8418959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8419939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8421437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8422065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8423143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8424156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8425464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8426429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8427244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8428971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8430805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8431765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8432765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8433695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8435156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8435940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8436992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8437843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8438855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8439739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8440938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8441910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8442621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8443936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8444909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8445573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8446427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8447196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/meshgrid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8448294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8448975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/meshgrid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8449842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/meshgrid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8451571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8454027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8454397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8454710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8455199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8455988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8457148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8457928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8458830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8460101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8461326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8461811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8462824Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8463741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8464498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8465335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8466589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8467493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8468515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8469739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8470963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8471736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8472726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8473484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8474789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8475599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8476516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8477419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8478421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8479423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8480386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8481340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8482373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8483325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8484176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8486213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8487087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8487936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8488940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8490153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8490921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8492540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8494314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8495846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8498994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8500809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8501760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8503435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8504528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8505082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8506707Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8507920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8508909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8510011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8510805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8511842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8512938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8513809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8514671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8515638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8516975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8517740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8518644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8519527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8521256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8522314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8523061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8524308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8525054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8526001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8526917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8527952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8528905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8529978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8531071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8531755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8532775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8534169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8535148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8535986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8536968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8537834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8539077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8539785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8540669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8542137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8542523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8544113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8544453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8545788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8547344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8548264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8549489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8550479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8551409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8552406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8553441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8554773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8555244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8558148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8559858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8560676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8562015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8563037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8564032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8567455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8569638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8570979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8571591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8572645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8573565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8574609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8575435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8576245Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8577336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8577923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8578883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8579787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8581449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8582203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8583139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8583893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8584869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8585787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8586632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8587806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8588483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8590096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8591621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8592566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8593488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8594345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8595122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8596209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8597381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8598112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8599103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8599910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8600844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8601521Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/moveaxis.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8603184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8604738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/moveaxis_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8605664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/moveaxis_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8608589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/movedim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8609573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8610779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/movedim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8613276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/movedim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8614699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8615456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8616497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8617313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8619078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8620836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8621369Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8621850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8622827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8624379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8624907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8625643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8626769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8627661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8628986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8629946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8630646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8631482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8633371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8633771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8634325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8635438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8636813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8637426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8638410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8639253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/msort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8640302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8641745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/msort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8642485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/msort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8643415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8644628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8645369Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8646325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8646963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8647975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8649043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8650193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8651286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8652310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8653881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8654791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8655914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8657011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8657853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8658772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8660350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8661105Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8662102Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8662799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8663752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8664547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8665591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8666630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8667085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8668325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8669265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8670694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8671627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8672723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8673459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8674414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8675535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8676607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multinomial.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8677517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8678581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8679487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multinomial_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8680372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multinomial_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8681345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multiply.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8682374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8683238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multiply_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8684249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multiply_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8685114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8686143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8686964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8687999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8688834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8689973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8690827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8691864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8692597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8693759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8694716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8695823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8697253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8697927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8698791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8699985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8700932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8702208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8703187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8704225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8705055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8706264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8707274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8708293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8709389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8710633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8711739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8712939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanquantile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8713793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8714704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanquantile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8715654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanquantile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8716458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nansum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8717380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8718402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8719134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nansum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8719810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nansum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8720586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8721875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8723088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8724144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8725021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8726268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8727164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8727999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8728941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8729716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8730799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8731758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8732655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8733385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8734331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8735078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8736151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8736970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8737938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8738861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8739961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_channel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8741051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8741960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8743106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_channel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8744168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8744900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8745928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8747037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8747930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8748910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8750452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8751454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8752500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8753397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8754271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8755136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8756186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8757079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8758072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8759244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8760156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8761120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8762055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8763055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8764098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8765011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8766098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8767000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8767954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8768930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8769968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8771143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8772059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8773053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8773988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8774965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8776070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8777124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8778248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8779040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8779950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8780872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8781798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8782908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8783722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8784608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8786057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8786779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8787832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8788587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8789584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8790680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8791566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8792727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8793809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8794621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8795664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8796551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8797457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8798361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8799331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8800261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/negative.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8801498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8802208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/negative_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8803183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/negative_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8804118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nested_to_padded_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8805257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8806051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8807071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8808084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8809379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8810305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8811229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8812254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8813315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8814186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8815466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8816727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8817562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8818331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_full.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8819295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8820362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_full_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8821053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_full_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8822388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_ones.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8823284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8824287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_ones_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8825201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_ones_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8825901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_zeros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8827058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8827978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_zeros_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8828754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_zeros_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8830159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8831075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8831947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8832942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8833848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8834808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8835714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8836492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8837456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8838649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8839901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8840930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8841826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8843053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8844503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8845360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8846420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8847532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8848527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8849612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8850515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8851308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8852244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8853189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8854454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8855209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8856238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8857318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8858135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8859024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8859843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8860940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8861838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8863069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8864026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8865914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8866968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8867834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8868423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8869024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8869691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8870506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_nd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8871826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8872654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_nd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8873603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_nd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8874713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8875590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8876667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8878470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8879128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8879712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8880978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8881750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_numpy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8882571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_numpy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8883794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8884227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8885696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8886701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8887722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8888445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8889160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8890113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_except_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8891180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8891859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_except_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8892702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_except_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8893592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8894302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8895270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8896010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8896740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8897561Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8898916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8899328Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8900685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8901314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8902579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8903424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/not_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8904497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8905369Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/not_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8906565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/not_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8907298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nuclear_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8908354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8909226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nuclear_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8911038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nuclear_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8911838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/numpy_T.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8912854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8913639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/numpy_T_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8914549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/numpy_T_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8915549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/one_hot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8916486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8917493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/one_hot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8918556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/one_hot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8919167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8920114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8920882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8921881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8922699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8923860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8925004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8926064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8927319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8928318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8929429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8930551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/orgqr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8931950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8932985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/orgqr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8934268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/orgqr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8935317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ormqr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8936438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8937777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8939065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ormqr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8940151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ormqr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8941385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/outer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8942771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8943727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/outer_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8944804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/outer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8945974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/output_nr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8947354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8948463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/output_nr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8950725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/output_nr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8951571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8952883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8954116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8955266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8956351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8957758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8958798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8959841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8961062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pairwise_distance.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8962278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8963293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pairwise_distance_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8964478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pairwise_distance_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8965616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pdist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8967034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8967953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pdist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8969019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pdist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8970173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8971476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8972530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8973804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8975090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8976078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8977273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8978355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8979480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8980636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pin_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8982031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8983733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pin_memory_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8984932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pin_memory_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8986121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pinverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8988217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8989119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pinverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8990350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pinverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8991552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8992989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8994163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8995145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8996202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8997360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8998451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.8999798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9001136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9002024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9003139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9004475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9005670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9006941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9008035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9010310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9011174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9012007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_nll_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9012810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9013706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_nll_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9015209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9015742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9016782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9018235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9018968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9019906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9020684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9021727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9023077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9023757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9024504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9025905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9026696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9027943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9028988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9029967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9031477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9031814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9033560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/positive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9034360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9035143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/positive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9036040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/positive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9036942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9038058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9038764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9039882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9040762Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9041588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9042325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9043225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9044126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9044856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9045942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9046775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9047741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9048685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9049590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9050510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9051955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9052667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9053689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9054232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9055659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9056747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9057407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9058832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9059839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9060652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9061357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9062491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9063186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9064049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9065395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/promote_types.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9066222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9067064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/promote_types_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9068490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/promote_types_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9069393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9070339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9071543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9072297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9073284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9074090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9074995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9076104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_axis.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9076950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_axis_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9078172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9078836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_scales.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9080036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9080916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_scales_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9081876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9083315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_zero_points.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9083974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9085133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9085985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9087398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9088440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9089689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9090300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_zero_point.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9091079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_zero_point_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9092174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_zero_point_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9093977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9094774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9095353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9096501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qscheme.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9097414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qscheme_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9098244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qscheme_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9099195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9100140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9101364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9102420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9103917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9104775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9106148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9106838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9108293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9109484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9111223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9111618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9112698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9113780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9114605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9116696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9117461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9118242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9119700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9120508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9121386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9122352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9123265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9124181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9125559Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9126111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9127120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9128556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9129266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9130203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9131076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9132242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9132857Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9134332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9134885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9136723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9137332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9137947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9138991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9140387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9140771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9142015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9143163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9144188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9144894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9145885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9146685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9148809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9149162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9150509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9151620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rad2deg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9152483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9153401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rad2deg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9154814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rad2deg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9155183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9156798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9158430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9158765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9160004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9160736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9161406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9163031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9163550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9164684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9165565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9166341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9167357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9168119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9168991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9169966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9170888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9171815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9173084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9174267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9174811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9175746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9177885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9178405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9178902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9179437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9181359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9183096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9183605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9184214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9184824Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9185741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9186837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9187664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9189052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9189846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9190713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9191687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9192665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9193468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9194670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9195862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9196758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9197595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9198455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9199454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9200433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ravel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9201596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9202515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ravel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9203714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ravel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9204613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/real.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9205765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9206675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/real_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9207572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/real_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9208575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9209641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9210491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9211548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9212467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9213598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9214439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9215496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9216547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/record_stream.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9217660Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9218654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/record_stream_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9219684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/record_stream_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9220692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/refine_names.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9221888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9222779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/refine_names_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9223855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/refine_names_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9224886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9225906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9227009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9228526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9229581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9230669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9231712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9232840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9233869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9234770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9235990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9236611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9237422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9238990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9239902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9240808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9241687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9242626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9243473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9244329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9245896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9246610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9247477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9248434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9249476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9250250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9251370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9252158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9253135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9254309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9255083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9256005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9256859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9258826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9259398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9260151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9260789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9261457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9262345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9264240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9264710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9265435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9266126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9266984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu6.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9268329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9269075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu6_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9270023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu6_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9271062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9271912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9273033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9273765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9274630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9275352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9276386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9277457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9278478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9279231Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9280155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9280974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9281937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9282817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9283626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9284604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rename.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9285699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9286306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rename_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9287337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rename_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9288287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9289215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9290091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9290828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9291828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9292617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9293595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9294527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9295322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9297419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9297866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9299616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9300342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9300821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9301160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9302659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9303196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9304369Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9305851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9307097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9308243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9310797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9311838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9312998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9314022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9315297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9316661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9318649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9319365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9319821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9321153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9322253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9323436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9324663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9325696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9327513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9328236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9330179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9331167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9332359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9333514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9335090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9336208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9337339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9338546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9339625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9340722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9341994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9343169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9344411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9345715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9346978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9348188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9349543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9350721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9351824Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9353021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9354200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9355367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9356493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9357667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9358758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/requires_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9360129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9361179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/requires_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9362317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/requires_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9363463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9364711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9365856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9367094Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9367907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9369097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9370514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9371710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9372685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9373788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9374923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9377132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9377847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9378715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9379733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9380968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9382188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9384178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9385118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9386367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9387538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9388699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9389912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9391128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9392049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9393567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9394827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9396190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9397185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9398431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9399444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9400818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9401868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9402901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9404091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/result_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9405310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9406463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/result_type_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9408371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/result_type_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9409369Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retain_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9410616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9411703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retain_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9412814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retain_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9414086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retains_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9415468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9416787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retains_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9417868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retains_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9419019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9420174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9421547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9422614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9423631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9424898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9426204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9427344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9428910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9429853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9431283Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9432431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9433428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9434829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9435850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9437016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9438135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9439517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9440563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9441636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9442769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9443892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9445027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rot90.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9446272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9447363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rot90_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9448471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rot90_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9449630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9450972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9451958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9453057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9454197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9455365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9456872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9458033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9459229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9460993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9462197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9463390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9464377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9465506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9466647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9468171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9469017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9471148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9471604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9472511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9473434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9474623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9475460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9476166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9477033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9478179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9479384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9480353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9481453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9482515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9483279Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9484424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9485780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9486888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9487758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9488991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9489562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9490593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9491360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9492358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9493626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9494375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9495720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9496351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9497629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9498628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9499224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9500128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9501006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9502178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9503759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9504643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9506022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9507130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9508347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9509540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scalar_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9511108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9512171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scalar_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9513562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scalar_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9514665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9515998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9517773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9518714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9519808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9521567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9522562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9523863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9525025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9526206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9527502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9528522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9529566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9530850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9532528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9533787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9534947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9536389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9537818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9539205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9540268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9541495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9542657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9544066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9545193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9546306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9547417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9549002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9550084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9551265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9552542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9553839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9555175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9556253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9557509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9558680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9559729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9560973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9562318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9563461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9564926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9566310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9567309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9568424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9569611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9570920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9571894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9573331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9574389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9575662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9576797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9577818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9578835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9580236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9582073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9583024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9584365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9585660Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/selu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9587029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9588288Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/selu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9589330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/selu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9590545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9592100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9593064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9595013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9596118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9597330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9598527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9599559Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9600830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9601877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9602991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9604218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9605273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9606692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9607757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9608833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9610066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9611923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9613119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9615032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9616104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9617203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9618770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9619819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9621228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9622138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9623311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9624647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9625640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9626908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9628117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9629512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9630632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9631999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9633250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9634653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9635747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9637188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9638264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9639219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9640408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9641611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9642618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9644057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9644802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9646349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9647256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9648381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9649793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9650662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9651798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9653073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9654024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9655156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9656497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9657666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9658833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9659892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9661089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9662258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9663273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9664514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9665771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9667127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9668106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9669303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9672142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9672707Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9673733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9674805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9676300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9677426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9678616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9679490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9680287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9681768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9682722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9683705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9685236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9686133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9687204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9689145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9690195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9691146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9692268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9695859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9696617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9697151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9697752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9698765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9699353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9700705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9701376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9702585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9703622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9705274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9706330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9707356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9708547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9710076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9711159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9712296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9713698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9714616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9716723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9718076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9719185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9720527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9722762Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9723322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9724115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9725393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9727675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9728582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9729545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9730905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9731963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9733330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9734292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9735830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9736500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9739567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9740301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9741535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9742683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9744013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9745182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9746521Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9747849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9748910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9749986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9751281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9752480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9753936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9755054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9756160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9757284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9758446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9759540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9761190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9762044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9763319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9764293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9765628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9766630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9768545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9769547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9770843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9772084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9773256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9774318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9775464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9776661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9777798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9778785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9781339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9782212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9783684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9785041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9786183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9787228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9788759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9789992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9791557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9793447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9794863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9796617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9797607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9798617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9801362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9802275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9803458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9804634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9805851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9807615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9808908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9810266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9811344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9812532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9813714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9814936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9816086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9817191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9818447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9819677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9821587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9822807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9823879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9824977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9828841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9829467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9830052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9830775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9831424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9832259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9832818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9833860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9836270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9837158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9838091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9839323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9840808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9841785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9842994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9844091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9845228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9846432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9847544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9848920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9850723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9851760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9852998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9854243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9855299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9857167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9857725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9858902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9860084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9861189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9862231Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9863446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9864489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9865673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9866815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9868118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9869405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsc_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9870764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9873145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9874111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9875139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsr_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9876489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9877410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9878866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9879737Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_compressed_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9881236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9882222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9883446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9884635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_coo_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9885773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9886853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9887981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9889102Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9890284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csc_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9891676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9892633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9893845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9895069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csr_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9896117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9897278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9899599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9900550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9901398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9902786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9903998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9905182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9906301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9907526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9908794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9911652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_mask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9912359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9913597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9914870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_and_clear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9916108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9917241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9918391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9919397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9920783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9921860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9923284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9924085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9925160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_sampled_addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9926468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9927545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9929522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9930678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9931616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9932822Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9933999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9935220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9936311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9937354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9938511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9939914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9940863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9941957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9943179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9944400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9945410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9946646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9947899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9949148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9950344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9951517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9952719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9954086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9955297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9956537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9957615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9958860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9960081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9961256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9962334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9963485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9964511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9965722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9966958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9968206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9969255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9970407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9971910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9972701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9973832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9974937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9976134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9977674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9978881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9979826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9980908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9981967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9983086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9984251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9985450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9986493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9987647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9989167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9990446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9991569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9992683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9994011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9995080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9996249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9997359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9998677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:34.9999838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0001144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0002397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0003568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0005062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0006304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0007514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0008531Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0010368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0011175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0012089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0013447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0014591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0015582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0016600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0017682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0018941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0020059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0021262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0022468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0023430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_digamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0024555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0025639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_digamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0026851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_digamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0027955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0029361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0030560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0031703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0032826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0034129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0035153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0036280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0037526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0038718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0039884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0040878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0042018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0043252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0044339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0045410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0046566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0047911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0048874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0049974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0051099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0052203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0053308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0054372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0055516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0056761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0057830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0058913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0060146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_exp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0061298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0062338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_exp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0063431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_exp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0064585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0065812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0066901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0068085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0069216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0070969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0071431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0073319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0074096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammainc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0075698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0076289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammainc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0077327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammainc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0079019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaincc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0080297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0081461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaincc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0082527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaincc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0083648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaln.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0084939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0085895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaln_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0087203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaln_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0088306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0089657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0090777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0091933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0093172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0094293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0095445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0096804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0097847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0098925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0100137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0101426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0102710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0103756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0104976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0106210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0107324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0108775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0109992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0111135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0112482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0113846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0114860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0115984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0117068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0118547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0119542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0120818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0121878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0123098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0124086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0125251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0126364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0127764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0128849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0129852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0130845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0132106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0133149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0134434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0135590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0137195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0137925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0140259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0140734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0141234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0142305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0142962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0143987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0145102Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0146400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0147077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0148259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0149053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0150800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0152274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0153905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0154387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0155421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0156697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0157392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0158298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0159188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0160321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0161356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0162144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0163189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0164141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0165338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0166137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0167142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0168147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0169111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0170253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0171192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0172554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0173329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0174248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0175540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0176284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0177514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0178412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0180401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0180945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0181582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0182559Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0183439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0184221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0185239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0186865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0187489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0188636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0189554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0191157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0191801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0192665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0193572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0194517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0195499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0196438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0197617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0198771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0199619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0200566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0201347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0202428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0203376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0204498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0205402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0206263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0206941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0208401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0209543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0210324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0211142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0211986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0213004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0214425Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0215167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0216183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0217680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0218603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0219421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0220499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0221273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_multigammaln.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0222278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0222994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_multigammaln_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0223823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_multigammaln_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0224548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0225683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0226436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0227399Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0228250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0230073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0230478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0231055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0232073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0233002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0233715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0234749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0235696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_polygamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0236976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0237838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_polygamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0238599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_polygamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0239655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_psi.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0240740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0241452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_psi_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0242363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_psi_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0243235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0244207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0244969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0245863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0246799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0247896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0248685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0249630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0250571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0251685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0258884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0259669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0260194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0260964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0261801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0262504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0263001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0263655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0264289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0264904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0265541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0266120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0266893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0267888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0268576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0269242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0269949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0270518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0271237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0272072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0272895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0274012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0276009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0276666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0277377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0277953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0279706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0280718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0281783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0282828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0283942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0284854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0285954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0287478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0288301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0289325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0290418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0291290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0292896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0293264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0293980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0294999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0296018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0297122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0298139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0298864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0299900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0300791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0301885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0302906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0304057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0306232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_sinc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0307111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0308285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_sinc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0309284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_sinc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0310287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0311303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0312305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0313221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0314270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0315474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0316319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0317302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0318346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0319623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0320628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0321470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0322785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0323821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0324723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0325725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0326756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0327696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0328654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0329559Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0330277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0331325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlogy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0332528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0332966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlogy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0334307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlogy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0334919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0336910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0337997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0341073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0342110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0342743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0343302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0344267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0345206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0345891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0346625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0347359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0348169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0348947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0349615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0350522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0351438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0352817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0353716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0354928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0355766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0356907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0358001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0358718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0359519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0360464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0361406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0363065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0364295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0365219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0366424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0367230Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0368829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0369816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0370847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0371696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/square.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0372702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0373484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/square_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0374177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/square_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0375498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0376456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0377713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0378571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0380640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0385073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0386001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0386782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0387481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0388289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0388990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0389800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0390633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0391612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0392452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0393239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0393969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0395032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0396828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0397678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0398249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0398969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0399621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0400629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0401822Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0402802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0403815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0408546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0409585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0410134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0411044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0411678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0412309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0413235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0413878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0414586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0415308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0416684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stride.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0417750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0418585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stride_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0419555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stride_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0420525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0421561Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0422605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0423492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0424534Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0425461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0426508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0427399Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0428734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0429709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/subtract.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0430749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0431745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/subtract_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0432487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/subtract_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0434644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0435897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0437259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0438348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0439253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0440537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0441218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0442188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0443140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0444070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0444972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_to_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0446089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0447087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_to_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0447965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_to_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0448857Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0450003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0450956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0451892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0452925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapaxes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0454092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0455038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapaxes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0456006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapaxes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0456969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapdims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0458108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0460435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapdims_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0461030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapdims_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0462640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/symeig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0463793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0464917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/symeig_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0465643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/symeig_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0466679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0467870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0468479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0470446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0471347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0472140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0473144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0474878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0475500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0476938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_along_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0478110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0479211Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_along_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0480131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_along_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0481180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0481974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0483598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0484323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0485292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0486222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0487162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0488054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0488924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0489804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0490608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0491684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0492576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0493613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0494535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0495502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0498335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0498892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0499520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0500408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0500959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0502462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0503103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0504783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0506052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0506943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0507948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0508810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0509997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor_split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0510989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0511788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor_split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0513439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0514133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0515150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0516185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0516982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0517776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0518863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0519799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/thnn_conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0520953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0521989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/thnn_conv2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0524016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/thnn_conv2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0524588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0525232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0526206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0527303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0528458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0529333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0529962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0530895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0532566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0533637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0534610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0535548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0536583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0537817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0538773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0539649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0541105Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0542147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0542875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0544233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0545210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0546273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0547637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0555986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0556650Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0557347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0558174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0559077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0559777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0560448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0561118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0561926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0562643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0563367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0564126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0564856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0565512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0566545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0567231Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0568065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0569226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_padded_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0570178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0571125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_padded_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0572224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_padded_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0573168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0574056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0575163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0576109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0576940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0578374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0590772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0591857Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0592957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0593821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0594617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0595828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0596593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0597733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0598621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0599428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0600926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0601994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0602983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0607485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0608140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0608701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0609512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0610299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0611067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0611749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0612476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0613090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0613670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0614470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0615101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0615916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0616658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0617400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0617975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0619023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0620052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0621048Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0622302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0623356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0624516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0625326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0626722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0629247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0633975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0635621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0636635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0637616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0638555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0639625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0640794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0641856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0642957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0644354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0645523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0646512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0647501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0648494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0649463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapezoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0650527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0651221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapezoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0652615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapezoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0653596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapz.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0655337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0656867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapz_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0657826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapz_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0659672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0660831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0662316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0663361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0664395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0665421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0666424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0667429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0668563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0669677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0670960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0671913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0672874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0673963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0675305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0676236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0681125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0682128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0683079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0684055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0685144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0686099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0687230Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triplet_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0688613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0690191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triplet_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0691223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0692157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0693437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0694540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0695527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0696502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0697740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0698835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0699963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0700966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0702016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0702841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0704220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0705038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0706139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0708462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/true_divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0711753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0713097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/true_divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0714394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/true_divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0715477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0716387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0717333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0718590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0726766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0727397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0727966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0728717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0729285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/type_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0729999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0730604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/type_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0731266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/type_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0731904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0732667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0733337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0734074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0734821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0735458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0736218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0736953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0737585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0738180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0739219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0740206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0741212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0742205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_dense_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0743159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0744350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0745659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0746389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0748212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0748935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0749546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0750729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0751498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0753173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0754064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0755157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0755990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0756996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0758039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0759083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0759960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0761114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0762371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0763239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0764335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0765596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0766387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0767934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0768861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0769750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0771133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0771944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0772710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0773488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0774771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0775841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0776919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0777844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0778514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0779626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0789681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0790460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0791279Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0792028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0792704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0793386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0794192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0794866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0795529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0796150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0796777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0797415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0798187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0798869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_chunk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0799543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_chunk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0800167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0800839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0801540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0802181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0802896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0803692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0804411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0805126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0805825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0806589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0807428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0808991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0809809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0810646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0811235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0811894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0812629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0813757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0814759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0816179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0817361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0818100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0828224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0829041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0829644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0830219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0831039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0831731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0832433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0833232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0833886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0834564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0835240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0835892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0836552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0837361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0838187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0838919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0839693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0840475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0841095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0841766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0842361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0843154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0843873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0844538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0845173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0845845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0848292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0849005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0849667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0850743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0851800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0853059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0854290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0855370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0856500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0857588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0859169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0860385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0861563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0862815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0863967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0864880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0865647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0866449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0867338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0868602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0869682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0871136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0872326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0873202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0874337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0875320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0876489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0877693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0878559Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0879851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0886115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0886992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0887800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0888581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0889331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0890139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0890891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0891725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0892459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0893436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0894339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0895130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0895999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0896804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0897745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0898479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0898986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0899449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0899807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0900151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0900623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0901112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0901442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0903295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0903693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0904173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0905516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0907256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0908051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0908988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0909787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0910688Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0911577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0912814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0913795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0914957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0915742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0917647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0918252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0918898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0919566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0920784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0921744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0923072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0923970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0924975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0925892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0927008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0927901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0928910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0930195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0931030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0931889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0932930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0934150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0935114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0936156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0937121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0938144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0939167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0940353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0941327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0942327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0943407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0944612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0945547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0946448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0947484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0949259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0950186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0951307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vander.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0952987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0953681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vander_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0954567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vander_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0955636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0956804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0957627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0958787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0959658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0960686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0961524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0962667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0965355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0965887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0966299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0967066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0968208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0969205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0970441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0971330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0972338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0973370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0974349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0975322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0976401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0977415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0978506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0979754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0980896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0982274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0983095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0984389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0985276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0986080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0987190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0988225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0989575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0990392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0991169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0992281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0993361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0995038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0995648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0996162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0997082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0998096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.0999123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1000056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1001374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1002277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1004129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1004832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1005718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1006480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1007483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1008470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1009820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1011382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1011696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1012551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1013534Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1014532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1015595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1016302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1017233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1018038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1019264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1020199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1021194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1022210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1023331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1024550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1025240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1026355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1027241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1028281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1029626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1030715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1031311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1032351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1032921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1033771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1034888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1035804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1037001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1037969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1038838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1039761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1040600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1041779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1042592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1043541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1044589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1046008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1047100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1048030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1048926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1049682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1050788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1051683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1052981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1053990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1054745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-11-23T01:27:35.1059858Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1060456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/ApplyGridUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1061175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/AsmUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1061981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/Atomic.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1063126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/DeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1063975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPApplyUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1065093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPGraphsUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1065838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPTensorMethods.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1066695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/NumericLimits.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1067667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1068478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/cub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1069601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/cub_definitions.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1070123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/ATenHIPGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1071093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/CachingHostAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1071915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1073056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1074449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1075316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPConfig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1075926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPContext.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1076697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPDataType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1077571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPDevice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1078465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1079574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1080504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPGraph.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1081188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPSparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1082072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPSparseBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1083199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPSparseDescriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1083845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1084834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/PeerToPeerAccess.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1086341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/PinnedMemoryAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1087511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/Sleep.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1088112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/ThrustAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1088441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/cub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1089126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/jiterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1089849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/jiterator_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1090829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/llvm_jit_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-11-23T01:27:35.1092043Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:35.1092404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/IndexUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:35.1093548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/IntegerDivider.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:35.1094234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/OffsetCalculator.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:35.1094866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/PhiloxCudaStateRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:35.1096803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/TensorInfo.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:35.1097165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/UnpackRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:35.1098068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/DeviceThreadHandles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:35.1098566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/HIPHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:35.1099540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/KernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:35.1100324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/LazyNVRTC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2022-11-23T01:27:35.1102138Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:27:35.1102659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:27:35.1103805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:27:35.1104475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:27:35.1105434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-11-23T01:27:35.1106794Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:27:35.1107228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/CUDAHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:27:35.1108648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/FunctionTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:27:35.1109499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/HIPHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:27:35.1111510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/ORTHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-11-23T01:27:35.1112765Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1113378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1114454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/AdaptivePooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1115078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/BatchLinearAlgebra.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1115800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/BinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1116870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/BucketizationUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1117701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CPUBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1118644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CPUFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1119543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CanUse32BitIndexMath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1120310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ComplexHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1121845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1122952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1123556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ConvUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1124624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ConvolutionMM3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1125507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1126661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1127405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/DilatedConvolutionUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1128180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/DispatchStub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1129327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Distance.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1130078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1130995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1132185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/EmbeddingBag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1132598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1133359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ForeachUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1134380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1135057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1136121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/GridSamplerUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1137090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1139216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1139684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/IndexingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1140218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Lerp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1141403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/LinearAlgebra.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1142051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/LinearAlgebraUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1143190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/LossMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1144005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Math.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1147085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/MathBitFallThroughLists.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1147923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/MathBitsFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1148624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/MaxPooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1149295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/NonEmptyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1151295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/NonSymbolicBC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1152156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1153222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/PointwiseOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1154135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Pool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1155213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Pow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1156287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/RNN.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1157499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/RangeFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1158629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ReduceAllOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1159603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1160748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ReduceOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1161688Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Repeat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1162727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1163857Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ResizeCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1165345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ScatterGatherChecks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1166550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SegmentReduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1167698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SharedReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1169585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SobolEngineOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1170151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1170754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SortingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1171490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SpectralOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1173286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/StridedRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1174022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorAdvancedIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1174758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1175843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorCompare.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1176697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorConversions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1177721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorDimApply.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1178959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1179931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1181051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1182088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1182946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorShape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1184902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorTransformations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1185499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TopKImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1186189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TransposeType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1187165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TriangularOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1188286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TypeProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1189202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/UnaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1190389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Unfold2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1191605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Unfold3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1192741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/UnfoldBackward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1193772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/UpSample.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1194956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1196045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1197060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/im2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1198212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/im2col_shape_check.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1199378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1201545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/verbose_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1202226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/vol2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-11-23T01:27:35.1203002Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1203759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1204613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/CatKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1205319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1206807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/CopyKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1207302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1209044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1209656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1210668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1211859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/Intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1212641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/IsContiguous.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1213588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/Loops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1215025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1215827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1216673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/Reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1218197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/SerialStackImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1219165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1219872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/StackKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1221928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/WeightNormKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1222566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/avx_mathfun.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1223336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/mixed_data_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1224307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/moments_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1225185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1226021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/zmath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-11-23T01:27:35.1227371Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1227913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1229240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/BinaryInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1231047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1231518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1232160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1233959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CuFFTUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1234351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1236491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1237157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1237542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1238929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/LaunchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1239908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/MiscUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1240748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1241595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1242733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ScanKernels.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1243896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1245424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/SortStable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1246285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1247266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/TensorModeKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1248283Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/TensorTopK.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1249413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/jit_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1250331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/thread_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1251332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1252537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CUDALoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1253602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1254762Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1255629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1256988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/GridSampler.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1258060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/JitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1259027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/KernelUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1260150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Loops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1261375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Math.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1263361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1264648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1265651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Normalization.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1267208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1268454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Pow.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1270098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1271341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Randperm.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1272419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1273856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1275137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/SortUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1276192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/SortingCommon.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1277405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1278346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1279605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/UniqueCub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1280576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/UpSample.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1281755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/block_reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1282716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1283649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1285662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1286405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/im2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1287280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/reduction_template.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1288611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/vol2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-11-23T01:27:35.1290288Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1291069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1292313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/BinaryInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1294078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1294671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1295357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/CuFFTPlanCache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1296417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/CuFFTUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1297450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1298669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1300089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1300859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1301809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/LaunchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1302558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/MiscUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1303672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1305407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1306414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/ScanKernels.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1307412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1308894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/SortStable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1309967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1311097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/TensorModeKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1312246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/TensorTopK.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1313215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/jit_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1314310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/thread_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1315269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/DeviceSqrt.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1316271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/EmbeddingBackwardKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1317196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/ForeachFunctors.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1318530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/GridSampler.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1320913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/HIPJitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1321514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/HIPLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1322392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/JitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1323004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/KernelUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1323942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Loops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1324964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Math.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1327165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/MemoryAccess.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1328528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/MultiTensorApply.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1329459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Normalization.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1331147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/PersistentSoftmax.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1332377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Pow.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1333497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/ROCmLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1334597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Randperm.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1335484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1337057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1338946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/SortUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1339557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/SortingCommon.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1340515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/SortingRadixSelect.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1341666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/TensorModeKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1342700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/UniqueCub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1343667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/UpSample.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1344703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/block_reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1345854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/fused_adam_amsgrad_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1346956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/fused_adam_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1348066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/fused_adam_utils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1349540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/im2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1350331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/reduction_template.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1351550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/vol2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2022-11-23T01:27:35.1352672Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:27:35.1365758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/AffineQuantizer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:27:35.1366554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:27:35.1367311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:27:35.1368597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:27:35.1369247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:27:35.1370457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/PackedParams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-11-23T01:27:35.1371526Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:35.1372162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:35.1373732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:35.1374575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:35.1375692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:35.1376926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:35.1377911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:35.1378943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:35.1380002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:35.1381180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:35.1382249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:35.1383386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:35.1384341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:35.1385797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-11-23T01:27:35.1386725Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T01:27:35.1387578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized/QTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T01:27:35.1388821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized/Quantizer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-11-23T01:27:35.1392295Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2 2022-11-23T01:27:35.1392773Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:27:35.1393297Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/crc_alt.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:27:35.1395064Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/file_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:27:35.1395852Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/in_memory_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:27:35.1396774Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/inline_container.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:27:35.1397772Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/istream_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:27:35.1398681Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/read_adapter_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:27:35.1399438Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/versions.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-11-23T01:27:35.1400774Z creating build/bdist.linux-x86_64/wheel/torch/include/c10 2022-11-23T01:27:35.1401832Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T01:27:35.1402261Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/macros/Export.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T01:27:35.1403571Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/macros/Macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T01:27:35.1429596Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/macros/cmake_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-11-23T01:27:35.1430185Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1430666Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Allocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1431429Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/AutogradState.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1431972Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1432725Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/CPUAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1433452Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/CompileTimeFunctionPointer.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1434011Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/CopyBytes.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1434589Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DefaultDtype.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1435182Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DefaultTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1435759Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1436326Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DeviceArray.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1436876Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1437582Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DeviceType.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1438135Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DispatchKey.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1438707Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DispatchKeySet.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1439260Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DynamicCast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1439800Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1440369Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/GeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1440930Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/GradMode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1441502Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/InferenceMode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1442028Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1442600Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/MemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1443161Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/OptionalRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1443804Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/PyHandleCache.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1444328Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/QEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1444884Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/QScheme.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1445434Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SafePyObject.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1445975Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1446526Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1447125Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1447671Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1448209Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/StorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1448748Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1449309Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/StreamGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1449870Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymFloat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1450398Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymInt.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1450964Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymIntArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1451558Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymNodeImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1452117Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/TensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1452665Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1453254Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/UndefinedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1453827Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/WrapDimMinimal.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1454381Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/alignment.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1454944Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/thread_pool.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-11-23T01:27:35.1455280Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:35.1455911Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:35.1456515Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/FakeGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:35.1457074Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/GPUTrace.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:35.1457739Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:35.1458361Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/InlineDeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:35.1458951Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/InlineEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:35.1459552Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/InlineStreamGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:35.1460186Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:35.1460789Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/PyInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:35.1461393Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:35.1462005Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/SizesAndStrides.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:35.1462630Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:35.1463260Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/VirtualGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:35.1463819Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/alloc_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-11-23T01:27:35.1464148Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1464703Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/AlignOf.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1465287Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Array.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1465836Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1466409Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/BFloat16-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1466983Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/BFloat16-math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1467533Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/BFloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1468532Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1469094Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Bitset.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1469559Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/C++17.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1470463Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/CallOnce.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1471224Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ConstexprCrc.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1472329Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/DeadlockDetection.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1473055Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Deprecated.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1474227Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1474970Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Exception.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1475807Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ExclusivelyOwned.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1476671Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1477722Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Flags.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1478591Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/FunctionRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1479277Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Half-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1480646Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Half.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1482901Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/IdWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1483414Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/LeftRight.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1484111Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Load.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1485090Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Logging.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1486202Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/MathConstants.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1486805Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/MaybeOwned.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1487635Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Metaprogramming.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1488362Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Optional.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1489644Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/OptionalArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1490221Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Registry.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1491077Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ScopeExit.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1491791Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/SmallBuffer.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1492827Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1494303Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/StringUtil.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1495060Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Synchronized.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1496219Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ThreadLocal.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1497007Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ThreadLocalDebugInfo.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1497820Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Type.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1498659Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeCast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1500141Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeIndex.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1501184Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeList.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1502348Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeSafeSignMath.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1503256Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1504581Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Unicode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1505177Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/UniqueVoidPtr.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1506698Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Unroll.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1507199Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/accumulate.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1508890Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1509893Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/complex_math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1510631Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/complex_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1512192Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/copysign.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1512855Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/either.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1513830Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/env.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1514907Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/flat_hash_map.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1516222Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/hash.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1517493Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/in_place.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1518163Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/int128.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1519409Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/intrusive_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1520825Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/irange.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1521381Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/llvmMathExtras.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1522910Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/logging_is_google_glog.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1523585Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/logging_is_not_google_glog.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1525354Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/math_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1525787Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/numa.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1526934Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/order_preserving_flat_hash_map.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1527655Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/overloaded.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1528416Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/python_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1529841Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/qint32.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1530336Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/qint8.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1531369Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/quint2x4.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1532229Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/quint4x2.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1533171Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/quint8.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1533780Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/reverse_iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1534761Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/safe_numerics.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1535596Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/signal_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1536531Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/sparse_bitset.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1537298Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/strides.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1538025Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/string_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1538943Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/string_view.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1539969Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/strong_type.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1541311Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/tempfile.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1542084Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/thread_name.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1543048Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1544094Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/variant.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1545346Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/win32-headers.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-11-23T01:27:35.1546386Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:35.1547150Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAAlgorithm.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:35.1548082Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDACachingAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:35.1548727Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAException.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:35.1549739Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:35.1550928Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:35.1551667Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:35.1552631Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAMacros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:35.1553730Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAMathCompat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:35.1554132Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAMiscFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:35.1555152Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAStream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-11-23T01:27:35.1557071Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T01:27:35.1557707Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T01:27:35.1558239Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl/CUDATest.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-11-23T01:27:35.1559779Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:35.1560247Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPAlgorithm.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:35.1561527Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPCachingAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:35.1562102Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPException.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:35.1563441Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:35.1564527Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPGraphsC10Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:35.1565747Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:35.1566395Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPMacros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:35.1567083Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPMathCompat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:35.1567951Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPMiscFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:35.1568889Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPStream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2022-11-23T01:27:35.1570131Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/hip/impl 2022-11-23T01:27:35.1570438Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl/HIPGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip/impl 2022-11-23T01:27:35.1571489Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl/HIPTest.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip/impl 2022-11-23T01:27:35.1571886Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl/hip_cmake_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip/impl 2022-11-23T01:27:35.1573511Z creating build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:27:35.1573798Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:27:35.1574822Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/extension.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:27:35.1575512Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:27:35.1576761Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/library.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:27:35.1577771Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/custom_class_detail.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-11-23T01:27:35.1579114Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1579438Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/CudaIPCTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1581131Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/DataLoader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1581707Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1582878Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Dtype.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1583251Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/DynamicTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1584275Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1585205Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Export.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1586166Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1587309Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1588389Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/MemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1590230Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1591432Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/PythonTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1592115Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/QScheme.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1593106Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Size.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1593947Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1594949Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/StorageMethods.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1595908Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/StorageSharing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1596796Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1599746Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/THConcat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1600069Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/THP.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1606533Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/TypeInfo.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1607085Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1607594Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/copy_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1607995Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/itt_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1608445Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/python_dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1609036Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/python_headers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1609615Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1610128Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-11-23T01:27:35.1610508Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api 2022-11-23T01:27:35.1610886Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include 2022-11-23T01:27:35.1611109Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1611669Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/all.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1612540Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/arg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1613000Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1613830Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/cuda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1614660Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1615704Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/enum.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1616629Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1617286Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/fft.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1618223Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/imethod.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1619126Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1620001Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/linalg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1621116Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nested.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1621998Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1622609Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1623682Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1624628Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1625225Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1626163Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1626789Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/special.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1628782Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/torch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1629123Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1630115Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1631752Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/version.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-11-23T01:27:35.1633057Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:35.1633498Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:35.1635457Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:35.1635925Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:35.1636773Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/example.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:35.1637485Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:35.1638322Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:35.1639310Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:35.1640139Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-11-23T01:27:35.1642556Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:27:35.1642961Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:27:35.1649132Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:27:35.1649718Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-11-23T01:27:35.1650038Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:35.1650644Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:35.1651228Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:35.1651805Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:35.1652205Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:35.1652837Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:35.1653471Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:35.1654327Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-11-23T01:27:35.1654749Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:27:35.1655599Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:27:35.1656272Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:27:35.1656791Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-11-23T01:27:35.1657135Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:35.1657529Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:35.1658710Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:35.1659461Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:35.1660365Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:35.1661309Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:35.1661911Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:35.1662650Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-11-23T01:27:35.1663579Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:35.1664248Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:35.1665413Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:35.1666550Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:35.1667387Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:35.1670254Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-11-23T01:27:35.1670656Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:27:35.1671417Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:27:35.1672090Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail/static.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-11-23T01:27:35.1673358Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:35.1673839Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:35.1674923Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:35.1675682Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:35.1676522Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:35.1677836Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:35.1678697Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:35.1679831Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:35.1680828Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:35.1681780Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-11-23T01:27:35.1683177Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:35.1683686Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:35.1684863Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:35.1685968Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:35.1686862Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:35.1687699Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:35.1688522Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:35.1689402Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:35.1690199Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:35.1691159Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:35.1691894Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:35.1692789Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:35.1693797Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:35.1694749Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:35.1695444Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:35.1697910Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:35.1699025Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-11-23T01:27:35.1699326Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1699882Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1700742Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1701203Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1702507Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1703529Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1704567Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1705768Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1706474Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1707420Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1708652Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1709759Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1710919Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1711796Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1712777Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1713622Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1714530Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1715371Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1716323Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1717172Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1718007Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1718668Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-11-23T01:27:35.1720386Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1720922Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1721851Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1723304Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1724222Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1725106Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1725946Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1727669Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1729327Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1730015Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1730679Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1731361Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1732112Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1732764Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1733892Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1734560Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1735466Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1736196Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1737690Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1738092Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1739768Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1745116Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1745975Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1746639Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-11-23T01:27:35.1747121Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:35.1747987Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:35.1748750Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:35.1749443Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:35.1750056Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:35.1750762Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:35.1751365Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:35.1752301Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:35.1752738Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:35.1753733Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:35.1754158Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-11-23T01:27:35.1755120Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T01:27:35.1756045Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-11-23T01:27:35.1757550Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:27:35.1758523Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:27:35.1759473Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:27:35.1760054Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-11-23T01:27:35.1762200Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:35.1762728Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:35.1763251Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:35.1764079Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:35.1764783Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:35.1765876Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:35.1766948Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:35.1767706Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:35.1768722Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-11-23T01:27:35.1769972Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:27:35.1770468Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:27:35.1771749Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-11-23T01:27:35.1773611Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:27:35.1774059Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:27:35.1775080Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:27:35.1775821Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:27:35.1776748Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-11-23T01:27:35.1778143Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1778706Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/FunctionsManual.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1779997Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/InferenceMode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1780954Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1781813Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/anomaly_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1782930Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1783989Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1784992Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/cpp_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1785801Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/custom_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1786676Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/edge.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1788418Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/engine.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1789487Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/forward_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1790383Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1791638Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/function_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1792334Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/grad_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1793476Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/graph_task.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1794943Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/input_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1795407Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/input_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1796465Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1796985Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/profiler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1797939Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/profiler_kineto.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1798850Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/profiler_legacy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1800852Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/profiler_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1801432Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1802247Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1803162Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_cpp_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1804133Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_engine.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1805171Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_enum_tag.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1805985Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_fft_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1807544Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1808139Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1808982Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1809834Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1810707Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_nested_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1811658Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_nn_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1813030Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_return_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1813545Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1814981Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1815425Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_special_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1816381Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_torch_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1817153Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1817905Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1818528Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/record_function_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1819192Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/saved_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1820119Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1820861Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/symbolic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1829829Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-11-23T01:27:35.1831539Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:35.1831977Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:35.1832987Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:35.1833844Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:35.1834672Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:35.1835778Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:35.1836776Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-11-23T01:27:35.1837557Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:27:35.1838562Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/python_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:27:35.1839452Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/VariableType.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:27:35.1840163Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:27:35.1843191Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-11-23T01:27:35.1844067Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:35.1844750Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/error_messages.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:35.1845734Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:35.1846873Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:35.1847858Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:35.1848884Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/warnings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:35.1850859Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-11-23T01:27:35.1851237Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:35.1851807Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:35.1852823Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:35.1853427Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:35.1854455Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/THCP.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:35.1855154Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:35.1856187Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/device_set.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:35.1856943Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/memory_snapshot.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:35.1857648Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/nccl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:35.1858449Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/python_comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:35.1859454Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/python_nccl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-11-23T01:27:35.1860437Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed 2022-11-23T01:27:35.1861174Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1861979Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1862871Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/c10d.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1863658Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/debug.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1864511Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/error.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1865356Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1866334Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1867362Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1868439Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/socket.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1869397Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1870346Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1871825Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1872531Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1874994Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1875374Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Ops.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1875752Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1876412Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1877393Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1878941Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1879756Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1880772Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1881979Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1882690Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1884105Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1884849Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1886649Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1887388Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1888273Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1889131Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1889918Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1890839Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1891861Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1892875Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1893627Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1894869Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1895803Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1896914Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1897890Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1898906Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1901958Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1902664Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-11-23T01:27:35.1903255Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1903641Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1905859Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/message.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1906261Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1906781Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1907658Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1908819Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1911201Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1911655Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1912479Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1913552Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1914546Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1915606Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rpc.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1916478Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1917898Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1918445Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1920082Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1920596Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1922051Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/script_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1923045Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1923859Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1925318Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1926159Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1927417Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1929779Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1930341Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1931297Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1932308Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-11-23T01:27:35.1933447Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T01:27:35.1934096Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/jit_log.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T01:27:35.1935620Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/jit_opt_limit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T01:27:35.1936837Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/resource_guard.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-11-23T01:27:35.1938289Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:35.1939012Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:35.1940908Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:35.1941709Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:35.1942597Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_detail.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:35.1947539Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:35.1948314Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:35.1948961Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:35.1950270Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:35.1950953Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-11-23T01:27:35.1951941Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1953429Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1954185Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1954980Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/autocast.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1956196Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1957281Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/batch_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1957735Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/canonicalize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1959759Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1960311Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1960732Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1962335Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1963195Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1964245Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/concat_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1965678Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1966858Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1967407Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1968385Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1970156Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1970532Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1973128Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1977959Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1978445Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1979069Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1979625Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1980161Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1980646Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1981118Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/freeze_module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1981690Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1982109Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1982666Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1983375Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1983972Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1985102Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1985795Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1986552Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1987253Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1988672Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1990428Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1991069Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1991902Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1992893Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1993711Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1994634Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inliner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1995527Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inplace_check.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1996353Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/insert_guards.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1997799Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1998710Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/lift_closures.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.1999569Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/liveness.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2000548Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2001509Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2002392Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/lower_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2002907Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2003736Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2004527Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2005862Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2006649Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2008595Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2008937Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2010955Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/pass_manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2013594Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2014093Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2014772Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2015944Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2016691Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2017324Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2018402Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2019167Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2020229Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2021251Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_expands.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2022064Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2022900Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2024199Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2025434Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2026160Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2027190Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2028742Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2029743Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2030537Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2031155Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2032314Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2032845Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2034197Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2034971Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2036134Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2037065Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2037856Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2038759Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-11-23T01:27:35.2039516Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:35.2040455Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:35.2041057Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:35.2042183Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:35.2042650Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:35.2043450Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:35.2044286Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:35.2046551Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:35.2047200Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:35.2048338Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-11-23T01:27:35.2048615Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:35.2049432Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:35.2050104Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:35.2051169Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:35.2053287Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:35.2053859Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-11-23T01:27:35.2054998Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2055602Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2056728Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/autodiff.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2057425Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2058550Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2059155Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2060172Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2060725Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/exception_message.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2061478Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2062243Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2064243Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2067447Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/instruction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2068054Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2069113Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2071426Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2072153Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2073126Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/operator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2074426Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/operator_options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2075107Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/print_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2076166Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2076847Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2077643Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2078761Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/script_profile.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2081848Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2082456Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2082966Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2083372Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2083930Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2084424Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2085473Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2086458Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2087081Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-11-23T01:27:35.2088647Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:35.2089131Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:35.2090275Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/attributes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:35.2091085Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:35.2092171Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:35.2092547Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:35.2094532Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/ir_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:35.2094918Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/irparser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:35.2095849Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/named_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:35.2096856Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/node_hashing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:35.2097767Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/scope.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:35.2099707Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:35.2100129Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/type_hashing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-11-23T01:27:35.2101713Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2102395Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2103265Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2105294Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2105901Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2107026Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2107635Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/error_report.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2108411Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2109909Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2111094Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2111939Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2113410Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/lexer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2114271Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2115067Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2117322Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2117935Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2118639Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2119580Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/resolver.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2120065Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2121445Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2122309Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2123308Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/source_range.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2124782Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/source_ref.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2125440Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/strtod.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2127349Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2128145Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2129146Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/tree.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2132055Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/tree_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2132716Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-11-23T01:27:35.2133313Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:27:35.2133924Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/compilation_unit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:27:35.2134807Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/function_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:27:35.2135795Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/method.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:27:35.2136706Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:27:35.2137565Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/object.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-11-23T01:27:35.2139220Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2139988Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2140809Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/export.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2143711Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2144242Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2144794Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2145302Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2145941Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2146399Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2146923Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2147628Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2148510Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_read.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2149271Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_source.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2150479Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2162312Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2163303Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/pickle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2164015Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/pickler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2164747Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/python_print.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2165599Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2166044Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2166518Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/storage_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2166926Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2167376Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/unpickler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-11-23T01:27:35.2167591Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:35.2168035Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:35.2168443Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/module_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:35.2168776Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:35.2169341Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/pybind_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:35.2169744Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:35.2170299Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:35.2170658Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_dict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:35.2171209Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:35.2171691Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_ivalue.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:35.2172181Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:35.2172764Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:35.2173205Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:35.2173702Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_tree_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:35.2174085Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/script_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:35.2174585Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-11-23T01:27:35.2176091Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2176684Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/code.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2177156Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/debug_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2177920Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/file_format.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2179629Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2180504Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/frame.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2181697Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2182581Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/import.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2183683Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/import_data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2184657Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2185728Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2186633Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/method.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2188163Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2188699Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2189822Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2190923Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2191821Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2192843Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2194376Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2195255Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/quantization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2196282Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2197512Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2198319Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-11-23T01:27:35.2199905Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-11-23T01:27:35.2200343Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing/file_check.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-11-23T01:27:35.2201553Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-11-23T01:27:35.2202721Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2203883Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2205010Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2205495Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2206410Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2208273Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2208837Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2209388Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2210237Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2210905Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2211634Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2212900Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2213705Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2214523Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2215422Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2216244Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2217450Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2218289Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2219329Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2220279Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2221880Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2222470Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2224447Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2225072Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2225848Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2226547Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2227922Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2228747Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2230205Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2231024Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2231807Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2233792Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2234238Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2234919Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2235416Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2236575Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2237692Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2238705Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2239920Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2240880Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2241898Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2243066Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2243904Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-11-23T01:27:35.2245454Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:35.2246115Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:35.2247133Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:35.2248125Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:35.2249171Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:35.2250120Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:35.2251141Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:35.2252295Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:35.2253275Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:35.2254276Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-11-23T01:27:35.2255517Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen 2022-11-23T01:27:35.2257053Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2257473Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/arith.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2258991Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2259672Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/compute_at.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2260742Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2261841Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/contiguity.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2262818Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2264188Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2265425Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2266587Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2267837Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2268843Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2269900Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2270544Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2271452Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2273695Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2274338Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2274982Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2275609Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/index_compute.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2276746Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/inlining.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2277550Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2278331Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2279226Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2280063Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2280974Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2282074Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2282848Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_container.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2283742Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2284645Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2285630Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2286958Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2288572Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2289382Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2289837Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2291063Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/kernel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2291718Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2292348Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2293230Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2294692Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2295258Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower2device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2299140Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2299656Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2300098Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2300577Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2301004Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2301540Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2302082Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2303112Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2303544Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_index.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2305222Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2307286Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2309185Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2309645Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2310185Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2310732Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2311260Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2311768Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2312432Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2313283Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2313966Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2315653Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2316390Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2317193Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2318013Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2319067Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2319753Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2320593Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2321530Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2322320Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2323158Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2324279Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/mma_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2325082Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/mutator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2326010Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2326935Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2327989Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2329024Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2329823Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2330667Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/partition.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2331511Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2332374Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2333369Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2334401Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2335290Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2336079Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/transform_view.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2337051Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2338189Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/type_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2339003Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2339732Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2340851Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-11-23T01:27:35.2341859Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:27:35.2342526Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:27:35.2343430Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:27:35.2344293Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:27:35.2345096Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-11-23T01:27:35.2346156Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:35.2347001Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:35.2348140Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:35.2349175Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:35.2350084Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:35.2351103Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:35.2352099Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:35.2353388Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:35.2354319Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:35.2355187Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:35.2356102Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:35.2356944Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:35.2357813Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:35.2358827Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:35.2359581Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:35.2360495Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:35.2361602Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:35.2362749Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:35.2363909Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-11-23T01:27:35.2365725Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T01:27:35.2366346Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T01:27:35.2366887Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-11-23T01:27:35.2367783Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:27:35.2368625Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/api.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:27:35.2369667Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/collection.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:27:35.2370991Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/containers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:27:35.2372065Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/data_flow.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:27:35.2373198Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/events.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:27:35.2374195Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/kineto_shim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:27:35.2375359Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/perf-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:27:35.2376361Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/perf.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:27:35.2377413Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-11-23T01:27:35.2378761Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:27:35.2379407Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:27:35.2380436Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-11-23T01:27:35.2382097Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:27:35.2382623Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/stubs/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/stubs 2022-11-23T01:27:35.2384403Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2384882Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/auto_gil.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2386088Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/byte_order.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2387042Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2387918Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/cuda_enabled.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2388517Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/cuda_lazy_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2389545Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/disable_torch_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2390685Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2391623Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/invalid_arguments.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2392626Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/memory.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2393362Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/nested.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2394701Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/numpy_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2395572Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/object_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2396179Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/out_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2397775Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2398555Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2399488Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_arg_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2401094Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2401796Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2402671Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_numbers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2403833Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_scalars.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2404576Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2405756Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2408758Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_symnode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2409723Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2410361Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_tuples.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2410963Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/schema_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2411635Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/six.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2412236Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/structseq.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2412849Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_apply.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2413679Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_dtypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2414284Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2415081Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_layouts.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2416286Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2417325Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2418052Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_new.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2418937Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2420698Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_qschemes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2421726Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2422554Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2423590Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/throughput_benchmark.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2424561Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2426324Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/variadic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-11-23T01:27:35.2426934Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2022-11-23T01:27:35.2427864Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/tensor/python_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2022-11-23T01:27:35.2429577Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy 2022-11-23T01:27:35.2431469Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:27:35.2432106Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend/backend_data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:27:35.2432904Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend/backend_device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:27:35.2434228Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:27:35.2434813Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-11-23T01:27:35.2436538Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2437078Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2437859Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/config.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2438763Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/debug_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2439762Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2440270Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/hash.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2441140Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2441849Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2442903Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2443860Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2444911Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2445796Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2446554Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2448146Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/metrics.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2448669Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/multi_wait.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2449448Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/permutation_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2450174Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/shape.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2451107Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/shape_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2451934Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2454176Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2454781Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/tensor_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2455422Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/thread_pool.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2456133Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/trie.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2456958Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/unique.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2457746Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-11-23T01:27:35.2458414Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T01:27:35.2459088Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2022-11-23T01:27:35.2460097Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:27:35.2460684Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:27:35.2461822Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-11-23T01:27:35.2463308Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:35.2463898Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/config.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:35.2464322Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:35.2465260Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:35.2466287Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:35.2467187Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:35.2467980Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:35.2468592Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:35.2469767Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:35.2471451Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:35.2471998Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-11-23T01:27:35.2474875Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:35.2475267Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/attr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:35.2475582Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/buffer_info.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:35.2476438Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/cast.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:35.2477682Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/chrono.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:35.2478575Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:35.2479086Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:35.2480372Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eigen.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:35.2481862Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/embed.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:35.2482383Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:35.2483594Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:35.2484453Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/gil.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:35.2485173Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/iostream.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:35.2486425Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:35.2487505Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/operators.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:35.2488141Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/options.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:35.2488974Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/pybind11.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:35.2490777Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/pytypes.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:35.2492256Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/stl.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:35.2493246Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/stl_bind.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-11-23T01:27:35.2494653Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:27:35.2494974Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/class.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:27:35.2496577Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:27:35.2497589Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/descr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:27:35.2498962Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/init.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:27:35.2500007Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/internals.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:27:35.2510502Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/type_caster_base.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:27:35.2511465Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-11-23T01:27:35.2511783Z creating build/bdist.linux-x86_64/wheel/torch/include/THH 2022-11-23T01:27:35.2512718Z copying build/lib.linux-x86_64-cpython-38/torch/include/THH/THHAtomics.cuh -> build/bdist.linux-x86_64/wheel/torch/include/THH 2022-11-23T01:27:35.2513284Z copying build/lib.linux-x86_64-cpython-38/torch/include/THH/THHDeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/THH 2022-11-23T01:27:35.2513455Z creating build/bdist.linux-x86_64/wheel/torch/share 2022-11-23T01:27:35.2513612Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake 2022-11-23T01:27:35.2513802Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2022-11-23T01:27:35.2514158Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/ATen/ATenConfig.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2022-11-23T01:27:35.2514431Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:27:35.2514920Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:27:35.2515316Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:27:35.2515712Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:27:35.2516055Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-11-23T01:27:35.2516359Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:27:35.2516689Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/cuda.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:27:35.2517301Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/glog.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:27:35.2518213Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/gflags.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:27:35.2519300Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/mkl.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:27:35.2520218Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:27:35.2521045Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/protobuf.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:27:35.2521729Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/threads.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:27:35.2522417Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/utils.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:27:35.2523418Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-11-23T01:27:35.2524515Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:27:35.2525234Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:27:35.2525992Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-11-23T01:27:35.2527432Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:27:35.2527973Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:27:35.2528854Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:27:35.2530830Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:27:35.2531408Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-11-23T01:27:35.2532711Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:27:35.2533191Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:27:35.2534456Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:27:35.2535457Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:27:35.2536023Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-11-23T01:27:35.2537968Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T01:27:35.2543909Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T01:27:35.2544574Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-11-23T01:27:35.2544764Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T01:27:35.2545184Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T01:27:35.2545501Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch/TorchConfig.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-11-23T01:27:35.2545844Z copying build/lib.linux-x86_64-cpython-38/torch/_C.cpython-38-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:35.2546174Z copying build/lib.linux-x86_64-cpython-38/torch/_C_flatbuffer.cpython-38-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/torch 2022-11-23T01:27:35.2546908Z creating build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:35.2547585Z copying build/lib.linux-x86_64-cpython-38/torchgen/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:35.2549020Z copying build/lib.linux-x86_64-cpython-38/torchgen/code_template.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:35.2549513Z copying build/lib.linux-x86_64-cpython-38/torchgen/context.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:35.2550624Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:35.2552394Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_backend_stubs.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:35.2553236Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_functionalization_type.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:35.2554103Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_lazy_tensor.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:35.2555140Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_vmap_plumbing.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:35.2555999Z copying build/lib.linux-x86_64-cpython-38/torchgen/local.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:35.2556495Z copying build/lib.linux-x86_64-cpython-38/torchgen/model.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:35.2558336Z copying build/lib.linux-x86_64-cpython-38/torchgen/native_function_generation.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:35.2559711Z copying build/lib.linux-x86_64-cpython-38/torchgen/utils.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-11-23T01:27:35.2562597Z creating build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:35.2563124Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:35.2563516Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/autograd.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:35.2563897Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/cpp.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:35.2565366Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/dispatcher.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:35.2565751Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/functionalization.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:35.2566123Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/lazy.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:35.2566774Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/meta.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:35.2568096Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/native.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:35.2568491Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/python.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:35.2569534Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/structured.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:35.2570083Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/translate.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:35.2571076Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/types.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:35.2572288Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:35.2572750Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/unboxing.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-11-23T01:27:35.2574062Z creating build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:27:35.2574370Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:27:35.2575373Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/lazy_ir.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:27:35.2576672Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/lazy_ts_lowering.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:27:35.2577227Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/native_functions.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:27:35.2578058Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/register_dispatch_key.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:27:35.2579946Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-11-23T01:27:35.2580407Z creating build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T01:27:35.2581270Z copying build/lib.linux-x86_64-cpython-38/torchgen/operator_versions/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T01:27:35.2581948Z copying build/lib.linux-x86_64-cpython-38/torchgen/operator_versions/gen_mobile_upgraders.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T01:27:35.2582625Z copying build/lib.linux-x86_64-cpython-38/torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-11-23T01:27:35.2583874Z creating build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:27:35.2584643Z copying build/lib.linux-x86_64-cpython-38/torchgen/selective_build/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:27:35.2585424Z copying build/lib.linux-x86_64-cpython-38/torchgen/selective_build/operator.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:27:35.2586409Z copying build/lib.linux-x86_64-cpython-38/torchgen/selective_build/selector.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-11-23T01:27:35.2587670Z creating build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:27:35.2588549Z copying build/lib.linux-x86_64-cpython-38/torchgen/static_runtime/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:27:35.2589784Z copying build/lib.linux-x86_64-cpython-38/torchgen/static_runtime/config.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:27:35.2590948Z copying build/lib.linux-x86_64-cpython-38/torchgen/static_runtime/gen_static_runtime_ops.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:27:35.2591547Z copying build/lib.linux-x86_64-cpython-38/torchgen/static_runtime/generator.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-11-23T01:27:35.2592941Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged 2022-11-23T01:27:35.2593454Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen 2022-11-23T01:27:35.2594315Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T01:27:35.2594784Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native/native_functions.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T01:27:35.2599420Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native/tags.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-11-23T01:27:35.2600945Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2601974Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2602966Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2603524Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2604623Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2605817Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2606304Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2607568Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2608221Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Function.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2608906Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2609782Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2610488Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Functions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2611557Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/LazyIr.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2612082Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2613650Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2614063Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/NativeFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2615090Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2616147Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2616756Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2617678Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Operator.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2618678Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Operators.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2619445Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Operators.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2620534Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2621428Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2622236Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2623244Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2623943Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2625284Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2626239Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2627313Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2628469Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2629205Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/TensorBody.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2630442Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2631504Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2633088Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2633868Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2634567Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2635038Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2636165Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2637089Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/enum_tag.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-11-23T01:27:35.2640764Z running install_egg_info 2022-11-23T01:27:35.3536327Z running egg_info 2022-11-23T01:27:35.3536538Z creating torch.egg-info 2022-11-23T01:27:35.3569744Z writing torch.egg-info/PKG-INFO 2022-11-23T01:27:35.3572828Z writing dependency_links to torch.egg-info/dependency_links.txt 2022-11-23T01:27:35.3575001Z writing entry points to torch.egg-info/entry_points.txt 2022-11-23T01:27:35.3576415Z writing requirements to torch.egg-info/requires.txt 2022-11-23T01:27:35.3577947Z writing top-level names to torch.egg-info/top_level.txt 2022-11-23T01:27:35.3579076Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T01:27:35.6067870Z reading manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T01:27:35.6068230Z reading manifest template 'MANIFEST.in' 2022-11-23T01:27:35.6140818Z warning: no files found matching 'CITATION' 2022-11-23T01:27:41.1342814Z warning: no previously-included files matching '*.o' found anywhere in distribution 2022-11-23T01:27:41.2514671Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2022-11-23T01:27:41.4720721Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2022-11-23T01:27:41.4721276Z adding license file 'LICENSE' 2022-11-23T01:27:41.4721642Z adding license file 'NOTICE' 2022-11-23T01:27:42.0370677Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-11-23T01:27:42.0465006Z Copying torch.egg-info to build/bdist.linux-x86_64/wheel/torch-1.14.0a0+git1cfd385-py3.8.egg-info 2022-11-23T01:27:42.0496463Z running install_scripts 2022-11-23T01:27:42.0893179Z adding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2022-11-23T01:27:42.0894043Z adding license file "NOTICE" (matched pattern "NOTICE*") 2022-11-23T01:27:42.0958351Z creating build/bdist.linux-x86_64/wheel/torch-1.14.0a0+git1cfd385.dist-info/WHEEL 2022-11-23T01:27:42.0961012Z creating 'dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2022-11-23T01:27:42.1132604Z adding 'functorch/_C.cpython-38-x86_64-linux-gnu.so' 2022-11-23T01:27:42.1142108Z adding 'functorch/__init__.py' 2022-11-23T01:27:42.1143635Z adding 'functorch/_src/__init__.py' 2022-11-23T01:27:42.1154245Z adding 'functorch/_src/aot_autograd.py' 2022-11-23T01:27:42.1157758Z adding 'functorch/_src/benchmark_utils.py' 2022-11-23T01:27:42.1159966Z adding 'functorch/_src/compile_utils.py' 2022-11-23T01:27:42.1164007Z adding 'functorch/_src/compilers.py' 2022-11-23T01:27:42.1165951Z adding 'functorch/_src/config.py' 2022-11-23T01:27:42.1183711Z adding 'functorch/_src/eager_transforms.py' 2022-11-23T01:27:42.1189108Z adding 'functorch/_src/fx_minifier.py' 2022-11-23T01:27:42.1195036Z adding 'functorch/_src/make_functional.py' 2022-11-23T01:27:42.1197081Z adding 'functorch/_src/named_members_polyfill.py' 2022-11-23T01:27:42.1203221Z adding 'functorch/_src/partitioners.py' 2022-11-23T01:27:42.1205106Z adding 'functorch/_src/python_key.py' 2022-11-23T01:27:42.1206720Z adding 'functorch/_src/pytree_hacks.py' 2022-11-23T01:27:42.1212351Z adding 'functorch/_src/top_operators_github_usage.py' 2022-11-23T01:27:42.1218908Z adding 'functorch/_src/vmap.py' 2022-11-23T01:27:42.1221120Z adding 'functorch/compile/__init__.py' 2022-11-23T01:27:42.1223595Z adding 'functorch/dim/__init__.py' 2022-11-23T01:27:42.1225167Z adding 'functorch/dim/batch_tensor.py' 2022-11-23T01:27:42.1226959Z adding 'functorch/dim/delayed_mul_tensor.py' 2022-11-23T01:27:42.1229135Z adding 'functorch/dim/dim.py' 2022-11-23T01:27:42.1230803Z adding 'functorch/dim/magic_trace.py' 2022-11-23T01:27:42.1233215Z adding 'functorch/dim/op_properties.py' 2022-11-23T01:27:42.1239526Z adding 'functorch/dim/reference.py' 2022-11-23T01:27:42.1241416Z adding 'functorch/dim/tree_map.py' 2022-11-23T01:27:42.1243079Z adding 'functorch/dim/wrap_type.py' 2022-11-23T01:27:42.1244757Z adding 'functorch/experimental/__init__.py' 2022-11-23T01:27:42.1247842Z adding 'functorch/experimental/_map.py' 2022-11-23T01:27:42.1249168Z adding 'functorch/experimental/batch_norm_replacement.py' 2022-11-23T01:27:42.1252749Z adding 'functorch/experimental/cond.py' 2022-11-23T01:27:42.1254085Z adding 'functorch/experimental/control_flow.py' 2022-11-23T01:27:42.1255779Z adding 'functorch/experimental/ops.py' 2022-11-23T01:27:42.1268199Z adding 'torch/_C.cpython-38-x86_64-linux-gnu.so' 2022-11-23T01:27:42.1279889Z adding 'torch/_C_flatbuffer.cpython-38-x86_64-linux-gnu.so' 2022-11-23T01:27:42.1282443Z adding 'torch/_VF.py' 2022-11-23T01:27:42.1284080Z adding 'torch/__config__.py' 2022-11-23T01:27:42.1285479Z adding 'torch/__future__.py' 2022-11-23T01:27:42.1297006Z adding 'torch/__init__.py' 2022-11-23T01:27:42.1303679Z adding 'torch/_appdirs.py' 2022-11-23T01:27:42.1306074Z adding 'torch/_classes.py' 2022-11-23T01:27:42.1308245Z adding 'torch/_deploy.py' 2022-11-23T01:27:42.1324241Z adding 'torch/_jit_internal.py' 2022-11-23T01:27:42.1327655Z adding 'torch/_linalg_utils.py' 2022-11-23T01:27:42.1339887Z adding 'torch/_lobpcg.py' 2022-11-23T01:27:42.1344458Z adding 'torch/_lowrank.py' 2022-11-23T01:27:42.1362452Z adding 'torch/_meta_registrations.py' 2022-11-23T01:27:42.1366436Z adding 'torch/_namedtensor_internals.py' 2022-11-23T01:27:42.1373301Z adding 'torch/_ops.py' 2022-11-23T01:27:42.1376725Z adding 'torch/_python_dispatcher.py' 2022-11-23T01:27:42.1378648Z adding 'torch/_six.py' 2022-11-23T01:27:42.1381062Z adding 'torch/_sources.py' 2022-11-23T01:27:42.1382880Z adding 'torch/_storage_docs.py' 2022-11-23T01:27:42.1397972Z adding 'torch/_tensor.py' 2022-11-23T01:27:42.1429919Z adding 'torch/_tensor_docs.py' 2022-11-23T01:27:42.1439347Z adding 'torch/_tensor_str.py' 2022-11-23T01:27:42.1553735Z adding 'torch/_torch_docs.py' 2022-11-23T01:27:42.1570874Z adding 'torch/_utils.py' 2022-11-23T01:27:42.1573285Z adding 'torch/_utils_internal.py' 2022-11-23T01:27:42.1577910Z adding 'torch/_vmap_internals.py' 2022-11-23T01:27:42.1581492Z adding 'torch/_weights_only_unpickler.py' 2022-11-23T01:27:42.1604830Z adding 'torch/functional.py' 2022-11-23T01:27:42.1615700Z adding 'torch/hub.py' 2022-11-23T01:27:42.1618999Z adding 'torch/library.py' 2022-11-23T01:27:42.1641124Z adding 'torch/overrides.py' 2022-11-23T01:27:42.1644581Z adding 'torch/py.typed' 2022-11-23T01:27:42.1647237Z adding 'torch/quasirandom.py' 2022-11-23T01:27:42.1649790Z adding 'torch/random.py' 2022-11-23T01:27:42.1651839Z adding 'torch/return_types.py' 2022-11-23T01:27:42.1665349Z adding 'torch/serialization.py' 2022-11-23T01:27:42.1673888Z adding 'torch/storage.py' 2022-11-23T01:27:42.1676665Z adding 'torch/torch_version.py' 2022-11-23T01:27:42.1678424Z adding 'torch/types.py' 2022-11-23T01:27:42.1679771Z adding 'torch/version.py' 2022-11-23T01:27:42.1706973Z adding 'torch/_C/_VariableFunctions.pyi' 2022-11-23T01:27:42.1738566Z adding 'torch/_C/__init__.pyi' 2022-11-23T01:27:42.1743363Z adding 'torch/_C/_autograd.pyi' 2022-11-23T01:27:42.1744867Z adding 'torch/_C/_cudnn.pyi' 2022-11-23T01:27:42.1746675Z adding 'torch/_C/_distributed_autograd.pyi' 2022-11-23T01:27:42.1750106Z adding 'torch/_C/_distributed_c10d.pyi' 2022-11-23T01:27:42.1752860Z adding 'torch/_C/_distributed_rpc.pyi' 2022-11-23T01:27:42.1754729Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2022-11-23T01:27:42.1756268Z adding 'torch/_C/_functions.pyi' 2022-11-23T01:27:42.1757976Z adding 'torch/_C/_functorch.pyi' 2022-11-23T01:27:42.1759476Z adding 'torch/_C/_itt.pyi' 2022-11-23T01:27:42.1761067Z adding 'torch/_C/_lazy.pyi' 2022-11-23T01:27:42.1762666Z adding 'torch/_C/_lazy_ts_backend.pyi' 2022-11-23T01:27:42.1764352Z adding 'torch/_C/_monitor.pyi' 2022-11-23T01:27:42.1766084Z adding 'torch/_C/_nn.pyi' 2022-11-23T01:27:42.1767657Z adding 'torch/_C/_nvtx.pyi' 2022-11-23T01:27:42.1769292Z adding 'torch/_C/_onnx.pyi' 2022-11-23T01:27:42.1771679Z adding 'torch/_C/_profiler.pyi' 2022-11-23T01:27:42.1773590Z adding 'torch/_C/_verbose.pyi' 2022-11-23T01:27:42.1775003Z adding 'torch/_C_flatbuffer/__init__.pyi' 2022-11-23T01:27:42.1777908Z adding 'torch/_decomp/__init__.py' 2022-11-23T01:27:42.1804355Z adding 'torch/_decomp/decompositions.py' 2022-11-23T01:27:42.1809691Z adding 'torch/_decomp/decompositions_for_jvp.py' 2022-11-23T01:27:42.1811428Z adding 'torch/_dispatch/__init__.py' 2022-11-23T01:27:42.1813083Z adding 'torch/_dispatch/python.py' 2022-11-23T01:27:42.1815185Z adding 'torch/_dynamo/__init__.py' 2022-11-23T01:27:42.1818365Z adding 'torch/_dynamo/allowed_functions.py' 2022-11-23T01:27:42.1821181Z adding 'torch/_dynamo/bytecode_analysis.py' 2022-11-23T01:27:42.1825531Z adding 'torch/_dynamo/bytecode_transformation.py' 2022-11-23T01:27:42.1829911Z adding 'torch/_dynamo/codegen.py' 2022-11-23T01:27:42.1833324Z adding 'torch/_dynamo/config.py' 2022-11-23T01:27:42.1838458Z adding 'torch/_dynamo/convert_frame.py' 2022-11-23T01:27:42.1847452Z adding 'torch/_dynamo/debug_utils.py' 2022-11-23T01:27:42.1856111Z adding 'torch/_dynamo/eval_frame.py' 2022-11-23T01:27:42.1858629Z adding 'torch/_dynamo/exc.py' 2022-11-23T01:27:42.1867654Z adding 'torch/_dynamo/guards.py' 2022-11-23T01:27:42.1870419Z adding 'torch/_dynamo/logging.py' 2022-11-23T01:27:42.1872666Z adding 'torch/_dynamo/mutation_guard.py' 2022-11-23T01:27:42.1878601Z adding 'torch/_dynamo/output_graph.py' 2022-11-23T01:27:42.1881586Z adding 'torch/_dynamo/profiler.py' 2022-11-23T01:27:42.1883810Z adding 'torch/_dynamo/replay_record.py' 2022-11-23T01:27:42.1887481Z adding 'torch/_dynamo/resume_execution.py' 2022-11-23T01:27:42.1891160Z adding 'torch/_dynamo/side_effects.py' 2022-11-23T01:27:42.1894018Z adding 'torch/_dynamo/skipfiles.py' 2022-11-23T01:27:42.1896570Z adding 'torch/_dynamo/source.py' 2022-11-23T01:27:42.1915414Z adding 'torch/_dynamo/symbolic_convert.py' 2022-11-23T01:27:42.1918806Z adding 'torch/_dynamo/test_case.py' 2022-11-23T01:27:42.1921236Z adding 'torch/_dynamo/test_minifier_common.py' 2022-11-23T01:27:42.1924435Z adding 'torch/_dynamo/testing.py' 2022-11-23T01:27:42.1935043Z adding 'torch/_dynamo/utils.py' 2022-11-23T01:27:42.1937714Z adding 'torch/_dynamo/optimizations/__init__.py' 2022-11-23T01:27:42.1940449Z adding 'torch/_dynamo/optimizations/analysis.py' 2022-11-23T01:27:42.1947599Z adding 'torch/_dynamo/optimizations/backends.py' 2022-11-23T01:27:42.1953019Z adding 'torch/_dynamo/optimizations/distributed.py' 2022-11-23T01:27:42.1956032Z adding 'torch/_dynamo/optimizations/inference.py' 2022-11-23T01:27:42.1958241Z adding 'torch/_dynamo/optimizations/log_args.py' 2022-11-23T01:27:42.1962553Z adding 'torch/_dynamo/optimizations/normalize.py' 2022-11-23T01:27:42.1965641Z adding 'torch/_dynamo/optimizations/subgraph.py' 2022-11-23T01:27:42.1968755Z adding 'torch/_dynamo/optimizations/torchxla_integration.py' 2022-11-23T01:27:42.1974550Z adding 'torch/_dynamo/optimizations/training.py' 2022-11-23T01:27:42.1977345Z adding 'torch/_dynamo/variables/__init__.py' 2022-11-23T01:27:42.1980727Z adding 'torch/_dynamo/variables/base.py' 2022-11-23T01:27:42.1988706Z adding 'torch/_dynamo/variables/builder.py' 2022-11-23T01:27:42.1996991Z adding 'torch/_dynamo/variables/builtin.py' 2022-11-23T01:27:42.2000237Z adding 'torch/_dynamo/variables/constant.py' 2022-11-23T01:27:42.2004333Z adding 'torch/_dynamo/variables/dicts.py' 2022-11-23T01:27:42.2008799Z adding 'torch/_dynamo/variables/functions.py' 2022-11-23T01:27:42.2013663Z adding 'torch/_dynamo/variables/lists.py' 2022-11-23T01:27:42.2019774Z adding 'torch/_dynamo/variables/misc.py' 2022-11-23T01:27:42.2025748Z adding 'torch/_dynamo/variables/nn_module.py' 2022-11-23T01:27:42.2031652Z adding 'torch/_dynamo/variables/tensor.py' 2022-11-23T01:27:42.2038859Z adding 'torch/_dynamo/variables/torch.py' 2022-11-23T01:27:42.2043415Z adding 'torch/_dynamo/variables/user_defined.py' 2022-11-23T01:27:42.2045325Z adding 'torch/_functorch/__init__.py' 2022-11-23T01:27:42.2047769Z adding 'torch/_functorch/pyfunctorch.py' 2022-11-23T01:27:42.2049402Z adding 'torch/_functorch/utils.py' 2022-11-23T01:27:42.2051272Z adding 'torch/_inductor/__init__.py' 2022-11-23T01:27:42.2057246Z adding 'torch/_inductor/codecache.py' 2022-11-23T01:27:42.2061672Z adding 'torch/_inductor/compile_fx.py' 2022-11-23T01:27:42.2064744Z adding 'torch/_inductor/config.py' 2022-11-23T01:27:42.2066557Z adding 'torch/_inductor/cuda_properties.py' 2022-11-23T01:27:42.2070292Z adding 'torch/_inductor/debug.py' 2022-11-23T01:27:42.2075162Z adding 'torch/_inductor/decomposition.py' 2022-11-23T01:27:42.2079142Z adding 'torch/_inductor/dependencies.py' 2022-11-23T01:27:42.2081195Z adding 'torch/_inductor/exc.py' 2022-11-23T01:27:42.2085855Z adding 'torch/_inductor/graph.py' 2022-11-23T01:27:42.2120623Z adding 'torch/_inductor/ir.py' 2022-11-23T01:27:42.2155312Z adding 'torch/_inductor/lowering.py' 2022-11-23T01:27:42.2159208Z adding 'torch/_inductor/metrics.py' 2022-11-23T01:27:42.2167243Z adding 'torch/_inductor/overrides.py' 2022-11-23T01:27:42.2180305Z adding 'torch/_inductor/scheduler.py' 2022-11-23T01:27:42.2186958Z adding 'torch/_inductor/sizevars.py' 2022-11-23T01:27:42.2191796Z adding 'torch/_inductor/utils.py' 2022-11-23T01:27:42.2194379Z adding 'torch/_inductor/virtualized.py' 2022-11-23T01:27:42.2195974Z adding 'torch/_inductor/codegen/__init__.py' 2022-11-23T01:27:42.2198599Z adding 'torch/_inductor/codegen/autotuner.py' 2022-11-23T01:27:42.2204519Z adding 'torch/_inductor/codegen/common.py' 2022-11-23T01:27:42.2218901Z adding 'torch/_inductor/codegen/cpp.py' 2022-11-23T01:27:42.2222089Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2022-11-23T01:27:42.2237298Z adding 'torch/_inductor/codegen/triton.py' 2022-11-23T01:27:42.2240864Z adding 'torch/_inductor/codegen/triton_conv_delta_x.j2' 2022-11-23T01:27:42.2243440Z adding 'torch/_inductor/codegen/triton_conv_delta_x_hwc.j2' 2022-11-23T01:27:42.2245541Z adding 'torch/_inductor/codegen/triton_mm.j2' 2022-11-23T01:27:42.2249498Z adding 'torch/_inductor/codegen/triton_template.py' 2022-11-23T01:27:42.2253922Z adding 'torch/_inductor/codegen/wrapper.py' 2022-11-23T01:27:42.2256062Z adding 'torch/_inductor/triton_ops/__init__.py' 2022-11-23T01:27:42.2261102Z adding 'torch/_inductor/triton_ops/autotune.py' 2022-11-23T01:27:42.2264443Z adding 'torch/_inductor/triton_ops/batched_matmul.py' 2022-11-23T01:27:42.2269940Z adding 'torch/_inductor/triton_ops/conv.py' 2022-11-23T01:27:42.2273313Z adding 'torch/_inductor/triton_ops/conv1x1.py' 2022-11-23T01:27:42.2278434Z adding 'torch/_inductor/triton_ops/conv_perf_model.py' 2022-11-23T01:27:42.2281286Z adding 'torch/_inductor/triton_ops/matmul.py' 2022-11-23T01:27:42.2283456Z adding 'torch/_inductor/triton_ops/mm_perf_model.py' 2022-11-23T01:27:42.2285019Z adding 'torch/_inductor/triton_ops/utils.py' 2022-11-23T01:27:42.2286958Z adding 'torch/_lazy/__init__.py' 2022-11-23T01:27:42.2289396Z adding 'torch/_lazy/closure.py' 2022-11-23T01:27:42.2291264Z adding 'torch/_lazy/computation.py' 2022-11-23T01:27:42.2292658Z adding 'torch/_lazy/config.py' 2022-11-23T01:27:42.2294068Z adding 'torch/_lazy/debug.py' 2022-11-23T01:27:42.2295686Z adding 'torch/_lazy/device_context.py' 2022-11-23T01:27:42.2299125Z adding 'torch/_lazy/extract_compiled_graph.py' 2022-11-23T01:27:42.2300727Z adding 'torch/_lazy/ir_cache.py' 2022-11-23T01:27:42.2302238Z adding 'torch/_lazy/metrics.py' 2022-11-23T01:27:42.2304044Z adding 'torch/_lazy/tensor_factory_functions.py' 2022-11-23T01:27:42.2305267Z adding 'torch/_lazy/ts_backend.py' 2022-11-23T01:27:42.2325680Z adding 'torch/_prims/__init__.py' 2022-11-23T01:27:42.2332142Z adding 'torch/_prims/context.py' 2022-11-23T01:27:42.2334531Z adding 'torch/_prims/executor.py' 2022-11-23T01:27:42.2339974Z adding 'torch/_prims/nvfuser_executor.py' 2022-11-23T01:27:42.2345773Z adding 'torch/_prims/nvfuser_prims.py' 2022-11-23T01:27:42.2362508Z adding 'torch/_prims_common/__init__.py' 2022-11-23T01:27:42.2368196Z adding 'torch/_prims_common/wrappers.py' 2022-11-23T01:27:42.2413390Z adding 'torch/_refs/__init__.py' 2022-11-23T01:27:42.2419227Z adding 'torch/_refs/_conversions.py' 2022-11-23T01:27:42.2423465Z adding 'torch/_refs/fft.py' 2022-11-23T01:27:42.2427599Z adding 'torch/_refs/linalg/__init__.py' 2022-11-23T01:27:42.2429623Z adding 'torch/_refs/nn/__init__.py' 2022-11-23T01:27:42.2439242Z adding 'torch/_refs/nn/functional/__init__.py' 2022-11-23T01:27:42.2442907Z adding 'torch/_refs/special/__init__.py' 2022-11-23T01:27:42.2444928Z adding 'torch/_subclasses/__init__.py' 2022-11-23T01:27:42.2458073Z adding 'torch/_subclasses/fake_tensor.py' 2022-11-23T01:27:42.2461637Z adding 'torch/_subclasses/fake_utils.py' 2022-11-23T01:27:42.2468067Z adding 'torch/_subclasses/meta_utils.py' 2022-11-23T01:27:42.2470324Z adding 'torch/amp/__init__.py' 2022-11-23T01:27:42.2474457Z adding 'torch/amp/autocast_mode.py' 2022-11-23T01:27:42.2476801Z adding 'torch/ao/__init__.py' 2022-11-23T01:27:42.2478670Z adding 'torch/ao/nn/__init__.py' 2022-11-23T01:27:42.2480943Z adding 'torch/ao/nn/intrinsic/__init__.py' 2022-11-23T01:27:42.2482937Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2022-11-23T01:27:42.2484646Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2022-11-23T01:27:42.2486287Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2022-11-23T01:27:42.2488277Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2022-11-23T01:27:42.2493589Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2022-11-23T01:27:42.2496912Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2022-11-23T01:27:42.2498774Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2022-11-23T01:27:42.2500555Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2022-11-23T01:27:42.2502076Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2022-11-23T01:27:42.2503609Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-11-23T01:27:42.2505213Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-11-23T01:27:42.2507001Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2022-11-23T01:27:42.2509018Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2022-11-23T01:27:42.2511291Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2022-11-23T01:27:42.2513246Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2022-11-23T01:27:42.2514911Z adding 'torch/ao/nn/qat/__init__.py' 2022-11-23T01:27:42.2516401Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2022-11-23T01:27:42.2517878Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2022-11-23T01:27:42.2519490Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2022-11-23T01:27:42.2521257Z adding 'torch/ao/nn/qat/modules/__init__.py' 2022-11-23T01:27:42.2523858Z adding 'torch/ao/nn/qat/modules/conv.py' 2022-11-23T01:27:42.2526409Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2022-11-23T01:27:42.2528598Z adding 'torch/ao/nn/qat/modules/linear.py' 2022-11-23T01:27:42.2530301Z adding 'torch/ao/nn/quantizable/__init__.py' 2022-11-23T01:27:42.2531878Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2022-11-23T01:27:42.2537377Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2022-11-23T01:27:42.2542527Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2022-11-23T01:27:42.2544818Z adding 'torch/ao/nn/quantized/__init__.py' 2022-11-23T01:27:42.2552084Z adding 'torch/ao/nn/quantized/functional.py' 2022-11-23T01:27:42.2554542Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2022-11-23T01:27:42.2556290Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2022-11-23T01:27:42.2559390Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2022-11-23T01:27:42.2562411Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2022-11-23T01:27:42.2572549Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2022-11-23T01:27:42.2576355Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2022-11-23T01:27:42.2579496Z adding 'torch/ao/nn/quantized/modules/activation.py' 2022-11-23T01:27:42.2581918Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2022-11-23T01:27:42.2588775Z adding 'torch/ao/nn/quantized/modules/conv.py' 2022-11-23T01:27:42.2591271Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2022-11-23T01:27:42.2594978Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2022-11-23T01:27:42.2597587Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2022-11-23T01:27:42.2601590Z adding 'torch/ao/nn/quantized/modules/linear.py' 2022-11-23T01:27:42.2604014Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2022-11-23T01:27:42.2606146Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2022-11-23T01:27:42.2608573Z adding 'torch/ao/nn/quantized/modules/utils.py' 2022-11-23T01:27:42.2610548Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2022-11-23T01:27:42.2612389Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2022-11-23T01:27:42.2615177Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2022-11-23T01:27:42.2617538Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2022-11-23T01:27:42.2622010Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2022-11-23T01:27:42.2624364Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2022-11-23T01:27:42.2627456Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2022-11-23T01:27:42.2629316Z adding 'torch/ao/nn/sparse/__init__.py' 2022-11-23T01:27:42.2631137Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2022-11-23T01:27:42.2633728Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2022-11-23T01:27:42.2635863Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2022-11-23T01:27:42.2637444Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2022-11-23T01:27:42.2640006Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2022-11-23T01:27:42.2641987Z adding 'torch/ao/ns/__init__.py' 2022-11-23T01:27:42.2646765Z adding 'torch/ao/ns/_numeric_suite.py' 2022-11-23T01:27:42.2656295Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2022-11-23T01:27:42.2658873Z adding 'torch/ao/ns/fx/__init__.py' 2022-11-23T01:27:42.2664498Z adding 'torch/ao/ns/fx/graph_matcher.py' 2022-11-23T01:27:42.2675517Z adding 'torch/ao/ns/fx/graph_passes.py' 2022-11-23T01:27:42.2680627Z adding 'torch/ao/ns/fx/mappings.py' 2022-11-23T01:27:42.2690186Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2022-11-23T01:27:42.2693059Z adding 'torch/ao/ns/fx/ns_types.py' 2022-11-23T01:27:42.2696018Z adding 'torch/ao/ns/fx/pattern_utils.py' 2022-11-23T01:27:42.2699567Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2022-11-23T01:27:42.2705231Z adding 'torch/ao/ns/fx/utils.py' 2022-11-23T01:27:42.2709109Z adding 'torch/ao/ns/fx/weight_utils.py' 2022-11-23T01:27:42.2711387Z adding 'torch/ao/pruning/__init__.py' 2022-11-23T01:27:42.2712956Z adding 'torch/ao/pruning/_mappings.py' 2022-11-23T01:27:42.2714531Z adding 'torch/ao/pruning/_experimental/__init__.py' 2022-11-23T01:27:42.2716125Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2022-11-23T01:27:42.2721597Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2022-11-23T01:27:42.2723750Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2022-11-23T01:27:42.2726657Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2022-11-23T01:27:42.2728620Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2022-11-23T01:27:42.2733014Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2022-11-23T01:27:42.2736273Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2022-11-23T01:27:42.2738972Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2022-11-23T01:27:42.2740805Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2022-11-23T01:27:42.2742348Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2022-11-23T01:27:42.2744293Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2022-11-23T01:27:42.2746580Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2022-11-23T01:27:42.2748787Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2022-11-23T01:27:42.2752438Z adding 'torch/ao/pruning/_experimental/pruner/base_pruner.py' 2022-11-23T01:27:42.2754634Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2022-11-23T01:27:42.2756264Z adding 'torch/ao/pruning/scheduler/__init__.py' 2022-11-23T01:27:42.2758841Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2022-11-23T01:27:42.2761309Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2022-11-23T01:27:42.2763312Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2022-11-23T01:27:42.2764983Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2022-11-23T01:27:42.2768866Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2022-11-23T01:27:42.2771231Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2022-11-23T01:27:42.2773130Z adding 'torch/ao/pruning/sparsifier/utils.py' 2022-11-23T01:27:42.2776404Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2022-11-23T01:27:42.2779244Z adding 'torch/ao/quantization/__init__.py' 2022-11-23T01:27:42.2781779Z adding 'torch/ao/quantization/_correct_bias.py' 2022-11-23T01:27:42.2784698Z adding 'torch/ao/quantization/_equalize.py' 2022-11-23T01:27:42.2787904Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2022-11-23T01:27:42.2793516Z adding 'torch/ao/quantization/fake_quantize.py' 2022-11-23T01:27:42.2796879Z adding 'torch/ao/quantization/fuse_modules.py' 2022-11-23T01:27:42.2800396Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2022-11-23T01:27:42.2815969Z adding 'torch/ao/quantization/observer.py' 2022-11-23T01:27:42.2823138Z adding 'torch/ao/quantization/qconfig.py' 2022-11-23T01:27:42.2827333Z adding 'torch/ao/quantization/qconfig_mapping.py' 2022-11-23T01:27:42.2829900Z adding 'torch/ao/quantization/qconfig_mapping_utils.py' 2022-11-23T01:27:42.2831641Z adding 'torch/ao/quantization/quant_type.py' 2022-11-23T01:27:42.2835504Z adding 'torch/ao/quantization/quantization_mappings.py' 2022-11-23T01:27:42.2843255Z adding 'torch/ao/quantization/quantize.py' 2022-11-23T01:27:42.2851172Z adding 'torch/ao/quantization/quantize_fx.py' 2022-11-23T01:27:42.2855501Z adding 'torch/ao/quantization/quantize_jit.py' 2022-11-23T01:27:42.2857912Z adding 'torch/ao/quantization/stubs.py' 2022-11-23T01:27:42.2864429Z adding 'torch/ao/quantization/utils.py' 2022-11-23T01:27:42.2866878Z adding 'torch/ao/quantization/backend_config/__init__.py' 2022-11-23T01:27:42.2872391Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2022-11-23T01:27:42.2878134Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2022-11-23T01:27:42.2881072Z adding 'torch/ao/quantization/backend_config/executorch.py' 2022-11-23T01:27:42.2883433Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2022-11-23T01:27:42.2885631Z adding 'torch/ao/quantization/backend_config/native.py' 2022-11-23T01:27:42.2887286Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2022-11-23T01:27:42.2889121Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2022-11-23T01:27:42.2890976Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2022-11-23T01:27:42.2893554Z adding 'torch/ao/quantization/backend_config/utils.py' 2022-11-23T01:27:42.2895690Z adding 'torch/ao/quantization/backend_config/x86.py' 2022-11-23T01:27:42.2897323Z adding 'torch/ao/quantization/fx/__init__.py' 2022-11-23T01:27:42.2899695Z adding 'torch/ao/quantization/fx/_decomposed.py' 2022-11-23T01:27:42.2910020Z adding 'torch/ao/quantization/fx/_equalize.py' 2022-11-23T01:27:42.2921152Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2022-11-23T01:27:42.2924220Z adding 'torch/ao/quantization/fx/backend_config_utils.py' 2022-11-23T01:27:42.2937984Z adding 'torch/ao/quantization/fx/convert.py' 2022-11-23T01:27:42.2943115Z adding 'torch/ao/quantization/fx/custom_config.py' 2022-11-23T01:27:42.2946272Z adding 'torch/ao/quantization/fx/fuse.py' 2022-11-23T01:27:42.2948778Z adding 'torch/ao/quantization/fx/fusion_patterns.py' 2022-11-23T01:27:42.2951128Z adding 'torch/ao/quantization/fx/graph_module.py' 2022-11-23T01:27:42.2952806Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2022-11-23T01:27:42.2954330Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2022-11-23T01:27:42.2957465Z adding 'torch/ao/quantization/fx/match_utils.py' 2022-11-23T01:27:42.2959766Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2022-11-23T01:27:42.2980182Z adding 'torch/ao/quantization/fx/prepare.py' 2022-11-23T01:27:42.2985512Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2022-11-23T01:27:42.2988278Z adding 'torch/ao/quantization/fx/quantization_patterns.py' 2022-11-23T01:27:42.2990763Z adding 'torch/ao/quantization/fx/tracer.py' 2022-11-23T01:27:42.3003785Z adding 'torch/ao/quantization/fx/utils.py' 2022-11-23T01:27:42.3006501Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2022-11-23T01:27:42.3025258Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2022-11-23T01:27:42.3035018Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2022-11-23T01:27:42.3039175Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2022-11-23T01:27:42.3047982Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2022-11-23T01:27:42.3054682Z adding 'torch/autograd/__init__.py' 2022-11-23T01:27:42.3057307Z adding 'torch/autograd/anomaly_mode.py' 2022-11-23T01:27:42.3060293Z adding 'torch/autograd/forward_ad.py' 2022-11-23T01:27:42.3067605Z adding 'torch/autograd/function.py' 2022-11-23T01:27:42.3080029Z adding 'torch/autograd/functional.py' 2022-11-23T01:27:42.3085153Z adding 'torch/autograd/grad_mode.py' 2022-11-23T01:27:42.3109538Z adding 'torch/autograd/gradcheck.py' 2022-11-23T01:27:42.3116267Z adding 'torch/autograd/graph.py' 2022-11-23T01:27:42.3126094Z adding 'torch/autograd/profiler.py' 2022-11-23T01:27:42.3130366Z adding 'torch/autograd/profiler_legacy.py' 2022-11-23T01:27:42.3140110Z adding 'torch/autograd/profiler_util.py' 2022-11-23T01:27:42.3142507Z adding 'torch/autograd/variable.py' 2022-11-23T01:27:42.3144206Z adding 'torch/autograd/_functions/__init__.py' 2022-11-23T01:27:42.3145833Z adding 'torch/autograd/_functions/tensor.py' 2022-11-23T01:27:42.3147941Z adding 'torch/autograd/_functions/utils.py' 2022-11-23T01:27:42.3150524Z adding 'torch/backends/__init__.py' 2022-11-23T01:27:42.3152409Z adding 'torch/backends/_coreml/__init__.py' 2022-11-23T01:27:42.3155052Z adding 'torch/backends/_coreml/preprocess.py' 2022-11-23T01:27:42.3156375Z adding 'torch/backends/_nnapi/__init__.py' 2022-11-23T01:27:42.3158871Z adding 'torch/backends/_nnapi/prepare.py' 2022-11-23T01:27:42.3178269Z adding 'torch/backends/_nnapi/serializer.py' 2022-11-23T01:27:42.3183660Z adding 'torch/backends/cuda/__init__.py' 2022-11-23T01:27:42.3186762Z adding 'torch/backends/cudnn/__init__.py' 2022-11-23T01:27:42.3188926Z adding 'torch/backends/cudnn/rnn.py' 2022-11-23T01:27:42.3191342Z adding 'torch/backends/mkl/__init__.py' 2022-11-23T01:27:42.3193715Z adding 'torch/backends/mkldnn/__init__.py' 2022-11-23T01:27:42.3195642Z adding 'torch/backends/mps/__init__.py' 2022-11-23T01:27:42.3197304Z adding 'torch/backends/openmp/__init__.py' 2022-11-23T01:27:42.3199692Z adding 'torch/backends/opt_einsum/__init__.py' 2022-11-23T01:27:42.3201894Z adding 'torch/backends/quantized/__init__.py' 2022-11-23T01:27:42.3203565Z adding 'torch/backends/xeon/__init__.py' 2022-11-23T01:27:42.3211250Z adding 'torch/backends/xeon/run_cpu.py' 2022-11-23T01:27:42.3214056Z adding 'torch/backends/xnnpack/__init__.py' 2022-11-23T01:27:42.3497040Z adding 'torch/bin/FileStoreTest' 2022-11-23T01:27:42.3795441Z adding 'torch/bin/HashStoreTest' 2022-11-23T01:27:42.4131651Z adding 'torch/bin/TCPStoreTest' 2022-11-23T01:27:42.4187624Z adding 'torch/bin/aot_model_compiler_test' 2022-11-23T01:27:42.6693134Z adding 'torch/bin/protoc' 2022-11-23T01:27:42.9303809Z adding 'torch/bin/protoc-3.13.0.0' 2022-11-23T01:27:43.5461152Z adding 'torch/bin/test_api' 2022-11-23T01:27:43.6184605Z adding 'torch/bin/test_cpp_rpc' 2022-11-23T01:27:43.6494950Z adding 'torch/bin/test_dist_autograd' 2022-11-23T01:27:43.9547553Z adding 'torch/bin/test_jit' 2022-11-23T01:27:44.1403055Z adding 'torch/bin/test_lazy' 2022-11-23T01:27:44.1883477Z adding 'torch/bin/test_mobile_nnc' 2022-11-23T01:27:44.6178944Z adding 'torch/bin/test_tensorexpr' 2022-11-23T01:27:44.6427320Z adding 'torch/bin/torch_shm_manager' 2022-11-23T01:27:44.6500955Z adding 'torch/bin/tutorial_tensorexpr' 2022-11-23T01:27:44.6507052Z adding 'torch/contrib/__init__.py' 2022-11-23T01:27:44.6509904Z adding 'torch/contrib/_tensorboard_vis.py' 2022-11-23T01:27:44.6511721Z adding 'torch/cpu/__init__.py' 2022-11-23T01:27:44.6513261Z adding 'torch/cpu/amp/__init__.py' 2022-11-23T01:27:44.6514847Z adding 'torch/cpu/amp/autocast_mode.py' 2022-11-23T01:27:44.6524009Z adding 'torch/cuda/__init__.py' 2022-11-23T01:27:44.6527303Z adding 'torch/cuda/_dynamo_graphs.py' 2022-11-23T01:27:44.6532066Z adding 'torch/cuda/_memory_viz.py' 2022-11-23T01:27:44.6538062Z adding 'torch/cuda/_sanitizer.py' 2022-11-23T01:27:44.6540451Z adding 'torch/cuda/_utils.py' 2022-11-23T01:27:44.6541933Z adding 'torch/cuda/comm.py' 2022-11-23T01:27:44.6543429Z adding 'torch/cuda/error.py' 2022-11-23T01:27:44.6549073Z adding 'torch/cuda/graphs.py' 2022-11-23T01:27:44.6552477Z adding 'torch/cuda/jiterator.py' 2022-11-23T01:27:44.6559071Z adding 'torch/cuda/memory.py' 2022-11-23T01:27:44.6561730Z adding 'torch/cuda/nccl.py' 2022-11-23T01:27:44.6563702Z adding 'torch/cuda/nvtx.py' 2022-11-23T01:27:44.6565473Z adding 'torch/cuda/profiler.py' 2022-11-23T01:27:44.6567660Z adding 'torch/cuda/random.py' 2022-11-23T01:27:44.6569210Z adding 'torch/cuda/sparse.py' 2022-11-23T01:27:44.6573354Z adding 'torch/cuda/streams.py' 2022-11-23T01:27:44.6575227Z adding 'torch/cuda/amp/__init__.py' 2022-11-23T01:27:44.6577600Z adding 'torch/cuda/amp/autocast_mode.py' 2022-11-23T01:27:44.6579072Z adding 'torch/cuda/amp/common.py' 2022-11-23T01:27:44.6585984Z adding 'torch/cuda/amp/grad_scaler.py' 2022-11-23T01:27:44.6589339Z adding 'torch/distributed/__init__.py' 2022-11-23T01:27:44.6591472Z adding 'torch/distributed/argparse_util.py' 2022-11-23T01:27:44.6593223Z adding 'torch/distributed/c10d_error_logger.py' 2022-11-23T01:27:44.6594606Z adding 'torch/distributed/constants.py' 2022-11-23T01:27:44.6632698Z adding 'torch/distributed/distributed_c10d.py' 2022-11-23T01:27:44.6638704Z adding 'torch/distributed/launch.py' 2022-11-23T01:27:44.6640315Z adding 'torch/distributed/logging_handlers.py' 2022-11-23T01:27:44.6642501Z adding 'torch/distributed/remote_device.py' 2022-11-23T01:27:44.6645714Z adding 'torch/distributed/rendezvous.py' 2022-11-23T01:27:44.6654008Z adding 'torch/distributed/run.py' 2022-11-23T01:27:44.6657422Z adding 'torch/distributed/utils.py' 2022-11-23T01:27:44.6659287Z adding 'torch/distributed/_composable/__init__.py' 2022-11-23T01:27:44.6685628Z adding 'torch/distributed/_composable/_ddp.py' 2022-11-23T01:27:44.6690081Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2022-11-23T01:27:44.6692627Z adding 'torch/distributed/_composable/contract.py' 2022-11-23T01:27:44.6694633Z adding 'torch/distributed/_composable/fully_shard.py' 2022-11-23T01:27:44.6696602Z adding 'torch/distributed/_composable/replicate.py' 2022-11-23T01:27:44.6698393Z adding 'torch/distributed/_shard/__init__.py' 2022-11-23T01:27:44.6700437Z adding 'torch/distributed/_shard/_utils.py' 2022-11-23T01:27:44.6704141Z adding 'torch/distributed/_shard/api.py' 2022-11-23T01:27:44.6706765Z adding 'torch/distributed/_shard/common_op_utils.py' 2022-11-23T01:27:44.6708894Z adding 'torch/distributed/_shard/metadata.py' 2022-11-23T01:27:44.6710444Z adding 'torch/distributed/_shard/op_registry_utils.py' 2022-11-23T01:27:44.6714462Z adding 'torch/distributed/_shard/partial_tensor.py' 2022-11-23T01:27:44.6717884Z adding 'torch/distributed/_shard/replicated_tensor.py' 2022-11-23T01:27:44.6719548Z adding 'torch/distributed/_shard/sharder.py' 2022-11-23T01:27:44.6721342Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2022-11-23T01:27:44.6723530Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2022-11-23T01:27:44.6725874Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2022-11-23T01:27:44.6730486Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2022-11-23T01:27:44.6743271Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2022-11-23T01:27:44.6746406Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2022-11-23T01:27:44.6749865Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2022-11-23T01:27:44.6752137Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2022-11-23T01:27:44.6755184Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2022-11-23T01:27:44.6757298Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2022-11-23T01:27:44.6759486Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2022-11-23T01:27:44.6761227Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2022-11-23T01:27:44.6763036Z adding 'torch/distributed/_shard/sharded_tensor/_ops/chunk.py' 2022-11-23T01:27:44.6764433Z adding 'torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py' 2022-11-23T01:27:44.6766490Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2022-11-23T01:27:44.6768408Z adding 'torch/distributed/_shard/sharded_tensor/_ops/math_ops.py' 2022-11-23T01:27:44.6770393Z adding 'torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py' 2022-11-23T01:27:44.6771744Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2022-11-23T01:27:44.6774263Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2022-11-23T01:27:44.6776280Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2022-11-23T01:27:44.6777831Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2022-11-23T01:27:44.6779428Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2022-11-23T01:27:44.6782443Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2022-11-23T01:27:44.6786160Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2022-11-23T01:27:44.6789815Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2022-11-23T01:27:44.6791779Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2022-11-23T01:27:44.6795956Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2022-11-23T01:27:44.6800051Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2022-11-23T01:27:44.6805609Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2022-11-23T01:27:44.6810803Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py' 2022-11-23T01:27:44.6813224Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py' 2022-11-23T01:27:44.6817389Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py' 2022-11-23T01:27:44.6819377Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py' 2022-11-23T01:27:44.6821064Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2022-11-23T01:27:44.6822748Z adding 'torch/distributed/_sharding_spec/__init__.py' 2022-11-23T01:27:44.6824287Z adding 'torch/distributed/_spmd/__init__.py' 2022-11-23T01:27:44.6827656Z adding 'torch/distributed/_spmd/comm_tensor.py' 2022-11-23T01:27:44.6831608Z adding 'torch/distributed/_tensor/__init__.py' 2022-11-23T01:27:44.6836825Z adding 'torch/distributed/_tensor/api.py' 2022-11-23T01:27:44.6842450Z adding 'torch/distributed/_tensor/device_mesh.py' 2022-11-23T01:27:44.6846835Z adding 'torch/distributed/_tensor/dispatch.py' 2022-11-23T01:27:44.6852083Z adding 'torch/distributed/_tensor/placement_types.py' 2022-11-23T01:27:44.6855812Z adding 'torch/distributed/_tensor/redistribute.py' 2022-11-23T01:27:44.6857786Z adding 'torch/distributed/_tensor/utils.py' 2022-11-23T01:27:44.6859602Z adding 'torch/distributed/_tensor/ops/__init__.py' 2022-11-23T01:27:44.6864282Z adding 'torch/distributed/_tensor/ops/common_rules.py' 2022-11-23T01:27:44.6866869Z adding 'torch/distributed/_tensor/ops/math_ops.py' 2022-11-23T01:27:44.6869206Z adding 'torch/distributed/_tensor/ops/matrix_ops.py' 2022-11-23T01:27:44.6872500Z adding 'torch/distributed/_tensor/ops/pointwise_ops.py' 2022-11-23T01:27:44.6877458Z adding 'torch/distributed/_tensor/ops/tensor_ops.py' 2022-11-23T01:27:44.6879896Z adding 'torch/distributed/_tensor/ops/tp_sharding_ops.py' 2022-11-23T01:27:44.6881887Z adding 'torch/distributed/_tensor/ops/utils.py' 2022-11-23T01:27:44.6889041Z adding 'torch/distributed/_tensor/ops/view_ops.py' 2022-11-23T01:27:44.6891535Z adding 'torch/distributed/_tensor/parallel/__init__.py' 2022-11-23T01:27:44.6893868Z adding 'torch/distributed/_tensor/parallel/_view_with_dim_change.py' 2022-11-23T01:27:44.6897030Z adding 'torch/distributed/_tensor/parallel/api.py' 2022-11-23T01:27:44.6900826Z adding 'torch/distributed/_tensor/parallel/fsdp.py' 2022-11-23T01:27:44.6904425Z adding 'torch/distributed/_tensor/parallel/multihead_attention_tp.py' 2022-11-23T01:27:44.6907127Z adding 'torch/distributed/_tensor/parallel/style.py' 2022-11-23T01:27:44.6909989Z adding 'torch/distributed/_tensor/parallel/utils.py' 2022-11-23T01:27:44.6911979Z adding 'torch/distributed/algorithms/__init__.py' 2022-11-23T01:27:44.6916257Z adding 'torch/distributed/algorithms/join.py' 2022-11-23T01:27:44.6918487Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2022-11-23T01:27:44.6921827Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2022-11-23T01:27:44.6923812Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2022-11-23T01:27:44.6926260Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2022-11-23T01:27:44.6928321Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2022-11-23T01:27:44.6929911Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2022-11-23T01:27:44.6931464Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2022-11-23T01:27:44.6933772Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2022-11-23T01:27:44.6936231Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2022-11-23T01:27:44.6941108Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2022-11-23T01:27:44.6943154Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2022-11-23T01:27:44.6945623Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2022-11-23T01:27:44.6947984Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2022-11-23T01:27:44.6950389Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2022-11-23T01:27:44.6961575Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2022-11-23T01:27:44.6965299Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2022-11-23T01:27:44.6967080Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2022-11-23T01:27:44.6969640Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2022-11-23T01:27:44.6972963Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2022-11-23T01:27:44.6975211Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2022-11-23T01:27:44.6977331Z adding 'torch/distributed/autograd/__init__.py' 2022-11-23T01:27:44.6979147Z adding 'torch/distributed/checkpoint/__init__.py' 2022-11-23T01:27:44.6980909Z adding 'torch/distributed/checkpoint/api.py' 2022-11-23T01:27:44.6982637Z adding 'torch/distributed/checkpoint/dedup_tensors.py' 2022-11-23T01:27:44.6985092Z adding 'torch/distributed/checkpoint/default_planner.py' 2022-11-23T01:27:44.6988795Z adding 'torch/distributed/checkpoint/filesystem.py' 2022-11-23T01:27:44.6990916Z adding 'torch/distributed/checkpoint/metadata.py' 2022-11-23T01:27:44.6994938Z adding 'torch/distributed/checkpoint/planner.py' 2022-11-23T01:27:44.6997817Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2022-11-23T01:27:44.6999650Z adding 'torch/distributed/checkpoint/resharding.py' 2022-11-23T01:27:44.7001813Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2022-11-23T01:27:44.7004122Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2022-11-23T01:27:44.7006618Z adding 'torch/distributed/checkpoint/storage.py' 2022-11-23T01:27:44.7009164Z adding 'torch/distributed/checkpoint/traverse.py' 2022-11-23T01:27:44.7012285Z adding 'torch/distributed/checkpoint/utils.py' 2022-11-23T01:27:44.7015045Z adding 'torch/distributed/elastic/__init__.py' 2022-11-23T01:27:44.7016691Z adding 'torch/distributed/elastic/agent/__init__.py' 2022-11-23T01:27:44.7018516Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2022-11-23T01:27:44.7029115Z adding 'torch/distributed/elastic/agent/server/api.py' 2022-11-23T01:27:44.7034144Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2022-11-23T01:27:44.7036930Z adding 'torch/distributed/elastic/events/__init__.py' 2022-11-23T01:27:44.7038982Z adding 'torch/distributed/elastic/events/api.py' 2022-11-23T01:27:44.7040497Z adding 'torch/distributed/elastic/events/handlers.py' 2022-11-23T01:27:44.7043063Z adding 'torch/distributed/elastic/metrics/__init__.py' 2022-11-23T01:27:44.7045805Z adding 'torch/distributed/elastic/metrics/api.py' 2022-11-23T01:27:44.7049701Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2022-11-23T01:27:44.7056570Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2022-11-23T01:27:44.7059203Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2022-11-23T01:27:44.7061528Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2022-11-23T01:27:44.7066350Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2022-11-23T01:27:44.7069559Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2022-11-23T01:27:44.7071274Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2022-11-23T01:27:44.7074048Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2022-11-23T01:27:44.7077257Z adding 'torch/distributed/elastic/rendezvous/api.py' 2022-11-23T01:27:44.7081011Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2022-11-23T01:27:44.7091171Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2022-11-23T01:27:44.7103436Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2022-11-23T01:27:44.7107152Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2022-11-23T01:27:44.7110688Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2022-11-23T01:27:44.7113740Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2022-11-23T01:27:44.7115652Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2022-11-23T01:27:44.7117693Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2022-11-23T01:27:44.7120757Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2022-11-23T01:27:44.7122958Z adding 'torch/distributed/elastic/timer/__init__.py' 2022-11-23T01:27:44.7126331Z adding 'torch/distributed/elastic/timer/api.py' 2022-11-23T01:27:44.7130712Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2022-11-23T01:27:44.7133223Z adding 'torch/distributed/elastic/timer/local_timer.py' 2022-11-23T01:27:44.7135028Z adding 'torch/distributed/elastic/utils/__init__.py' 2022-11-23T01:27:44.7136700Z adding 'torch/distributed/elastic/utils/api.py' 2022-11-23T01:27:44.7139038Z adding 'torch/distributed/elastic/utils/distributed.py' 2022-11-23T01:27:44.7140544Z adding 'torch/distributed/elastic/utils/log_level.py' 2022-11-23T01:27:44.7142377Z adding 'torch/distributed/elastic/utils/logging.py' 2022-11-23T01:27:44.7144199Z adding 'torch/distributed/elastic/utils/store.py' 2022-11-23T01:27:44.7145947Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2022-11-23T01:27:44.7147563Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2022-11-23T01:27:44.7149628Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2022-11-23T01:27:44.7151499Z adding 'torch/distributed/fsdp/__init__.py' 2022-11-23T01:27:44.7154331Z adding 'torch/distributed/fsdp/_common_utils.py' 2022-11-23T01:27:44.7158821Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2022-11-23T01:27:44.7161178Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2022-11-23T01:27:44.7169347Z adding 'torch/distributed/fsdp/_init_utils.py' 2022-11-23T01:27:44.7171637Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2022-11-23T01:27:44.7186148Z adding 'torch/distributed/fsdp/_optim_utils.py' 2022-11-23T01:27:44.7200283Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2022-11-23T01:27:44.7204912Z adding 'torch/distributed/fsdp/_shard_utils.py' 2022-11-23T01:27:44.7211388Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2022-11-23T01:27:44.7215285Z adding 'torch/distributed/fsdp/_symbolic_trace.py' 2022-11-23T01:27:44.7218880Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2022-11-23T01:27:44.7221060Z adding 'torch/distributed/fsdp/_utils.py' 2022-11-23T01:27:44.7224046Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2022-11-23T01:27:44.7228315Z adding 'torch/distributed/fsdp/api.py' 2022-11-23T01:27:44.7252107Z adding 'torch/distributed/fsdp/flat_param.py' 2022-11-23T01:27:44.7278150Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2022-11-23T01:27:44.7284913Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2022-11-23T01:27:44.7290022Z adding 'torch/distributed/fsdp/wrap.py' 2022-11-23T01:27:44.7292060Z adding 'torch/distributed/launcher/__init__.py' 2022-11-23T01:27:44.7295549Z adding 'torch/distributed/launcher/api.py' 2022-11-23T01:27:44.7297411Z adding 'torch/distributed/nn/__init__.py' 2022-11-23T01:27:44.7301365Z adding 'torch/distributed/nn/functional.py' 2022-11-23T01:27:44.7303384Z adding 'torch/distributed/nn/api/__init__.py' 2022-11-23T01:27:44.7310644Z adding 'torch/distributed/nn/api/remote_module.py' 2022-11-23T01:27:44.7313022Z adding 'torch/distributed/nn/jit/__init__.py' 2022-11-23T01:27:44.7315451Z adding 'torch/distributed/nn/jit/instantiator.py' 2022-11-23T01:27:44.7317011Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2022-11-23T01:27:44.7318891Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2022-11-23T01:27:44.7320693Z adding 'torch/distributed/optim/__init__.py' 2022-11-23T01:27:44.7322561Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2022-11-23T01:27:44.7324484Z adding 'torch/distributed/optim/functional_adadelta.py' 2022-11-23T01:27:44.7326492Z adding 'torch/distributed/optim/functional_adagrad.py' 2022-11-23T01:27:44.7328804Z adding 'torch/distributed/optim/functional_adam.py' 2022-11-23T01:27:44.7330980Z adding 'torch/distributed/optim/functional_adamax.py' 2022-11-23T01:27:44.7333278Z adding 'torch/distributed/optim/functional_adamw.py' 2022-11-23T01:27:44.7335395Z adding 'torch/distributed/optim/functional_rmsprop.py' 2022-11-23T01:27:44.7337367Z adding 'torch/distributed/optim/functional_rprop.py' 2022-11-23T01:27:44.7339582Z adding 'torch/distributed/optim/functional_sgd.py' 2022-11-23T01:27:44.7343011Z adding 'torch/distributed/optim/optimizer.py' 2022-11-23T01:27:44.7345339Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2022-11-23T01:27:44.7346993Z adding 'torch/distributed/optim/utils.py' 2022-11-23T01:27:44.7367450Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2022-11-23T01:27:44.7370404Z adding 'torch/distributed/pipeline/__init__.py' 2022-11-23T01:27:44.7372022Z adding 'torch/distributed/pipeline/sync/__init__.py' 2022-11-23T01:27:44.7374315Z adding 'torch/distributed/pipeline/sync/batchnorm.py' 2022-11-23T01:27:44.7377870Z adding 'torch/distributed/pipeline/sync/checkpoint.py' 2022-11-23T01:27:44.7379985Z adding 'torch/distributed/pipeline/sync/copy.py' 2022-11-23T01:27:44.7381552Z adding 'torch/distributed/pipeline/sync/dependency.py' 2022-11-23T01:27:44.7384263Z adding 'torch/distributed/pipeline/sync/microbatch.py' 2022-11-23T01:27:44.7385967Z adding 'torch/distributed/pipeline/sync/phony.py' 2022-11-23T01:27:44.7391674Z adding 'torch/distributed/pipeline/sync/pipe.py' 2022-11-23T01:27:44.7395253Z adding 'torch/distributed/pipeline/sync/pipeline.py' 2022-11-23T01:27:44.7397447Z adding 'torch/distributed/pipeline/sync/stream.py' 2022-11-23T01:27:44.7398999Z adding 'torch/distributed/pipeline/sync/utils.py' 2022-11-23T01:27:44.7401065Z adding 'torch/distributed/pipeline/sync/worker.py' 2022-11-23T01:27:44.7403651Z adding 'torch/distributed/pipeline/sync/_balance/__init__.py' 2022-11-23T01:27:44.7406287Z adding 'torch/distributed/pipeline/sync/_balance/blockpartition.py' 2022-11-23T01:27:44.7407900Z adding 'torch/distributed/pipeline/sync/_balance/profile.py' 2022-11-23T01:27:44.7410587Z adding 'torch/distributed/pipeline/sync/skip/__init__.py' 2022-11-23T01:27:44.7412659Z adding 'torch/distributed/pipeline/sync/skip/layout.py' 2022-11-23T01:27:44.7414394Z adding 'torch/distributed/pipeline/sync/skip/namespace.py' 2022-11-23T01:27:44.7417050Z adding 'torch/distributed/pipeline/sync/skip/portal.py' 2022-11-23T01:27:44.7421560Z adding 'torch/distributed/pipeline/sync/skip/skippable.py' 2022-11-23T01:27:44.7424448Z adding 'torch/distributed/pipeline/sync/skip/tracker.py' 2022-11-23T01:27:44.7428385Z adding 'torch/distributed/rpc/__init__.py' 2022-11-23T01:27:44.7430335Z adding 'torch/distributed/rpc/_utils.py' 2022-11-23T01:27:44.7439611Z adding 'torch/distributed/rpc/api.py' 2022-11-23T01:27:44.7444976Z adding 'torch/distributed/rpc/backend_registry.py' 2022-11-23T01:27:44.7446948Z adding 'torch/distributed/rpc/constants.py' 2022-11-23T01:27:44.7449399Z adding 'torch/distributed/rpc/functions.py' 2022-11-23T01:27:44.7453077Z adding 'torch/distributed/rpc/internal.py' 2022-11-23T01:27:44.7456186Z adding 'torch/distributed/rpc/options.py' 2022-11-23T01:27:44.7458893Z adding 'torch/distributed/rpc/rref_proxy.py' 2022-11-23T01:27:44.7461921Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2022-11-23T01:27:44.7463965Z adding 'torch/distributed/rpc/_testing/__init__.py' 2022-11-23T01:27:44.7465708Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2022-11-23T01:27:44.7469145Z adding 'torch/distributions/__init__.py' 2022-11-23T01:27:44.7471834Z adding 'torch/distributions/bernoulli.py' 2022-11-23T01:27:44.7473648Z adding 'torch/distributions/beta.py' 2022-11-23T01:27:44.7476163Z adding 'torch/distributions/binomial.py' 2022-11-23T01:27:44.7478829Z adding 'torch/distributions/categorical.py' 2022-11-23T01:27:44.7480856Z adding 'torch/distributions/cauchy.py' 2022-11-23T01:27:44.7482427Z adding 'torch/distributions/chi2.py' 2022-11-23T01:27:44.7485580Z adding 'torch/distributions/constraint_registry.py' 2022-11-23T01:27:44.7490410Z adding 'torch/distributions/constraints.py' 2022-11-23T01:27:44.7493990Z adding 'torch/distributions/continuous_bernoulli.py' 2022-11-23T01:27:44.7496184Z adding 'torch/distributions/dirichlet.py' 2022-11-23T01:27:44.7499987Z adding 'torch/distributions/distribution.py' 2022-11-23T01:27:44.7502178Z adding 'torch/distributions/exp_family.py' 2022-11-23T01:27:44.7504020Z adding 'torch/distributions/exponential.py' 2022-11-23T01:27:44.7506033Z adding 'torch/distributions/fishersnedecor.py' 2022-11-23T01:27:44.7508153Z adding 'torch/distributions/gamma.py' 2022-11-23T01:27:44.7510625Z adding 'torch/distributions/geometric.py' 2022-11-23T01:27:44.7512927Z adding 'torch/distributions/gumbel.py' 2022-11-23T01:27:44.7514976Z adding 'torch/distributions/half_cauchy.py' 2022-11-23T01:27:44.7516958Z adding 'torch/distributions/half_normal.py' 2022-11-23T01:27:44.7519269Z adding 'torch/distributions/independent.py' 2022-11-23T01:27:44.7527446Z adding 'torch/distributions/kl.py' 2022-11-23T01:27:44.7530672Z adding 'torch/distributions/kumaraswamy.py' 2022-11-23T01:27:44.7533094Z adding 'torch/distributions/laplace.py' 2022-11-23T01:27:44.7536597Z adding 'torch/distributions/lkj_cholesky.py' 2022-11-23T01:27:44.7538487Z adding 'torch/distributions/log_normal.py' 2022-11-23T01:27:44.7540541Z adding 'torch/distributions/logistic_normal.py' 2022-11-23T01:27:44.7543456Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2022-11-23T01:27:44.7546426Z adding 'torch/distributions/mixture_same_family.py' 2022-11-23T01:27:44.7549229Z adding 'torch/distributions/multinomial.py' 2022-11-23T01:27:44.7552719Z adding 'torch/distributions/multivariate_normal.py' 2022-11-23T01:27:44.7555132Z adding 'torch/distributions/negative_binomial.py' 2022-11-23T01:27:44.7557074Z adding 'torch/distributions/normal.py' 2022-11-23T01:27:44.7559354Z adding 'torch/distributions/one_hot_categorical.py' 2022-11-23T01:27:44.7561174Z adding 'torch/distributions/pareto.py' 2022-11-23T01:27:44.7562955Z adding 'torch/distributions/poisson.py' 2022-11-23T01:27:44.7565181Z adding 'torch/distributions/relaxed_bernoulli.py' 2022-11-23T01:27:44.7567517Z adding 'torch/distributions/relaxed_categorical.py' 2022-11-23T01:27:44.7569622Z adding 'torch/distributions/studentT.py' 2022-11-23T01:27:44.7572482Z adding 'torch/distributions/transformed_distribution.py' 2022-11-23T01:27:44.7582118Z adding 'torch/distributions/transforms.py' 2022-11-23T01:27:44.7585084Z adding 'torch/distributions/uniform.py' 2022-11-23T01:27:44.7587941Z adding 'torch/distributions/utils.py' 2022-11-23T01:27:44.7590541Z adding 'torch/distributions/von_mises.py' 2022-11-23T01:27:44.7592581Z adding 'torch/distributions/weibull.py' 2022-11-23T01:27:44.7596346Z adding 'torch/distributions/wishart.py' 2022-11-23T01:27:44.7606104Z adding 'torch/fft/__init__.py' 2022-11-23T01:27:44.7611751Z adding 'torch/futures/__init__.py' 2022-11-23T01:27:44.7614592Z adding 'torch/fx/__init__.py' 2022-11-23T01:27:44.7616204Z adding 'torch/fx/_compatibility.py' 2022-11-23T01:27:44.7618158Z adding 'torch/fx/_pytree.py' 2022-11-23T01:27:44.7630545Z adding 'torch/fx/_symbolic_trace.py' 2022-11-23T01:27:44.7633161Z adding 'torch/fx/annotate.py' 2022-11-23T01:27:44.7651498Z adding 'torch/fx/graph.py' 2022-11-23T01:27:44.7662575Z adding 'torch/fx/graph_module.py' 2022-11-23T01:27:44.7665119Z adding 'torch/fx/immutable_collections.py' 2022-11-23T01:27:44.7670215Z adding 'torch/fx/interpreter.py' 2022-11-23T01:27:44.7678808Z adding 'torch/fx/node.py' 2022-11-23T01:27:44.7684810Z adding 'torch/fx/operator_schemas.py' 2022-11-23T01:27:44.7690334Z adding 'torch/fx/proxy.py' 2022-11-23T01:27:44.7694813Z adding 'torch/fx/subgraph_rewriter.py' 2022-11-23T01:27:44.7696897Z adding 'torch/fx/tensor_type.py' 2022-11-23T01:27:44.7698582Z adding 'torch/fx/traceback.py' 2022-11-23T01:27:44.7700273Z adding 'torch/fx/experimental/__init__.py' 2022-11-23T01:27:44.7713283Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2022-11-23T01:27:44.7718186Z adding 'torch/fx/experimental/const_fold.py' 2022-11-23T01:27:44.7720281Z adding 'torch/fx/experimental/debug.py' 2022-11-23T01:27:44.7729334Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2022-11-23T01:27:44.7733098Z adding 'torch/fx/experimental/merge_matmul.py' 2022-11-23T01:27:44.7736958Z adding 'torch/fx/experimental/meta_tracer.py' 2022-11-23T01:27:44.7739919Z adding 'torch/fx/experimental/normalize.py' 2022-11-23T01:27:44.7745431Z adding 'torch/fx/experimental/optimization.py' 2022-11-23T01:27:44.7750195Z adding 'torch/fx/experimental/partitioner_utils.py' 2022-11-23T01:27:44.7760205Z adding 'torch/fx/experimental/proxy_tensor.py' 2022-11-23T01:27:44.7762693Z adding 'torch/fx/experimental/refinement_types.py' 2022-11-23T01:27:44.7765340Z adding 'torch/fx/experimental/rewriter.py' 2022-11-23T01:27:44.7768103Z adding 'torch/fx/experimental/schema_type_annotation.py' 2022-11-23T01:27:44.7775804Z adding 'torch/fx/experimental/symbolic_shapes.py' 2022-11-23T01:27:44.7778672Z adding 'torch/fx/experimental/unify_refinements.py' 2022-11-23T01:27:44.7780669Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2022-11-23T01:27:44.7784732Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2022-11-23T01:27:44.7796548Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2022-11-23T01:27:44.7807936Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2022-11-23T01:27:44.7810914Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2022-11-23T01:27:44.7815071Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2022-11-23T01:27:44.7817113Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2022-11-23T01:27:44.7818934Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2022-11-23T01:27:44.7820867Z adding 'torch/fx/experimental/unification/__init__.py' 2022-11-23T01:27:44.7822986Z adding 'torch/fx/experimental/unification/core.py' 2022-11-23T01:27:44.7824692Z adding 'torch/fx/experimental/unification/dispatch.py' 2022-11-23T01:27:44.7826939Z adding 'torch/fx/experimental/unification/match.py' 2022-11-23T01:27:44.7829488Z adding 'torch/fx/experimental/unification/more.py' 2022-11-23T01:27:44.7833459Z adding 'torch/fx/experimental/unification/unification_tools.py' 2022-11-23T01:27:44.7836049Z adding 'torch/fx/experimental/unification/utils.py' 2022-11-23T01:27:44.7838203Z adding 'torch/fx/experimental/unification/variable.py' 2022-11-23T01:27:44.7840177Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2022-11-23T01:27:44.7842539Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2022-11-23T01:27:44.7844824Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2022-11-23T01:27:44.7849668Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2022-11-23T01:27:44.7852504Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2022-11-23T01:27:44.7854805Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2022-11-23T01:27:44.7856880Z adding 'torch/fx/passes/__init__.py' 2022-11-23T01:27:44.7858772Z adding 'torch/fx/passes/fake_tensor_prop.py' 2022-11-23T01:27:44.7862737Z adding 'torch/fx/passes/graph_drawer.py' 2022-11-23T01:27:44.7865583Z adding 'torch/fx/passes/graph_manipulation.py' 2022-11-23T01:27:44.7872121Z adding 'torch/fx/passes/net_min_base.py' 2022-11-23T01:27:44.7875660Z adding 'torch/fx/passes/operator_support.py' 2022-11-23T01:27:44.7878179Z adding 'torch/fx/passes/param_fetch.py' 2022-11-23T01:27:44.7881289Z adding 'torch/fx/passes/pass_manager.py' 2022-11-23T01:27:44.7891970Z adding 'torch/fx/passes/reinplace.py' 2022-11-23T01:27:44.7895449Z adding 'torch/fx/passes/shape_prop.py' 2022-11-23T01:27:44.7900228Z adding 'torch/fx/passes/split_module.py' 2022-11-23T01:27:44.7904487Z adding 'torch/fx/passes/split_utils.py' 2022-11-23T01:27:44.7914124Z adding 'torch/fx/passes/splitter_base.py' 2022-11-23T01:27:44.7918556Z adding 'torch/fx/passes/tools_common.py' 2022-11-23T01:27:44.7920602Z adding 'torch/fx/passes/backends/__init__.py' 2022-11-23T01:27:44.7922698Z adding 'torch/fx/passes/backends/cudagraphs.py' 2022-11-23T01:27:44.7924578Z adding 'torch/fx/passes/dialect/__init__.py' 2022-11-23T01:27:44.7926251Z adding 'torch/fx/passes/dialect/common/__init__.py' 2022-11-23T01:27:44.7928895Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2022-11-23T01:27:44.7930833Z adding 'torch/fx/passes/infra/__init__.py' 2022-11-23T01:27:44.7934691Z adding 'torch/fx/passes/infra/partitioner.py' 2022-11-23T01:27:44.7937116Z adding 'torch/fx/passes/infra/pass_base.py' 2022-11-23T01:27:44.7940987Z adding 'torch/fx/passes/infra/pass_manager.py' 2022-11-23T01:27:44.7943018Z adding 'torch/fx/passes/tests/__init__.py' 2022-11-23T01:27:44.7944933Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2022-11-23T01:27:44.7946796Z adding 'torch/fx/passes/utils/__init__.py' 2022-11-23T01:27:44.7949106Z adding 'torch/fx/passes/utils/common.py' 2022-11-23T01:27:44.7952692Z adding 'torch/fx/passes/utils/fuser_utils.py' 2022-11-23T01:27:44.7957534Z adding 'torch/fx/passes/utils/matcher_utils.py' 2022-11-23T01:27:44.7960398Z adding 'torch/include/clog.h' 2022-11-23T01:27:44.7969284Z adding 'torch/include/cpuinfo.h' 2022-11-23T01:27:44.7972208Z adding 'torch/include/dnnl.h' 2022-11-23T01:27:44.7973951Z adding 'torch/include/dnnl_config.h' 2022-11-23T01:27:44.7975717Z adding 'torch/include/dnnl_debug.h' 2022-11-23T01:27:44.7977412Z adding 'torch/include/dnnl_ocl.h' 2022-11-23T01:27:44.7979132Z adding 'torch/include/dnnl_sycl.h' 2022-11-23T01:27:44.7980863Z adding 'torch/include/dnnl_sycl_types.h' 2022-11-23T01:27:44.7982645Z adding 'torch/include/dnnl_threadpool.h' 2022-11-23T01:27:44.7984276Z adding 'torch/include/dnnl_types.h' 2022-11-23T01:27:44.7986069Z adding 'torch/include/dnnl_version.h' 2022-11-23T01:27:44.7988255Z adding 'torch/include/fp16.h' 2022-11-23T01:27:44.7991618Z adding 'torch/include/fxdiv.h' 2022-11-23T01:27:44.7993854Z adding 'torch/include/libshm.h' 2022-11-23T01:27:44.7999620Z adding 'torch/include/nnpack.h' 2022-11-23T01:27:44.8008030Z adding 'torch/include/psimd.h' 2022-11-23T01:27:44.8014959Z adding 'torch/include/pthreadpool.h' 2022-11-23T01:27:44.8018535Z adding 'torch/include/qnnpack.h' 2022-11-23T01:27:44.8020877Z adding 'torch/include/qnnpack_func.h' 2022-11-23T01:27:44.8051157Z adding 'torch/include/sleef.h' 2022-11-23T01:27:44.8071612Z adding 'torch/include/xnnpack.h' 2022-11-23T01:27:44.8077365Z adding 'torch/include/ATen/ATen.h' 2022-11-23T01:27:44.8079745Z adding 'torch/include/ATen/AccumulateType.h' 2022-11-23T01:27:44.8081403Z adding 'torch/include/ATen/ArrayRef.h' 2022-11-23T01:27:44.8083193Z adding 'torch/include/ATen/Backend.h' 2022-11-23T01:27:44.8084375Z adding 'torch/include/ATen/Backtrace.h' 2022-11-23T01:27:44.8086338Z adding 'torch/include/ATen/BatchedFallback.h' 2022-11-23T01:27:44.8089150Z adding 'torch/include/ATen/BatchedTensorImpl.h' 2022-11-23T01:27:44.8092789Z adding 'torch/include/ATen/CPUApplyUtils.h' 2022-11-23T01:27:44.8094899Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2022-11-23T01:27:44.8097012Z adding 'torch/include/ATen/CPUFunctions.h' 2022-11-23T01:27:44.8101379Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2022-11-23T01:27:44.8104035Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2022-11-23T01:27:44.8106096Z adding 'torch/include/ATen/CUDAFunctions.h' 2022-11-23T01:27:44.8110951Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2022-11-23T01:27:44.8113999Z adding 'torch/include/ATen/CollapseDims.h' 2022-11-23T01:27:44.8116284Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2022-11-23T01:27:44.8121064Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2022-11-23T01:27:44.8124229Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2022-11-23T01:27:44.8127722Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2022-11-23T01:27:44.8130441Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2022-11-23T01:27:44.8135072Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2022-11-23T01:27:44.8138160Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2022-11-23T01:27:44.8140088Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2022-11-23T01:27:44.8141799Z adding 'torch/include/ATen/Config.h' 2022-11-23T01:27:44.8146507Z adding 'torch/include/ATen/Context.h' 2022-11-23T01:27:44.8148914Z adding 'torch/include/ATen/DLConvertor.h' 2022-11-23T01:27:44.8150385Z adding 'torch/include/ATen/Device.h' 2022-11-23T01:27:44.8152510Z adding 'torch/include/ATen/DeviceGuard.h' 2022-11-23T01:27:44.8153974Z adding 'torch/include/ATen/DimVector.h' 2022-11-23T01:27:44.8155553Z adding 'torch/include/ATen/Dimname.h' 2022-11-23T01:27:44.8161023Z adding 'torch/include/ATen/Dispatch.h' 2022-11-23T01:27:44.8163532Z adding 'torch/include/ATen/DynamicLibrary.h' 2022-11-23T01:27:44.8165599Z adding 'torch/include/ATen/EmptyTensor.h' 2022-11-23T01:27:44.8167549Z adding 'torch/include/ATen/ExpandBase.h' 2022-11-23T01:27:44.8171439Z adding 'torch/include/ATen/ExpandUtils.h' 2022-11-23T01:27:44.8173486Z adding 'torch/include/ATen/Formatting.h' 2022-11-23T01:27:44.8175583Z adding 'torch/include/ATen/FuncTorchTLS.h' 2022-11-23T01:27:44.8178342Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2022-11-23T01:27:44.8182772Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2022-11-23T01:27:44.8191490Z adding 'torch/include/ATen/Functions.h' 2022-11-23T01:27:44.8194487Z adding 'torch/include/ATen/Generator.h' 2022-11-23T01:27:44.8196557Z adding 'torch/include/ATen/InferSize.h' 2022-11-23T01:27:44.8198385Z adding 'torch/include/ATen/InitialTensorOptions.h' 2022-11-23T01:27:44.8199931Z adding 'torch/include/ATen/Layout.h' 2022-11-23T01:27:44.8202014Z adding 'torch/include/ATen/LinalgBackend.h' 2022-11-23T01:27:44.8204092Z adding 'torch/include/ATen/MapAllocator.h' 2022-11-23T01:27:44.8206378Z adding 'torch/include/ATen/MatrixRef.h' 2022-11-23T01:27:44.8208342Z adding 'torch/include/ATen/MemoryOverlap.h' 2022-11-23T01:27:44.8210504Z adding 'torch/include/ATen/MetaFunctions.h' 2022-11-23T01:27:44.8213656Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2022-11-23T01:27:44.8217400Z adding 'torch/include/ATen/MethodOperators.h' 2022-11-23T01:27:44.8219382Z adding 'torch/include/ATen/NamedTensor.h' 2022-11-23T01:27:44.8222078Z adding 'torch/include/ATen/NamedTensorUtils.h' 2022-11-23T01:27:44.8230005Z adding 'torch/include/ATen/NativeFunctions.h' 2022-11-23T01:27:44.8238737Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2022-11-23T01:27:44.8243731Z adding 'torch/include/ATen/NestedTensorImpl.h' 2022-11-23T01:27:44.8246073Z adding 'torch/include/ATen/NumericUtils.h' 2022-11-23T01:27:44.8248030Z adding 'torch/include/ATen/OpMathType.h' 2022-11-23T01:27:44.8250835Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2022-11-23T01:27:44.8258710Z adding 'torch/include/ATen/Operators.h' 2022-11-23T01:27:44.8261834Z adding 'torch/include/ATen/PTThreadPool.h' 2022-11-23T01:27:44.8263523Z adding 'torch/include/ATen/PadNd.h' 2022-11-23T01:27:44.8265577Z adding 'torch/include/ATen/Parallel-inl.h' 2022-11-23T01:27:44.8269457Z adding 'torch/include/ATen/Parallel.h' 2022-11-23T01:27:44.8271431Z adding 'torch/include/ATen/ParallelFuture.h' 2022-11-23T01:27:44.8273148Z adding 'torch/include/ATen/ParallelNative.h' 2022-11-23T01:27:44.8275098Z adding 'torch/include/ATen/ParallelNativeTBB.h' 2022-11-23T01:27:44.8277077Z adding 'torch/include/ATen/ParallelOpenMP.h' 2022-11-23T01:27:44.8278936Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2022-11-23T01:27:44.8487624Z adding 'torch/include/ATen/RedispatchFunctions.h' 2022-11-23T01:27:44.8638348Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2022-11-23T01:27:44.8656689Z adding 'torch/include/ATen/SavedTensorHooks.h' 2022-11-23T01:27:44.8657935Z adding 'torch/include/ATen/Scalar.h' 2022-11-23T01:27:44.8659888Z adding 'torch/include/ATen/ScalarOps.h' 2022-11-23T01:27:44.8670906Z adding 'torch/include/ATen/ScalarType.h' 2022-11-23T01:27:44.8671490Z adding 'torch/include/ATen/SequenceNumber.h' 2022-11-23T01:27:44.8671825Z adding 'torch/include/ATen/SmallVector.h' 2022-11-23T01:27:44.8672110Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2022-11-23T01:27:44.8672433Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2022-11-23T01:27:44.8674647Z adding 'torch/include/ATen/SparseTensorImpl.h' 2022-11-23T01:27:44.8677415Z adding 'torch/include/ATen/SparseTensorUtils.h' 2022-11-23T01:27:44.8678831Z adding 'torch/include/ATen/Storage.h' 2022-11-23T01:27:44.8680421Z adding 'torch/include/ATen/Tensor.h' 2022-11-23T01:27:44.8681464Z adding 'torch/include/ATen/TensorAccessor.h' 2022-11-23T01:27:44.8683471Z adding 'torch/include/ATen/TensorGeometry.h' 2022-11-23T01:27:44.8690067Z adding 'torch/include/ATen/TensorIndexing.h' 2022-11-23T01:27:44.8701322Z adding 'torch/include/ATen/TensorIterator.h' 2022-11-23T01:27:44.8703775Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2022-11-23T01:27:44.8705997Z adding 'torch/include/ATen/TensorMeta.h' 2022-11-23T01:27:44.8708227Z adding 'torch/include/ATen/TensorNames.h' 2022-11-23T01:27:44.8709990Z adding 'torch/include/ATen/TensorOperators.h' 2022-11-23T01:27:44.8711470Z adding 'torch/include/ATen/TensorOptions.h' 2022-11-23T01:27:44.8713441Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2022-11-23T01:27:44.8715595Z adding 'torch/include/ATen/TensorUtils.h' 2022-11-23T01:27:44.8717746Z adding 'torch/include/ATen/ThreadLocalState.h' 2022-11-23T01:27:44.8720277Z adding 'torch/include/ATen/TracerMode.h' 2022-11-23T01:27:44.8721943Z adding 'torch/include/ATen/TypeDefault.h' 2022-11-23T01:27:44.8723806Z adding 'torch/include/ATen/Utils.h' 2022-11-23T01:27:44.8725310Z adding 'torch/include/ATen/Version.h' 2022-11-23T01:27:44.8868549Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2022-11-23T01:27:44.8906627Z adding 'torch/include/ATen/VmapMode.h' 2022-11-23T01:27:44.8909685Z adding 'torch/include/ATen/VmapTransforms.h' 2022-11-23T01:27:44.8912174Z adding 'torch/include/ATen/WrapDimUtils.h' 2022-11-23T01:27:44.8913841Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2022-11-23T01:27:44.8916422Z adding 'torch/include/ATen/autocast_mode.h' 2022-11-23T01:27:44.8918191Z adding 'torch/include/ATen/ceil_div.h' 2022-11-23T01:27:44.8920779Z adding 'torch/include/ATen/code_template.h' 2022-11-23T01:27:44.8923031Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2022-11-23T01:27:44.8924479Z adding 'torch/include/ATen/div_rtn.h' 2022-11-23T01:27:44.8927169Z adding 'torch/include/ATen/dlpack.h' 2022-11-23T01:27:44.8928989Z adding 'torch/include/ATen/jit_macros.h' 2022-11-23T01:27:44.8930385Z adding 'torch/include/ATen/jiterator_macros.h' 2022-11-23T01:27:44.8936596Z adding 'torch/include/ATen/record_function.h' 2022-11-23T01:27:44.8939473Z adding 'torch/include/ATen/core/ATenGeneral.h' 2022-11-23T01:27:44.8941552Z adding 'torch/include/ATen/core/ATenOpList.h' 2022-11-23T01:27:44.8942428Z adding 'torch/include/ATen/core/ATen_fwd.h' 2022-11-23T01:27:44.8944871Z adding 'torch/include/ATen/core/ATen_pch.h' 2022-11-23T01:27:44.8946657Z adding 'torch/include/ATen/core/Array.h' 2022-11-23T01:27:44.8948378Z adding 'torch/include/ATen/core/Backtrace.h' 2022-11-23T01:27:44.8949941Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2022-11-23T01:27:44.8952101Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2022-11-23T01:27:44.8953728Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2022-11-23T01:27:44.8957939Z adding 'torch/include/ATen/core/Dict.h' 2022-11-23T01:27:44.8960924Z adding 'torch/include/ATen/core/Dict_inl.h' 2022-11-23T01:27:44.8962542Z adding 'torch/include/ATen/core/DimVector.h' 2022-11-23T01:27:44.8964185Z adding 'torch/include/ATen/core/Dimname.h' 2022-11-23T01:27:44.8967346Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2022-11-23T01:27:44.8969196Z adding 'torch/include/ATen/core/Formatting.h' 2022-11-23T01:27:44.8971950Z adding 'torch/include/ATen/core/Generator.h' 2022-11-23T01:27:44.8977943Z adding 'torch/include/ATen/core/IListRef.h' 2022-11-23T01:27:44.8980771Z adding 'torch/include/ATen/core/IListRef_inl.h' 2022-11-23T01:27:44.8983345Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2022-11-23T01:27:44.8988048Z adding 'torch/include/ATen/core/List.h' 2022-11-23T01:27:44.8991880Z adding 'torch/include/ATen/core/List_inl.h' 2022-11-23T01:27:44.8994926Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2022-11-23T01:27:44.8997550Z adding 'torch/include/ATen/core/NamedTensor.h' 2022-11-23T01:27:44.9000672Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2022-11-23T01:27:44.9002384Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2022-11-23T01:27:44.9003955Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2022-11-23T01:27:44.9005765Z adding 'torch/include/ATen/core/QuantizerBase.h' 2022-11-23T01:27:44.9007269Z adding 'torch/include/ATen/core/Range.h' 2022-11-23T01:27:44.9008752Z adding 'torch/include/ATen/core/Reduction.h' 2022-11-23T01:27:44.9010241Z adding 'torch/include/ATen/core/Scalar.h' 2022-11-23T01:27:44.9011493Z adding 'torch/include/ATen/core/ScalarType.h' 2022-11-23T01:27:44.9013181Z adding 'torch/include/ATen/core/Tensor.h' 2022-11-23T01:27:44.9015959Z adding 'torch/include/ATen/core/TensorAccessor.h' 2022-11-23T01:27:44.9026730Z adding 'torch/include/ATen/core/TensorBase.h' 2022-11-23T01:27:44.9074919Z adding 'torch/include/ATen/core/TensorBody.h' 2022-11-23T01:27:44.9082656Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2022-11-23T01:27:44.9085346Z adding 'torch/include/ATen/core/TransformationHelper.h' 2022-11-23T01:27:44.9087163Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2022-11-23T01:27:44.9088624Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2022-11-23T01:27:44.9090762Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2022-11-23T01:27:44.9092471Z adding 'torch/include/ATen/core/Variadic.h' 2022-11-23T01:27:44.9094411Z adding 'torch/include/ATen/core/Vitals.h' 2022-11-23T01:27:44.9096366Z adding 'torch/include/ATen/core/alias_info.h' 2022-11-23T01:27:44.9107144Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2022-11-23T01:27:44.9111035Z adding 'torch/include/ATen/core/blob.h' 2022-11-23T01:27:44.9113021Z adding 'torch/include/ATen/core/builtin_function.h' 2022-11-23T01:27:44.9117306Z adding 'torch/include/ATen/core/class_type.h' 2022-11-23T01:27:44.9119140Z adding 'torch/include/ATen/core/custom_class.h' 2022-11-23T01:27:44.9122493Z adding 'torch/include/ATen/core/dynamic_type.h' 2022-11-23T01:27:44.9124177Z adding 'torch/include/ATen/core/enum_tag.h' 2022-11-23T01:27:44.9126051Z adding 'torch/include/ATen/core/enum_type.h' 2022-11-23T01:27:44.9128131Z adding 'torch/include/ATen/core/function.h' 2022-11-23T01:27:44.9134978Z adding 'torch/include/ATen/core/function_schema.h' 2022-11-23T01:27:44.9139892Z adding 'torch/include/ATen/core/function_schema_inl.h' 2022-11-23T01:27:44.9142030Z adding 'torch/include/ATen/core/functional.h' 2022-11-23T01:27:44.9143465Z adding 'torch/include/ATen/core/grad_mode.h' 2022-11-23T01:27:44.9147062Z adding 'torch/include/ATen/core/interned_strings.h' 2022-11-23T01:27:44.9149386Z adding 'torch/include/ATen/core/interned_strings_class.h' 2022-11-23T01:27:44.9163398Z adding 'torch/include/ATen/core/ivalue.h' 2022-11-23T01:27:44.9187598Z adding 'torch/include/ATen/core/ivalue_inl.h' 2022-11-23T01:27:44.9191172Z adding 'torch/include/ATen/core/ivalue_to.h' 2022-11-23T01:27:44.9209501Z adding 'torch/include/ATen/core/jit_type.h' 2022-11-23T01:27:44.9217272Z adding 'torch/include/ATen/core/jit_type_base.h' 2022-11-23T01:27:44.9219899Z adding 'torch/include/ATen/core/operator_name.h' 2022-11-23T01:27:44.9222319Z adding 'torch/include/ATen/core/qualified_name.h' 2022-11-23T01:27:44.9224271Z adding 'torch/include/ATen/core/rref_interface.h' 2022-11-23T01:27:44.9226869Z adding 'torch/include/ATen/core/stack.h' 2022-11-23T01:27:44.9230002Z adding 'torch/include/ATen/core/symbol.h' 2022-11-23T01:27:44.9232244Z adding 'torch/include/ATen/core/type_factory.h' 2022-11-23T01:27:44.9234149Z adding 'torch/include/ATen/core/type_ptr.h' 2022-11-23T01:27:44.9235405Z adding 'torch/include/ATen/core/typeid.h' 2022-11-23T01:27:44.9238793Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2022-11-23T01:27:44.9241045Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2022-11-23T01:27:44.9243995Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2022-11-23T01:27:44.9247308Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2022-11-23T01:27:44.9249211Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2022-11-23T01:27:44.9251276Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2022-11-23T01:27:44.9253057Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2022-11-23T01:27:44.9256883Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2022-11-23T01:27:44.9263984Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2022-11-23T01:27:44.9266917Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2022-11-23T01:27:44.9269454Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2022-11-23T01:27:44.9273051Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2022-11-23T01:27:44.9282175Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2022-11-23T01:27:44.9284431Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2022-11-23T01:27:44.9288709Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2022-11-23T01:27:44.9290727Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2022-11-23T01:27:44.9292372Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2022-11-23T01:27:44.9294560Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2022-11-23T01:27:44.9297239Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2022-11-23T01:27:44.9300175Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2022-11-23T01:27:44.9306332Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2022-11-23T01:27:44.9309113Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2022-11-23T01:27:44.9312222Z adding 'torch/include/ATen/cpu/vml.h' 2022-11-23T01:27:44.9314088Z adding 'torch/include/ATen/cpu/vec/functional.h' 2022-11-23T01:27:44.9316738Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2022-11-23T01:27:44.9320602Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2022-11-23T01:27:44.9322924Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2022-11-23T01:27:44.9324593Z adding 'torch/include/ATen/cpu/vec/vec.h' 2022-11-23T01:27:44.9332464Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2022-11-23T01:27:44.9336156Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2022-11-23T01:27:44.9338004Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2022-11-23T01:27:44.9340864Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2022-11-23T01:27:44.9347123Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2022-11-23T01:27:44.9352282Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2022-11-23T01:27:44.9357147Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2022-11-23T01:27:44.9360875Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2022-11-23T01:27:44.9364525Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2022-11-23T01:27:44.9369887Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2022-11-23T01:27:44.9379494Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2022-11-23T01:27:44.9388400Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2022-11-23T01:27:44.9392689Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2022-11-23T01:27:44.9399403Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2022-11-23T01:27:44.9405150Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2022-11-23T01:27:44.9412305Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2022-11-23T01:27:44.9416703Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2022-11-23T01:27:44.9420851Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2022-11-23T01:27:44.9429656Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2022-11-23T01:27:44.9439112Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2022-11-23T01:27:44.9441336Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2022-11-23T01:27:44.9443103Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2022-11-23T01:27:44.9444881Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2022-11-23T01:27:44.9449213Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2022-11-23T01:27:44.9455274Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2022-11-23T01:27:44.9458598Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2022-11-23T01:27:44.9460461Z adding 'torch/include/ATen/cuda/CUDAConfig.h' 2022-11-23T01:27:44.9462106Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2022-11-23T01:27:44.9463795Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2022-11-23T01:27:44.9465363Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2022-11-23T01:27:44.9468108Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2022-11-23T01:27:44.9470923Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2022-11-23T01:27:44.9473027Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2022-11-23T01:27:44.9474761Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2022-11-23T01:27:44.9476418Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2022-11-23T01:27:44.9478952Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2022-11-23T01:27:44.9481421Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2022-11-23T01:27:44.9483010Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2022-11-23T01:27:44.9484549Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2022-11-23T01:27:44.9486306Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2022-11-23T01:27:44.9488116Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2022-11-23T01:27:44.9489681Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2022-11-23T01:27:44.9492147Z adding 'torch/include/ATen/cuda/Exceptions.h' 2022-11-23T01:27:44.9494604Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2022-11-23T01:27:44.9496250Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2022-11-23T01:27:44.9497779Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2022-11-23T01:27:44.9499690Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2022-11-23T01:27:44.9501233Z adding 'torch/include/ATen/cuda/Sleep.h' 2022-11-23T01:27:44.9502859Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2022-11-23T01:27:44.9506658Z adding 'torch/include/ATen/cuda/cub.cuh' 2022-11-23T01:27:44.9509249Z adding 'torch/include/ATen/cuda/cub.h' 2022-11-23T01:27:44.9511055Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2022-11-23T01:27:44.9512683Z adding 'torch/include/ATen/cuda/jiterator.h' 2022-11-23T01:27:44.9515198Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2022-11-23T01:27:44.9516776Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2022-11-23T01:27:44.9518931Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2022-11-23T01:27:44.9522001Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2022-11-23T01:27:44.9524028Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2022-11-23T01:27:44.9526458Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2022-11-23T01:27:44.9528639Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2022-11-23T01:27:44.9530124Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2022-11-23T01:27:44.9532200Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2022-11-23T01:27:44.9534068Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2022-11-23T01:27:44.9536091Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2022-11-23T01:27:44.9538046Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2022-11-23T01:27:44.9542482Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2022-11-23T01:27:44.9544377Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2022-11-23T01:27:44.9545853Z adding 'torch/include/ATen/cudnn/Handle.h' 2022-11-23T01:27:44.9547323Z adding 'torch/include/ATen/cudnn/Handles.h' 2022-11-23T01:27:44.9549108Z adding 'torch/include/ATen/cudnn/Types.h' 2022-11-23T01:27:44.9550671Z adding 'torch/include/ATen/cudnn/Utils.h' 2022-11-23T01:27:44.9552255Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2022-11-23T01:27:44.9554789Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2022-11-23T01:27:44.9556875Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2022-11-23T01:27:44.9558642Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2022-11-23T01:27:44.9560391Z adding 'torch/include/ATen/detail/ORTHooksInterface.h' 2022-11-23T01:27:44.9562115Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2022-11-23T01:27:44.9566564Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2022-11-23T01:27:44.9569164Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2022-11-23T01:27:44.9571693Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2022-11-23T01:27:44.9574084Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2022-11-23T01:27:44.9604410Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2022-11-23T01:27:44.9606209Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2022-11-23T01:27:44.9609207Z adding 'torch/include/ATen/functorch/Interpreter.h' 2022-11-23T01:27:44.9612799Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2022-11-23T01:27:44.9614381Z adding 'torch/include/ATen/functorch/Macros.h' 2022-11-23T01:27:44.9616603Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2022-11-23T01:27:44.9618812Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2022-11-23T01:27:44.9620457Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2022-11-23T01:27:44.9622485Z adding 'torch/include/ATen/hip/ATenHIPGeneral.h' 2022-11-23T01:27:44.9624211Z adding 'torch/include/ATen/hip/ApplyGridUtils.cuh' 2022-11-23T01:27:44.9626243Z adding 'torch/include/ATen/hip/AsmUtils.cuh' 2022-11-23T01:27:44.9631158Z adding 'torch/include/ATen/hip/Atomic.cuh' 2022-11-23T01:27:44.9633796Z adding 'torch/include/ATen/hip/CachingHostAllocator.h' 2022-11-23T01:27:44.9635761Z adding 'torch/include/ATen/hip/DeviceUtils.cuh' 2022-11-23T01:27:44.9637412Z adding 'torch/include/ATen/hip/EmptyTensor.h' 2022-11-23T01:27:44.9640123Z adding 'torch/include/ATen/hip/Exceptions.h' 2022-11-23T01:27:44.9645926Z adding 'torch/include/ATen/hip/HIPApplyUtils.cuh' 2022-11-23T01:27:44.9649385Z adding 'torch/include/ATen/hip/HIPBlas.h' 2022-11-23T01:27:44.9651394Z adding 'torch/include/ATen/hip/HIPConfig.h' 2022-11-23T01:27:44.9653347Z adding 'torch/include/ATen/hip/HIPContext.h' 2022-11-23T01:27:44.9655263Z adding 'torch/include/ATen/hip/HIPDataType.h' 2022-11-23T01:27:44.9657018Z adding 'torch/include/ATen/hip/HIPDevice.h' 2022-11-23T01:27:44.9659746Z adding 'torch/include/ATen/hip/HIPEvent.h' 2022-11-23T01:27:44.9662591Z adding 'torch/include/ATen/hip/HIPGeneratorImpl.h' 2022-11-23T01:27:44.9664568Z adding 'torch/include/ATen/hip/HIPGraph.h' 2022-11-23T01:27:44.9667001Z adding 'torch/include/ATen/hip/HIPGraphsUtils.cuh' 2022-11-23T01:27:44.9668619Z adding 'torch/include/ATen/hip/HIPSparse.h' 2022-11-23T01:27:44.9671451Z adding 'torch/include/ATen/hip/HIPSparseBlas.h' 2022-11-23T01:27:44.9674186Z adding 'torch/include/ATen/hip/HIPSparseDescriptors.h' 2022-11-23T01:27:44.9675892Z adding 'torch/include/ATen/hip/HIPTensorMethods.cuh' 2022-11-23T01:27:44.9677454Z adding 'torch/include/ATen/hip/HIPUtils.h' 2022-11-23T01:27:44.9679459Z adding 'torch/include/ATen/hip/NumericLimits.cuh' 2022-11-23T01:27:44.9681129Z adding 'torch/include/ATen/hip/PeerToPeerAccess.h' 2022-11-23T01:27:44.9682619Z adding 'torch/include/ATen/hip/PinnedMemoryAllocator.h' 2022-11-23T01:27:44.9684465Z adding 'torch/include/ATen/hip/ScanUtils.cuh' 2022-11-23T01:27:44.9685974Z adding 'torch/include/ATen/hip/Sleep.h' 2022-11-23T01:27:44.9687562Z adding 'torch/include/ATen/hip/ThrustAllocator.h' 2022-11-23T01:27:44.9691370Z adding 'torch/include/ATen/hip/cub.cuh' 2022-11-23T01:27:44.9693938Z adding 'torch/include/ATen/hip/cub.h' 2022-11-23T01:27:44.9695761Z adding 'torch/include/ATen/hip/cub_definitions.cuh' 2022-11-23T01:27:44.9697406Z adding 'torch/include/ATen/hip/jiterator.h' 2022-11-23T01:27:44.9699958Z adding 'torch/include/ATen/hip/jiterator_impl.h' 2022-11-23T01:27:44.9701705Z adding 'torch/include/ATen/hip/llvm_jit_strings.h' 2022-11-23T01:27:44.9705196Z adding 'torch/include/ATen/hip/detail/DeviceThreadHandles.h' 2022-11-23T01:27:44.9707236Z adding 'torch/include/ATen/hip/detail/HIPHooks.h' 2022-11-23T01:27:44.9709142Z adding 'torch/include/ATen/hip/detail/IndexUtils.cuh' 2022-11-23T01:27:44.9712145Z adding 'torch/include/ATen/hip/detail/IntegerDivider.cuh' 2022-11-23T01:27:44.9713800Z adding 'torch/include/ATen/hip/detail/KernelUtils.h' 2022-11-23T01:27:44.9715306Z adding 'torch/include/ATen/hip/detail/LazyNVRTC.h' 2022-11-23T01:27:44.9717452Z adding 'torch/include/ATen/hip/detail/OffsetCalculator.cuh' 2022-11-23T01:27:44.9719218Z adding 'torch/include/ATen/hip/detail/PhiloxCudaStateRaw.cuh' 2022-11-23T01:27:44.9721116Z adding 'torch/include/ATen/hip/detail/TensorInfo.cuh' 2022-11-23T01:27:44.9722876Z adding 'torch/include/ATen/hip/detail/UnpackRaw.cuh' 2022-11-23T01:27:44.9724768Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2022-11-23T01:27:44.9726301Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2022-11-23T01:27:44.9730131Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2022-11-23T01:27:44.9732734Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2022-11-23T01:27:44.9735599Z adding 'torch/include/ATen/native/Activation.h' 2022-11-23T01:27:44.9737315Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2022-11-23T01:27:44.9739952Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2022-11-23T01:27:44.9742251Z adding 'torch/include/ATen/native/BinaryOps.h' 2022-11-23T01:27:44.9745126Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2022-11-23T01:27:44.9747318Z adding 'torch/include/ATen/native/CPUBlas.h' 2022-11-23T01:27:44.9749406Z adding 'torch/include/ATen/native/CPUFallback.h' 2022-11-23T01:27:44.9751010Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2022-11-23T01:27:44.9753116Z adding 'torch/include/ATen/native/ComplexHelper.h' 2022-11-23T01:27:44.9754912Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2022-11-23T01:27:44.9757315Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2022-11-23T01:27:44.9761558Z adding 'torch/include/ATen/native/ConvUtils.h' 2022-11-23T01:27:44.9763511Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2022-11-23T01:27:44.9764967Z adding 'torch/include/ATen/native/Copy.h' 2022-11-23T01:27:44.9766327Z adding 'torch/include/ATen/native/Cross.h' 2022-11-23T01:27:44.9768775Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2022-11-23T01:27:44.9771830Z adding 'torch/include/ATen/native/DispatchStub.h' 2022-11-23T01:27:44.9773559Z adding 'torch/include/ATen/native/Distance.h' 2022-11-23T01:27:44.9777771Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2022-11-23T01:27:44.9784294Z adding 'torch/include/ATen/native/Distributions.h' 2022-11-23T01:27:44.9787080Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2022-11-23T01:27:44.9788853Z adding 'torch/include/ATen/native/Fill.h' 2022-11-23T01:27:44.9791510Z adding 'torch/include/ATen/native/ForeachUtils.h' 2022-11-23T01:27:44.9793269Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2022-11-23T01:27:44.9796160Z adding 'torch/include/ATen/native/GridSampler.h' 2022-11-23T01:27:44.9798415Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2022-11-23T01:27:44.9799935Z adding 'torch/include/ATen/native/Histogram.h' 2022-11-23T01:27:44.9801569Z adding 'torch/include/ATen/native/IndexKernel.h' 2022-11-23T01:27:44.9803959Z adding 'torch/include/ATen/native/IndexingUtils.h' 2022-11-23T01:27:44.9805771Z adding 'torch/include/ATen/native/Lerp.h' 2022-11-23T01:27:44.9807269Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2022-11-23T01:27:44.9815318Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2022-11-23T01:27:44.9817704Z adding 'torch/include/ATen/native/LossMulti.h' 2022-11-23T01:27:44.9856482Z adding 'torch/include/ATen/native/Math.h' 2022-11-23T01:27:44.9861454Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2022-11-23T01:27:44.9864425Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2022-11-23T01:27:44.9866220Z adding 'torch/include/ATen/native/MaxPooling.h' 2022-11-23T01:27:44.9867948Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2022-11-23T01:27:44.9869704Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2022-11-23T01:27:44.9871304Z adding 'torch/include/ATen/native/Normalization.h' 2022-11-23T01:27:44.9872806Z adding 'torch/include/ATen/native/PointwiseOps.h' 2022-11-23T01:27:44.9876023Z adding 'torch/include/ATen/native/Pool.h' 2022-11-23T01:27:44.9878077Z adding 'torch/include/ATen/native/Pow.h' 2022-11-23T01:27:44.9879899Z adding 'torch/include/ATen/native/RNN.h' 2022-11-23T01:27:44.9881406Z adding 'torch/include/ATen/native/RangeFactories.h' 2022-11-23T01:27:44.9882850Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2022-11-23T01:27:44.9884433Z adding 'torch/include/ATen/native/ReduceOps.h' 2022-11-23T01:27:44.9888473Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2022-11-23T01:27:44.9890531Z adding 'torch/include/ATen/native/Repeat.h' 2022-11-23T01:27:44.9893433Z adding 'torch/include/ATen/native/Resize.h' 2022-11-23T01:27:44.9895326Z adding 'torch/include/ATen/native/ResizeCommon.h' 2022-11-23T01:27:44.9897351Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2022-11-23T01:27:44.9898935Z adding 'torch/include/ATen/native/SegmentReduce.h' 2022-11-23T01:27:44.9902525Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2022-11-23T01:27:44.9904735Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2022-11-23T01:27:44.9906285Z adding 'torch/include/ATen/native/Sorting.h' 2022-11-23T01:27:44.9908366Z adding 'torch/include/ATen/native/SortingUtils.h' 2022-11-23T01:27:44.9910345Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2022-11-23T01:27:44.9912928Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2022-11-23T01:27:44.9915037Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2022-11-23T01:27:44.9917176Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2022-11-23T01:27:44.9918965Z adding 'torch/include/ATen/native/TensorCompare.h' 2022-11-23T01:27:44.9920703Z adding 'torch/include/ATen/native/TensorConversions.h' 2022-11-23T01:27:44.9922367Z adding 'torch/include/ATen/native/TensorDimApply.h' 2022-11-23T01:27:44.9924418Z adding 'torch/include/ATen/native/TensorFactories.h' 2022-11-23T01:27:44.9926018Z adding 'torch/include/ATen/native/TensorIterator.h' 2022-11-23T01:27:44.9927941Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2022-11-23T01:27:44.9929333Z adding 'torch/include/ATen/native/TensorProperties.h' 2022-11-23T01:27:44.9931252Z adding 'torch/include/ATen/native/TensorShape.h' 2022-11-23T01:27:44.9933092Z adding 'torch/include/ATen/native/TensorTransformations.h' 2022-11-23T01:27:44.9934452Z adding 'torch/include/ATen/native/TopKImpl.h' 2022-11-23T01:27:44.9936013Z adding 'torch/include/ATen/native/TransposeType.h' 2022-11-23T01:27:44.9937669Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2022-11-23T01:27:44.9939149Z adding 'torch/include/ATen/native/TypeProperties.h' 2022-11-23T01:27:44.9941126Z adding 'torch/include/ATen/native/UnaryOps.h' 2022-11-23T01:27:44.9942634Z adding 'torch/include/ATen/native/Unfold2d.h' 2022-11-23T01:27:44.9943975Z adding 'torch/include/ATen/native/Unfold3d.h' 2022-11-23T01:27:44.9945991Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2022-11-23T01:27:44.9950775Z adding 'torch/include/ATen/native/UpSample.h' 2022-11-23T01:27:44.9953028Z adding 'torch/include/ATen/native/batch_norm.h' 2022-11-23T01:27:44.9954650Z adding 'torch/include/ATen/native/group_norm.h' 2022-11-23T01:27:44.9956609Z adding 'torch/include/ATen/native/im2col.h' 2022-11-23T01:27:44.9959092Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2022-11-23T01:27:44.9961143Z adding 'torch/include/ATen/native/layer_norm.h' 2022-11-23T01:27:44.9962681Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2022-11-23T01:27:44.9964260Z adding 'torch/include/ATen/native/vol2col.h' 2022-11-23T01:27:44.9966231Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2022-11-23T01:27:44.9967772Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2022-11-23T01:27:44.9968794Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2022-11-23T01:27:44.9970039Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2022-11-23T01:27:44.9971495Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2022-11-23T01:27:44.9974702Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2022-11-23T01:27:44.9976435Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2022-11-23T01:27:44.9978404Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2022-11-23T01:27:44.9980039Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2022-11-23T01:27:44.9981700Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2022-11-23T01:27:44.9985552Z adding 'torch/include/ATen/native/cpu/Loops.h' 2022-11-23T01:27:44.9987401Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2022-11-23T01:27:44.9989156Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2022-11-23T01:27:44.9992966Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2022-11-23T01:27:44.9996002Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2022-11-23T01:27:44.9997490Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2022-11-23T01:27:44.9999017Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2022-11-23T01:27:45.0000437Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2022-11-23T01:27:45.0004638Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2022-11-23T01:27:45.0006573Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2022-11-23T01:27:45.0008880Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2022-11-23T01:27:45.0010905Z adding 'torch/include/ATen/native/cpu/utils.h' 2022-11-23T01:27:45.0013033Z adding 'torch/include/ATen/native/cpu/zmath.h' 2022-11-23T01:27:45.0015449Z adding 'torch/include/ATen/native/cuda/Activation.h' 2022-11-23T01:27:45.0017162Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2022-11-23T01:27:45.0020539Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2022-11-23T01:27:45.0023641Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2022-11-23T01:27:45.0025448Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2022-11-23T01:27:45.0026738Z adding 'torch/include/ATen/native/cuda/Copy.h' 2022-11-23T01:27:45.0032886Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2022-11-23T01:27:45.0034779Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2022-11-23T01:27:45.0036340Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2022-11-23T01:27:45.0042484Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2022-11-23T01:27:45.0044736Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2022-11-23T01:27:45.0046376Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2022-11-23T01:27:45.0049067Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2022-11-23T01:27:45.0052549Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2022-11-23T01:27:45.0054551Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2022-11-23T01:27:45.0055956Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2022-11-23T01:27:45.0058756Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2022-11-23T01:27:45.0061045Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2022-11-23T01:27:45.0062731Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2022-11-23T01:27:45.0066156Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2022-11-23T01:27:45.0094890Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2022-11-23T01:27:45.0101593Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2022-11-23T01:27:45.0103591Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2022-11-23T01:27:45.0106588Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2022-11-23T01:27:45.0121692Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2022-11-23T01:27:45.0127444Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2022-11-23T01:27:45.0129734Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2022-11-23T01:27:45.0133572Z adding 'torch/include/ATen/native/cuda/ROCmLoops.cuh' 2022-11-23T01:27:45.0135801Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2022-11-23T01:27:45.0148619Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2022-11-23T01:27:45.0151507Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2022-11-23T01:27:45.0153453Z adding 'torch/include/ATen/native/cuda/Resize.h' 2022-11-23T01:27:45.0155321Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2022-11-23T01:27:45.0159480Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2022-11-23T01:27:45.0161641Z adding 'torch/include/ATen/native/cuda/Sort.h' 2022-11-23T01:27:45.0162931Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2022-11-23T01:27:45.0165961Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2022-11-23T01:27:45.0167808Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2022-11-23T01:27:45.0170291Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2022-11-23T01:27:45.0174320Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2022-11-23T01:27:45.0179511Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2022-11-23T01:27:45.0181346Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2022-11-23T01:27:45.0182812Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2022-11-23T01:27:45.0184218Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2022-11-23T01:27:45.0187903Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2022-11-23T01:27:45.0190357Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2022-11-23T01:27:45.0192146Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2022-11-23T01:27:45.0193524Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2022-11-23T01:27:45.0195991Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2022-11-23T01:27:45.0199018Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2022-11-23T01:27:45.0201760Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2022-11-23T01:27:45.0207498Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2022-11-23T01:27:45.0209697Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2022-11-23T01:27:45.0212743Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2022-11-23T01:27:45.0215417Z adding 'torch/include/ATen/native/hip/Activation.h' 2022-11-23T01:27:45.0217147Z adding 'torch/include/ATen/native/hip/BinaryInternal.h' 2022-11-23T01:27:45.0218862Z adding 'torch/include/ATen/native/hip/CompositeRandomAccessor.h' 2022-11-23T01:27:45.0220288Z adding 'torch/include/ATen/native/hip/Copy.h' 2022-11-23T01:27:45.0226280Z adding 'torch/include/ATen/native/hip/CuFFTPlanCache.h' 2022-11-23T01:27:45.0228711Z adding 'torch/include/ATen/native/hip/CuFFTUtils.h' 2022-11-23T01:27:45.0230386Z adding 'torch/include/ATen/native/hip/DeviceSqrt.cuh' 2022-11-23T01:27:45.0236826Z adding 'torch/include/ATen/native/hip/DistributionTemplates.h' 2022-11-23T01:27:45.0239062Z adding 'torch/include/ATen/native/hip/Distributions.h' 2022-11-23T01:27:45.0240722Z adding 'torch/include/ATen/native/hip/EmbeddingBackwardKernel.cuh' 2022-11-23T01:27:45.0243665Z adding 'torch/include/ATen/native/hip/ForeachFunctors.cuh' 2022-11-23T01:27:45.0247114Z adding 'torch/include/ATen/native/hip/GridSampler.cuh' 2022-11-23T01:27:45.0250052Z adding 'torch/include/ATen/native/hip/GridSampler.h' 2022-11-23T01:27:45.0253463Z adding 'torch/include/ATen/native/hip/HIPJitLoops.cuh' 2022-11-23T01:27:45.0256938Z adding 'torch/include/ATen/native/hip/HIPLoops.cuh' 2022-11-23T01:27:45.0259954Z adding 'torch/include/ATen/native/hip/IndexKernel.h' 2022-11-23T01:27:45.0262930Z adding 'torch/include/ATen/native/hip/JitLoops.cuh' 2022-11-23T01:27:45.0265112Z adding 'torch/include/ATen/native/hip/KernelUtils.cuh' 2022-11-23T01:27:45.0266728Z adding 'torch/include/ATen/native/hip/LaunchUtils.h' 2022-11-23T01:27:45.0270179Z adding 'torch/include/ATen/native/hip/Loops.cuh' 2022-11-23T01:27:45.0298725Z adding 'torch/include/ATen/native/hip/Math.cuh' 2022-11-23T01:27:45.0305299Z adding 'torch/include/ATen/native/hip/MemoryAccess.cuh' 2022-11-23T01:27:45.0307282Z adding 'torch/include/ATen/native/hip/MiscUtils.h' 2022-11-23T01:27:45.0310562Z adding 'torch/include/ATen/native/hip/MultiTensorApply.cuh' 2022-11-23T01:27:45.0325905Z adding 'torch/include/ATen/native/hip/Normalization.cuh' 2022-11-23T01:27:45.0331889Z adding 'torch/include/ATen/native/hip/PersistentSoftmax.cuh' 2022-11-23T01:27:45.0334148Z adding 'torch/include/ATen/native/hip/Pow.cuh' 2022-11-23T01:27:45.0338016Z adding 'torch/include/ATen/native/hip/ROCmLoops.cuh' 2022-11-23T01:27:45.0340323Z adding 'torch/include/ATen/native/hip/Randperm.cuh' 2022-11-23T01:27:45.0353649Z adding 'torch/include/ATen/native/hip/Reduce.cuh' 2022-11-23T01:27:45.0356336Z adding 'torch/include/ATen/native/hip/ReduceOps.h' 2022-11-23T01:27:45.0358216Z adding 'torch/include/ATen/native/hip/Resize.h' 2022-11-23T01:27:45.0359937Z adding 'torch/include/ATen/native/hip/ScanKernels.h' 2022-11-23T01:27:45.0364099Z adding 'torch/include/ATen/native/hip/ScanUtils.cuh' 2022-11-23T01:27:45.0366218Z adding 'torch/include/ATen/native/hip/Sort.h' 2022-11-23T01:27:45.0367767Z adding 'torch/include/ATen/native/hip/SortStable.h' 2022-11-23T01:27:45.0370869Z adding 'torch/include/ATen/native/hip/SortUtils.cuh' 2022-11-23T01:27:45.0372610Z adding 'torch/include/ATen/native/hip/Sorting.h' 2022-11-23T01:27:45.0375006Z adding 'torch/include/ATen/native/hip/SortingCommon.cuh' 2022-11-23T01:27:45.0378947Z adding 'torch/include/ATen/native/hip/SortingRadixSelect.cuh' 2022-11-23T01:27:45.0384198Z adding 'torch/include/ATen/native/hip/TensorModeKernel.cuh' 2022-11-23T01:27:45.0386104Z adding 'torch/include/ATen/native/hip/TensorModeKernel.h' 2022-11-23T01:27:45.0387857Z adding 'torch/include/ATen/native/hip/TensorTopK.h' 2022-11-23T01:27:45.0389604Z adding 'torch/include/ATen/native/hip/UniqueCub.cuh' 2022-11-23T01:27:45.0393184Z adding 'torch/include/ATen/native/hip/UpSample.cuh' 2022-11-23T01:27:45.0395344Z adding 'torch/include/ATen/native/hip/block_reduce.cuh' 2022-11-23T01:27:45.0397019Z adding 'torch/include/ATen/native/hip/fused_adam_amsgrad_impl.cuh' 2022-11-23T01:27:45.0398496Z adding 'torch/include/ATen/native/hip/fused_adam_impl.cuh' 2022-11-23T01:27:45.0401157Z adding 'torch/include/ATen/native/hip/fused_adam_utils.cuh' 2022-11-23T01:27:45.0404173Z adding 'torch/include/ATen/native/hip/im2col.cuh' 2022-11-23T01:27:45.0407154Z adding 'torch/include/ATen/native/hip/jit_utils.h' 2022-11-23T01:27:45.0412845Z adding 'torch/include/ATen/native/hip/reduction_template.cuh' 2022-11-23T01:27:45.0415012Z adding 'torch/include/ATen/native/hip/thread_constants.h' 2022-11-23T01:27:45.0417985Z adding 'torch/include/ATen/native/hip/vol2col.cuh' 2022-11-23T01:27:45.0420544Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2022-11-23T01:27:45.0421979Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2022-11-23T01:27:45.0423282Z adding 'torch/include/ATen/native/quantized/Copy.h' 2022-11-23T01:27:45.0425112Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2022-11-23T01:27:45.0426385Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2022-11-23T01:27:45.0428385Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2022-11-23T01:27:45.0430525Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2022-11-23T01:27:45.0432199Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2022-11-23T01:27:45.0435371Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2022-11-23T01:27:45.0440329Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2022-11-23T01:27:45.0444064Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2022-11-23T01:27:45.0447580Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2022-11-23T01:27:45.0448470Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2022-11-23T01:27:45.0451452Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2022-11-23T01:27:45.0455185Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2022-11-23T01:27:45.0458562Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2022-11-23T01:27:45.0460181Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2022-11-23T01:27:45.0461726Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2022-11-23T01:27:45.0462870Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2022-11-23T01:27:45.0514878Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2022-11-23T01:27:45.0516736Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2022-11-23T01:27:45.0518508Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0520016Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.0521478Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.0523057Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2022-11-23T01:27:45.0524770Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2022-11-23T01:27:45.0526405Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0527988Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2022-11-23T01:27:45.0529543Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2022-11-23T01:27:45.0531029Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2022-11-23T01:27:45.0532723Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2022-11-23T01:27:45.0534508Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2022-11-23T01:27:45.0536234Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2022-11-23T01:27:45.0537902Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0539474Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.0541013Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.0542507Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2022-11-23T01:27:45.0544199Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2022-11-23T01:27:45.0545946Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0547475Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2022-11-23T01:27:45.0549337Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2022-11-23T01:27:45.0550962Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2022-11-23T01:27:45.0552634Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2022-11-23T01:27:45.0554099Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2022-11-23T01:27:45.0555726Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0557103Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2022-11-23T01:27:45.0558719Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2022-11-23T01:27:45.0560408Z adding 'torch/include/ATen/ops/_add_relu.h' 2022-11-23T01:27:45.0562105Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0563692Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2022-11-23T01:27:45.0565342Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2022-11-23T01:27:45.0566801Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2022-11-23T01:27:45.0568539Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2022-11-23T01:27:45.0570116Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2022-11-23T01:27:45.0571798Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.0573378Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2022-11-23T01:27:45.0574981Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2022-11-23T01:27:45.0576633Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2022-11-23T01:27:45.0578197Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2022-11-23T01:27:45.0579810Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2022-11-23T01:27:45.0581639Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2022-11-23T01:27:45.0583430Z adding 'torch/include/ATen/ops/_aminmax.h' 2022-11-23T01:27:45.0585323Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0586902Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2022-11-23T01:27:45.0588699Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2022-11-23T01:27:45.0590341Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2022-11-23T01:27:45.0592371Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2022-11-23T01:27:45.0594195Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2022-11-23T01:27:45.0596182Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0597687Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2022-11-23T01:27:45.0599339Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2022-11-23T01:27:45.0601112Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2022-11-23T01:27:45.0602970Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2022-11-23T01:27:45.0604760Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0606495Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2022-11-23T01:27:45.0608091Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2022-11-23T01:27:45.0609593Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2022-11-23T01:27:45.0611419Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2022-11-23T01:27:45.0613054Z adding 'torch/include/ATen/ops/_assert_async.h' 2022-11-23T01:27:45.0615192Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2022-11-23T01:27:45.0616947Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2022-11-23T01:27:45.0618275Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2022-11-23T01:27:45.0620196Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2022-11-23T01:27:45.0622008Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2022-11-23T01:27:45.0623838Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0625606Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2022-11-23T01:27:45.0627282Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2022-11-23T01:27:45.0629025Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2022-11-23T01:27:45.0631139Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0632688Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2022-11-23T01:27:45.0634492Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2022-11-23T01:27:45.0636112Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2022-11-23T01:27:45.0637960Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0639601Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2022-11-23T01:27:45.0641408Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2022-11-23T01:27:45.0642994Z adding 'torch/include/ATen/ops/_backward.h' 2022-11-23T01:27:45.0644937Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0646505Z adding 'torch/include/ATen/ops/_backward_native.h' 2022-11-23T01:27:45.0648315Z adding 'torch/include/ATen/ops/_backward_ops.h' 2022-11-23T01:27:45.0650136Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2022-11-23T01:27:45.0652006Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2022-11-23T01:27:45.0654076Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0655795Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2022-11-23T01:27:45.0657800Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2022-11-23T01:27:45.0660218Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0661514Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2022-11-23T01:27:45.0663526Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2022-11-23T01:27:45.0665196Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2022-11-23T01:27:45.0666874Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0668613Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2022-11-23T01:27:45.0670380Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2022-11-23T01:27:45.0672264Z adding 'torch/include/ATen/ops/_cast_Char.h' 2022-11-23T01:27:45.0673886Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0675407Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2022-11-23T01:27:45.0677089Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2022-11-23T01:27:45.0679021Z adding 'torch/include/ATen/ops/_cast_Double.h' 2022-11-23T01:27:45.0680659Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0682154Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2022-11-23T01:27:45.0683898Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2022-11-23T01:27:45.0685542Z adding 'torch/include/ATen/ops/_cast_Float.h' 2022-11-23T01:27:45.0687265Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0688696Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2022-11-23T01:27:45.0690484Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2022-11-23T01:27:45.0691933Z adding 'torch/include/ATen/ops/_cast_Half.h' 2022-11-23T01:27:45.0693479Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0694950Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2022-11-23T01:27:45.0696351Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2022-11-23T01:27:45.0698073Z adding 'torch/include/ATen/ops/_cast_Int.h' 2022-11-23T01:27:45.0700184Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0701007Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2022-11-23T01:27:45.0703030Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2022-11-23T01:27:45.0704548Z adding 'torch/include/ATen/ops/_cast_Long.h' 2022-11-23T01:27:45.0706486Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0707978Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2022-11-23T01:27:45.0709460Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2022-11-23T01:27:45.0711172Z adding 'torch/include/ATen/ops/_cast_Short.h' 2022-11-23T01:27:45.0712888Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0714090Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2022-11-23T01:27:45.0715848Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2022-11-23T01:27:45.0717307Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2022-11-23T01:27:45.0718910Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0720431Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2022-11-23T01:27:45.0721885Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2022-11-23T01:27:45.0723318Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2022-11-23T01:27:45.0724889Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2022-11-23T01:27:45.0726559Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2022-11-23T01:27:45.0728303Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0729815Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2022-11-23T01:27:45.0731364Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2022-11-23T01:27:45.0732962Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2022-11-23T01:27:45.0734531Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2022-11-23T01:27:45.0736144Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2022-11-23T01:27:45.0737748Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0739285Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2022-11-23T01:27:45.0740741Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2022-11-23T01:27:45.0742012Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2022-11-23T01:27:45.0743505Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2022-11-23T01:27:45.0744924Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2022-11-23T01:27:45.0746405Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0747958Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2022-11-23T01:27:45.0750032Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2022-11-23T01:27:45.0751751Z adding 'torch/include/ATen/ops/_coalesce.h' 2022-11-23T01:27:45.0753609Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0754937Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2022-11-23T01:27:45.0756461Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2022-11-23T01:27:45.0758207Z adding 'torch/include/ATen/ops/_coalesced.h' 2022-11-23T01:27:45.0759900Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0761529Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2022-11-23T01:27:45.0763001Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2022-11-23T01:27:45.0764544Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2022-11-23T01:27:45.0766151Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2022-11-23T01:27:45.0767715Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2022-11-23T01:27:45.0769228Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2022-11-23T01:27:45.0770672Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2022-11-23T01:27:45.0772217Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2022-11-23T01:27:45.0774070Z adding 'torch/include/ATen/ops/_conj.h' 2022-11-23T01:27:45.0775549Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0777190Z adding 'torch/include/ATen/ops/_conj_copy.h' 2022-11-23T01:27:45.0778827Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0780423Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.0781811Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2022-11-23T01:27:45.0783413Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2022-11-23T01:27:45.0785430Z adding 'torch/include/ATen/ops/_conj_native.h' 2022-11-23T01:27:45.0787172Z adding 'torch/include/ATen/ops/_conj_ops.h' 2022-11-23T01:27:45.0788335Z adding 'torch/include/ATen/ops/_conj_physical.h' 2022-11-23T01:27:45.0790120Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0791537Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2022-11-23T01:27:45.0793205Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2022-11-23T01:27:45.0795242Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2022-11-23T01:27:45.0799674Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2022-11-23T01:27:45.0803737Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2022-11-23T01:27:45.0804113Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2022-11-23T01:27:45.0805676Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2022-11-23T01:27:45.0807629Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.0809284Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2022-11-23T01:27:45.0810969Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2022-11-23T01:27:45.0812754Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2022-11-23T01:27:45.0814476Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2022-11-23T01:27:45.0816095Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2022-11-23T01:27:45.0817968Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2022-11-23T01:27:45.0819641Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2022-11-23T01:27:45.0821476Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.0823504Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2022-11-23T01:27:45.0825377Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2022-11-23T01:27:45.0826675Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2022-11-23T01:27:45.0828627Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2022-11-23T01:27:45.0830256Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2022-11-23T01:27:45.0832179Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2022-11-23T01:27:45.0834165Z adding 'torch/include/ATen/ops/_convolution.h' 2022-11-23T01:27:45.0836117Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0837664Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0839306Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2022-11-23T01:27:45.0841013Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0842595Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2022-11-23T01:27:45.0844270Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2022-11-23T01:27:45.0846248Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2022-11-23T01:27:45.0848146Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0849022Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2022-11-23T01:27:45.0850914Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2022-11-23T01:27:45.0852354Z adding 'torch/include/ATen/ops/_convolution_native.h' 2022-11-23T01:27:45.0853938Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2022-11-23T01:27:45.0855691Z adding 'torch/include/ATen/ops/_copy_from.h' 2022-11-23T01:27:45.0857216Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2022-11-23T01:27:45.0858722Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0860038Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2022-11-23T01:27:45.0861601Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2022-11-23T01:27:45.0863149Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0864476Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2022-11-23T01:27:45.0866053Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2022-11-23T01:27:45.0868085Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2022-11-23T01:27:45.0869893Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2022-11-23T01:27:45.0871624Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0873204Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2022-11-23T01:27:45.0874870Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2022-11-23T01:27:45.0876365Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2022-11-23T01:27:45.0878349Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2022-11-23T01:27:45.0880143Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0881523Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2022-11-23T01:27:45.0882982Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2022-11-23T01:27:45.0884389Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2022-11-23T01:27:45.0886127Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2022-11-23T01:27:45.0887808Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2022-11-23T01:27:45.0889483Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0890933Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2022-11-23T01:27:45.0892800Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2022-11-23T01:27:45.0894500Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2022-11-23T01:27:45.0896170Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2022-11-23T01:27:45.0897906Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0899349Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2022-11-23T01:27:45.0901001Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2022-11-23T01:27:45.0902793Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2022-11-23T01:27:45.0905244Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2022-11-23T01:27:45.0908193Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2022-11-23T01:27:45.0910764Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0912737Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2022-11-23T01:27:45.0914610Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2022-11-23T01:27:45.0916575Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2022-11-23T01:27:45.0918522Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0920193Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2022-11-23T01:27:45.0922145Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2022-11-23T01:27:45.0924376Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0925702Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2022-11-23T01:27:45.0927136Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2022-11-23T01:27:45.0928704Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2022-11-23T01:27:45.0930224Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2022-11-23T01:27:45.0932087Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2022-11-23T01:27:45.0933666Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2022-11-23T01:27:45.0935228Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0936861Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2022-11-23T01:27:45.0938034Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2022-11-23T01:27:45.0939805Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2022-11-23T01:27:45.0941374Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0942670Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2022-11-23T01:27:45.0944353Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2022-11-23T01:27:45.0946145Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2022-11-23T01:27:45.0948042Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0949903Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2022-11-23T01:27:45.0951341Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2022-11-23T01:27:45.0952911Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2022-11-23T01:27:45.0954594Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0955827Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2022-11-23T01:27:45.0957510Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2022-11-23T01:27:45.0958859Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2022-11-23T01:27:45.0960645Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2022-11-23T01:27:45.0961961Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2022-11-23T01:27:45.0963555Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2022-11-23T01:27:45.0965128Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2022-11-23T01:27:45.0966735Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2022-11-23T01:27:45.0968347Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2022-11-23T01:27:45.0969828Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2022-11-23T01:27:45.0971338Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2022-11-23T01:27:45.0972904Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2022-11-23T01:27:45.0974465Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2022-11-23T01:27:45.0976297Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0977446Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2022-11-23T01:27:45.0979036Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2022-11-23T01:27:45.0980483Z adding 'torch/include/ATen/ops/_dimI.h' 2022-11-23T01:27:45.0981878Z adding 'torch/include/ATen/ops/_dimI_native.h' 2022-11-23T01:27:45.0983573Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2022-11-23T01:27:45.0985153Z adding 'torch/include/ATen/ops/_dimV.h' 2022-11-23T01:27:45.0986587Z adding 'torch/include/ATen/ops/_dimV_native.h' 2022-11-23T01:27:45.0988362Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2022-11-23T01:27:45.0990155Z adding 'torch/include/ATen/ops/_dim_arange.h' 2022-11-23T01:27:45.0991859Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.0993223Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2022-11-23T01:27:45.0995469Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2022-11-23T01:27:45.0996567Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2022-11-23T01:27:45.0998409Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.0999758Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2022-11-23T01:27:45.1001524Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2022-11-23T01:27:45.1002887Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2022-11-23T01:27:45.1004619Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2022-11-23T01:27:45.1006306Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2022-11-23T01:27:45.1007787Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2022-11-23T01:27:45.1009556Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2022-11-23T01:27:45.1011112Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2022-11-23T01:27:45.1012764Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2022-11-23T01:27:45.1014478Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2022-11-23T01:27:45.1015952Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2022-11-23T01:27:45.1017849Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2022-11-23T01:27:45.1019608Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2022-11-23T01:27:45.1021171Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1022806Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2022-11-23T01:27:45.1024452Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2022-11-23T01:27:45.1026333Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2022-11-23T01:27:45.1028357Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2022-11-23T01:27:45.1030330Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2022-11-23T01:27:45.1032844Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2022-11-23T01:27:45.1034585Z adding 'torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.1036219Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2022-11-23T01:27:45.1037916Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2022-11-23T01:27:45.1039914Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1041788Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2022-11-23T01:27:45.1043491Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2022-11-23T01:27:45.1045511Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2022-11-23T01:27:45.1047627Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1049302Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2022-11-23T01:27:45.1051045Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2022-11-23T01:27:45.1052708Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2022-11-23T01:27:45.1054856Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2022-11-23T01:27:45.1056742Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2022-11-23T01:27:45.1058643Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1060493Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2022-11-23T01:27:45.1062285Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2022-11-23T01:27:45.1064162Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2022-11-23T01:27:45.1066237Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2022-11-23T01:27:45.1068380Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2022-11-23T01:27:45.1070418Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2022-11-23T01:27:45.1072420Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2022-11-23T01:27:45.1074310Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1075974Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2022-11-23T01:27:45.1077729Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2022-11-23T01:27:45.1079281Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2022-11-23T01:27:45.1081218Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2022-11-23T01:27:45.1083078Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2022-11-23T01:27:45.1085029Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.1086729Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2022-11-23T01:27:45.1088569Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2022-11-23T01:27:45.1090593Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2022-11-23T01:27:45.1092670Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1094387Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2022-11-23T01:27:45.1096075Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2022-11-23T01:27:45.1097975Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2022-11-23T01:27:45.1099996Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2022-11-23T01:27:45.1101901Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1103600Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2022-11-23T01:27:45.1105432Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2022-11-23T01:27:45.1107396Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2022-11-23T01:27:45.1109232Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2022-11-23T01:27:45.1111092Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1112795Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2022-11-23T01:27:45.1114718Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2022-11-23T01:27:45.1116661Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2022-11-23T01:27:45.1118428Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2022-11-23T01:27:45.1120157Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2022-11-23T01:27:45.1121837Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2022-11-23T01:27:45.1123452Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2022-11-23T01:27:45.1125150Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2022-11-23T01:27:45.1126911Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1128527Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2022-11-23T01:27:45.1130363Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2022-11-23T01:27:45.1132122Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2022-11-23T01:27:45.1134007Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2022-11-23T01:27:45.1135901Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2022-11-23T01:27:45.1137741Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2022-11-23T01:27:45.1139321Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2022-11-23T01:27:45.1140824Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2022-11-23T01:27:45.1142023Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2022-11-23T01:27:45.1143672Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2022-11-23T01:27:45.1145444Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1147063Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2022-11-23T01:27:45.1148748Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2022-11-23T01:27:45.1150366Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2022-11-23T01:27:45.1152193Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2022-11-23T01:27:45.1154015Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2022-11-23T01:27:45.1155889Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1157890Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2022-11-23T01:27:45.1159090Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2022-11-23T01:27:45.1160508Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2022-11-23T01:27:45.1162337Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2022-11-23T01:27:45.1164185Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2022-11-23T01:27:45.1166085Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2022-11-23T01:27:45.1167773Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2022-11-23T01:27:45.1169400Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2022-11-23T01:27:45.1171177Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2022-11-23T01:27:45.1173088Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2022-11-23T01:27:45.1174843Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2022-11-23T01:27:45.1176515Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2022-11-23T01:27:45.1178098Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2022-11-23T01:27:45.1180109Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2022-11-23T01:27:45.1181718Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2022-11-23T01:27:45.1183426Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2022-11-23T01:27:45.1185189Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2022-11-23T01:27:45.1187071Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2022-11-23T01:27:45.1188491Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2022-11-23T01:27:45.1190098Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2022-11-23T01:27:45.1191962Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2022-11-23T01:27:45.1193503Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2022-11-23T01:27:45.1195358Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2022-11-23T01:27:45.1197997Z adding 'torch/include/ATen/ops/_foobar.h' 2022-11-23T01:27:45.1199933Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1201562Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2022-11-23T01:27:45.1203226Z adding 'torch/include/ATen/ops/_foobar_native.h' 2022-11-23T01:27:45.1205022Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2022-11-23T01:27:45.1206771Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2022-11-23T01:27:45.1208664Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1210200Z adding 'torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h' 2022-11-23T01:27:45.1211857Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2022-11-23T01:27:45.1213350Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2022-11-23T01:27:45.1214991Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2022-11-23T01:27:45.1216615Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2022-11-23T01:27:45.1218298Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1219757Z adding 'torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h' 2022-11-23T01:27:45.1221282Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2022-11-23T01:27:45.1222880Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2022-11-23T01:27:45.1224487Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2022-11-23T01:27:45.1226283Z adding 'torch/include/ATen/ops/_foreach_add.h' 2022-11-23T01:27:45.1228260Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1229809Z adding 'torch/include/ATen/ops/_foreach_add_cpu_dispatch.h' 2022-11-23T01:27:45.1231470Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2022-11-23T01:27:45.1233061Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2022-11-23T01:27:45.1235113Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2022-11-23T01:27:45.1237102Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2022-11-23T01:27:45.1239299Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1240728Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h' 2022-11-23T01:27:45.1242554Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2022-11-23T01:27:45.1244432Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2022-11-23T01:27:45.1246493Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2022-11-23T01:27:45.1248909Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2022-11-23T01:27:45.1251321Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1252748Z adding 'torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h' 2022-11-23T01:27:45.1254707Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2022-11-23T01:27:45.1256531Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2022-11-23T01:27:45.1258918Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2022-11-23T01:27:45.1261235Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2022-11-23T01:27:45.1262611Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1264417Z adding 'torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h' 2022-11-23T01:27:45.1266355Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2022-11-23T01:27:45.1268101Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2022-11-23T01:27:45.1270216Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2022-11-23T01:27:45.1272153Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2022-11-23T01:27:45.1273947Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1275837Z adding 'torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h' 2022-11-23T01:27:45.1277595Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2022-11-23T01:27:45.1279591Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2022-11-23T01:27:45.1281161Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2022-11-23T01:27:45.1282811Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2022-11-23T01:27:45.1284689Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1286348Z adding 'torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h' 2022-11-23T01:27:45.1288202Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2022-11-23T01:27:45.1289794Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2022-11-23T01:27:45.1291829Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2022-11-23T01:27:45.1293524Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2022-11-23T01:27:45.1295420Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1297010Z adding 'torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h' 2022-11-23T01:27:45.1298738Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2022-11-23T01:27:45.1300427Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2022-11-23T01:27:45.1302406Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2022-11-23T01:27:45.1304160Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2022-11-23T01:27:45.1306061Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1307906Z adding 'torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h' 2022-11-23T01:27:45.1309955Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2022-11-23T01:27:45.1311501Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2022-11-23T01:27:45.1313458Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2022-11-23T01:27:45.1315565Z adding 'torch/include/ATen/ops/_foreach_div.h' 2022-11-23T01:27:45.1318049Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1319455Z adding 'torch/include/ATen/ops/_foreach_div_cpu_dispatch.h' 2022-11-23T01:27:45.1321998Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2022-11-23T01:27:45.1323663Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2022-11-23T01:27:45.1326614Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2022-11-23T01:27:45.1328453Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2022-11-23T01:27:45.1330840Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1332563Z adding 'torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h' 2022-11-23T01:27:45.1334795Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2022-11-23T01:27:45.1336450Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2022-11-23T01:27:45.1338902Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2022-11-23T01:27:45.1340757Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2022-11-23T01:27:45.1343276Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1344801Z adding 'torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h' 2022-11-23T01:27:45.1347061Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2022-11-23T01:27:45.1349013Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2022-11-23T01:27:45.1351453Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2022-11-23T01:27:45.1353379Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2022-11-23T01:27:45.1355630Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1357407Z adding 'torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h' 2022-11-23T01:27:45.1359588Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2022-11-23T01:27:45.1361396Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2022-11-23T01:27:45.1363743Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2022-11-23T01:27:45.1365725Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2022-11-23T01:27:45.1367944Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1369672Z adding 'torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h' 2022-11-23T01:27:45.1371896Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2022-11-23T01:27:45.1373655Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2022-11-23T01:27:45.1376001Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2022-11-23T01:27:45.1377876Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2022-11-23T01:27:45.1380206Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1381751Z adding 'torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h' 2022-11-23T01:27:45.1384199Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2022-11-23T01:27:45.1385595Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2022-11-23T01:27:45.1388297Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2022-11-23T01:27:45.1390060Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2022-11-23T01:27:45.1392628Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1394018Z adding 'torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h' 2022-11-23T01:27:45.1396389Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2022-11-23T01:27:45.1398119Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2022-11-23T01:27:45.1400610Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2022-11-23T01:27:45.1402213Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2022-11-23T01:27:45.1404897Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1406412Z adding 'torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h' 2022-11-23T01:27:45.1408529Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2022-11-23T01:27:45.1410409Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2022-11-23T01:27:45.1412703Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2022-11-23T01:27:45.1414652Z adding 'torch/include/ATen/ops/_foreach_log.h' 2022-11-23T01:27:45.1416725Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2022-11-23T01:27:45.1419027Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1420513Z adding 'torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h' 2022-11-23T01:27:45.1422954Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2022-11-23T01:27:45.1424906Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2022-11-23T01:27:45.1426982Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2022-11-23T01:27:45.1429489Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2022-11-23T01:27:45.1431598Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1433355Z adding 'torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h' 2022-11-23T01:27:45.1435328Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2022-11-23T01:27:45.1437238Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2022-11-23T01:27:45.1439585Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2022-11-23T01:27:45.1441057Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2022-11-23T01:27:45.1442714Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1444046Z adding 'torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h' 2022-11-23T01:27:45.1445411Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2022-11-23T01:27:45.1446853Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2022-11-23T01:27:45.1448622Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2022-11-23T01:27:45.1450165Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1451506Z adding 'torch/include/ATen/ops/_foreach_log_cpu_dispatch.h' 2022-11-23T01:27:45.1452977Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2022-11-23T01:27:45.1454358Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2022-11-23T01:27:45.1456150Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2022-11-23T01:27:45.1457791Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2022-11-23T01:27:45.1459520Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1461005Z adding 'torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h' 2022-11-23T01:27:45.1462655Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2022-11-23T01:27:45.1464194Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2022-11-23T01:27:45.1466050Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2022-11-23T01:27:45.1467930Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2022-11-23T01:27:45.1470094Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1472297Z adding 'torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h' 2022-11-23T01:27:45.1473304Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2022-11-23T01:27:45.1474942Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2022-11-23T01:27:45.1476783Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2022-11-23T01:27:45.1478622Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2022-11-23T01:27:45.1480584Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1482313Z adding 'torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h' 2022-11-23T01:27:45.1483887Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2022-11-23T01:27:45.1485463Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2022-11-23T01:27:45.1487386Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2022-11-23T01:27:45.1489359Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2022-11-23T01:27:45.1491009Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1492628Z adding 'torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h' 2022-11-23T01:27:45.1494006Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2022-11-23T01:27:45.1495320Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2022-11-23T01:27:45.1496984Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2022-11-23T01:27:45.1498640Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2022-11-23T01:27:45.1500330Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1501950Z adding 'torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h' 2022-11-23T01:27:45.1503480Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2022-11-23T01:27:45.1504954Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2022-11-23T01:27:45.1506759Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2022-11-23T01:27:45.1508680Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2022-11-23T01:27:45.1510540Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1512411Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h' 2022-11-23T01:27:45.1513872Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2022-11-23T01:27:45.1515487Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2022-11-23T01:27:45.1517240Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2022-11-23T01:27:45.1519125Z adding 'torch/include/ATen/ops/_foreach_round.h' 2022-11-23T01:27:45.1520836Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1522519Z adding 'torch/include/ATen/ops/_foreach_round_cpu_dispatch.h' 2022-11-23T01:27:45.1524030Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2022-11-23T01:27:45.1525597Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2022-11-23T01:27:45.1527401Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2022-11-23T01:27:45.1529144Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2022-11-23T01:27:45.1530836Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1532428Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h' 2022-11-23T01:27:45.1534093Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2022-11-23T01:27:45.1535647Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2022-11-23T01:27:45.1537442Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2022-11-23T01:27:45.1539148Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2022-11-23T01:27:45.1540898Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1542478Z adding 'torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h' 2022-11-23T01:27:45.1544099Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2022-11-23T01:27:45.1545777Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2022-11-23T01:27:45.1547478Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2022-11-23T01:27:45.1549424Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2022-11-23T01:27:45.1551302Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1553048Z adding 'torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h' 2022-11-23T01:27:45.1554732Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2022-11-23T01:27:45.1556161Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2022-11-23T01:27:45.1558007Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2022-11-23T01:27:45.1559661Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2022-11-23T01:27:45.1561486Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1563063Z adding 'torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h' 2022-11-23T01:27:45.1564732Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2022-11-23T01:27:45.1566331Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2022-11-23T01:27:45.1568090Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2022-11-23T01:27:45.1570042Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2022-11-23T01:27:45.1572004Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1573624Z adding 'torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h' 2022-11-23T01:27:45.1575297Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2022-11-23T01:27:45.1577097Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2022-11-23T01:27:45.1579258Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2022-11-23T01:27:45.1581087Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2022-11-23T01:27:45.1582873Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1584476Z adding 'torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h' 2022-11-23T01:27:45.1586307Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2022-11-23T01:27:45.1587924Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2022-11-23T01:27:45.1589796Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2022-11-23T01:27:45.1591549Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2022-11-23T01:27:45.1593351Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1594969Z adding 'torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h' 2022-11-23T01:27:45.1596599Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2022-11-23T01:27:45.1598173Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2022-11-23T01:27:45.1599946Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2022-11-23T01:27:45.1601704Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2022-11-23T01:27:45.1603506Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1605118Z adding 'torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h' 2022-11-23T01:27:45.1606757Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2022-11-23T01:27:45.1608342Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2022-11-23T01:27:45.1610142Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2022-11-23T01:27:45.1611846Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2022-11-23T01:27:45.1613600Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1615182Z adding 'torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h' 2022-11-23T01:27:45.1617772Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2022-11-23T01:27:45.1619350Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2022-11-23T01:27:45.1621013Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2022-11-23T01:27:45.1622938Z adding 'torch/include/ATen/ops/_fused_adam.h' 2022-11-23T01:27:45.1624937Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1626729Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2022-11-23T01:27:45.1628402Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2022-11-23T01:27:45.1630602Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2022-11-23T01:27:45.1632721Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2022-11-23T01:27:45.1634431Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1635990Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2022-11-23T01:27:45.1637506Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2022-11-23T01:27:45.1639232Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2022-11-23T01:27:45.1641239Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2022-11-23T01:27:45.1643189Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1644839Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2022-11-23T01:27:45.1646449Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2022-11-23T01:27:45.1648105Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2022-11-23T01:27:45.1650428Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2022-11-23T01:27:45.1652189Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2022-11-23T01:27:45.1653953Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2022-11-23T01:27:45.1655341Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2022-11-23T01:27:45.1656567Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2022-11-23T01:27:45.1658199Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2022-11-23T01:27:45.1659747Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2022-11-23T01:27:45.1661133Z adding 'torch/include/ATen/ops/_fw_primal.h' 2022-11-23T01:27:45.1662689Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1664215Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2022-11-23T01:27:45.1665841Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1667391Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.1668829Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2022-11-23T01:27:45.1670758Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2022-11-23T01:27:45.1672533Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2022-11-23T01:27:45.1674028Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2022-11-23T01:27:45.1675659Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2022-11-23T01:27:45.1677452Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.1678918Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2022-11-23T01:27:45.1680454Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2022-11-23T01:27:45.1681960Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2022-11-23T01:27:45.1683910Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2022-11-23T01:27:45.1685503Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.1686877Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2022-11-23T01:27:45.1688314Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2022-11-23T01:27:45.1690014Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1691692Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2022-11-23T01:27:45.1694297Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2022-11-23T01:27:45.1695747Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2022-11-23T01:27:45.1698295Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.1699953Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2022-11-23T01:27:45.1702254Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2022-11-23T01:27:45.1703863Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2022-11-23T01:27:45.1706287Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1707892Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2022-11-23T01:27:45.1710420Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2022-11-23T01:27:45.1712399Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2022-11-23T01:27:45.1714699Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1716584Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2022-11-23T01:27:45.1718483Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2022-11-23T01:27:45.1720861Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2022-11-23T01:27:45.1722767Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2022-11-23T01:27:45.1725344Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1726937Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2022-11-23T01:27:45.1729071Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2022-11-23T01:27:45.1731044Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2022-11-23T01:27:45.1733324Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2022-11-23T01:27:45.1735318Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1737201Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2022-11-23T01:27:45.1739090Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2022-11-23T01:27:45.1741426Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2022-11-23T01:27:45.1743365Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2022-11-23T01:27:45.1745745Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1747550Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2022-11-23T01:27:45.1750270Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2022-11-23T01:27:45.1752093Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2022-11-23T01:27:45.1753714Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2022-11-23T01:27:45.1755420Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2022-11-23T01:27:45.1756991Z adding 'torch/include/ATen/ops/_indices.h' 2022-11-23T01:27:45.1758320Z adding 'torch/include/ATen/ops/_indices_copy.h' 2022-11-23T01:27:45.1759953Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1761785Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.1763186Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2022-11-23T01:27:45.1764888Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2022-11-23T01:27:45.1766386Z adding 'torch/include/ATen/ops/_indices_native.h' 2022-11-23T01:27:45.1768001Z adding 'torch/include/ATen/ops/_indices_ops.h' 2022-11-23T01:27:45.1769538Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2022-11-23T01:27:45.1771308Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.1772762Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2022-11-23T01:27:45.1774591Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2022-11-23T01:27:45.1776100Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2022-11-23T01:27:45.1778033Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1779296Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2022-11-23T01:27:45.1780975Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2022-11-23T01:27:45.1782561Z adding 'torch/include/ATen/ops/_linalg_det.h' 2022-11-23T01:27:45.1784261Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.1785749Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2022-11-23T01:27:45.1787576Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2022-11-23T01:27:45.1789181Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2022-11-23T01:27:45.1790586Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2022-11-23T01:27:45.1792194Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2022-11-23T01:27:45.1793786Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2022-11-23T01:27:45.1795722Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2022-11-23T01:27:45.1797376Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.1798849Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2022-11-23T01:27:45.1800305Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2022-11-23T01:27:45.1801810Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2022-11-23T01:27:45.1803349Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2022-11-23T01:27:45.1804839Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2022-11-23T01:27:45.1806511Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2022-11-23T01:27:45.1808172Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2022-11-23T01:27:45.1809889Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.1811391Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2022-11-23T01:27:45.1812855Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2022-11-23T01:27:45.1814295Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2022-11-23T01:27:45.1815896Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2022-11-23T01:27:45.1817373Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2022-11-23T01:27:45.1819047Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2022-11-23T01:27:45.1820726Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2022-11-23T01:27:45.1822491Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.1824027Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2022-11-23T01:27:45.1825651Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2022-11-23T01:27:45.1827257Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2022-11-23T01:27:45.1829110Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2022-11-23T01:27:45.1830667Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2022-11-23T01:27:45.1832559Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2022-11-23T01:27:45.1834304Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2022-11-23T01:27:45.1836339Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.1837770Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2022-11-23T01:27:45.1839379Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2022-11-23T01:27:45.1840817Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2022-11-23T01:27:45.1842451Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2022-11-23T01:27:45.1844077Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2022-11-23T01:27:45.1845842Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2022-11-23T01:27:45.1847443Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2022-11-23T01:27:45.1849172Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2022-11-23T01:27:45.1850847Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2022-11-23T01:27:45.1852511Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2022-11-23T01:27:45.1854112Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2022-11-23T01:27:45.1855836Z adding 'torch/include/ATen/ops/_log_softmax.h' 2022-11-23T01:27:45.1857449Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2022-11-23T01:27:45.1859257Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.1861012Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2022-11-23T01:27:45.1862878Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2022-11-23T01:27:45.1864508Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2022-11-23T01:27:45.1866534Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2022-11-23T01:27:45.1868445Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2022-11-23T01:27:45.1870567Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2022-11-23T01:27:45.1872715Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.1874589Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2022-11-23T01:27:45.1876516Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2022-11-23T01:27:45.1878209Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2022-11-23T01:27:45.1879776Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2022-11-23T01:27:45.1881377Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2022-11-23T01:27:45.1883169Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2022-11-23T01:27:45.1884845Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2022-11-23T01:27:45.1886709Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2022-11-23T01:27:45.1888769Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2022-11-23T01:27:45.1890148Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2022-11-23T01:27:45.1891869Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2022-11-23T01:27:45.1893595Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2022-11-23T01:27:45.1895316Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1896684Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2022-11-23T01:27:45.1898609Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2022-11-23T01:27:45.1900207Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2022-11-23T01:27:45.1901748Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.1903702Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2022-11-23T01:27:45.1904943Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2022-11-23T01:27:45.1906587Z adding 'torch/include/ATen/ops/_make_dual.h' 2022-11-23T01:27:45.1908482Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1910390Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2022-11-23T01:27:45.1912236Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1913957Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.1915375Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2022-11-23T01:27:45.1917135Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2022-11-23T01:27:45.1918704Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2022-11-23T01:27:45.1920395Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2022-11-23T01:27:45.1922461Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2022-11-23T01:27:45.1924465Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1926041Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2022-11-23T01:27:45.1927884Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2022-11-23T01:27:45.1929625Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2022-11-23T01:27:45.1931396Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2022-11-23T01:27:45.1933050Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2022-11-23T01:27:45.1934859Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1936498Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2022-11-23T01:27:45.1937965Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2022-11-23T01:27:45.1939657Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2022-11-23T01:27:45.1941841Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2022-11-23T01:27:45.1943254Z adding 'torch/include/ATen/ops/_masked_scale.h' 2022-11-23T01:27:45.1944826Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1946256Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2022-11-23T01:27:45.1947562Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2022-11-23T01:27:45.1949301Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2022-11-23T01:27:45.1951006Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2022-11-23T01:27:45.1952740Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2022-11-23T01:27:45.1954369Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1955893Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2022-11-23T01:27:45.1957321Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2022-11-23T01:27:45.1958810Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2022-11-23T01:27:45.1960395Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2022-11-23T01:27:45.1962004Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1963391Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2022-11-23T01:27:45.1964870Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2022-11-23T01:27:45.1966320Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2022-11-23T01:27:45.1967857Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2022-11-23T01:27:45.1969592Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2022-11-23T01:27:45.1971296Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1972584Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2022-11-23T01:27:45.1974075Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2022-11-23T01:27:45.1975675Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2022-11-23T01:27:45.1977342Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1978758Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2022-11-23T01:27:45.1980063Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2022-11-23T01:27:45.1981772Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2022-11-23T01:27:45.1983402Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2022-11-23T01:27:45.1985180Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1986559Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2022-11-23T01:27:45.1988354Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2022-11-23T01:27:45.1989934Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2022-11-23T01:27:45.1991646Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1993034Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2022-11-23T01:27:45.1994628Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2022-11-23T01:27:45.1996282Z adding 'torch/include/ATen/ops/_mps_max_pool2d.h' 2022-11-23T01:27:45.1997887Z adding 'torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.1999192Z adding 'torch/include/ATen/ops/_mps_max_pool2d_native.h' 2022-11-23T01:27:45.2000732Z adding 'torch/include/ATen/ops/_mps_max_pool2d_ops.h' 2022-11-23T01:27:45.2002465Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h' 2022-11-23T01:27:45.2004408Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2006094Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h' 2022-11-23T01:27:45.2007648Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h' 2022-11-23T01:27:45.2009282Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h' 2022-11-23T01:27:45.2011956Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h' 2022-11-23T01:27:45.2013931Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2022-11-23T01:27:45.2015839Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2017497Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2022-11-23T01:27:45.2019148Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2022-11-23T01:27:45.2020825Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2022-11-23T01:27:45.2022665Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2022-11-23T01:27:45.2024367Z adding 'torch/include/ATen/ops/_neg_view.h' 2022-11-23T01:27:45.2026048Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2027496Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2022-11-23T01:27:45.2029277Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2031056Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.2032311Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2022-11-23T01:27:45.2033841Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2022-11-23T01:27:45.2035328Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2022-11-23T01:27:45.2037089Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2022-11-23T01:27:45.2038813Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2022-11-23T01:27:45.2040614Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2022-11-23T01:27:45.2042265Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2044040Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2022-11-23T01:27:45.2045922Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2022-11-23T01:27:45.2048290Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2049961Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2022-11-23T01:27:45.2052043Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2022-11-23T01:27:45.2053801Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2022-11-23T01:27:45.2055690Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2022-11-23T01:27:45.2057422Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2022-11-23T01:27:45.2058891Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2022-11-23T01:27:45.2060406Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2022-11-23T01:27:45.2061897Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2022-11-23T01:27:45.2063432Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2022-11-23T01:27:45.2065145Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2022-11-23T01:27:45.2066741Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2022-11-23T01:27:45.2068436Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2070862Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2022-11-23T01:27:45.2072042Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2022-11-23T01:27:45.2073571Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2022-11-23T01:27:45.2074895Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2022-11-23T01:27:45.2076390Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2022-11-23T01:27:45.2077799Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2022-11-23T01:27:45.2079308Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2022-11-23T01:27:45.2080882Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2022-11-23T01:27:45.2082536Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2022-11-23T01:27:45.2084248Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2022-11-23T01:27:45.2086175Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2087687Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2022-11-23T01:27:45.2089417Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2022-11-23T01:27:45.2090920Z adding 'torch/include/ATen/ops/_nested_tensor_offsets.h' 2022-11-23T01:27:45.2092414Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_native.h' 2022-11-23T01:27:45.2094193Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_ops.h' 2022-11-23T01:27:45.2095750Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2022-11-23T01:27:45.2097364Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2098813Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2022-11-23T01:27:45.2100409Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2022-11-23T01:27:45.2102033Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2022-11-23T01:27:45.2103489Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2022-11-23T01:27:45.2105775Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2022-11-23T01:27:45.2107187Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2022-11-23T01:27:45.2109168Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2110538Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2022-11-23T01:27:45.2112265Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2022-11-23T01:27:45.2113894Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2022-11-23T01:27:45.2115576Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2022-11-23T01:27:45.2117296Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2118847Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.2120150Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2022-11-23T01:27:45.2121849Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2022-11-23T01:27:45.2123494Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2022-11-23T01:27:45.2125060Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2022-11-23T01:27:45.2126503Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2022-11-23T01:27:45.2128181Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2022-11-23T01:27:45.2129878Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2022-11-23T01:27:45.2131812Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2133643Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2022-11-23T01:27:45.2135296Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2022-11-23T01:27:45.2136859Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2022-11-23T01:27:45.2138667Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2140188Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2022-11-23T01:27:45.2141739Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2022-11-23T01:27:45.2143561Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2022-11-23T01:27:45.2145545Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2147112Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2022-11-23T01:27:45.2148934Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2022-11-23T01:27:45.2150421Z adding 'torch/include/ATen/ops/_nnz.h' 2022-11-23T01:27:45.2152138Z adding 'torch/include/ATen/ops/_nnz_native.h' 2022-11-23T01:27:45.2153783Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2022-11-23T01:27:45.2155385Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2022-11-23T01:27:45.2156937Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2022-11-23T01:27:45.2158809Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2160265Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2022-11-23T01:27:45.2161493Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2022-11-23T01:27:45.2163039Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2164506Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2022-11-23T01:27:45.2166232Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2022-11-23T01:27:45.2167821Z adding 'torch/include/ATen/ops/_pad_circular.h' 2022-11-23T01:27:45.2169287Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2170858Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2022-11-23T01:27:45.2172527Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2022-11-23T01:27:45.2174206Z adding 'torch/include/ATen/ops/_pad_enum.h' 2022-11-23T01:27:45.2176008Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2177570Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2022-11-23T01:27:45.2179171Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2022-11-23T01:27:45.2180833Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2022-11-23T01:27:45.2182355Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2183846Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2022-11-23T01:27:45.2185956Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2022-11-23T01:27:45.2187458Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2022-11-23T01:27:45.2189486Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2191167Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2022-11-23T01:27:45.2192794Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2022-11-23T01:27:45.2194429Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2022-11-23T01:27:45.2196226Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2022-11-23T01:27:45.2197746Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2022-11-23T01:27:45.2199555Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2201017Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2022-11-23T01:27:45.2202604Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2022-11-23T01:27:45.2204781Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2022-11-23T01:27:45.2206443Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2022-11-23T01:27:45.2207879Z adding 'torch/include/ATen/ops/_pin_memory.h' 2022-11-23T01:27:45.2209344Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2210674Z adding 'torch/include/ATen/ops/_pin_memory_cuda_dispatch.h' 2022-11-23T01:27:45.2212191Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2022-11-23T01:27:45.2214704Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2022-11-23T01:27:45.2216597Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2022-11-23T01:27:45.2218889Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2220561Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2022-11-23T01:27:45.2237897Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2022-11-23T01:27:45.2238267Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2022-11-23T01:27:45.2238633Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2022-11-23T01:27:45.2239058Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2239514Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.2239844Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2022-11-23T01:27:45.2240057Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2022-11-23T01:27:45.2240358Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2022-11-23T01:27:45.2240849Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2022-11-23T01:27:45.2241167Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2022-11-23T01:27:45.2241378Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2022-11-23T01:27:45.2241885Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2022-11-23T01:27:45.2243472Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2022-11-23T01:27:45.2245272Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2246194Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2022-11-23T01:27:45.2247914Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2022-11-23T01:27:45.2249554Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2022-11-23T01:27:45.2251163Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2252380Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2022-11-23T01:27:45.2253978Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2022-11-23T01:27:45.2255669Z adding 'torch/include/ATen/ops/_resize_output.h' 2022-11-23T01:27:45.2257176Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2258640Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2022-11-23T01:27:45.2260254Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2022-11-23T01:27:45.2261796Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2022-11-23T01:27:45.2263174Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2022-11-23T01:27:45.2265095Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2266606Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2022-11-23T01:27:45.2268770Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2022-11-23T01:27:45.2270658Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2022-11-23T01:27:45.2272441Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2273883Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2022-11-23T01:27:45.2275722Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2022-11-23T01:27:45.2277953Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2022-11-23T01:27:45.2280008Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2022-11-23T01:27:45.2281827Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2022-11-23T01:27:45.2283218Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2284686Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2022-11-23T01:27:45.2286635Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2022-11-23T01:27:45.2288224Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention.h' 2022-11-23T01:27:45.2289885Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2291495Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2022-11-23T01:27:45.2293418Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2295176Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2022-11-23T01:27:45.2297331Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2022-11-23T01:27:45.2299247Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_native.h' 2022-11-23T01:27:45.2301335Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_ops.h' 2022-11-23T01:27:45.2303132Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2022-11-23T01:27:45.2305247Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2022-11-23T01:27:45.2307269Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2022-11-23T01:27:45.2308996Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2022-11-23T01:27:45.2312922Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2022-11-23T01:27:45.2314582Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2022-11-23T01:27:45.2316291Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2022-11-23T01:27:45.2318226Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2022-11-23T01:27:45.2319750Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2022-11-23T01:27:45.2321973Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2022-11-23T01:27:45.2323483Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2022-11-23T01:27:45.2325180Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2022-11-23T01:27:45.2326969Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2022-11-23T01:27:45.2328516Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2330195Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2022-11-23T01:27:45.2332035Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2022-11-23T01:27:45.2333620Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2022-11-23T01:27:45.2335585Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2022-11-23T01:27:45.2337184Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2022-11-23T01:27:45.2338878Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2340591Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2022-11-23T01:27:45.2342290Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2022-11-23T01:27:45.2344334Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2022-11-23T01:27:45.2346331Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2348446Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.2350309Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.2352348Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2022-11-23T01:27:45.2354428Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2022-11-23T01:27:45.2356556Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2022-11-23T01:27:45.2358323Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2022-11-23T01:27:45.2360182Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2022-11-23T01:27:45.2361934Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2022-11-23T01:27:45.2363983Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2022-11-23T01:27:45.2365838Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2022-11-23T01:27:45.2368091Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2369305Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2022-11-23T01:27:45.2371409Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2022-11-23T01:27:45.2372940Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2022-11-23T01:27:45.2374566Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2375942Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2022-11-23T01:27:45.2377487Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2022-11-23T01:27:45.2379178Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2022-11-23T01:27:45.2380908Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2382446Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2022-11-23T01:27:45.2384279Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2022-11-23T01:27:45.2385809Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2022-11-23T01:27:45.2387390Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2388908Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2022-11-23T01:27:45.2390747Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2022-11-23T01:27:45.2392228Z adding 'torch/include/ATen/ops/_softmax.h' 2022-11-23T01:27:45.2393837Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2022-11-23T01:27:45.2395532Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.2397121Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2022-11-23T01:27:45.2398645Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2022-11-23T01:27:45.2400041Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2022-11-23T01:27:45.2401703Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2022-11-23T01:27:45.2403046Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2022-11-23T01:27:45.2405416Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2022-11-23T01:27:45.2407019Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.2408793Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2022-11-23T01:27:45.2410989Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2022-11-23T01:27:45.2411167Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2022-11-23T01:27:45.2413525Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2022-11-23T01:27:45.2414486Z adding 'torch/include/ATen/ops/_softmax_native.h' 2022-11-23T01:27:45.2416187Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2022-11-23T01:27:45.2417986Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2022-11-23T01:27:45.2419868Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2421159Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2022-11-23T01:27:45.2423017Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2022-11-23T01:27:45.2424520Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2022-11-23T01:27:45.2426357Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2022-11-23T01:27:45.2428591Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2430526Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.2432214Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2022-11-23T01:27:45.2433597Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2022-11-23T01:27:45.2435445Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2022-11-23T01:27:45.2436816Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2022-11-23T01:27:45.2438561Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2022-11-23T01:27:45.2441117Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2442789Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2022-11-23T01:27:45.2444438Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2022-11-23T01:27:45.2446068Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2022-11-23T01:27:45.2447805Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2449634Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2022-11-23T01:27:45.2451789Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2022-11-23T01:27:45.2453551Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2022-11-23T01:27:45.2455455Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2457583Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2022-11-23T01:27:45.2458590Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2022-11-23T01:27:45.2460464Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2022-11-23T01:27:45.2462473Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2464577Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2022-11-23T01:27:45.2466356Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2022-11-23T01:27:45.2468478Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2022-11-23T01:27:45.2471003Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2022-11-23T01:27:45.2472925Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2475439Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2022-11-23T01:27:45.2477264Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2022-11-23T01:27:45.2479369Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2022-11-23T01:27:45.2481231Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2482673Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2022-11-23T01:27:45.2485473Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2022-11-23T01:27:45.2487370Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2022-11-23T01:27:45.2488992Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2022-11-23T01:27:45.2491057Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2492637Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2022-11-23T01:27:45.2494268Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2022-11-23T01:27:45.2495840Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2022-11-23T01:27:45.2497510Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2500369Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2022-11-23T01:27:45.2501984Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2022-11-23T01:27:45.2503611Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2022-11-23T01:27:45.2505421Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2506711Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2022-11-23T01:27:45.2508647Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2022-11-23T01:27:45.2510211Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2022-11-23T01:27:45.2511964Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2513428Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2022-11-23T01:27:45.2515087Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2022-11-23T01:27:45.2516747Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2022-11-23T01:27:45.2519969Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2022-11-23T01:27:45.2522890Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2525600Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2022-11-23T01:27:45.2527433Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2022-11-23T01:27:45.2530510Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2532293Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2533791Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2022-11-23T01:27:45.2535626Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2022-11-23T01:27:45.2537362Z adding 'torch/include/ATen/ops/_sparse_mask_helper.h' 2022-11-23T01:27:45.2539146Z adding 'torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2542101Z adding 'torch/include/ATen/ops/_sparse_mask_helper_native.h' 2022-11-23T01:27:45.2545224Z adding 'torch/include/ATen/ops/_sparse_mask_helper_ops.h' 2022-11-23T01:27:45.2547200Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2022-11-23T01:27:45.2549542Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2551618Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2022-11-23T01:27:45.2553573Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2022-11-23T01:27:45.2555586Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2022-11-23T01:27:45.2557676Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2022-11-23T01:27:45.2559663Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2562581Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2022-11-23T01:27:45.2563091Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2022-11-23T01:27:45.2565446Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2567153Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2569106Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2022-11-23T01:27:45.2571251Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2022-11-23T01:27:45.2572934Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2022-11-23T01:27:45.2574407Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2575696Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2022-11-23T01:27:45.2577245Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2022-11-23T01:27:45.2578797Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2022-11-23T01:27:45.2580396Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2022-11-23T01:27:45.2581825Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2583095Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2022-11-23T01:27:45.2587989Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2022-11-23T01:27:45.2588482Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2588812Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2589162Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2022-11-23T01:27:45.2591110Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2022-11-23T01:27:45.2592703Z adding 'torch/include/ATen/ops/_spdiags.h' 2022-11-23T01:27:45.2594357Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2595871Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2022-11-23T01:27:45.2597347Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2022-11-23T01:27:45.2599244Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2022-11-23T01:27:45.2601865Z adding 'torch/include/ATen/ops/_stack.h' 2022-11-23T01:27:45.2603701Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2606374Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2022-11-23T01:27:45.2607826Z adding 'torch/include/ATen/ops/_stack_native.h' 2022-11-23T01:27:45.2609451Z adding 'torch/include/ATen/ops/_stack_ops.h' 2022-11-23T01:27:45.2611025Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2022-11-23T01:27:45.2612836Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2614110Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2022-11-23T01:27:45.2615627Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2022-11-23T01:27:45.2617562Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2022-11-23T01:27:45.2619087Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2620518Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2022-11-23T01:27:45.2622424Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2022-11-23T01:27:45.2624020Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2022-11-23T01:27:45.2625519Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2022-11-23T01:27:45.2627043Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2022-11-23T01:27:45.2628786Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2022-11-23T01:27:45.2630521Z adding 'torch/include/ATen/ops/_symeig_helper.h' 2022-11-23T01:27:45.2633919Z adding 'torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2635877Z adding 'torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h' 2022-11-23T01:27:45.2636899Z adding 'torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h' 2022-11-23T01:27:45.2638163Z adding 'torch/include/ATen/ops/_symeig_helper_native.h' 2022-11-23T01:27:45.2639753Z adding 'torch/include/ATen/ops/_symeig_helper_ops.h' 2022-11-23T01:27:45.2641198Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2022-11-23T01:27:45.2642880Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2643998Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2022-11-23T01:27:45.2645940Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2022-11-23T01:27:45.2647813Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2022-11-23T01:27:45.2649655Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2651329Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2652924Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2022-11-23T01:27:45.2655079Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2022-11-23T01:27:45.2656658Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2022-11-23T01:27:45.2658387Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2659900Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2022-11-23T01:27:45.2661185Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2663069Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.2664458Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2022-11-23T01:27:45.2666272Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2022-11-23T01:27:45.2668175Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2022-11-23T01:27:45.2670131Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2022-11-23T01:27:45.2671812Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2022-11-23T01:27:45.2673842Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2675262Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2022-11-23T01:27:45.2676846Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2022-11-23T01:27:45.2679171Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2022-11-23T01:27:45.2681830Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2022-11-23T01:27:45.2682684Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2684585Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2022-11-23T01:27:45.2686030Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2022-11-23T01:27:45.2688708Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2022-11-23T01:27:45.2689459Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2022-11-23T01:27:45.2691505Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2693648Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2022-11-23T01:27:45.2694393Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2022-11-23T01:27:45.2696245Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2022-11-23T01:27:45.2697797Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2022-11-23T01:27:45.2699685Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2701172Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2022-11-23T01:27:45.2702655Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2022-11-23T01:27:45.2704230Z adding 'torch/include/ATen/ops/_test_string_default.h' 2022-11-23T01:27:45.2705676Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2707268Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2022-11-23T01:27:45.2709178Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2022-11-23T01:27:45.2710681Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2022-11-23T01:27:45.2712707Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2714465Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2022-11-23T01:27:45.2715752Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2022-11-23T01:27:45.2717637Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2022-11-23T01:27:45.2719235Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2720844Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2022-11-23T01:27:45.2722552Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2022-11-23T01:27:45.2725825Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2022-11-23T01:27:45.2726594Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2727740Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2022-11-23T01:27:45.2729531Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2022-11-23T01:27:45.2731208Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2022-11-23T01:27:45.2733180Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2022-11-23T01:27:45.2734717Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2736365Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2022-11-23T01:27:45.2737930Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2022-11-23T01:27:45.2739588Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2022-11-23T01:27:45.2741361Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2743541Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2022-11-23T01:27:45.2744622Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2022-11-23T01:27:45.2746584Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2022-11-23T01:27:45.2748172Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2022-11-23T01:27:45.2749974Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2022-11-23T01:27:45.2752395Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2753531Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2022-11-23T01:27:45.2756560Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2756790Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2022-11-23T01:27:45.2758665Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2022-11-23T01:27:45.2762164Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2022-11-23T01:27:45.2762362Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2022-11-23T01:27:45.2764125Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2022-11-23T01:27:45.2767359Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2767621Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2022-11-23T01:27:45.2768961Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2022-11-23T01:27:45.2770704Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2022-11-23T01:27:45.2772309Z adding 'torch/include/ATen/ops/_to_copy.h' 2022-11-23T01:27:45.2774706Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2775995Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2022-11-23T01:27:45.2777942Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2022-11-23T01:27:45.2779374Z adding 'torch/include/ATen/ops/_to_cpu.h' 2022-11-23T01:27:45.2780991Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2782342Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2022-11-23T01:27:45.2785984Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2022-11-23T01:27:45.2786433Z adding 'torch/include/ATen/ops/_to_dense.h' 2022-11-23T01:27:45.2787306Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2789504Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2022-11-23T01:27:45.2793947Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2022-11-23T01:27:45.2796365Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2022-11-23T01:27:45.2798492Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2800493Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2022-11-23T01:27:45.2802497Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2022-11-23T01:27:45.2804369Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2022-11-23T01:27:45.2806764Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2022-11-23T01:27:45.2809017Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h' 2022-11-23T01:27:45.2811107Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2812513Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h' 2022-11-23T01:27:45.2814380Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h' 2022-11-23T01:27:45.2816026Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h' 2022-11-23T01:27:45.2818132Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h' 2022-11-23T01:27:45.2820803Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2022-11-23T01:27:45.2822818Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2824448Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2022-11-23T01:27:45.2826134Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2022-11-23T01:27:45.2827891Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2022-11-23T01:27:45.2830002Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2022-11-23T01:27:45.2832152Z adding 'torch/include/ATen/ops/_trilinear.h' 2022-11-23T01:27:45.2834126Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2835530Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.2837091Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2022-11-23T01:27:45.2840135Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2022-11-23T01:27:45.2841425Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2022-11-23T01:27:45.2843193Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2845435Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2022-11-23T01:27:45.2846960Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2022-11-23T01:27:45.2849376Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2022-11-23T01:27:45.2851052Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2022-11-23T01:27:45.2854251Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2854521Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2022-11-23T01:27:45.2856192Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2022-11-23T01:27:45.2857790Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2022-11-23T01:27:45.2859408Z adding 'torch/include/ATen/ops/_unique.h' 2022-11-23T01:27:45.2861083Z adding 'torch/include/ATen/ops/_unique2.h' 2022-11-23T01:27:45.2862821Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2864438Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2022-11-23T01:27:45.2866020Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2022-11-23T01:27:45.2867979Z adding 'torch/include/ATen/ops/_unique2_native.h' 2022-11-23T01:27:45.2870010Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2022-11-23T01:27:45.2872085Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2873388Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2022-11-23T01:27:45.2875133Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2022-11-23T01:27:45.2876963Z adding 'torch/include/ATen/ops/_unique_native.h' 2022-11-23T01:27:45.2878653Z adding 'torch/include/ATen/ops/_unique_ops.h' 2022-11-23T01:27:45.2880301Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2022-11-23T01:27:45.2882066Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2884660Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2022-11-23T01:27:45.2886381Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2022-11-23T01:27:45.2888122Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2022-11-23T01:27:45.2889953Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.2891422Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2022-11-23T01:27:45.2892963Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2022-11-23T01:27:45.2896705Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2022-11-23T01:27:45.2898848Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2022-11-23T01:27:45.2902097Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.2903738Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2022-11-23T01:27:45.2905513Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2022-11-23T01:27:45.2907090Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2022-11-23T01:27:45.2909224Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2022-11-23T01:27:45.2912200Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2022-11-23T01:27:45.2913927Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2022-11-23T01:27:45.2916627Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.2917335Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2920333Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2022-11-23T01:27:45.2921750Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2022-11-23T01:27:45.2923553Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2022-11-23T01:27:45.2925584Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2022-11-23T01:27:45.2926879Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2022-11-23T01:27:45.2928632Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2022-11-23T01:27:45.2930812Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2022-11-23T01:27:45.2932847Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2022-11-23T01:27:45.2934744Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.2936612Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2022-11-23T01:27:45.2937880Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2022-11-23T01:27:45.2939813Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2022-11-23T01:27:45.2941436Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2022-11-23T01:27:45.2942932Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2022-11-23T01:27:45.2944625Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2022-11-23T01:27:45.2946763Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.2948134Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2950037Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2022-11-23T01:27:45.2951469Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2022-11-23T01:27:45.2953340Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2022-11-23T01:27:45.2955205Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2022-11-23T01:27:45.2957937Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2022-11-23T01:27:45.2958643Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2022-11-23T01:27:45.2960909Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2022-11-23T01:27:45.2962903Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2022-11-23T01:27:45.2965036Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.2966723Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.2968511Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.2970150Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2022-11-23T01:27:45.2973106Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2022-11-23T01:27:45.2973914Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2022-11-23T01:27:45.2975655Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2022-11-23T01:27:45.2977317Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.2978969Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.2980735Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2022-11-23T01:27:45.2982886Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2022-11-23T01:27:45.2984510Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2022-11-23T01:27:45.2986321Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2022-11-23T01:27:45.2988185Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2022-11-23T01:27:45.2990365Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2022-11-23T01:27:45.2992737Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2022-11-23T01:27:45.2994991Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2022-11-23T01:27:45.2996871Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.2998648Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.3000841Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.3002194Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2022-11-23T01:27:45.3003858Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2022-11-23T01:27:45.3005198Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2022-11-23T01:27:45.3006903Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2022-11-23T01:27:45.3008633Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3010115Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3011566Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2022-11-23T01:27:45.3013359Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2022-11-23T01:27:45.3014926Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2022-11-23T01:27:45.3016648Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2022-11-23T01:27:45.3018360Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2022-11-23T01:27:45.3019930Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2022-11-23T01:27:45.3022009Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2022-11-23T01:27:45.3024274Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2022-11-23T01:27:45.3026336Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3028171Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.3029798Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.3031452Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2022-11-23T01:27:45.3033223Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2022-11-23T01:27:45.3034892Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2022-11-23T01:27:45.3036831Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2022-11-23T01:27:45.3038743Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3040218Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3041736Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2022-11-23T01:27:45.3043475Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2022-11-23T01:27:45.3045090Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2022-11-23T01:27:45.3046856Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2022-11-23T01:27:45.3048703Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2022-11-23T01:27:45.3050682Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2022-11-23T01:27:45.3052332Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2022-11-23T01:27:45.3054101Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2022-11-23T01:27:45.3055515Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2022-11-23T01:27:45.3057163Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2022-11-23T01:27:45.3058948Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2022-11-23T01:27:45.3060611Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3061996Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2022-11-23T01:27:45.3063696Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2022-11-23T01:27:45.3065156Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2022-11-23T01:27:45.3066820Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2022-11-23T01:27:45.3068650Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2022-11-23T01:27:45.3070195Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2022-11-23T01:27:45.3071964Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2022-11-23T01:27:45.3073501Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2022-11-23T01:27:45.3075125Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3076509Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2022-11-23T01:27:45.3078082Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2022-11-23T01:27:45.3079596Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2022-11-23T01:27:45.3081481Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3082817Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2022-11-23T01:27:45.3084486Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2022-11-23T01:27:45.3086101Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2022-11-23T01:27:45.3087781Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3089324Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2022-11-23T01:27:45.3090836Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2022-11-23T01:27:45.3092335Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2022-11-23T01:27:45.3093929Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3095314Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2022-11-23T01:27:45.3096964Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2022-11-23T01:27:45.3098549Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2022-11-23T01:27:45.3100252Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3101630Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2022-11-23T01:27:45.3103252Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2022-11-23T01:27:45.3104892Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2022-11-23T01:27:45.3106591Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3108082Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2022-11-23T01:27:45.3109727Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2022-11-23T01:27:45.3111214Z adding 'torch/include/ATen/ops/_values.h' 2022-11-23T01:27:45.3112748Z adding 'torch/include/ATen/ops/_values_copy.h' 2022-11-23T01:27:45.3114374Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3116088Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3118729Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2022-11-23T01:27:45.3119199Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2022-11-23T01:27:45.3120718Z adding 'torch/include/ATen/ops/_values_native.h' 2022-11-23T01:27:45.3122338Z adding 'torch/include/ATen/ops/_values_ops.h' 2022-11-23T01:27:45.3123775Z adding 'torch/include/ATen/ops/_version.h' 2022-11-23T01:27:45.3125571Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3126807Z adding 'torch/include/ATen/ops/_version_native.h' 2022-11-23T01:27:45.3128771Z adding 'torch/include/ATen/ops/_version_ops.h' 2022-11-23T01:27:45.3130031Z adding 'torch/include/ATen/ops/_weight_norm.h' 2022-11-23T01:27:45.3135209Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3135608Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2022-11-23T01:27:45.3135970Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3136297Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2022-11-23T01:27:45.3138662Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2022-11-23T01:27:45.3140237Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2022-11-23T01:27:45.3141898Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2022-11-23T01:27:45.3143694Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3145404Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2022-11-23T01:27:45.3147214Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2022-11-23T01:27:45.3148864Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2022-11-23T01:27:45.3150775Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2022-11-23T01:27:45.3152775Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3154226Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2022-11-23T01:27:45.3156985Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2022-11-23T01:27:45.3157228Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2022-11-23T01:27:45.3159443Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2022-11-23T01:27:45.3160879Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2022-11-23T01:27:45.3162841Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2022-11-23T01:27:45.3164184Z adding 'torch/include/ATen/ops/abs.h' 2022-11-23T01:27:45.3166182Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3167588Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2022-11-23T01:27:45.3169086Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2022-11-23T01:27:45.3170611Z adding 'torch/include/ATen/ops/abs_native.h' 2022-11-23T01:27:45.3172267Z adding 'torch/include/ATen/ops/abs_ops.h' 2022-11-23T01:27:45.3175106Z adding 'torch/include/ATen/ops/absolute.h' 2022-11-23T01:27:45.3175589Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3176621Z adding 'torch/include/ATen/ops/absolute_native.h' 2022-11-23T01:27:45.3178537Z adding 'torch/include/ATen/ops/absolute_ops.h' 2022-11-23T01:27:45.3180046Z adding 'torch/include/ATen/ops/acos.h' 2022-11-23T01:27:45.3182197Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3183504Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2022-11-23T01:27:45.3184782Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2022-11-23T01:27:45.3186261Z adding 'torch/include/ATen/ops/acos_meta.h' 2022-11-23T01:27:45.3188036Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2022-11-23T01:27:45.3190200Z adding 'torch/include/ATen/ops/acos_native.h' 2022-11-23T01:27:45.3192135Z adding 'torch/include/ATen/ops/acos_ops.h' 2022-11-23T01:27:45.3194115Z adding 'torch/include/ATen/ops/acosh.h' 2022-11-23T01:27:45.3197584Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3198058Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2022-11-23T01:27:45.3199993Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2022-11-23T01:27:45.3201524Z adding 'torch/include/ATen/ops/acosh_meta.h' 2022-11-23T01:27:45.3202969Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2022-11-23T01:27:45.3204412Z adding 'torch/include/ATen/ops/acosh_native.h' 2022-11-23T01:27:45.3206020Z adding 'torch/include/ATen/ops/acosh_ops.h' 2022-11-23T01:27:45.3207606Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2022-11-23T01:27:45.3209237Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3210874Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2022-11-23T01:27:45.3212521Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2022-11-23T01:27:45.3213948Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2022-11-23T01:27:45.3215509Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3216873Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2022-11-23T01:27:45.3218452Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2022-11-23T01:27:45.3220658Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2022-11-23T01:27:45.3222415Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2022-11-23T01:27:45.3224475Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2022-11-23T01:27:45.3225924Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2022-11-23T01:27:45.3227656Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.3228940Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.3230721Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2022-11-23T01:27:45.3232329Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2022-11-23T01:27:45.3234963Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3235848Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2022-11-23T01:27:45.3237546Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2022-11-23T01:27:45.3239111Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2022-11-23T01:27:45.3241039Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2022-11-23T01:27:45.3242799Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2022-11-23T01:27:45.3245284Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3246717Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2022-11-23T01:27:45.3249226Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2022-11-23T01:27:45.3250702Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2022-11-23T01:27:45.3252966Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2022-11-23T01:27:45.3255089Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3257906Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.3258511Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.3260570Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2022-11-23T01:27:45.3262433Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2022-11-23T01:27:45.3264420Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2022-11-23T01:27:45.3266754Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2022-11-23T01:27:45.3268805Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3270778Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2022-11-23T01:27:45.3272386Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2022-11-23T01:27:45.3274571Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2022-11-23T01:27:45.3276323Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2022-11-23T01:27:45.3278359Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2022-11-23T01:27:45.3280471Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2022-11-23T01:27:45.3282397Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2022-11-23T01:27:45.3284561Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2022-11-23T01:27:45.3286954Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3288305Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.3289852Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.3291582Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2022-11-23T01:27:45.3293339Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2022-11-23T01:27:45.3294856Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2022-11-23T01:27:45.3296540Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2022-11-23T01:27:45.3298492Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3300064Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2022-11-23T01:27:45.3301764Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2022-11-23T01:27:45.3303618Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2022-11-23T01:27:45.3305414Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2022-11-23T01:27:45.3306818Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2022-11-23T01:27:45.3308652Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2022-11-23T01:27:45.3310465Z adding 'torch/include/ATen/ops/add.h' 2022-11-23T01:27:45.3312708Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3314286Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3316426Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2022-11-23T01:27:45.3318156Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2022-11-23T01:27:45.3319678Z adding 'torch/include/ATen/ops/add_meta.h' 2022-11-23T01:27:45.3321226Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2022-11-23T01:27:45.3323012Z adding 'torch/include/ATen/ops/add_native.h' 2022-11-23T01:27:45.3326075Z adding 'torch/include/ATen/ops/add_ops.h' 2022-11-23T01:27:45.3327896Z adding 'torch/include/ATen/ops/addbmm.h' 2022-11-23T01:27:45.3329717Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2022-11-23T01:27:45.3331452Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2022-11-23T01:27:45.3336154Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2022-11-23T01:27:45.3337659Z adding 'torch/include/ATen/ops/addbmm_native.h' 2022-11-23T01:27:45.3340143Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2022-11-23T01:27:45.3342133Z adding 'torch/include/ATen/ops/addcdiv.h' 2022-11-23T01:27:45.3346703Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3348452Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2022-11-23T01:27:45.3352646Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2022-11-23T01:27:45.3354229Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2022-11-23T01:27:45.3356611Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2022-11-23T01:27:45.3358218Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2022-11-23T01:27:45.3360768Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2022-11-23T01:27:45.3362568Z adding 'torch/include/ATen/ops/addcmul.h' 2022-11-23T01:27:45.3365125Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3366726Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2022-11-23T01:27:45.3368933Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2022-11-23T01:27:45.3370702Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2022-11-23T01:27:45.3372184Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2022-11-23T01:27:45.3373810Z adding 'torch/include/ATen/ops/addcmul_native.h' 2022-11-23T01:27:45.3375456Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2022-11-23T01:27:45.3377144Z adding 'torch/include/ATen/ops/addmm.h' 2022-11-23T01:27:45.3378888Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3380410Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2022-11-23T01:27:45.3382537Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2022-11-23T01:27:45.3384696Z adding 'torch/include/ATen/ops/addmm_meta.h' 2022-11-23T01:27:45.3385419Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2022-11-23T01:27:45.3387153Z adding 'torch/include/ATen/ops/addmm_native.h' 2022-11-23T01:27:45.3389266Z adding 'torch/include/ATen/ops/addmm_ops.h' 2022-11-23T01:27:45.3391897Z adding 'torch/include/ATen/ops/addmv.h' 2022-11-23T01:27:45.3393168Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3395035Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2022-11-23T01:27:45.3396759Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2022-11-23T01:27:45.3398375Z adding 'torch/include/ATen/ops/addmv_meta.h' 2022-11-23T01:27:45.3400047Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2022-11-23T01:27:45.3401676Z adding 'torch/include/ATen/ops/addmv_native.h' 2022-11-23T01:27:45.3403674Z adding 'torch/include/ATen/ops/addmv_ops.h' 2022-11-23T01:27:45.3406373Z adding 'torch/include/ATen/ops/addr.h' 2022-11-23T01:27:45.3408085Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3409958Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2022-11-23T01:27:45.3411908Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2022-11-23T01:27:45.3413701Z adding 'torch/include/ATen/ops/addr_native.h' 2022-11-23T01:27:45.3415575Z adding 'torch/include/ATen/ops/addr_ops.h' 2022-11-23T01:27:45.3417173Z adding 'torch/include/ATen/ops/adjoint.h' 2022-11-23T01:27:45.3418857Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3420326Z adding 'torch/include/ATen/ops/adjoint_native.h' 2022-11-23T01:27:45.3421969Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2022-11-23T01:27:45.3423592Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2022-11-23T01:27:45.3427096Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2022-11-23T01:27:45.3427538Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3429106Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2022-11-23T01:27:45.3430497Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2022-11-23T01:27:45.3432912Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3434169Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2022-11-23T01:27:45.3435842Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2022-11-23T01:27:45.3437463Z adding 'torch/include/ATen/ops/alias.h' 2022-11-23T01:27:45.3439103Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3440619Z adding 'torch/include/ATen/ops/alias_copy.h' 2022-11-23T01:27:45.3442518Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3444312Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3445691Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2022-11-23T01:27:45.3447193Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2022-11-23T01:27:45.3448715Z adding 'torch/include/ATen/ops/alias_native.h' 2022-11-23T01:27:45.3450205Z adding 'torch/include/ATen/ops/alias_ops.h' 2022-11-23T01:27:45.3451678Z adding 'torch/include/ATen/ops/align_as.h' 2022-11-23T01:27:45.3453352Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3455544Z adding 'torch/include/ATen/ops/align_as_native.h' 2022-11-23T01:27:45.3457130Z adding 'torch/include/ATen/ops/align_as_ops.h' 2022-11-23T01:27:45.3459397Z adding 'torch/include/ATen/ops/align_tensors.h' 2022-11-23T01:27:45.3461110Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3462522Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2022-11-23T01:27:45.3465238Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2022-11-23T01:27:45.3466742Z adding 'torch/include/ATen/ops/align_to.h' 2022-11-23T01:27:45.3469142Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3470731Z adding 'torch/include/ATen/ops/align_to_native.h' 2022-11-23T01:27:45.3472649Z adding 'torch/include/ATen/ops/align_to_ops.h' 2022-11-23T01:27:45.3474567Z adding 'torch/include/ATen/ops/all.h' 2022-11-23T01:27:45.3476821Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3478283Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3479867Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2022-11-23T01:27:45.3481568Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2022-11-23T01:27:45.3483016Z adding 'torch/include/ATen/ops/all_meta.h' 2022-11-23T01:27:45.3484652Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2022-11-23T01:27:45.3486351Z adding 'torch/include/ATen/ops/all_native.h' 2022-11-23T01:27:45.3488580Z adding 'torch/include/ATen/ops/all_ops.h' 2022-11-23T01:27:45.3490319Z adding 'torch/include/ATen/ops/allclose.h' 2022-11-23T01:27:45.3492359Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3493975Z adding 'torch/include/ATen/ops/allclose_native.h' 2022-11-23T01:27:45.3495937Z adding 'torch/include/ATen/ops/allclose_ops.h' 2022-11-23T01:27:45.3497558Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2022-11-23T01:27:45.3499287Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3501137Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2022-11-23T01:27:45.3502655Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2022-11-23T01:27:45.3504537Z adding 'torch/include/ATen/ops/amax.h' 2022-11-23T01:27:45.3506583Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3508315Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2022-11-23T01:27:45.3509911Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2022-11-23T01:27:45.3511620Z adding 'torch/include/ATen/ops/amax_meta.h' 2022-11-23T01:27:45.3513367Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2022-11-23T01:27:45.3514887Z adding 'torch/include/ATen/ops/amax_native.h' 2022-11-23T01:27:45.3516938Z adding 'torch/include/ATen/ops/amax_ops.h' 2022-11-23T01:27:45.3518936Z adding 'torch/include/ATen/ops/amin.h' 2022-11-23T01:27:45.3520704Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3522193Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2022-11-23T01:27:45.3523995Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2022-11-23T01:27:45.3525554Z adding 'torch/include/ATen/ops/amin_meta.h' 2022-11-23T01:27:45.3527472Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2022-11-23T01:27:45.3529648Z adding 'torch/include/ATen/ops/amin_native.h' 2022-11-23T01:27:45.3531289Z adding 'torch/include/ATen/ops/amin_ops.h' 2022-11-23T01:27:45.3532967Z adding 'torch/include/ATen/ops/aminmax.h' 2022-11-23T01:27:45.3534728Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3536203Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2022-11-23T01:27:45.3537766Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2022-11-23T01:27:45.3540549Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2022-11-23T01:27:45.3542413Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2022-11-23T01:27:45.3543890Z adding 'torch/include/ATen/ops/aminmax_native.h' 2022-11-23T01:27:45.3545702Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2022-11-23T01:27:45.3547213Z adding 'torch/include/ATen/ops/and.h' 2022-11-23T01:27:45.3549243Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3551144Z adding 'torch/include/ATen/ops/and_native.h' 2022-11-23T01:27:45.3552944Z adding 'torch/include/ATen/ops/and_ops.h' 2022-11-23T01:27:45.3554584Z adding 'torch/include/ATen/ops/angle.h' 2022-11-23T01:27:45.3556238Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2022-11-23T01:27:45.3557839Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2022-11-23T01:27:45.3559378Z adding 'torch/include/ATen/ops/angle_native.h' 2022-11-23T01:27:45.3561083Z adding 'torch/include/ATen/ops/angle_ops.h' 2022-11-23T01:27:45.3562816Z adding 'torch/include/ATen/ops/any.h' 2022-11-23T01:27:45.3564867Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3566249Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3567635Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2022-11-23T01:27:45.3569286Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2022-11-23T01:27:45.3570849Z adding 'torch/include/ATen/ops/any_meta.h' 2022-11-23T01:27:45.3572409Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2022-11-23T01:27:45.3573917Z adding 'torch/include/ATen/ops/any_native.h' 2022-11-23T01:27:45.3575777Z adding 'torch/include/ATen/ops/any_ops.h' 2022-11-23T01:27:45.3577897Z adding 'torch/include/ATen/ops/arange.h' 2022-11-23T01:27:45.3579583Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3581155Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2022-11-23T01:27:45.3582525Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2022-11-23T01:27:45.3583912Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2022-11-23T01:27:45.3585736Z adding 'torch/include/ATen/ops/arange_native.h' 2022-11-23T01:27:45.3587540Z adding 'torch/include/ATen/ops/arange_ops.h' 2022-11-23T01:27:45.3589308Z adding 'torch/include/ATen/ops/arccos.h' 2022-11-23T01:27:45.3591873Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3593353Z adding 'torch/include/ATen/ops/arccos_native.h' 2022-11-23T01:27:45.3594959Z adding 'torch/include/ATen/ops/arccos_ops.h' 2022-11-23T01:27:45.3596510Z adding 'torch/include/ATen/ops/arccosh.h' 2022-11-23T01:27:45.3598142Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3600539Z adding 'torch/include/ATen/ops/arccosh_native.h' 2022-11-23T01:27:45.3602618Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2022-11-23T01:27:45.3604248Z adding 'torch/include/ATen/ops/arcsin.h' 2022-11-23T01:27:45.3605967Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3607338Z adding 'torch/include/ATen/ops/arcsin_native.h' 2022-11-23T01:27:45.3608937Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2022-11-23T01:27:45.3610495Z adding 'torch/include/ATen/ops/arcsinh.h' 2022-11-23T01:27:45.3612188Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3613503Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2022-11-23T01:27:45.3616821Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2022-11-23T01:27:45.3618577Z adding 'torch/include/ATen/ops/arctan.h' 2022-11-23T01:27:45.3620227Z adding 'torch/include/ATen/ops/arctan2.h' 2022-11-23T01:27:45.3621842Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3623106Z adding 'torch/include/ATen/ops/arctan2_native.h' 2022-11-23T01:27:45.3624811Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2022-11-23T01:27:45.3626454Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3628651Z adding 'torch/include/ATen/ops/arctan_native.h' 2022-11-23T01:27:45.3630252Z adding 'torch/include/ATen/ops/arctan_ops.h' 2022-11-23T01:27:45.3633133Z adding 'torch/include/ATen/ops/arctanh.h' 2022-11-23T01:27:45.3635501Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3636994Z adding 'torch/include/ATen/ops/arctanh_native.h' 2022-11-23T01:27:45.3638691Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2022-11-23T01:27:45.3640263Z adding 'torch/include/ATen/ops/argmax.h' 2022-11-23T01:27:45.3642214Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3644805Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2022-11-23T01:27:45.3646931Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2022-11-23T01:27:45.3649355Z adding 'torch/include/ATen/ops/argmax_meta.h' 2022-11-23T01:27:45.3651344Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2022-11-23T01:27:45.3652908Z adding 'torch/include/ATen/ops/argmax_native.h' 2022-11-23T01:27:45.3654956Z adding 'torch/include/ATen/ops/argmax_ops.h' 2022-11-23T01:27:45.3656508Z adding 'torch/include/ATen/ops/argmin.h' 2022-11-23T01:27:45.3658266Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3660302Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2022-11-23T01:27:45.3662353Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2022-11-23T01:27:45.3664273Z adding 'torch/include/ATen/ops/argmin_meta.h' 2022-11-23T01:27:45.3665934Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2022-11-23T01:27:45.3667549Z adding 'torch/include/ATen/ops/argmin_native.h' 2022-11-23T01:27:45.3669452Z adding 'torch/include/ATen/ops/argmin_ops.h' 2022-11-23T01:27:45.3671348Z adding 'torch/include/ATen/ops/argsort.h' 2022-11-23T01:27:45.3673227Z adding 'torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3674913Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3676640Z adding 'torch/include/ATen/ops/argsort_cpu_dispatch.h' 2022-11-23T01:27:45.3678039Z adding 'torch/include/ATen/ops/argsort_cuda_dispatch.h' 2022-11-23T01:27:45.3679729Z adding 'torch/include/ATen/ops/argsort_native.h' 2022-11-23T01:27:45.3681504Z adding 'torch/include/ATen/ops/argsort_ops.h' 2022-11-23T01:27:45.3683209Z adding 'torch/include/ATen/ops/argwhere.h' 2022-11-23T01:27:45.3685102Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3686888Z adding 'torch/include/ATen/ops/argwhere_native.h' 2022-11-23T01:27:45.3688446Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2022-11-23T01:27:45.3690101Z adding 'torch/include/ATen/ops/as_strided.h' 2022-11-23T01:27:45.3692061Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3693752Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2022-11-23T01:27:45.3695675Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3697204Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3698710Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2022-11-23T01:27:45.3700444Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2022-11-23T01:27:45.3702132Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2022-11-23T01:27:45.3703740Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2022-11-23T01:27:45.3705327Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2022-11-23T01:27:45.3706891Z adding 'torch/include/ATen/ops/as_strided_native.h' 2022-11-23T01:27:45.3709042Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2022-11-23T01:27:45.3711240Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2022-11-23T01:27:45.3713232Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3714925Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2022-11-23T01:27:45.3716418Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2022-11-23T01:27:45.3718006Z adding 'torch/include/ATen/ops/asin.h' 2022-11-23T01:27:45.3719984Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3722789Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2022-11-23T01:27:45.3722995Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2022-11-23T01:27:45.3724447Z adding 'torch/include/ATen/ops/asin_meta.h' 2022-11-23T01:27:45.3725778Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2022-11-23T01:27:45.3727261Z adding 'torch/include/ATen/ops/asin_native.h' 2022-11-23T01:27:45.3728922Z adding 'torch/include/ATen/ops/asin_ops.h' 2022-11-23T01:27:45.3730918Z adding 'torch/include/ATen/ops/asinh.h' 2022-11-23T01:27:45.3732304Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3733766Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2022-11-23T01:27:45.3735300Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2022-11-23T01:27:45.3736966Z adding 'torch/include/ATen/ops/asinh_meta.h' 2022-11-23T01:27:45.3738474Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2022-11-23T01:27:45.3739869Z adding 'torch/include/ATen/ops/asinh_native.h' 2022-11-23T01:27:45.3741524Z adding 'torch/include/ATen/ops/asinh_ops.h' 2022-11-23T01:27:45.3743065Z adding 'torch/include/ATen/ops/atan.h' 2022-11-23T01:27:45.3744597Z adding 'torch/include/ATen/ops/atan2.h' 2022-11-23T01:27:45.3746333Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3748261Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2022-11-23T01:27:45.3749931Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2022-11-23T01:27:45.3751516Z adding 'torch/include/ATen/ops/atan2_meta.h' 2022-11-23T01:27:45.3753692Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2022-11-23T01:27:45.3755530Z adding 'torch/include/ATen/ops/atan2_native.h' 2022-11-23T01:27:45.3757662Z adding 'torch/include/ATen/ops/atan2_ops.h' 2022-11-23T01:27:45.3759637Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3761517Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2022-11-23T01:27:45.3763056Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2022-11-23T01:27:45.3764537Z adding 'torch/include/ATen/ops/atan_meta.h' 2022-11-23T01:27:45.3766105Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2022-11-23T01:27:45.3767638Z adding 'torch/include/ATen/ops/atan_native.h' 2022-11-23T01:27:45.3769247Z adding 'torch/include/ATen/ops/atan_ops.h' 2022-11-23T01:27:45.3770842Z adding 'torch/include/ATen/ops/atanh.h' 2022-11-23T01:27:45.3772705Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3774615Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2022-11-23T01:27:45.3776183Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2022-11-23T01:27:45.3777784Z adding 'torch/include/ATen/ops/atanh_meta.h' 2022-11-23T01:27:45.3779502Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2022-11-23T01:27:45.3781292Z adding 'torch/include/ATen/ops/atanh_native.h' 2022-11-23T01:27:45.3783015Z adding 'torch/include/ATen/ops/atanh_ops.h' 2022-11-23T01:27:45.3784640Z adding 'torch/include/ATen/ops/atleast_1d.h' 2022-11-23T01:27:45.3786214Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3788007Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2022-11-23T01:27:45.3789647Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2022-11-23T01:27:45.3791255Z adding 'torch/include/ATen/ops/atleast_2d.h' 2022-11-23T01:27:45.3793260Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3794744Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2022-11-23T01:27:45.3796765Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2022-11-23T01:27:45.3798429Z adding 'torch/include/ATen/ops/atleast_3d.h' 2022-11-23T01:27:45.3799940Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3801193Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2022-11-23T01:27:45.3802742Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2022-11-23T01:27:45.3804260Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2022-11-23T01:27:45.3805879Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3807262Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2022-11-23T01:27:45.3808887Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2022-11-23T01:27:45.3810915Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2022-11-23T01:27:45.3812646Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2022-11-23T01:27:45.3814483Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3815974Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.3817589Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.3819134Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2022-11-23T01:27:45.3820760Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2022-11-23T01:27:45.3822337Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2022-11-23T01:27:45.3824181Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2022-11-23T01:27:45.3826003Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3827510Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2022-11-23T01:27:45.3829317Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2022-11-23T01:27:45.3831361Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2022-11-23T01:27:45.3833400Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2022-11-23T01:27:45.3835031Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2022-11-23T01:27:45.3836784Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2022-11-23T01:27:45.3838453Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2022-11-23T01:27:45.3840161Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2022-11-23T01:27:45.3841949Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3843460Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.3845052Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.3846827Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2022-11-23T01:27:45.3848411Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2022-11-23T01:27:45.3849766Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2022-11-23T01:27:45.3851463Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2022-11-23T01:27:45.3853237Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3854781Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2022-11-23T01:27:45.3856505Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2022-11-23T01:27:45.3858011Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2022-11-23T01:27:45.3859610Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2022-11-23T01:27:45.3861204Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2022-11-23T01:27:45.3862995Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2022-11-23T01:27:45.3864731Z adding 'torch/include/ATen/ops/baddbmm.h' 2022-11-23T01:27:45.3866422Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3868085Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2022-11-23T01:27:45.3869798Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2022-11-23T01:27:45.3871465Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2022-11-23T01:27:45.3873094Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2022-11-23T01:27:45.3874590Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2022-11-23T01:27:45.3876331Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2022-11-23T01:27:45.3878204Z adding 'torch/include/ATen/ops/bartlett_window.h' 2022-11-23T01:27:45.3879918Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3881400Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2022-11-23T01:27:45.3883138Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2022-11-23T01:27:45.3884808Z adding 'torch/include/ATen/ops/batch_norm.h' 2022-11-23T01:27:45.3886464Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2022-11-23T01:27:45.3888280Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3890179Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2022-11-23T01:27:45.3891455Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2022-11-23T01:27:45.3893076Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2022-11-23T01:27:45.3894705Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2022-11-23T01:27:45.3896375Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3897943Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2022-11-23T01:27:45.3899480Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2022-11-23T01:27:45.3901245Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2022-11-23T01:27:45.3903044Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3904683Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2022-11-23T01:27:45.3906632Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2022-11-23T01:27:45.3908422Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2022-11-23T01:27:45.3909898Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2022-11-23T01:27:45.3912052Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2022-11-23T01:27:45.3913567Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3915096Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2022-11-23T01:27:45.3916544Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2022-11-23T01:27:45.3918268Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2022-11-23T01:27:45.3920176Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2022-11-23T01:27:45.3921849Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3923502Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2022-11-23T01:27:45.3925221Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2022-11-23T01:27:45.3926886Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2022-11-23T01:27:45.3928473Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2022-11-23T01:27:45.3930179Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2022-11-23T01:27:45.3931539Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2022-11-23T01:27:45.3933060Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3934611Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2022-11-23T01:27:45.3936124Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2022-11-23T01:27:45.3938120Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2022-11-23T01:27:45.3940126Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2022-11-23T01:27:45.3941923Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3943628Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2022-11-23T01:27:45.3945112Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2022-11-23T01:27:45.3946666Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2022-11-23T01:27:45.3948544Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2022-11-23T01:27:45.3950260Z adding 'torch/include/ATen/ops/bernoulli.h' 2022-11-23T01:27:45.3952145Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3953790Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.3955319Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2022-11-23T01:27:45.3957202Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2022-11-23T01:27:45.3958854Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2022-11-23T01:27:45.3960391Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2022-11-23T01:27:45.3962388Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2022-11-23T01:27:45.3964210Z adding 'torch/include/ATen/ops/bilinear.h' 2022-11-23T01:27:45.3965933Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.3967556Z adding 'torch/include/ATen/ops/bilinear_native.h' 2022-11-23T01:27:45.3969318Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2022-11-23T01:27:45.3971011Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2022-11-23T01:27:45.3972802Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2022-11-23T01:27:45.3974590Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2022-11-23T01:27:45.3976268Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2022-11-23T01:27:45.3977890Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2022-11-23T01:27:45.3979709Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2022-11-23T01:27:45.3981693Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2022-11-23T01:27:45.3983285Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2022-11-23T01:27:45.3985053Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2022-11-23T01:27:45.3986832Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2022-11-23T01:27:45.3988788Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2022-11-23T01:27:45.3990750Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3992424Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2022-11-23T01:27:45.3994193Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2022-11-23T01:27:45.3995770Z adding 'torch/include/ATen/ops/bincount.h' 2022-11-23T01:27:45.3997440Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.3998999Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2022-11-23T01:27:45.4000526Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2022-11-23T01:27:45.4002074Z adding 'torch/include/ATen/ops/bincount_native.h' 2022-11-23T01:27:45.4003824Z adding 'torch/include/ATen/ops/bincount_ops.h' 2022-11-23T01:27:45.4005462Z adding 'torch/include/ATen/ops/binomial.h' 2022-11-23T01:27:45.4007188Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4008697Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2022-11-23T01:27:45.4010343Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2022-11-23T01:27:45.4011790Z adding 'torch/include/ATen/ops/binomial_native.h' 2022-11-23T01:27:45.4013459Z adding 'torch/include/ATen/ops/binomial_ops.h' 2022-11-23T01:27:45.4015252Z adding 'torch/include/ATen/ops/bitwise_and.h' 2022-11-23T01:27:45.4017087Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4018751Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4020341Z adding 'torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4021945Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2022-11-23T01:27:45.4023593Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2022-11-23T01:27:45.4025098Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2022-11-23T01:27:45.4026769Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2022-11-23T01:27:45.4028494Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2022-11-23T01:27:45.4030699Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2022-11-23T01:27:45.4032700Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2022-11-23T01:27:45.4034586Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4037234Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4038898Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2022-11-23T01:27:45.4040479Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2022-11-23T01:27:45.4042067Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2022-11-23T01:27:45.4043699Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2022-11-23T01:27:45.4045410Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2022-11-23T01:27:45.4047339Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2022-11-23T01:27:45.4049188Z adding 'torch/include/ATen/ops/bitwise_not.h' 2022-11-23T01:27:45.4050930Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4052488Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2022-11-23T01:27:45.4054082Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2022-11-23T01:27:45.4055705Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2022-11-23T01:27:45.4057350Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2022-11-23T01:27:45.4058992Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2022-11-23T01:27:45.4060707Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2022-11-23T01:27:45.4062494Z adding 'torch/include/ATen/ops/bitwise_or.h' 2022-11-23T01:27:45.4064390Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4066135Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4067955Z adding 'torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4069456Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2022-11-23T01:27:45.4071128Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2022-11-23T01:27:45.4072775Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2022-11-23T01:27:45.4074409Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2022-11-23T01:27:45.4076007Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2022-11-23T01:27:45.4078078Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2022-11-23T01:27:45.4080056Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2022-11-23T01:27:45.4081888Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4083597Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4085505Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2022-11-23T01:27:45.4087525Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2022-11-23T01:27:45.4089155Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2022-11-23T01:27:45.4090996Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2022-11-23T01:27:45.4092238Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2022-11-23T01:27:45.4094447Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2022-11-23T01:27:45.4095980Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2022-11-23T01:27:45.4098263Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4099879Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4101193Z adding 'torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4103103Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2022-11-23T01:27:45.4105703Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2022-11-23T01:27:45.4107063Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2022-11-23T01:27:45.4108626Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2022-11-23T01:27:45.4110095Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2022-11-23T01:27:45.4112260Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2022-11-23T01:27:45.4114953Z adding 'torch/include/ATen/ops/blackman_window.h' 2022-11-23T01:27:45.4116904Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4118443Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2022-11-23T01:27:45.4120380Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2022-11-23T01:27:45.4122598Z adding 'torch/include/ATen/ops/block_diag.h' 2022-11-23T01:27:45.4124565Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4126221Z adding 'torch/include/ATen/ops/block_diag_native.h' 2022-11-23T01:27:45.4128363Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2022-11-23T01:27:45.4130500Z adding 'torch/include/ATen/ops/bmm.h' 2022-11-23T01:27:45.4132404Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4134242Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2022-11-23T01:27:45.4136015Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2022-11-23T01:27:45.4137401Z adding 'torch/include/ATen/ops/bmm_meta.h' 2022-11-23T01:27:45.4139227Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2022-11-23T01:27:45.4140472Z adding 'torch/include/ATen/ops/bmm_native.h' 2022-11-23T01:27:45.4142069Z adding 'torch/include/ATen/ops/bmm_ops.h' 2022-11-23T01:27:45.4143750Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2022-11-23T01:27:45.4145351Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4146996Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2022-11-23T01:27:45.4148782Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2022-11-23T01:27:45.4150438Z adding 'torch/include/ATen/ops/broadcast_to.h' 2022-11-23T01:27:45.4152514Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4154055Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2022-11-23T01:27:45.4155463Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2022-11-23T01:27:45.4157261Z adding 'torch/include/ATen/ops/bucketize.h' 2022-11-23T01:27:45.4158983Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4160576Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2022-11-23T01:27:45.4162137Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2022-11-23T01:27:45.4163609Z adding 'torch/include/ATen/ops/bucketize_native.h' 2022-11-23T01:27:45.4165525Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2022-11-23T01:27:45.4167165Z adding 'torch/include/ATen/ops/can_cast.h' 2022-11-23T01:27:45.4168809Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4170634Z adding 'torch/include/ATen/ops/can_cast_native.h' 2022-11-23T01:27:45.4172139Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2022-11-23T01:27:45.4173659Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2022-11-23T01:27:45.4175818Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4177181Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2022-11-23T01:27:45.4178760Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2022-11-23T01:27:45.4180379Z adding 'torch/include/ATen/ops/cat.h' 2022-11-23T01:27:45.4182256Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4183851Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4185672Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2022-11-23T01:27:45.4187282Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2022-11-23T01:27:45.4189730Z adding 'torch/include/ATen/ops/cat_meta.h' 2022-11-23T01:27:45.4191675Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2022-11-23T01:27:45.4193294Z adding 'torch/include/ATen/ops/cat_native.h' 2022-11-23T01:27:45.4195145Z adding 'torch/include/ATen/ops/cat_ops.h' 2022-11-23T01:27:45.4196970Z adding 'torch/include/ATen/ops/cauchy.h' 2022-11-23T01:27:45.4198958Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4200597Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2022-11-23T01:27:45.4202125Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2022-11-23T01:27:45.4203634Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2022-11-23T01:27:45.4205306Z adding 'torch/include/ATen/ops/cauchy_native.h' 2022-11-23T01:27:45.4207285Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2022-11-23T01:27:45.4208643Z adding 'torch/include/ATen/ops/ccol_indices.h' 2022-11-23T01:27:45.4210553Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2022-11-23T01:27:45.4212252Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4213921Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4215583Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2022-11-23T01:27:45.4217431Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2022-11-23T01:27:45.4219147Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2022-11-23T01:27:45.4220973Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2022-11-23T01:27:45.4222628Z adding 'torch/include/ATen/ops/cdist.h' 2022-11-23T01:27:45.4224665Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4226310Z adding 'torch/include/ATen/ops/cdist_native.h' 2022-11-23T01:27:45.4228379Z adding 'torch/include/ATen/ops/cdist_ops.h' 2022-11-23T01:27:45.4230009Z adding 'torch/include/ATen/ops/ceil.h' 2022-11-23T01:27:45.4231942Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4233423Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2022-11-23T01:27:45.4235142Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2022-11-23T01:27:45.4236595Z adding 'torch/include/ATen/ops/ceil_meta.h' 2022-11-23T01:27:45.4238394Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2022-11-23T01:27:45.4240124Z adding 'torch/include/ATen/ops/ceil_native.h' 2022-11-23T01:27:45.4242144Z adding 'torch/include/ATen/ops/ceil_ops.h' 2022-11-23T01:27:45.4244319Z adding 'torch/include/ATen/ops/celu.h' 2022-11-23T01:27:45.4246019Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4247760Z adding 'torch/include/ATen/ops/celu_native.h' 2022-11-23T01:27:45.4250116Z adding 'torch/include/ATen/ops/celu_ops.h' 2022-11-23T01:27:45.4251822Z adding 'torch/include/ATen/ops/chain_matmul.h' 2022-11-23T01:27:45.4253452Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4254876Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2022-11-23T01:27:45.4256598Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2022-11-23T01:27:45.4257926Z adding 'torch/include/ATen/ops/chalf.h' 2022-11-23T01:27:45.4259354Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4260397Z adding 'torch/include/ATen/ops/chalf_native.h' 2022-11-23T01:27:45.4262190Z adding 'torch/include/ATen/ops/chalf_ops.h' 2022-11-23T01:27:45.4263824Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2022-11-23T01:27:45.4266478Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4268507Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2022-11-23T01:27:45.4270516Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2022-11-23T01:27:45.4272487Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2022-11-23T01:27:45.4274377Z adding 'torch/include/ATen/ops/cholesky.h' 2022-11-23T01:27:45.4275926Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2022-11-23T01:27:45.4277618Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2022-11-23T01:27:45.4279680Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2022-11-23T01:27:45.4281107Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2022-11-23T01:27:45.4282522Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2022-11-23T01:27:45.4283889Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2022-11-23T01:27:45.4285479Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2022-11-23T01:27:45.4286928Z adding 'torch/include/ATen/ops/cholesky_native.h' 2022-11-23T01:27:45.4288373Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2022-11-23T01:27:45.4290176Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2022-11-23T01:27:45.4291794Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4292895Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2022-11-23T01:27:45.4295504Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2022-11-23T01:27:45.4297430Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2022-11-23T01:27:45.4299239Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4300514Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2022-11-23T01:27:45.4302288Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2022-11-23T01:27:45.4303808Z adding 'torch/include/ATen/ops/chunk.h' 2022-11-23T01:27:45.4305297Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4306652Z adding 'torch/include/ATen/ops/chunk_native.h' 2022-11-23T01:27:45.4308664Z adding 'torch/include/ATen/ops/chunk_ops.h' 2022-11-23T01:27:45.4310511Z adding 'torch/include/ATen/ops/clamp.h' 2022-11-23T01:27:45.4313054Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4314718Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2022-11-23T01:27:45.4316450Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2022-11-23T01:27:45.4318130Z adding 'torch/include/ATen/ops/clamp_max.h' 2022-11-23T01:27:45.4319837Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4321418Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2022-11-23T01:27:45.4323290Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2022-11-23T01:27:45.4325175Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2022-11-23T01:27:45.4327177Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2022-11-23T01:27:45.4329054Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2022-11-23T01:27:45.4330671Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2022-11-23T01:27:45.4332167Z adding 'torch/include/ATen/ops/clamp_meta.h' 2022-11-23T01:27:45.4333717Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2022-11-23T01:27:45.4335267Z adding 'torch/include/ATen/ops/clamp_min.h' 2022-11-23T01:27:45.4337043Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4338619Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2022-11-23T01:27:45.4341186Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2022-11-23T01:27:45.4342917Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2022-11-23T01:27:45.4345037Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2022-11-23T01:27:45.4346794Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2022-11-23T01:27:45.4349524Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2022-11-23T01:27:45.4351572Z adding 'torch/include/ATen/ops/clamp_native.h' 2022-11-23T01:27:45.4354004Z adding 'torch/include/ATen/ops/clamp_ops.h' 2022-11-23T01:27:45.4356202Z adding 'torch/include/ATen/ops/clip.h' 2022-11-23T01:27:45.4361415Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4361697Z adding 'torch/include/ATen/ops/clip_native.h' 2022-11-23T01:27:45.4361953Z adding 'torch/include/ATen/ops/clip_ops.h' 2022-11-23T01:27:45.4363456Z adding 'torch/include/ATen/ops/clone.h' 2022-11-23T01:27:45.4366044Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4367927Z adding 'torch/include/ATen/ops/clone_native.h' 2022-11-23T01:27:45.4369898Z adding 'torch/include/ATen/ops/clone_ops.h' 2022-11-23T01:27:45.4371657Z adding 'torch/include/ATen/ops/coalesce.h' 2022-11-23T01:27:45.4374165Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4375270Z adding 'torch/include/ATen/ops/coalesce_native.h' 2022-11-23T01:27:45.4377536Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2022-11-23T01:27:45.4379785Z adding 'torch/include/ATen/ops/col2im.h' 2022-11-23T01:27:45.4381813Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2022-11-23T01:27:45.4383756Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2022-11-23T01:27:45.4385697Z adding 'torch/include/ATen/ops/col2im_native.h' 2022-11-23T01:27:45.4388008Z adding 'torch/include/ATen/ops/col2im_ops.h' 2022-11-23T01:27:45.4389764Z adding 'torch/include/ATen/ops/col_indices.h' 2022-11-23T01:27:45.4391961Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2022-11-23T01:27:45.4393886Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4395925Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4397840Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2022-11-23T01:27:45.4400118Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2022-11-23T01:27:45.4401834Z adding 'torch/include/ATen/ops/col_indices_native.h' 2022-11-23T01:27:45.4403856Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2022-11-23T01:27:45.4405666Z adding 'torch/include/ATen/ops/column_stack.h' 2022-11-23T01:27:45.4408483Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4409308Z adding 'torch/include/ATen/ops/column_stack_native.h' 2022-11-23T01:27:45.4411569Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2022-11-23T01:27:45.4413249Z adding 'torch/include/ATen/ops/combinations.h' 2022-11-23T01:27:45.4415571Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4416855Z adding 'torch/include/ATen/ops/combinations_native.h' 2022-11-23T01:27:45.4419294Z adding 'torch/include/ATen/ops/combinations_ops.h' 2022-11-23T01:27:45.4421233Z adding 'torch/include/ATen/ops/complex.h' 2022-11-23T01:27:45.4423159Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4424920Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2022-11-23T01:27:45.4426442Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2022-11-23T01:27:45.4428116Z adding 'torch/include/ATen/ops/complex_native.h' 2022-11-23T01:27:45.4430109Z adding 'torch/include/ATen/ops/complex_ops.h' 2022-11-23T01:27:45.4431902Z adding 'torch/include/ATen/ops/concat.h' 2022-11-23T01:27:45.4433737Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4435100Z adding 'torch/include/ATen/ops/concat_native.h' 2022-11-23T01:27:45.4436788Z adding 'torch/include/ATen/ops/concat_ops.h' 2022-11-23T01:27:45.4438439Z adding 'torch/include/ATen/ops/concatenate.h' 2022-11-23T01:27:45.4440182Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4441941Z adding 'torch/include/ATen/ops/concatenate_native.h' 2022-11-23T01:27:45.4443338Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2022-11-23T01:27:45.4445439Z adding 'torch/include/ATen/ops/conj.h' 2022-11-23T01:27:45.4447329Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4450038Z adding 'torch/include/ATen/ops/conj_native.h' 2022-11-23T01:27:45.4451964Z adding 'torch/include/ATen/ops/conj_ops.h' 2022-11-23T01:27:45.4453763Z adding 'torch/include/ATen/ops/conj_physical.h' 2022-11-23T01:27:45.4455400Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4456968Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4458371Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2022-11-23T01:27:45.4459889Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2022-11-23T01:27:45.4461611Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2022-11-23T01:27:45.4463139Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2022-11-23T01:27:45.4465000Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2022-11-23T01:27:45.4466879Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4468641Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2022-11-23T01:27:45.4470370Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2022-11-23T01:27:45.4472067Z adding 'torch/include/ATen/ops/contiguous.h' 2022-11-23T01:27:45.4473768Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4475268Z adding 'torch/include/ATen/ops/contiguous_native.h' 2022-11-23T01:27:45.4477233Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2022-11-23T01:27:45.4479193Z adding 'torch/include/ATen/ops/conv1d.h' 2022-11-23T01:27:45.4480689Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4482155Z adding 'torch/include/ATen/ops/conv1d_native.h' 2022-11-23T01:27:45.4483896Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2022-11-23T01:27:45.4485362Z adding 'torch/include/ATen/ops/conv2d.h' 2022-11-23T01:27:45.4487152Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4489249Z adding 'torch/include/ATen/ops/conv2d_native.h' 2022-11-23T01:27:45.4491285Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2022-11-23T01:27:45.4492939Z adding 'torch/include/ATen/ops/conv3d.h' 2022-11-23T01:27:45.4494676Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4496139Z adding 'torch/include/ATen/ops/conv3d_native.h' 2022-11-23T01:27:45.4498015Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2022-11-23T01:27:45.4501034Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2022-11-23T01:27:45.4503153Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4504566Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2022-11-23T01:27:45.4506518Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2022-11-23T01:27:45.4508347Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2022-11-23T01:27:45.4510058Z adding 'torch/include/ATen/ops/conv_tbc.h' 2022-11-23T01:27:45.4512130Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2022-11-23T01:27:45.4513878Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4516118Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2022-11-23T01:27:45.4518178Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2022-11-23T01:27:45.4520238Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4521866Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2022-11-23T01:27:45.4523635Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2022-11-23T01:27:45.4525545Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2022-11-23T01:27:45.4527436Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4528886Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2022-11-23T01:27:45.4530582Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2022-11-23T01:27:45.4532458Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2022-11-23T01:27:45.4534276Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4536073Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2022-11-23T01:27:45.4538185Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2022-11-23T01:27:45.4540564Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2022-11-23T01:27:45.4542504Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4544156Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2022-11-23T01:27:45.4546655Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2022-11-23T01:27:45.4548969Z adding 'torch/include/ATen/ops/convolution.h' 2022-11-23T01:27:45.4551807Z adding 'torch/include/ATen/ops/convolution_backward.h' 2022-11-23T01:27:45.4554259Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4556488Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2022-11-23T01:27:45.4558918Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2022-11-23T01:27:45.4561337Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2022-11-23T01:27:45.4563175Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2022-11-23T01:27:45.4565063Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4566684Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2022-11-23T01:27:45.4568820Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2022-11-23T01:27:45.4570954Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4572614Z adding 'torch/include/ATen/ops/convolution_native.h' 2022-11-23T01:27:45.4574487Z adding 'torch/include/ATen/ops/convolution_ops.h' 2022-11-23T01:27:45.4576195Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2022-11-23T01:27:45.4578020Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4579477Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2022-11-23T01:27:45.4581196Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2022-11-23T01:27:45.4583666Z adding 'torch/include/ATen/ops/copy.h' 2022-11-23T01:27:45.4585834Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4587893Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4589462Z adding 'torch/include/ATen/ops/copy_native.h' 2022-11-23T01:27:45.4591315Z adding 'torch/include/ATen/ops/copy_ops.h' 2022-11-23T01:27:45.4593235Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2022-11-23T01:27:45.4595162Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4596807Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2022-11-23T01:27:45.4598566Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2022-11-23T01:27:45.4600405Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2022-11-23T01:27:45.4602243Z adding 'torch/include/ATen/ops/copysign.h' 2022-11-23T01:27:45.4604154Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4605917Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4607616Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2022-11-23T01:27:45.4609340Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2022-11-23T01:27:45.4610980Z adding 'torch/include/ATen/ops/copysign_meta.h' 2022-11-23T01:27:45.4612722Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2022-11-23T01:27:45.4614588Z adding 'torch/include/ATen/ops/copysign_native.h' 2022-11-23T01:27:45.4616469Z adding 'torch/include/ATen/ops/copysign_ops.h' 2022-11-23T01:27:45.4618309Z adding 'torch/include/ATen/ops/corrcoef.h' 2022-11-23T01:27:45.4619679Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4621169Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2022-11-23T01:27:45.4623048Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2022-11-23T01:27:45.4624762Z adding 'torch/include/ATen/ops/cos.h' 2022-11-23T01:27:45.4626459Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4628547Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2022-11-23T01:27:45.4630101Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2022-11-23T01:27:45.4631910Z adding 'torch/include/ATen/ops/cos_meta.h' 2022-11-23T01:27:45.4633308Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2022-11-23T01:27:45.4634693Z adding 'torch/include/ATen/ops/cos_native.h' 2022-11-23T01:27:45.4636336Z adding 'torch/include/ATen/ops/cos_ops.h' 2022-11-23T01:27:45.4638014Z adding 'torch/include/ATen/ops/cosh.h' 2022-11-23T01:27:45.4639656Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4641038Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2022-11-23T01:27:45.4642179Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2022-11-23T01:27:45.4643769Z adding 'torch/include/ATen/ops/cosh_meta.h' 2022-11-23T01:27:45.4645101Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2022-11-23T01:27:45.4646675Z adding 'torch/include/ATen/ops/cosh_native.h' 2022-11-23T01:27:45.4648345Z adding 'torch/include/ATen/ops/cosh_ops.h' 2022-11-23T01:27:45.4649882Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2022-11-23T01:27:45.4651417Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4652817Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2022-11-23T01:27:45.4654195Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2022-11-23T01:27:45.4656146Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2022-11-23T01:27:45.4657966Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4659694Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2022-11-23T01:27:45.4661410Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2022-11-23T01:27:45.4663109Z adding 'torch/include/ATen/ops/count_nonzero.h' 2022-11-23T01:27:45.4664718Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4666311Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2022-11-23T01:27:45.4667904Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2022-11-23T01:27:45.4670364Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2022-11-23T01:27:45.4673094Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2022-11-23T01:27:45.4675263Z adding 'torch/include/ATen/ops/cov.h' 2022-11-23T01:27:45.4677035Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4678671Z adding 'torch/include/ATen/ops/cov_native.h' 2022-11-23T01:27:45.4680804Z adding 'torch/include/ATen/ops/cov_ops.h' 2022-11-23T01:27:45.4682474Z adding 'torch/include/ATen/ops/cross.h' 2022-11-23T01:27:45.4683854Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4685256Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2022-11-23T01:27:45.4686824Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4688314Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2022-11-23T01:27:45.4689661Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2022-11-23T01:27:45.4691726Z adding 'torch/include/ATen/ops/cross_native.h' 2022-11-23T01:27:45.4693453Z adding 'torch/include/ATen/ops/cross_ops.h' 2022-11-23T01:27:45.4695482Z adding 'torch/include/ATen/ops/crow_indices.h' 2022-11-23T01:27:45.4697139Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2022-11-23T01:27:45.4698865Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4701652Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4703326Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2022-11-23T01:27:45.4704809Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2022-11-23T01:27:45.4706172Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2022-11-23T01:27:45.4708385Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2022-11-23T01:27:45.4711090Z adding 'torch/include/ATen/ops/ctc_loss.h' 2022-11-23T01:27:45.4713807Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4716254Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2022-11-23T01:27:45.4718274Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2022-11-23T01:27:45.4719875Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2022-11-23T01:27:45.4721340Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2022-11-23T01:27:45.4722907Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4724376Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2022-11-23T01:27:45.4725788Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2022-11-23T01:27:45.4727407Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2022-11-23T01:27:45.4728983Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4730455Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2022-11-23T01:27:45.4731971Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2022-11-23T01:27:45.4733442Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2022-11-23T01:27:45.4735120Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2022-11-23T01:27:45.4738344Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2022-11-23T01:27:45.4741992Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4743806Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2022-11-23T01:27:45.4745180Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2022-11-23T01:27:45.4746614Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2022-11-23T01:27:45.4748625Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4751510Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2022-11-23T01:27:45.4753913Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2022-11-23T01:27:45.4755911Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2022-11-23T01:27:45.4757613Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2022-11-23T01:27:45.4759140Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2022-11-23T01:27:45.4761213Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4763161Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2022-11-23T01:27:45.4764775Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2022-11-23T01:27:45.4766576Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2022-11-23T01:27:45.4768243Z adding 'torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4769726Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2022-11-23T01:27:45.4771170Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2022-11-23T01:27:45.4772915Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2022-11-23T01:27:45.4774912Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2022-11-23T01:27:45.4776483Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4778150Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2022-11-23T01:27:45.4779266Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2022-11-23T01:27:45.4781308Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2022-11-23T01:27:45.4783333Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2022-11-23T01:27:45.4785172Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4786620Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2022-11-23T01:27:45.4788026Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2022-11-23T01:27:45.4789802Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2022-11-23T01:27:45.4791505Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2022-11-23T01:27:45.4793652Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2022-11-23T01:27:45.4795256Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4796650Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2022-11-23T01:27:45.4798687Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2022-11-23T01:27:45.4800540Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2022-11-23T01:27:45.4802218Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4804063Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2022-11-23T01:27:45.4806005Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2022-11-23T01:27:45.4807802Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2022-11-23T01:27:45.4809470Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2022-11-23T01:27:45.4811111Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4812657Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2022-11-23T01:27:45.4814294Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2022-11-23T01:27:45.4816031Z adding 'torch/include/ATen/ops/cummax.h' 2022-11-23T01:27:45.4818216Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4820283Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4821892Z adding 'torch/include/ATen/ops/cummax_native.h' 2022-11-23T01:27:45.4823870Z adding 'torch/include/ATen/ops/cummax_ops.h' 2022-11-23T01:27:45.4826183Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2022-11-23T01:27:45.4827981Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4829662Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2022-11-23T01:27:45.4831458Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2022-11-23T01:27:45.4833295Z adding 'torch/include/ATen/ops/cummin.h' 2022-11-23T01:27:45.4835194Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4836773Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4838251Z adding 'torch/include/ATen/ops/cummin_native.h' 2022-11-23T01:27:45.4840089Z adding 'torch/include/ATen/ops/cummin_ops.h' 2022-11-23T01:27:45.4841777Z adding 'torch/include/ATen/ops/cumprod.h' 2022-11-23T01:27:45.4843718Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2022-11-23T01:27:45.4845586Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4846589Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2022-11-23T01:27:45.4848675Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2022-11-23T01:27:45.4850204Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4851736Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4853107Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2022-11-23T01:27:45.4854787Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2022-11-23T01:27:45.4856434Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2022-11-23T01:27:45.4858636Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2022-11-23T01:27:45.4860209Z adding 'torch/include/ATen/ops/cumprod_native.h' 2022-11-23T01:27:45.4862409Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2022-11-23T01:27:45.4864740Z adding 'torch/include/ATen/ops/cumsum.h' 2022-11-23T01:27:45.4876904Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4878557Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4880173Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2022-11-23T01:27:45.4881875Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2022-11-23T01:27:45.4883562Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2022-11-23T01:27:45.4885179Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2022-11-23T01:27:45.4887761Z adding 'torch/include/ATen/ops/cumsum_native.h' 2022-11-23T01:27:45.4889225Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2022-11-23T01:27:45.4891027Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2022-11-23T01:27:45.4893285Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4894922Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2022-11-23T01:27:45.4896921Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2022-11-23T01:27:45.4898859Z adding 'torch/include/ATen/ops/data.h' 2022-11-23T01:27:45.4900541Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4902582Z adding 'torch/include/ATen/ops/data_native.h' 2022-11-23T01:27:45.4904225Z adding 'torch/include/ATen/ops/data_ops.h' 2022-11-23T01:27:45.4906250Z adding 'torch/include/ATen/ops/deg2rad.h' 2022-11-23T01:27:45.4908212Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4910391Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2022-11-23T01:27:45.4912509Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2022-11-23T01:27:45.4914072Z adding 'torch/include/ATen/ops/dense_dim.h' 2022-11-23T01:27:45.4915948Z adding 'torch/include/ATen/ops/dense_dim_cpu_dispatch.h' 2022-11-23T01:27:45.4917856Z adding 'torch/include/ATen/ops/dense_dim_cuda_dispatch.h' 2022-11-23T01:27:45.4919713Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2022-11-23T01:27:45.4921722Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2022-11-23T01:27:45.4923538Z adding 'torch/include/ATen/ops/dequantize.h' 2022-11-23T01:27:45.4925420Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4927137Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2022-11-23T01:27:45.4929125Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2022-11-23T01:27:45.4931009Z adding 'torch/include/ATen/ops/dequantize_native.h' 2022-11-23T01:27:45.4932715Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2022-11-23T01:27:45.4934297Z adding 'torch/include/ATen/ops/det.h' 2022-11-23T01:27:45.4935563Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4936867Z adding 'torch/include/ATen/ops/det_native.h' 2022-11-23T01:27:45.4938334Z adding 'torch/include/ATen/ops/det_ops.h' 2022-11-23T01:27:45.4939736Z adding 'torch/include/ATen/ops/detach.h' 2022-11-23T01:27:45.4941255Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4942553Z adding 'torch/include/ATen/ops/detach_copy.h' 2022-11-23T01:27:45.4944210Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4945764Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4947170Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2022-11-23T01:27:45.4948969Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2022-11-23T01:27:45.4950619Z adding 'torch/include/ATen/ops/detach_native.h' 2022-11-23T01:27:45.4952501Z adding 'torch/include/ATen/ops/detach_ops.h' 2022-11-23T01:27:45.4954114Z adding 'torch/include/ATen/ops/diag.h' 2022-11-23T01:27:45.4955781Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4957395Z adding 'torch/include/ATen/ops/diag_embed.h' 2022-11-23T01:27:45.4959085Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4960946Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4962467Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2022-11-23T01:27:45.4964134Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2022-11-23T01:27:45.4965803Z adding 'torch/include/ATen/ops/diag_native.h' 2022-11-23T01:27:45.4967494Z adding 'torch/include/ATen/ops/diag_ops.h' 2022-11-23T01:27:45.4969029Z adding 'torch/include/ATen/ops/diagflat.h' 2022-11-23T01:27:45.4970691Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4972139Z adding 'torch/include/ATen/ops/diagflat_native.h' 2022-11-23T01:27:45.4973725Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2022-11-23T01:27:45.4975278Z adding 'torch/include/ATen/ops/diagonal.h' 2022-11-23T01:27:45.4977097Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2022-11-23T01:27:45.4978985Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4980473Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2022-11-23T01:27:45.4982165Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2022-11-23T01:27:45.4984019Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4985590Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.4987113Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2022-11-23T01:27:45.4988831Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.4990539Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.4992043Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2022-11-23T01:27:45.4994011Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2022-11-23T01:27:45.4995524Z adding 'torch/include/ATen/ops/diagonal_native.h' 2022-11-23T01:27:45.4997247Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2022-11-23T01:27:45.4998868Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2022-11-23T01:27:45.5000612Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5002034Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2022-11-23T01:27:45.5003755Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2022-11-23T01:27:45.5005368Z adding 'torch/include/ATen/ops/diff.h' 2022-11-23T01:27:45.5007114Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5008586Z adding 'torch/include/ATen/ops/diff_native.h' 2022-11-23T01:27:45.5010329Z adding 'torch/include/ATen/ops/diff_ops.h' 2022-11-23T01:27:45.5011879Z adding 'torch/include/ATen/ops/digamma.h' 2022-11-23T01:27:45.5013585Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5015068Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2022-11-23T01:27:45.5016762Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2022-11-23T01:27:45.5018086Z adding 'torch/include/ATen/ops/digamma_meta.h' 2022-11-23T01:27:45.5019578Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2022-11-23T01:27:45.5021021Z adding 'torch/include/ATen/ops/digamma_native.h' 2022-11-23T01:27:45.5022760Z adding 'torch/include/ATen/ops/digamma_ops.h' 2022-11-23T01:27:45.5024311Z adding 'torch/include/ATen/ops/dist.h' 2022-11-23T01:27:45.5026035Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5027378Z adding 'torch/include/ATen/ops/dist_native.h' 2022-11-23T01:27:45.5029278Z adding 'torch/include/ATen/ops/dist_ops.h' 2022-11-23T01:27:45.5031071Z adding 'torch/include/ATen/ops/div.h' 2022-11-23T01:27:45.5032969Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5034644Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5036212Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2022-11-23T01:27:45.5037845Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2022-11-23T01:27:45.5039407Z adding 'torch/include/ATen/ops/div_meta.h' 2022-11-23T01:27:45.5041348Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2022-11-23T01:27:45.5042875Z adding 'torch/include/ATen/ops/div_native.h' 2022-11-23T01:27:45.5045034Z adding 'torch/include/ATen/ops/div_ops.h' 2022-11-23T01:27:45.5047007Z adding 'torch/include/ATen/ops/divide.h' 2022-11-23T01:27:45.5048881Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5050410Z adding 'torch/include/ATen/ops/divide_native.h' 2022-11-23T01:27:45.5052494Z adding 'torch/include/ATen/ops/divide_ops.h' 2022-11-23T01:27:45.5054207Z adding 'torch/include/ATen/ops/dot.h' 2022-11-23T01:27:45.5055929Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5057373Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2022-11-23T01:27:45.5059007Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2022-11-23T01:27:45.5060511Z adding 'torch/include/ATen/ops/dot_native.h' 2022-11-23T01:27:45.5062176Z adding 'torch/include/ATen/ops/dot_ops.h' 2022-11-23T01:27:45.5063702Z adding 'torch/include/ATen/ops/dropout.h' 2022-11-23T01:27:45.5065497Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5066940Z adding 'torch/include/ATen/ops/dropout_native.h' 2022-11-23T01:27:45.5068698Z adding 'torch/include/ATen/ops/dropout_ops.h' 2022-11-23T01:27:45.5070451Z adding 'torch/include/ATen/ops/dsplit.h' 2022-11-23T01:27:45.5072198Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5073666Z adding 'torch/include/ATen/ops/dsplit_native.h' 2022-11-23T01:27:45.5075271Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2022-11-23T01:27:45.5076775Z adding 'torch/include/ATen/ops/dstack.h' 2022-11-23T01:27:45.5078466Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5079836Z adding 'torch/include/ATen/ops/dstack_native.h' 2022-11-23T01:27:45.5081504Z adding 'torch/include/ATen/ops/dstack_ops.h' 2022-11-23T01:27:45.5083041Z adding 'torch/include/ATen/ops/einsum.h' 2022-11-23T01:27:45.5084701Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5086092Z adding 'torch/include/ATen/ops/einsum_native.h' 2022-11-23T01:27:45.5087800Z adding 'torch/include/ATen/ops/einsum_ops.h' 2022-11-23T01:27:45.5089381Z adding 'torch/include/ATen/ops/elu.h' 2022-11-23T01:27:45.5091133Z adding 'torch/include/ATen/ops/elu_backward.h' 2022-11-23T01:27:45.5092838Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5094433Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2022-11-23T01:27:45.5095979Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2022-11-23T01:27:45.5097546Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2022-11-23T01:27:45.5099171Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2022-11-23T01:27:45.5100784Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2022-11-23T01:27:45.5102443Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2022-11-23T01:27:45.5104232Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5105679Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2022-11-23T01:27:45.5107318Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2022-11-23T01:27:45.5109325Z adding 'torch/include/ATen/ops/elu_meta.h' 2022-11-23T01:27:45.5110874Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2022-11-23T01:27:45.5112485Z adding 'torch/include/ATen/ops/elu_native.h' 2022-11-23T01:27:45.5114290Z adding 'torch/include/ATen/ops/elu_ops.h' 2022-11-23T01:27:45.5116242Z adding 'torch/include/ATen/ops/embedding.h' 2022-11-23T01:27:45.5117998Z adding 'torch/include/ATen/ops/embedding_backward.h' 2022-11-23T01:27:45.5119740Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5121307Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2022-11-23T01:27:45.5123065Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2022-11-23T01:27:45.5124787Z adding 'torch/include/ATen/ops/embedding_bag.h' 2022-11-23T01:27:45.5126730Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5128346Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2022-11-23T01:27:45.5130268Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2022-11-23T01:27:45.5132097Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5134019Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2022-11-23T01:27:45.5135980Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5137705Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2022-11-23T01:27:45.5139353Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2022-11-23T01:27:45.5141003Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2022-11-23T01:27:45.5142799Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2022-11-23T01:27:45.5144616Z adding 'torch/include/ATen/ops/embedding_native.h' 2022-11-23T01:27:45.5146319Z adding 'torch/include/ATen/ops/embedding_ops.h' 2022-11-23T01:27:45.5148375Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2022-11-23T01:27:45.5150325Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5151806Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2022-11-23T01:27:45.5153434Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2022-11-23T01:27:45.5154945Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2022-11-23T01:27:45.5156434Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2022-11-23T01:27:45.5158161Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2022-11-23T01:27:45.5159792Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2022-11-23T01:27:45.5161517Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5162997Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2022-11-23T01:27:45.5164545Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2022-11-23T01:27:45.5166719Z adding 'torch/include/ATen/ops/empty.h' 2022-11-23T01:27:45.5168600Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5170262Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5171753Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2022-11-23T01:27:45.5173428Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2022-11-23T01:27:45.5175177Z adding 'torch/include/ATen/ops/empty_like.h' 2022-11-23T01:27:45.5177020Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5178466Z adding 'torch/include/ATen/ops/empty_like_native.h' 2022-11-23T01:27:45.5180290Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2022-11-23T01:27:45.5181982Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2022-11-23T01:27:45.5183671Z adding 'torch/include/ATen/ops/empty_native.h' 2022-11-23T01:27:45.5185673Z adding 'torch/include/ATen/ops/empty_ops.h' 2022-11-23T01:27:45.5187605Z adding 'torch/include/ATen/ops/empty_quantized.h' 2022-11-23T01:27:45.5189571Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5191233Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2022-11-23T01:27:45.5192984Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2022-11-23T01:27:45.5195036Z adding 'torch/include/ATen/ops/empty_strided.h' 2022-11-23T01:27:45.5197131Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5198701Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2022-11-23T01:27:45.5200406Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2022-11-23T01:27:45.5202170Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2022-11-23T01:27:45.5203894Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2022-11-23T01:27:45.5205712Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2022-11-23T01:27:45.5207672Z adding 'torch/include/ATen/ops/eq.h' 2022-11-23T01:27:45.5210049Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5211270Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2022-11-23T01:27:45.5212830Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2022-11-23T01:27:45.5214415Z adding 'torch/include/ATen/ops/eq_meta.h' 2022-11-23T01:27:45.5215945Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2022-11-23T01:27:45.5217869Z adding 'torch/include/ATen/ops/eq_native.h' 2022-11-23T01:27:45.5219037Z adding 'torch/include/ATen/ops/eq_ops.h' 2022-11-23T01:27:45.5220681Z adding 'torch/include/ATen/ops/equal.h' 2022-11-23T01:27:45.5222362Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2022-11-23T01:27:45.5223992Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2022-11-23T01:27:45.5225413Z adding 'torch/include/ATen/ops/equal_native.h' 2022-11-23T01:27:45.5226972Z adding 'torch/include/ATen/ops/equal_ops.h' 2022-11-23T01:27:45.5229021Z adding 'torch/include/ATen/ops/erf.h' 2022-11-23T01:27:45.5230683Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5232202Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2022-11-23T01:27:45.5233417Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2022-11-23T01:27:45.5234950Z adding 'torch/include/ATen/ops/erf_meta.h' 2022-11-23T01:27:45.5236417Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2022-11-23T01:27:45.5237768Z adding 'torch/include/ATen/ops/erf_native.h' 2022-11-23T01:27:45.5239457Z adding 'torch/include/ATen/ops/erf_ops.h' 2022-11-23T01:27:45.5240870Z adding 'torch/include/ATen/ops/erfc.h' 2022-11-23T01:27:45.5242733Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5244481Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2022-11-23T01:27:45.5245941Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2022-11-23T01:27:45.5247112Z adding 'torch/include/ATen/ops/erfc_meta.h' 2022-11-23T01:27:45.5248782Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2022-11-23T01:27:45.5250237Z adding 'torch/include/ATen/ops/erfc_native.h' 2022-11-23T01:27:45.5251825Z adding 'torch/include/ATen/ops/erfc_ops.h' 2022-11-23T01:27:45.5253394Z adding 'torch/include/ATen/ops/erfinv.h' 2022-11-23T01:27:45.5255141Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5256819Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2022-11-23T01:27:45.5258361Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2022-11-23T01:27:45.5259696Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2022-11-23T01:27:45.5261220Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2022-11-23T01:27:45.5262738Z adding 'torch/include/ATen/ops/erfinv_native.h' 2022-11-23T01:27:45.5266959Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2022-11-23T01:27:45.5267093Z adding 'torch/include/ATen/ops/exp.h' 2022-11-23T01:27:45.5268661Z adding 'torch/include/ATen/ops/exp2.h' 2022-11-23T01:27:45.5270528Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5272358Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2022-11-23T01:27:45.5273951Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2022-11-23T01:27:45.5275542Z adding 'torch/include/ATen/ops/exp2_meta.h' 2022-11-23T01:27:45.5277175Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2022-11-23T01:27:45.5278831Z adding 'torch/include/ATen/ops/exp2_native.h' 2022-11-23T01:27:45.5280555Z adding 'torch/include/ATen/ops/exp2_ops.h' 2022-11-23T01:27:45.5282410Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5283938Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2022-11-23T01:27:45.5285578Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2022-11-23T01:27:45.5287137Z adding 'torch/include/ATen/ops/exp_meta.h' 2022-11-23T01:27:45.5288831Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2022-11-23T01:27:45.5290352Z adding 'torch/include/ATen/ops/exp_native.h' 2022-11-23T01:27:45.5292163Z adding 'torch/include/ATen/ops/exp_ops.h' 2022-11-23T01:27:45.5293839Z adding 'torch/include/ATen/ops/expand.h' 2022-11-23T01:27:45.5295401Z adding 'torch/include/ATen/ops/expand_as.h' 2022-11-23T01:27:45.5297117Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5298635Z adding 'torch/include/ATen/ops/expand_as_native.h' 2022-11-23T01:27:45.5300412Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2022-11-23T01:27:45.5302063Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5303822Z adding 'torch/include/ATen/ops/expand_copy.h' 2022-11-23T01:27:45.5305719Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5307591Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5309101Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2022-11-23T01:27:45.5310875Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2022-11-23T01:27:45.5312474Z adding 'torch/include/ATen/ops/expand_native.h' 2022-11-23T01:27:45.5313968Z adding 'torch/include/ATen/ops/expand_ops.h' 2022-11-23T01:27:45.5315488Z adding 'torch/include/ATen/ops/expm1.h' 2022-11-23T01:27:45.5317102Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5318522Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2022-11-23T01:27:45.5320049Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2022-11-23T01:27:45.5321831Z adding 'torch/include/ATen/ops/expm1_meta.h' 2022-11-23T01:27:45.5323262Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2022-11-23T01:27:45.5325051Z adding 'torch/include/ATen/ops/expm1_native.h' 2022-11-23T01:27:45.5326559Z adding 'torch/include/ATen/ops/expm1_ops.h' 2022-11-23T01:27:45.5328192Z adding 'torch/include/ATen/ops/exponential.h' 2022-11-23T01:27:45.5330027Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5331678Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2022-11-23T01:27:45.5333408Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2022-11-23T01:27:45.5335171Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2022-11-23T01:27:45.5336812Z adding 'torch/include/ATen/ops/exponential_native.h' 2022-11-23T01:27:45.5338692Z adding 'torch/include/ATen/ops/exponential_ops.h' 2022-11-23T01:27:45.5341118Z adding 'torch/include/ATen/ops/eye.h' 2022-11-23T01:27:45.5342924Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5344695Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2022-11-23T01:27:45.5346455Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2022-11-23T01:27:45.5348786Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2022-11-23T01:27:45.5350276Z adding 'torch/include/ATen/ops/eye_native.h' 2022-11-23T01:27:45.5352354Z adding 'torch/include/ATen/ops/eye_ops.h' 2022-11-23T01:27:45.5354463Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2022-11-23T01:27:45.5356271Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2022-11-23T01:27:45.5358113Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2022-11-23T01:27:45.5359852Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5361411Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2022-11-23T01:27:45.5363117Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2022-11-23T01:27:45.5364855Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5366479Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2022-11-23T01:27:45.5368269Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2022-11-23T01:27:45.5369898Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2022-11-23T01:27:45.5371717Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2022-11-23T01:27:45.5373536Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5375161Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2022-11-23T01:27:45.5376732Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2022-11-23T01:27:45.5378439Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2022-11-23T01:27:45.5380207Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2022-11-23T01:27:45.5381961Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2022-11-23T01:27:45.5383587Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5385089Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2022-11-23T01:27:45.5386892Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2022-11-23T01:27:45.5388804Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5390876Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2022-11-23T01:27:45.5392659Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2022-11-23T01:27:45.5394288Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2022-11-23T01:27:45.5396160Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2022-11-23T01:27:45.5397976Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5399590Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2022-11-23T01:27:45.5401369Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2022-11-23T01:27:45.5403120Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2022-11-23T01:27:45.5404855Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5406470Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2022-11-23T01:27:45.5408180Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5409735Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2022-11-23T01:27:45.5411432Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2022-11-23T01:27:45.5413087Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2022-11-23T01:27:45.5414772Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2022-11-23T01:27:45.5416500Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2022-11-23T01:27:45.5418340Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5420063Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2022-11-23T01:27:45.5421955Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5423505Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2022-11-23T01:27:45.5425275Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2022-11-23T01:27:45.5426993Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2022-11-23T01:27:45.5429633Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2022-11-23T01:27:45.5430658Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2022-11-23T01:27:45.5432625Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5434140Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2022-11-23T01:27:45.5436038Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2022-11-23T01:27:45.5437842Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2022-11-23T01:27:45.5439539Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5441205Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2022-11-23T01:27:45.5442862Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2022-11-23T01:27:45.5444586Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2022-11-23T01:27:45.5446347Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5447720Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2022-11-23T01:27:45.5449804Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2022-11-23T01:27:45.5451520Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2022-11-23T01:27:45.5452832Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5454193Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2022-11-23T01:27:45.5455943Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2022-11-23T01:27:45.5457522Z adding 'torch/include/ATen/ops/feature_dropout.h' 2022-11-23T01:27:45.5459332Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5460607Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2022-11-23T01:27:45.5462493Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2022-11-23T01:27:45.5463862Z adding 'torch/include/ATen/ops/fft_fft.h' 2022-11-23T01:27:45.5465572Z adding 'torch/include/ATen/ops/fft_fft2.h' 2022-11-23T01:27:45.5467211Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5469615Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2022-11-23T01:27:45.5470999Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2022-11-23T01:27:45.5472711Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5474258Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2022-11-23T01:27:45.5476194Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2022-11-23T01:27:45.5477884Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2022-11-23T01:27:45.5479714Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5481335Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2022-11-23T01:27:45.5483018Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2022-11-23T01:27:45.5484565Z adding 'torch/include/ATen/ops/fft_fftn.h' 2022-11-23T01:27:45.5486450Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5487851Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2022-11-23T01:27:45.5489478Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2022-11-23T01:27:45.5491012Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2022-11-23T01:27:45.5492802Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5494190Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2022-11-23T01:27:45.5495614Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2022-11-23T01:27:45.5497211Z adding 'torch/include/ATen/ops/fft_hfft.h' 2022-11-23T01:27:45.5498842Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2022-11-23T01:27:45.5500531Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5501929Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2022-11-23T01:27:45.5503601Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2022-11-23T01:27:45.5505371Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5506677Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2022-11-23T01:27:45.5508765Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2022-11-23T01:27:45.5510294Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2022-11-23T01:27:45.5512016Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5513516Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2022-11-23T01:27:45.5515164Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2022-11-23T01:27:45.5516739Z adding 'torch/include/ATen/ops/fft_ifft.h' 2022-11-23T01:27:45.5518359Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2022-11-23T01:27:45.5520107Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5521508Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2022-11-23T01:27:45.5523187Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2022-11-23T01:27:45.5524746Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5526382Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2022-11-23T01:27:45.5527906Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2022-11-23T01:27:45.5529444Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2022-11-23T01:27:45.5531031Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5532406Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2022-11-23T01:27:45.5534193Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2022-11-23T01:27:45.5535742Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2022-11-23T01:27:45.5537242Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5538643Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2022-11-23T01:27:45.5540111Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2022-11-23T01:27:45.5541720Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2022-11-23T01:27:45.5543229Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2022-11-23T01:27:45.5544877Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5546193Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2022-11-23T01:27:45.5547970Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2022-11-23T01:27:45.5549786Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5551267Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2022-11-23T01:27:45.5552895Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2022-11-23T01:27:45.5554485Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2022-11-23T01:27:45.5556113Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5557516Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2022-11-23T01:27:45.5559138Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2022-11-23T01:27:45.5560685Z adding 'torch/include/ATen/ops/fft_irfft.h' 2022-11-23T01:27:45.5562312Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2022-11-23T01:27:45.5563984Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5565323Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2022-11-23T01:27:45.5566893Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2022-11-23T01:27:45.5568434Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5569854Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2022-11-23T01:27:45.5571364Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2022-11-23T01:27:45.5573033Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2022-11-23T01:27:45.5574929Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5576479Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2022-11-23T01:27:45.5578030Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2022-11-23T01:27:45.5579703Z adding 'torch/include/ATen/ops/fft_rfft.h' 2022-11-23T01:27:45.5581532Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2022-11-23T01:27:45.5583159Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5584669Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2022-11-23T01:27:45.5586376Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2022-11-23T01:27:45.5588641Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5590180Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2022-11-23T01:27:45.5592074Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2022-11-23T01:27:45.5593894Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2022-11-23T01:27:45.5595738Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5597409Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2022-11-23T01:27:45.5599222Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2022-11-23T01:27:45.5601211Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2022-11-23T01:27:45.5603245Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5604824Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2022-11-23T01:27:45.5606491Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2022-11-23T01:27:45.5608252Z adding 'torch/include/ATen/ops/fill.h' 2022-11-23T01:27:45.5610103Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5611784Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2022-11-23T01:27:45.5613357Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2022-11-23T01:27:45.5615231Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2022-11-23T01:27:45.5616712Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5618365Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2022-11-23T01:27:45.5619690Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2022-11-23T01:27:45.5621127Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2022-11-23T01:27:45.5622738Z adding 'torch/include/ATen/ops/fill_native.h' 2022-11-23T01:27:45.5624757Z adding 'torch/include/ATen/ops/fill_ops.h' 2022-11-23T01:27:45.5626645Z adding 'torch/include/ATen/ops/fix.h' 2022-11-23T01:27:45.5628777Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5630388Z adding 'torch/include/ATen/ops/fix_native.h' 2022-11-23T01:27:45.5631808Z adding 'torch/include/ATen/ops/fix_ops.h' 2022-11-23T01:27:45.5633376Z adding 'torch/include/ATen/ops/flatten.h' 2022-11-23T01:27:45.5635099Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5636501Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2022-11-23T01:27:45.5638110Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5639441Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2022-11-23T01:27:45.5641078Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2022-11-23T01:27:45.5642512Z adding 'torch/include/ATen/ops/flatten_native.h' 2022-11-23T01:27:45.5644301Z adding 'torch/include/ATen/ops/flatten_ops.h' 2022-11-23T01:27:45.5645863Z adding 'torch/include/ATen/ops/flip.h' 2022-11-23T01:27:45.5647532Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5648956Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2022-11-23T01:27:45.5651316Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2022-11-23T01:27:45.5652800Z adding 'torch/include/ATen/ops/flip_native.h' 2022-11-23T01:27:45.5654478Z adding 'torch/include/ATen/ops/flip_ops.h' 2022-11-23T01:27:45.5655966Z adding 'torch/include/ATen/ops/fliplr.h' 2022-11-23T01:27:45.5657608Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5658903Z adding 'torch/include/ATen/ops/fliplr_native.h' 2022-11-23T01:27:45.5660476Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2022-11-23T01:27:45.5661847Z adding 'torch/include/ATen/ops/flipud.h' 2022-11-23T01:27:45.5663425Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5664740Z adding 'torch/include/ATen/ops/flipud_native.h' 2022-11-23T01:27:45.5666264Z adding 'torch/include/ATen/ops/flipud_ops.h' 2022-11-23T01:27:45.5667994Z adding 'torch/include/ATen/ops/float_power.h' 2022-11-23T01:27:45.5669877Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5671356Z adding 'torch/include/ATen/ops/float_power_native.h' 2022-11-23T01:27:45.5673287Z adding 'torch/include/ATen/ops/float_power_ops.h' 2022-11-23T01:27:45.5674978Z adding 'torch/include/ATen/ops/floor.h' 2022-11-23T01:27:45.5676670Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5678120Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2022-11-23T01:27:45.5679627Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2022-11-23T01:27:45.5681268Z adding 'torch/include/ATen/ops/floor_divide.h' 2022-11-23T01:27:45.5682997Z adding 'torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5684793Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2022-11-23T01:27:45.5686327Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2022-11-23T01:27:45.5687797Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2022-11-23T01:27:45.5689266Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2022-11-23T01:27:45.5691167Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2022-11-23T01:27:45.5692948Z adding 'torch/include/ATen/ops/floor_meta.h' 2022-11-23T01:27:45.5694566Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2022-11-23T01:27:45.5696258Z adding 'torch/include/ATen/ops/floor_native.h' 2022-11-23T01:27:45.5698136Z adding 'torch/include/ATen/ops/floor_ops.h' 2022-11-23T01:27:45.5700086Z adding 'torch/include/ATen/ops/fmax.h' 2022-11-23T01:27:45.5701921Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5703763Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2022-11-23T01:27:45.5705297Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2022-11-23T01:27:45.5706870Z adding 'torch/include/ATen/ops/fmax_meta.h' 2022-11-23T01:27:45.5708650Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2022-11-23T01:27:45.5710474Z adding 'torch/include/ATen/ops/fmax_native.h' 2022-11-23T01:27:45.5712356Z adding 'torch/include/ATen/ops/fmax_ops.h' 2022-11-23T01:27:45.5713946Z adding 'torch/include/ATen/ops/fmin.h' 2022-11-23T01:27:45.5715714Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5717232Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2022-11-23T01:27:45.5718799Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2022-11-23T01:27:45.5720413Z adding 'torch/include/ATen/ops/fmin_meta.h' 2022-11-23T01:27:45.5721984Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2022-11-23T01:27:45.5723573Z adding 'torch/include/ATen/ops/fmin_native.h' 2022-11-23T01:27:45.5725292Z adding 'torch/include/ATen/ops/fmin_ops.h' 2022-11-23T01:27:45.5727030Z adding 'torch/include/ATen/ops/fmod.h' 2022-11-23T01:27:45.5728778Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5730494Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5732018Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2022-11-23T01:27:45.5733735Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2022-11-23T01:27:45.5735295Z adding 'torch/include/ATen/ops/fmod_meta.h' 2022-11-23T01:27:45.5736978Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2022-11-23T01:27:45.5738655Z adding 'torch/include/ATen/ops/fmod_native.h' 2022-11-23T01:27:45.5740493Z adding 'torch/include/ATen/ops/fmod_ops.h' 2022-11-23T01:27:45.5742235Z adding 'torch/include/ATen/ops/frac.h' 2022-11-23T01:27:45.5744004Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5745515Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2022-11-23T01:27:45.5747045Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2022-11-23T01:27:45.5748748Z adding 'torch/include/ATen/ops/frac_meta.h' 2022-11-23T01:27:45.5750332Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2022-11-23T01:27:45.5752074Z adding 'torch/include/ATen/ops/frac_native.h' 2022-11-23T01:27:45.5753740Z adding 'torch/include/ATen/ops/frac_ops.h' 2022-11-23T01:27:45.5755525Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2022-11-23T01:27:45.5757313Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2022-11-23T01:27:45.5759163Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5760768Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.5762517Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.5764044Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2022-11-23T01:27:45.5765739Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2022-11-23T01:27:45.5767352Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2022-11-23T01:27:45.5769085Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2022-11-23T01:27:45.5770897Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5772637Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2022-11-23T01:27:45.5774221Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2022-11-23T01:27:45.5775751Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2022-11-23T01:27:45.5777438Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2022-11-23T01:27:45.5779013Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2022-11-23T01:27:45.5780809Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2022-11-23T01:27:45.5782507Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2022-11-23T01:27:45.5784283Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2022-11-23T01:27:45.5785996Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.5787680Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.5789476Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2022-11-23T01:27:45.5791383Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2022-11-23T01:27:45.5793132Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5794752Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2022-11-23T01:27:45.5796377Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2022-11-23T01:27:45.5798686Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2022-11-23T01:27:45.5800611Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2022-11-23T01:27:45.5802317Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2022-11-23T01:27:45.5804047Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2022-11-23T01:27:45.5805768Z adding 'torch/include/ATen/ops/frexp.h' 2022-11-23T01:27:45.5807460Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5809038Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2022-11-23T01:27:45.5810639Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2022-11-23T01:27:45.5812284Z adding 'torch/include/ATen/ops/frexp_native.h' 2022-11-23T01:27:45.5813939Z adding 'torch/include/ATen/ops/frexp_ops.h' 2022-11-23T01:27:45.5815685Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2022-11-23T01:27:45.5817407Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5818947Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2022-11-23T01:27:45.5820630Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2022-11-23T01:27:45.5822626Z adding 'torch/include/ATen/ops/from_blob.h' 2022-11-23T01:27:45.5824497Z adding 'torch/include/ATen/ops/from_file.h' 2022-11-23T01:27:45.5826326Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5828073Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2022-11-23T01:27:45.5829979Z adding 'torch/include/ATen/ops/from_file_native.h' 2022-11-23T01:27:45.5832248Z adding 'torch/include/ATen/ops/from_file_ops.h' 2022-11-23T01:27:45.5834276Z adding 'torch/include/ATen/ops/full.h' 2022-11-23T01:27:45.5836323Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5838187Z adding 'torch/include/ATen/ops/full_like.h' 2022-11-23T01:27:45.5840281Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5841626Z adding 'torch/include/ATen/ops/full_like_native.h' 2022-11-23T01:27:45.5843364Z adding 'torch/include/ATen/ops/full_like_ops.h' 2022-11-23T01:27:45.5845063Z adding 'torch/include/ATen/ops/full_native.h' 2022-11-23T01:27:45.5846996Z adding 'torch/include/ATen/ops/full_ops.h' 2022-11-23T01:27:45.5849174Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2022-11-23T01:27:45.5850949Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5852498Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2022-11-23T01:27:45.5854255Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2022-11-23T01:27:45.5856045Z adding 'torch/include/ATen/ops/gather.h' 2022-11-23T01:27:45.5857799Z adding 'torch/include/ATen/ops/gather_backward.h' 2022-11-23T01:27:45.5859555Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5861059Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2022-11-23T01:27:45.5862744Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2022-11-23T01:27:45.5864506Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5866116Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5867851Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2022-11-23T01:27:45.5869581Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2022-11-23T01:27:45.5871170Z adding 'torch/include/ATen/ops/gather_meta.h' 2022-11-23T01:27:45.5872915Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2022-11-23T01:27:45.5874516Z adding 'torch/include/ATen/ops/gather_native.h' 2022-11-23T01:27:45.5876396Z adding 'torch/include/ATen/ops/gather_ops.h' 2022-11-23T01:27:45.5878094Z adding 'torch/include/ATen/ops/gcd.h' 2022-11-23T01:27:45.5879918Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5881438Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2022-11-23T01:27:45.5882829Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2022-11-23T01:27:45.5884310Z adding 'torch/include/ATen/ops/gcd_meta.h' 2022-11-23T01:27:45.5885698Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2022-11-23T01:27:45.5887145Z adding 'torch/include/ATen/ops/gcd_native.h' 2022-11-23T01:27:45.5888736Z adding 'torch/include/ATen/ops/gcd_ops.h' 2022-11-23T01:27:45.5890355Z adding 'torch/include/ATen/ops/ge.h' 2022-11-23T01:27:45.5891974Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5893404Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2022-11-23T01:27:45.5894858Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2022-11-23T01:27:45.5896317Z adding 'torch/include/ATen/ops/ge_meta.h' 2022-11-23T01:27:45.5897955Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2022-11-23T01:27:45.5899350Z adding 'torch/include/ATen/ops/ge_native.h' 2022-11-23T01:27:45.5901101Z adding 'torch/include/ATen/ops/ge_ops.h' 2022-11-23T01:27:45.5902673Z adding 'torch/include/ATen/ops/gelu.h' 2022-11-23T01:27:45.5904162Z adding 'torch/include/ATen/ops/gelu_backward.h' 2022-11-23T01:27:45.5905790Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5907216Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2022-11-23T01:27:45.5908767Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2022-11-23T01:27:45.5910154Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2022-11-23T01:27:45.5911861Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2022-11-23T01:27:45.5923024Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2022-11-23T01:27:45.5923644Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2022-11-23T01:27:45.5924178Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5924679Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2022-11-23T01:27:45.5925174Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2022-11-23T01:27:45.5925512Z adding 'torch/include/ATen/ops/gelu_meta.h' 2022-11-23T01:27:45.5925791Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2022-11-23T01:27:45.5926081Z adding 'torch/include/ATen/ops/gelu_native.h' 2022-11-23T01:27:45.5926467Z adding 'torch/include/ATen/ops/gelu_ops.h' 2022-11-23T01:27:45.5926917Z adding 'torch/include/ATen/ops/geometric.h' 2022-11-23T01:27:45.5928887Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5930040Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2022-11-23T01:27:45.5931659Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2022-11-23T01:27:45.5933136Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2022-11-23T01:27:45.5934769Z adding 'torch/include/ATen/ops/geometric_native.h' 2022-11-23T01:27:45.5936305Z adding 'torch/include/ATen/ops/geometric_ops.h' 2022-11-23T01:27:45.5937776Z adding 'torch/include/ATen/ops/geqrf.h' 2022-11-23T01:27:45.5939397Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2022-11-23T01:27:45.5940901Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2022-11-23T01:27:45.5942385Z adding 'torch/include/ATen/ops/geqrf_native.h' 2022-11-23T01:27:45.5944012Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2022-11-23T01:27:45.5945633Z adding 'torch/include/ATen/ops/ger.h' 2022-11-23T01:27:45.5947359Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5949008Z adding 'torch/include/ATen/ops/ger_native.h' 2022-11-23T01:27:45.5950477Z adding 'torch/include/ATen/ops/ger_ops.h' 2022-11-23T01:27:45.5952382Z adding 'torch/include/ATen/ops/glu.h' 2022-11-23T01:27:45.5953932Z adding 'torch/include/ATen/ops/glu_backward.h' 2022-11-23T01:27:45.5955446Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2022-11-23T01:27:45.5956925Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2022-11-23T01:27:45.5958519Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2022-11-23T01:27:45.5960159Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5961737Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2022-11-23T01:27:45.5963249Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2022-11-23T01:27:45.5964863Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2022-11-23T01:27:45.5966650Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2022-11-23T01:27:45.5968181Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2022-11-23T01:27:45.5969854Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2022-11-23T01:27:45.5971604Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.5973034Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2022-11-23T01:27:45.5974809Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2022-11-23T01:27:45.5976329Z adding 'torch/include/ATen/ops/glu_jvp.h' 2022-11-23T01:27:45.5978156Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.5979700Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2022-11-23T01:27:45.5981373Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2022-11-23T01:27:45.5982853Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2022-11-23T01:27:45.5984325Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2022-11-23T01:27:45.5985974Z adding 'torch/include/ATen/ops/glu_meta.h' 2022-11-23T01:27:45.5987570Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2022-11-23T01:27:45.5989372Z adding 'torch/include/ATen/ops/glu_native.h' 2022-11-23T01:27:45.5991154Z adding 'torch/include/ATen/ops/glu_ops.h' 2022-11-23T01:27:45.5993060Z adding 'torch/include/ATen/ops/gradient.h' 2022-11-23T01:27:45.5994931Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.5996905Z adding 'torch/include/ATen/ops/gradient_native.h' 2022-11-23T01:27:45.5998993Z adding 'torch/include/ATen/ops/gradient_ops.h' 2022-11-23T01:27:45.6000931Z adding 'torch/include/ATen/ops/greater.h' 2022-11-23T01:27:45.6002841Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6004533Z adding 'torch/include/ATen/ops/greater_equal.h' 2022-11-23T01:27:45.6006406Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6008082Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2022-11-23T01:27:45.6010017Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2022-11-23T01:27:45.6011772Z adding 'torch/include/ATen/ops/greater_native.h' 2022-11-23T01:27:45.6013712Z adding 'torch/include/ATen/ops/greater_ops.h' 2022-11-23T01:27:45.6015523Z adding 'torch/include/ATen/ops/grid_sampler.h' 2022-11-23T01:27:45.6017344Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2022-11-23T01:27:45.6019166Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2022-11-23T01:27:45.6021052Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6022696Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.6024397Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.6026032Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2022-11-23T01:27:45.6028141Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2022-11-23T01:27:45.6029996Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6031711Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2022-11-23T01:27:45.6033349Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2022-11-23T01:27:45.6034929Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2022-11-23T01:27:45.6037606Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2022-11-23T01:27:45.6039507Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2022-11-23T01:27:45.6041419Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2022-11-23T01:27:45.6043278Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6044979Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.6046825Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.6048376Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2022-11-23T01:27:45.6050246Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2022-11-23T01:27:45.6052106Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6053794Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2022-11-23T01:27:45.6055447Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2022-11-23T01:27:45.6057088Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2022-11-23T01:27:45.6058865Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2022-11-23T01:27:45.6060714Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6062363Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2022-11-23T01:27:45.6064007Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2022-11-23T01:27:45.6065646Z adding 'torch/include/ATen/ops/group_norm.h' 2022-11-23T01:27:45.6067632Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6069243Z adding 'torch/include/ATen/ops/group_norm_native.h' 2022-11-23T01:27:45.6071118Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2022-11-23T01:27:45.6072819Z adding 'torch/include/ATen/ops/gru.h' 2022-11-23T01:27:45.6074551Z adding 'torch/include/ATen/ops/gru_cell.h' 2022-11-23T01:27:45.6076361Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6078166Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2022-11-23T01:27:45.6080059Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2022-11-23T01:27:45.6081570Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6083137Z adding 'torch/include/ATen/ops/gru_native.h' 2022-11-23T01:27:45.6085012Z adding 'torch/include/ATen/ops/gru_ops.h' 2022-11-23T01:27:45.6086976Z adding 'torch/include/ATen/ops/gt.h' 2022-11-23T01:27:45.6088679Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6090185Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2022-11-23T01:27:45.6091905Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2022-11-23T01:27:45.6093471Z adding 'torch/include/ATen/ops/gt_meta.h' 2022-11-23T01:27:45.6095215Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2022-11-23T01:27:45.6096842Z adding 'torch/include/ATen/ops/gt_native.h' 2022-11-23T01:27:45.6098797Z adding 'torch/include/ATen/ops/gt_ops.h' 2022-11-23T01:27:45.6100970Z adding 'torch/include/ATen/ops/hamming_window.h' 2022-11-23T01:27:45.6103092Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6104788Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2022-11-23T01:27:45.6107038Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2022-11-23T01:27:45.6109332Z adding 'torch/include/ATen/ops/hann_window.h' 2022-11-23T01:27:45.6111339Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6112969Z adding 'torch/include/ATen/ops/hann_window_native.h' 2022-11-23T01:27:45.6114922Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2022-11-23T01:27:45.6116703Z adding 'torch/include/ATen/ops/hardshrink.h' 2022-11-23T01:27:45.6118478Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2022-11-23T01:27:45.6120275Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6121896Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2022-11-23T01:27:45.6123581Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2022-11-23T01:27:45.6125102Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2022-11-23T01:27:45.6126766Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2022-11-23T01:27:45.6128387Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2022-11-23T01:27:45.6130156Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2022-11-23T01:27:45.6131986Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6133541Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2022-11-23T01:27:45.6135231Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2022-11-23T01:27:45.6136784Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2022-11-23T01:27:45.6138482Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2022-11-23T01:27:45.6140034Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2022-11-23T01:27:45.6141797Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2022-11-23T01:27:45.6143447Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2022-11-23T01:27:45.6145156Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2022-11-23T01:27:45.6146993Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6148741Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2022-11-23T01:27:45.6150460Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2022-11-23T01:27:45.6152318Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2022-11-23T01:27:45.6153854Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2022-11-23T01:27:45.6155447Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2022-11-23T01:27:45.6157211Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2022-11-23T01:27:45.6159198Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6160659Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2022-11-23T01:27:45.6162312Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2022-11-23T01:27:45.6163912Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2022-11-23T01:27:45.6165523Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2022-11-23T01:27:45.6167130Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2022-11-23T01:27:45.6168886Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2022-11-23T01:27:45.6170608Z adding 'torch/include/ATen/ops/hardswish.h' 2022-11-23T01:27:45.6172296Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2022-11-23T01:27:45.6174083Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6175681Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2022-11-23T01:27:45.6177251Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2022-11-23T01:27:45.6178785Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2022-11-23T01:27:45.6181164Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2022-11-23T01:27:45.6182798Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2022-11-23T01:27:45.6184417Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2022-11-23T01:27:45.6185798Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2022-11-23T01:27:45.6187247Z adding 'torch/include/ATen/ops/hardswish_native.h' 2022-11-23T01:27:45.6189066Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2022-11-23T01:27:45.6190634Z adding 'torch/include/ATen/ops/hardtanh.h' 2022-11-23T01:27:45.6192448Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2022-11-23T01:27:45.6194047Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2022-11-23T01:27:45.6195580Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2022-11-23T01:27:45.6197082Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2022-11-23T01:27:45.6198685Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2022-11-23T01:27:45.6200213Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2022-11-23T01:27:45.6201750Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2022-11-23T01:27:45.6203312Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2022-11-23T01:27:45.6205204Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2022-11-23T01:27:45.6208240Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2022-11-23T01:27:45.6208398Z adding 'torch/include/ATen/ops/heaviside.h' 2022-11-23T01:27:45.6210271Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6211888Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2022-11-23T01:27:45.6213445Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2022-11-23T01:27:45.6215179Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2022-11-23T01:27:45.6216710Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2022-11-23T01:27:45.6218222Z adding 'torch/include/ATen/ops/heaviside_native.h' 2022-11-23T01:27:45.6220050Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2022-11-23T01:27:45.6221588Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2022-11-23T01:27:45.6223334Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6224983Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2022-11-23T01:27:45.6226578Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2022-11-23T01:27:45.6228388Z adding 'torch/include/ATen/ops/histc.h' 2022-11-23T01:27:45.6230031Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2022-11-23T01:27:45.6231935Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2022-11-23T01:27:45.6233193Z adding 'torch/include/ATen/ops/histc_native.h' 2022-11-23T01:27:45.6234791Z adding 'torch/include/ATen/ops/histc_ops.h' 2022-11-23T01:27:45.6236511Z adding 'torch/include/ATen/ops/histogram.h' 2022-11-23T01:27:45.6238980Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2022-11-23T01:27:45.6240307Z adding 'torch/include/ATen/ops/histogram_native.h' 2022-11-23T01:27:45.6241898Z adding 'torch/include/ATen/ops/histogram_ops.h' 2022-11-23T01:27:45.6243405Z adding 'torch/include/ATen/ops/histogramdd.h' 2022-11-23T01:27:45.6245030Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6246266Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2022-11-23T01:27:45.6248026Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2022-11-23T01:27:45.6249594Z adding 'torch/include/ATen/ops/hsplit.h' 2022-11-23T01:27:45.6251148Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6252464Z adding 'torch/include/ATen/ops/hsplit_native.h' 2022-11-23T01:27:45.6254044Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2022-11-23T01:27:45.6255513Z adding 'torch/include/ATen/ops/hspmm.h' 2022-11-23T01:27:45.6256956Z adding 'torch/include/ATen/ops/hspmm_native.h' 2022-11-23T01:27:45.6258865Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2022-11-23T01:27:45.6260097Z adding 'torch/include/ATen/ops/hstack.h' 2022-11-23T01:27:45.6261539Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6262948Z adding 'torch/include/ATen/ops/hstack_native.h' 2022-11-23T01:27:45.6264492Z adding 'torch/include/ATen/ops/hstack_ops.h' 2022-11-23T01:27:45.6266034Z adding 'torch/include/ATen/ops/huber_loss.h' 2022-11-23T01:27:45.6267551Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2022-11-23T01:27:45.6269395Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6270911Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2022-11-23T01:27:45.6272406Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2022-11-23T01:27:45.6273744Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2022-11-23T01:27:45.6275427Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2022-11-23T01:27:45.6277006Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2022-11-23T01:27:45.6278553Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2022-11-23T01:27:45.6280047Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2022-11-23T01:27:45.6281720Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2022-11-23T01:27:45.6283649Z adding 'torch/include/ATen/ops/hypot.h' 2022-11-23T01:27:45.6285564Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6286820Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2022-11-23T01:27:45.6288421Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2022-11-23T01:27:45.6289833Z adding 'torch/include/ATen/ops/hypot_meta.h' 2022-11-23T01:27:45.6291432Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2022-11-23T01:27:45.6292883Z adding 'torch/include/ATen/ops/hypot_native.h' 2022-11-23T01:27:45.6294554Z adding 'torch/include/ATen/ops/hypot_ops.h' 2022-11-23T01:27:45.6296292Z adding 'torch/include/ATen/ops/i0.h' 2022-11-23T01:27:45.6298024Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6299406Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2022-11-23T01:27:45.6301007Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2022-11-23T01:27:45.6302448Z adding 'torch/include/ATen/ops/i0_meta.h' 2022-11-23T01:27:45.6303980Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2022-11-23T01:27:45.6305488Z adding 'torch/include/ATen/ops/i0_native.h' 2022-11-23T01:27:45.6307136Z adding 'torch/include/ATen/ops/i0_ops.h' 2022-11-23T01:27:45.6308950Z adding 'torch/include/ATen/ops/igamma.h' 2022-11-23T01:27:45.6311081Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6312618Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2022-11-23T01:27:45.6314188Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2022-11-23T01:27:45.6315678Z adding 'torch/include/ATen/ops/igamma_meta.h' 2022-11-23T01:27:45.6317508Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2022-11-23T01:27:45.6318836Z adding 'torch/include/ATen/ops/igamma_native.h' 2022-11-23T01:27:45.6320487Z adding 'torch/include/ATen/ops/igamma_ops.h' 2022-11-23T01:27:45.6322082Z adding 'torch/include/ATen/ops/igammac.h' 2022-11-23T01:27:45.6323892Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6325274Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2022-11-23T01:27:45.6326793Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2022-11-23T01:27:45.6328286Z adding 'torch/include/ATen/ops/igammac_meta.h' 2022-11-23T01:27:45.6329851Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2022-11-23T01:27:45.6331324Z adding 'torch/include/ATen/ops/igammac_native.h' 2022-11-23T01:27:45.6333020Z adding 'torch/include/ATen/ops/igammac_ops.h' 2022-11-23T01:27:45.6334645Z adding 'torch/include/ATen/ops/im2col.h' 2022-11-23T01:27:45.6336357Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2022-11-23T01:27:45.6338082Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2022-11-23T01:27:45.6339635Z adding 'torch/include/ATen/ops/im2col_native.h' 2022-11-23T01:27:45.6341343Z adding 'torch/include/ATen/ops/im2col_ops.h' 2022-11-23T01:27:45.6342892Z adding 'torch/include/ATen/ops/imag.h' 2022-11-23T01:27:45.6344567Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6345945Z adding 'torch/include/ATen/ops/imag_native.h' 2022-11-23T01:27:45.6347449Z adding 'torch/include/ATen/ops/imag_ops.h' 2022-11-23T01:27:45.6349276Z adding 'torch/include/ATen/ops/index.h' 2022-11-23T01:27:45.6350887Z adding 'torch/include/ATen/ops/index_add.h' 2022-11-23T01:27:45.6352779Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6354246Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6355739Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2022-11-23T01:27:45.6357378Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2022-11-23T01:27:45.6358928Z adding 'torch/include/ATen/ops/index_add_meta.h' 2022-11-23T01:27:45.6360752Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2022-11-23T01:27:45.6362290Z adding 'torch/include/ATen/ops/index_add_native.h' 2022-11-23T01:27:45.6364132Z adding 'torch/include/ATen/ops/index_add_ops.h' 2022-11-23T01:27:45.6366193Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6367712Z adding 'torch/include/ATen/ops/index_copy.h' 2022-11-23T01:27:45.6369424Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6370817Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6372242Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2022-11-23T01:27:45.6373862Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2022-11-23T01:27:45.6375394Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2022-11-23T01:27:45.6376916Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2022-11-23T01:27:45.6378443Z adding 'torch/include/ATen/ops/index_copy_native.h' 2022-11-23T01:27:45.6380552Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2022-11-23T01:27:45.6382162Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2022-11-23T01:27:45.6383611Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2022-11-23T01:27:45.6385328Z adding 'torch/include/ATen/ops/index_fill.h' 2022-11-23T01:27:45.6387039Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6388608Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6390430Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2022-11-23T01:27:45.6392163Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2022-11-23T01:27:45.6393904Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2022-11-23T01:27:45.6395287Z adding 'torch/include/ATen/ops/index_fill_native.h' 2022-11-23T01:27:45.6397368Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2022-11-23T01:27:45.6399086Z adding 'torch/include/ATen/ops/index_meta.h' 2022-11-23T01:27:45.6400663Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2022-11-23T01:27:45.6402225Z adding 'torch/include/ATen/ops/index_native.h' 2022-11-23T01:27:45.6403809Z adding 'torch/include/ATen/ops/index_ops.h' 2022-11-23T01:27:45.6405349Z adding 'torch/include/ATen/ops/index_put.h' 2022-11-23T01:27:45.6406997Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6408349Z adding 'torch/include/ATen/ops/index_put_native.h' 2022-11-23T01:27:45.6410051Z adding 'torch/include/ATen/ops/index_put_ops.h' 2022-11-23T01:27:45.6411649Z adding 'torch/include/ATen/ops/index_reduce.h' 2022-11-23T01:27:45.6413380Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6414890Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2022-11-23T01:27:45.6416469Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2022-11-23T01:27:45.6418034Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2022-11-23T01:27:45.6420462Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2022-11-23T01:27:45.6421953Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2022-11-23T01:27:45.6423679Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2022-11-23T01:27:45.6425298Z adding 'torch/include/ATen/ops/index_select.h' 2022-11-23T01:27:45.6426997Z adding 'torch/include/ATen/ops/index_select_backward.h' 2022-11-23T01:27:45.6428695Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6430367Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2022-11-23T01:27:45.6432105Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2022-11-23T01:27:45.6433936Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6435438Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2022-11-23T01:27:45.6436932Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2022-11-23T01:27:45.6438453Z adding 'torch/include/ATen/ops/index_select_native.h' 2022-11-23T01:27:45.6440342Z adding 'torch/include/ATen/ops/index_select_ops.h' 2022-11-23T01:27:45.6441939Z adding 'torch/include/ATen/ops/indices.h' 2022-11-23T01:27:45.6443912Z adding 'torch/include/ATen/ops/indices_copy.h' 2022-11-23T01:27:45.6445602Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6447307Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6448794Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2022-11-23T01:27:45.6450484Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2022-11-23T01:27:45.6452209Z adding 'torch/include/ATen/ops/indices_native.h' 2022-11-23T01:27:45.6453784Z adding 'torch/include/ATen/ops/indices_ops.h' 2022-11-23T01:27:45.6455537Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2022-11-23T01:27:45.6457284Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6458855Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2022-11-23T01:27:45.6460553Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2022-11-23T01:27:45.6462172Z adding 'torch/include/ATen/ops/inner.h' 2022-11-23T01:27:45.6463878Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6465434Z adding 'torch/include/ATen/ops/inner_native.h' 2022-11-23T01:27:45.6467073Z adding 'torch/include/ATen/ops/inner_ops.h' 2022-11-23T01:27:45.6469073Z adding 'torch/include/ATen/ops/instance_norm.h' 2022-11-23T01:27:45.6471252Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6472914Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2022-11-23T01:27:45.6474573Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2022-11-23T01:27:45.6476329Z adding 'torch/include/ATen/ops/int_repr.h' 2022-11-23T01:27:45.6478062Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6479693Z adding 'torch/include/ATen/ops/int_repr_native.h' 2022-11-23T01:27:45.6481334Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2022-11-23T01:27:45.6483025Z adding 'torch/include/ATen/ops/inverse.h' 2022-11-23T01:27:45.6484865Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6486434Z adding 'torch/include/ATen/ops/inverse_native.h' 2022-11-23T01:27:45.6488104Z adding 'torch/include/ATen/ops/inverse_ops.h' 2022-11-23T01:27:45.6489757Z adding 'torch/include/ATen/ops/is_coalesced.h' 2022-11-23T01:27:45.6491304Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2022-11-23T01:27:45.6492987Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2022-11-23T01:27:45.6494587Z adding 'torch/include/ATen/ops/is_complex.h' 2022-11-23T01:27:45.6496360Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6498066Z adding 'torch/include/ATen/ops/is_complex_native.h' 2022-11-23T01:27:45.6499691Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2022-11-23T01:27:45.6501256Z adding 'torch/include/ATen/ops/is_conj.h' 2022-11-23T01:27:45.6502987Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6504592Z adding 'torch/include/ATen/ops/is_conj_native.h' 2022-11-23T01:27:45.6506198Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2022-11-23T01:27:45.6507917Z adding 'torch/include/ATen/ops/is_distributed.h' 2022-11-23T01:27:45.6509683Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6511271Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2022-11-23T01:27:45.6512944Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2022-11-23T01:27:45.6514605Z adding 'torch/include/ATen/ops/is_floating_point.h' 2022-11-23T01:27:45.6516432Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6517949Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2022-11-23T01:27:45.6519594Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2022-11-23T01:27:45.6521240Z adding 'torch/include/ATen/ops/is_inference.h' 2022-11-23T01:27:45.6522943Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6524550Z adding 'torch/include/ATen/ops/is_inference_native.h' 2022-11-23T01:27:45.6526200Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2022-11-23T01:27:45.6527992Z adding 'torch/include/ATen/ops/is_leaf.h' 2022-11-23T01:27:45.6529737Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6531176Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2022-11-23T01:27:45.6532943Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2022-11-23T01:27:45.6534323Z adding 'torch/include/ATen/ops/is_neg.h' 2022-11-23T01:27:45.6536044Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6537439Z adding 'torch/include/ATen/ops/is_neg_native.h' 2022-11-23T01:27:45.6539127Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2022-11-23T01:27:45.6540427Z adding 'torch/include/ATen/ops/is_nonzero.h' 2022-11-23T01:27:45.6542171Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6543535Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2022-11-23T01:27:45.6545146Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2022-11-23T01:27:45.6546652Z adding 'torch/include/ATen/ops/is_pinned.h' 2022-11-23T01:27:45.6548497Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6550159Z adding 'torch/include/ATen/ops/is_pinned_cuda_dispatch.h' 2022-11-23T01:27:45.6551606Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2022-11-23T01:27:45.6553303Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2022-11-23T01:27:45.6554795Z adding 'torch/include/ATen/ops/is_same_size.h' 2022-11-23T01:27:45.6556347Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6558250Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2022-11-23T01:27:45.6559590Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2022-11-23T01:27:45.6561046Z adding 'torch/include/ATen/ops/is_set_to.h' 2022-11-23T01:27:45.6562458Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2022-11-23T01:27:45.6563962Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2022-11-23T01:27:45.6565299Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2022-11-23T01:27:45.6566895Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2022-11-23T01:27:45.6568359Z adding 'torch/include/ATen/ops/is_signed.h' 2022-11-23T01:27:45.6569968Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6571269Z adding 'torch/include/ATen/ops/is_signed_native.h' 2022-11-23T01:27:45.6572801Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2022-11-23T01:27:45.6574245Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2022-11-23T01:27:45.6575862Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6577170Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2022-11-23T01:27:45.6578694Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2022-11-23T01:27:45.6580070Z adding 'torch/include/ATen/ops/isclose.h' 2022-11-23T01:27:45.6581703Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6583096Z adding 'torch/include/ATen/ops/isclose_native.h' 2022-11-23T01:27:45.6584692Z adding 'torch/include/ATen/ops/isclose_ops.h' 2022-11-23T01:27:45.6586139Z adding 'torch/include/ATen/ops/isfinite.h' 2022-11-23T01:27:45.6587912Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6589285Z adding 'torch/include/ATen/ops/isfinite_native.h' 2022-11-23T01:27:45.6590791Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2022-11-23T01:27:45.6592563Z adding 'torch/include/ATen/ops/isin.h' 2022-11-23T01:27:45.6594361Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6595795Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2022-11-23T01:27:45.6597432Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2022-11-23T01:27:45.6598960Z adding 'torch/include/ATen/ops/isin_meta.h' 2022-11-23T01:27:45.6600630Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2022-11-23T01:27:45.6602320Z adding 'torch/include/ATen/ops/isin_native.h' 2022-11-23T01:27:45.6604226Z adding 'torch/include/ATen/ops/isin_ops.h' 2022-11-23T01:27:45.6605832Z adding 'torch/include/ATen/ops/isinf.h' 2022-11-23T01:27:45.6607478Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6608820Z adding 'torch/include/ATen/ops/isinf_native.h' 2022-11-23T01:27:45.6610428Z adding 'torch/include/ATen/ops/isinf_ops.h' 2022-11-23T01:27:45.6611935Z adding 'torch/include/ATen/ops/isnan.h' 2022-11-23T01:27:45.6613595Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6615033Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2022-11-23T01:27:45.6616677Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2022-11-23T01:27:45.6618078Z adding 'torch/include/ATen/ops/isnan_native.h' 2022-11-23T01:27:45.6619754Z adding 'torch/include/ATen/ops/isnan_ops.h' 2022-11-23T01:27:45.6621206Z adding 'torch/include/ATen/ops/isneginf.h' 2022-11-23T01:27:45.6622943Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6624262Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2022-11-23T01:27:45.6625957Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2022-11-23T01:27:45.6627303Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2022-11-23T01:27:45.6628988Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2022-11-23T01:27:45.6630575Z adding 'torch/include/ATen/ops/isneginf_native.h' 2022-11-23T01:27:45.6632377Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2022-11-23T01:27:45.6633786Z adding 'torch/include/ATen/ops/isposinf.h' 2022-11-23T01:27:45.6635516Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6636822Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2022-11-23T01:27:45.6638395Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2022-11-23T01:27:45.6639802Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2022-11-23T01:27:45.6641301Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2022-11-23T01:27:45.6642724Z adding 'torch/include/ATen/ops/isposinf_native.h' 2022-11-23T01:27:45.6644272Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2022-11-23T01:27:45.6645738Z adding 'torch/include/ATen/ops/isreal.h' 2022-11-23T01:27:45.6647383Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6648636Z adding 'torch/include/ATen/ops/isreal_native.h' 2022-11-23T01:27:45.6650161Z adding 'torch/include/ATen/ops/isreal_ops.h' 2022-11-23T01:27:45.6651699Z adding 'torch/include/ATen/ops/istft.h' 2022-11-23T01:27:45.6653469Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6654852Z adding 'torch/include/ATen/ops/istft_native.h' 2022-11-23T01:27:45.6656490Z adding 'torch/include/ATen/ops/istft_ops.h' 2022-11-23T01:27:45.6657900Z adding 'torch/include/ATen/ops/item.h' 2022-11-23T01:27:45.6659590Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6661024Z adding 'torch/include/ATen/ops/item_native.h' 2022-11-23T01:27:45.6662491Z adding 'torch/include/ATen/ops/item_ops.h' 2022-11-23T01:27:45.6664322Z adding 'torch/include/ATen/ops/kaiser_window.h' 2022-11-23T01:27:45.6666192Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6667847Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2022-11-23T01:27:45.6669767Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2022-11-23T01:27:45.6671434Z adding 'torch/include/ATen/ops/kl_div.h' 2022-11-23T01:27:45.6673114Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6674508Z adding 'torch/include/ATen/ops/kl_div_native.h' 2022-11-23T01:27:45.6676234Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2022-11-23T01:27:45.6677871Z adding 'torch/include/ATen/ops/kron.h' 2022-11-23T01:27:45.6679394Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6680914Z adding 'torch/include/ATen/ops/kron_native.h' 2022-11-23T01:27:45.6682359Z adding 'torch/include/ATen/ops/kron_ops.h' 2022-11-23T01:27:45.6684025Z adding 'torch/include/ATen/ops/kthvalue.h' 2022-11-23T01:27:45.6685859Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6687333Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6688856Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2022-11-23T01:27:45.6690705Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2022-11-23T01:27:45.6691926Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2022-11-23T01:27:45.6694098Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2022-11-23T01:27:45.6695866Z adding 'torch/include/ATen/ops/l1_loss.h' 2022-11-23T01:27:45.6697699Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6698780Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2022-11-23T01:27:45.6700317Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2022-11-23T01:27:45.6702330Z adding 'torch/include/ATen/ops/layer_norm.h' 2022-11-23T01:27:45.6703779Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6705248Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2022-11-23T01:27:45.6706780Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2022-11-23T01:27:45.6708473Z adding 'torch/include/ATen/ops/lcm.h' 2022-11-23T01:27:45.6710636Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6712351Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2022-11-23T01:27:45.6713879Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2022-11-23T01:27:45.6715683Z adding 'torch/include/ATen/ops/lcm_meta.h' 2022-11-23T01:27:45.6717152Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2022-11-23T01:27:45.6718663Z adding 'torch/include/ATen/ops/lcm_native.h' 2022-11-23T01:27:45.6720326Z adding 'torch/include/ATen/ops/lcm_ops.h' 2022-11-23T01:27:45.6721966Z adding 'torch/include/ATen/ops/ldexp.h' 2022-11-23T01:27:45.6723671Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6725249Z adding 'torch/include/ATen/ops/ldexp_native.h' 2022-11-23T01:27:45.6726717Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2022-11-23T01:27:45.6728367Z adding 'torch/include/ATen/ops/le.h' 2022-11-23T01:27:45.6730239Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6731548Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2022-11-23T01:27:45.6733233Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2022-11-23T01:27:45.6734592Z adding 'torch/include/ATen/ops/le_meta.h' 2022-11-23T01:27:45.6736242Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2022-11-23T01:27:45.6737454Z adding 'torch/include/ATen/ops/le_native.h' 2022-11-23T01:27:45.6739311Z adding 'torch/include/ATen/ops/le_ops.h' 2022-11-23T01:27:45.6741052Z adding 'torch/include/ATen/ops/leaky_relu.h' 2022-11-23T01:27:45.6742664Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2022-11-23T01:27:45.6744467Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6745874Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2022-11-23T01:27:45.6747398Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2022-11-23T01:27:45.6749164Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2022-11-23T01:27:45.6750904Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2022-11-23T01:27:45.6752596Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2022-11-23T01:27:45.6754234Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2022-11-23T01:27:45.6756117Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6757498Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2022-11-23T01:27:45.6759119Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2022-11-23T01:27:45.6760575Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2022-11-23T01:27:45.6762476Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2022-11-23T01:27:45.6763877Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2022-11-23T01:27:45.6765736Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2022-11-23T01:27:45.6767042Z adding 'torch/include/ATen/ops/lerp.h' 2022-11-23T01:27:45.6768672Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6770107Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2022-11-23T01:27:45.6771872Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2022-11-23T01:27:45.6773349Z adding 'torch/include/ATen/ops/lerp_meta.h' 2022-11-23T01:27:45.6775164Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2022-11-23T01:27:45.6776795Z adding 'torch/include/ATen/ops/lerp_native.h' 2022-11-23T01:27:45.6778737Z adding 'torch/include/ATen/ops/lerp_ops.h' 2022-11-23T01:27:45.6780533Z adding 'torch/include/ATen/ops/less.h' 2022-11-23T01:27:45.6782389Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6784156Z adding 'torch/include/ATen/ops/less_equal.h' 2022-11-23T01:27:45.6785875Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6787422Z adding 'torch/include/ATen/ops/less_equal_native.h' 2022-11-23T01:27:45.6789494Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2022-11-23T01:27:45.6791204Z adding 'torch/include/ATen/ops/less_native.h' 2022-11-23T01:27:45.6794040Z adding 'torch/include/ATen/ops/less_ops.h' 2022-11-23T01:27:45.6795840Z adding 'torch/include/ATen/ops/lgamma.h' 2022-11-23T01:27:45.6797649Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6799176Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2022-11-23T01:27:45.6800834Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2022-11-23T01:27:45.6802388Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2022-11-23T01:27:45.6803992Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2022-11-23T01:27:45.6805511Z adding 'torch/include/ATen/ops/lgamma_native.h' 2022-11-23T01:27:45.6807284Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2022-11-23T01:27:45.6808929Z adding 'torch/include/ATen/ops/lift.h' 2022-11-23T01:27:45.6810691Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6812219Z adding 'torch/include/ATen/ops/lift_fresh.h' 2022-11-23T01:27:45.6813912Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6815435Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2022-11-23T01:27:45.6817188Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6818884Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6820336Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2022-11-23T01:27:45.6822072Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2022-11-23T01:27:45.6823688Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2022-11-23T01:27:45.6825288Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2022-11-23T01:27:45.6827010Z adding 'torch/include/ATen/ops/lift_native.h' 2022-11-23T01:27:45.6828590Z adding 'torch/include/ATen/ops/lift_ops.h' 2022-11-23T01:27:45.6830329Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2022-11-23T01:27:45.6832089Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6833501Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2022-11-23T01:27:45.6835244Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6836772Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2022-11-23T01:27:45.6838254Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2022-11-23T01:27:45.6839669Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2022-11-23T01:27:45.6841064Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2022-11-23T01:27:45.6842482Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2022-11-23T01:27:45.6844028Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2022-11-23T01:27:45.6845499Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2022-11-23T01:27:45.6847037Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2022-11-23T01:27:45.6848647Z adding 'torch/include/ATen/ops/linalg_cond.h' 2022-11-23T01:27:45.6850626Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6852489Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2022-11-23T01:27:45.6854128Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2022-11-23T01:27:45.6855839Z adding 'torch/include/ATen/ops/linalg_cross.h' 2022-11-23T01:27:45.6857406Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6858837Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2022-11-23T01:27:45.6860662Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2022-11-23T01:27:45.6862250Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2022-11-23T01:27:45.6863619Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2022-11-23T01:27:45.6865074Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2022-11-23T01:27:45.6866650Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2022-11-23T01:27:45.6868340Z adding 'torch/include/ATen/ops/linalg_det.h' 2022-11-23T01:27:45.6870244Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6871819Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2022-11-23T01:27:45.6873477Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2022-11-23T01:27:45.6875069Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2022-11-23T01:27:45.6876701Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6878136Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2022-11-23T01:27:45.6879696Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2022-11-23T01:27:45.6881270Z adding 'torch/include/ATen/ops/linalg_eig.h' 2022-11-23T01:27:45.6882813Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2022-11-23T01:27:45.6884373Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2022-11-23T01:27:45.6885879Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2022-11-23T01:27:45.6887529Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2022-11-23T01:27:45.6889142Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2022-11-23T01:27:45.6890805Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6892225Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2022-11-23T01:27:45.6893790Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2022-11-23T01:27:45.6895307Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2022-11-23T01:27:45.6897094Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6898771Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2022-11-23T01:27:45.6900276Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2022-11-23T01:27:45.6901874Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2022-11-23T01:27:45.6903448Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6904799Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2022-11-23T01:27:45.6906444Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2022-11-23T01:27:45.6908152Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2022-11-23T01:27:45.6909812Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2022-11-23T01:27:45.6911441Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2022-11-23T01:27:45.6913017Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2022-11-23T01:27:45.6914542Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2022-11-23T01:27:45.6916015Z adding 'torch/include/ATen/ops/linalg_inv.h' 2022-11-23T01:27:45.6918281Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6919518Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2022-11-23T01:27:45.6920975Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6922566Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2022-11-23T01:27:45.6924239Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2022-11-23T01:27:45.6925748Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2022-11-23T01:27:45.6927690Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2022-11-23T01:27:45.6929140Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2022-11-23T01:27:45.6930757Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2022-11-23T01:27:45.6932355Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2022-11-23T01:27:45.6934068Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2022-11-23T01:27:45.6935673Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2022-11-23T01:27:45.6937156Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6938907Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2022-11-23T01:27:45.6940579Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6942108Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2022-11-23T01:27:45.6943670Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2022-11-23T01:27:45.6945017Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2022-11-23T01:27:45.6946574Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2022-11-23T01:27:45.6948070Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2022-11-23T01:27:45.6949745Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2022-11-23T01:27:45.6951298Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2022-11-23T01:27:45.6953345Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2022-11-23T01:27:45.6954779Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2022-11-23T01:27:45.6956298Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6957659Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2022-11-23T01:27:45.6959070Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2022-11-23T01:27:45.6960597Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2022-11-23T01:27:45.6962190Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2022-11-23T01:27:45.6963744Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2022-11-23T01:27:45.6965197Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2022-11-23T01:27:45.6966868Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2022-11-23T01:27:45.6969074Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.6969962Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2022-11-23T01:27:45.6971579Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2022-11-23T01:27:45.6973000Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2022-11-23T01:27:45.6974639Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2022-11-23T01:27:45.6976182Z adding 'torch/include/ATen/ops/linalg_lu.h' 2022-11-23T01:27:45.6977594Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6978611Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2022-11-23T01:27:45.6980201Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2022-11-23T01:27:45.6981633Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2022-11-23T01:27:45.6983299Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.6984693Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2022-11-23T01:27:45.6986354Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.6987556Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2022-11-23T01:27:45.6989169Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2022-11-23T01:27:45.6990521Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2022-11-23T01:27:45.6992085Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2022-11-23T01:27:45.6993411Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2022-11-23T01:27:45.6994989Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2022-11-23T01:27:45.6996375Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2022-11-23T01:27:45.6997916Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2022-11-23T01:27:45.6999235Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2022-11-23T01:27:45.7000611Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2022-11-23T01:27:45.7002272Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2022-11-23T01:27:45.7003567Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2022-11-23T01:27:45.7005092Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2022-11-23T01:27:45.7006720Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7008156Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2022-11-23T01:27:45.7009840Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2022-11-23T01:27:45.7011553Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2022-11-23T01:27:45.7013210Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2022-11-23T01:27:45.7014786Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2022-11-23T01:27:45.7016547Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2022-11-23T01:27:45.7018334Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2022-11-23T01:27:45.7020114Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7021811Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2022-11-23T01:27:45.7023565Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2022-11-23T01:27:45.7025309Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2022-11-23T01:27:45.7027092Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7028984Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2022-11-23T01:27:45.7030633Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2022-11-23T01:27:45.7032468Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2022-11-23T01:27:45.7034209Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2022-11-23T01:27:45.7036123Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2022-11-23T01:27:45.7038027Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7039683Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2022-11-23T01:27:45.7041651Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2022-11-23T01:27:45.7043417Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2022-11-23T01:27:45.7045248Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7046808Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2022-11-23T01:27:45.7048574Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2022-11-23T01:27:45.7050567Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2022-11-23T01:27:45.7052562Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7054246Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2022-11-23T01:27:45.7056397Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2022-11-23T01:27:45.7058592Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2022-11-23T01:27:45.7060410Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7062623Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2022-11-23T01:27:45.7064414Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2022-11-23T01:27:45.7066180Z adding 'torch/include/ATen/ops/linalg_norm.h' 2022-11-23T01:27:45.7068140Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7069807Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2022-11-23T01:27:45.7071859Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2022-11-23T01:27:45.7073845Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2022-11-23T01:27:45.7075588Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7077290Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7078881Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7080526Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2022-11-23T01:27:45.7082506Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2022-11-23T01:27:45.7084273Z adding 'torch/include/ATen/ops/linalg_qr.h' 2022-11-23T01:27:45.7085977Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7087521Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2022-11-23T01:27:45.7089124Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2022-11-23T01:27:45.7090673Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2022-11-23T01:27:45.7092227Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2022-11-23T01:27:45.7093737Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2022-11-23T01:27:45.7095495Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2022-11-23T01:27:45.7097132Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2022-11-23T01:27:45.7098810Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7100306Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2022-11-23T01:27:45.7101908Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2022-11-23T01:27:45.7103505Z adding 'torch/include/ATen/ops/linalg_solve.h' 2022-11-23T01:27:45.7105208Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7106766Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2022-11-23T01:27:45.7108718Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7110234Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2022-11-23T01:27:45.7112119Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2022-11-23T01:27:45.7113648Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2022-11-23T01:27:45.7115285Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2022-11-23T01:27:45.7116961Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2022-11-23T01:27:45.7118596Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2022-11-23T01:27:45.7120184Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2022-11-23T01:27:45.7121929Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2022-11-23T01:27:45.7123646Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2022-11-23T01:27:45.7125301Z adding 'torch/include/ATen/ops/linalg_svd.h' 2022-11-23T01:27:45.7127031Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7128546Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2022-11-23T01:27:45.7130234Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2022-11-23T01:27:45.7131876Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2022-11-23T01:27:45.7133614Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7135096Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2022-11-23T01:27:45.7136753Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2022-11-23T01:27:45.7138453Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2022-11-23T01:27:45.7140325Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7141846Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2022-11-23T01:27:45.7143668Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2022-11-23T01:27:45.7145319Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2022-11-23T01:27:45.7147588Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7149405Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2022-11-23T01:27:45.7151125Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2022-11-23T01:27:45.7152894Z adding 'torch/include/ATen/ops/linalg_vander.h' 2022-11-23T01:27:45.7154553Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7156066Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2022-11-23T01:27:45.7157763Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2022-11-23T01:27:45.7159355Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2022-11-23T01:27:45.7160973Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7162467Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2022-11-23T01:27:45.7164107Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2022-11-23T01:27:45.7165843Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2022-11-23T01:27:45.7167698Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7169375Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2022-11-23T01:27:45.7171943Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2022-11-23T01:27:45.7173676Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2022-11-23T01:27:45.7175410Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2022-11-23T01:27:45.7177110Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2022-11-23T01:27:45.7178930Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2022-11-23T01:27:45.7180694Z adding 'torch/include/ATen/ops/linear.h' 2022-11-23T01:27:45.7182469Z adding 'torch/include/ATen/ops/linear_backward.h' 2022-11-23T01:27:45.7184326Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7185896Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2022-11-23T01:27:45.7188169Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2022-11-23T01:27:45.7190503Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7192392Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7193932Z adding 'torch/include/ATen/ops/linear_native.h' 2022-11-23T01:27:45.7195681Z adding 'torch/include/ATen/ops/linear_ops.h' 2022-11-23T01:27:45.7197535Z adding 'torch/include/ATen/ops/linspace.h' 2022-11-23T01:27:45.7199479Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7201165Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2022-11-23T01:27:45.7202919Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2022-11-23T01:27:45.7204556Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2022-11-23T01:27:45.7206479Z adding 'torch/include/ATen/ops/linspace_native.h' 2022-11-23T01:27:45.7208202Z adding 'torch/include/ATen/ops/linspace_ops.h' 2022-11-23T01:27:45.7210027Z adding 'torch/include/ATen/ops/log.h' 2022-11-23T01:27:45.7211705Z adding 'torch/include/ATen/ops/log10.h' 2022-11-23T01:27:45.7213628Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7215407Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2022-11-23T01:27:45.7217649Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2022-11-23T01:27:45.7219403Z adding 'torch/include/ATen/ops/log10_meta.h' 2022-11-23T01:27:45.7221052Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2022-11-23T01:27:45.7222697Z adding 'torch/include/ATen/ops/log10_native.h' 2022-11-23T01:27:45.7224504Z adding 'torch/include/ATen/ops/log10_ops.h' 2022-11-23T01:27:45.7226268Z adding 'torch/include/ATen/ops/log1p.h' 2022-11-23T01:27:45.7228294Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7229918Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2022-11-23T01:27:45.7231795Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2022-11-23T01:27:45.7233454Z adding 'torch/include/ATen/ops/log1p_meta.h' 2022-11-23T01:27:45.7235157Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2022-11-23T01:27:45.7236839Z adding 'torch/include/ATen/ops/log1p_native.h' 2022-11-23T01:27:45.7238638Z adding 'torch/include/ATen/ops/log1p_ops.h' 2022-11-23T01:27:45.7240379Z adding 'torch/include/ATen/ops/log2.h' 2022-11-23T01:27:45.7242230Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7243967Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2022-11-23T01:27:45.7245610Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2022-11-23T01:27:45.7247261Z adding 'torch/include/ATen/ops/log2_meta.h' 2022-11-23T01:27:45.7248950Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2022-11-23T01:27:45.7250601Z adding 'torch/include/ATen/ops/log2_native.h' 2022-11-23T01:27:45.7252414Z adding 'torch/include/ATen/ops/log2_ops.h' 2022-11-23T01:27:45.7254320Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7255926Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2022-11-23T01:27:45.7257629Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2022-11-23T01:27:45.7259263Z adding 'torch/include/ATen/ops/log_meta.h' 2022-11-23T01:27:45.7261022Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2022-11-23T01:27:45.7262651Z adding 'torch/include/ATen/ops/log_native.h' 2022-11-23T01:27:45.7264371Z adding 'torch/include/ATen/ops/log_normal.h' 2022-11-23T01:27:45.7266196Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7268043Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2022-11-23T01:27:45.7269729Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2022-11-23T01:27:45.7271485Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2022-11-23T01:27:45.7273202Z adding 'torch/include/ATen/ops/log_normal_native.h' 2022-11-23T01:27:45.7275195Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2022-11-23T01:27:45.7277381Z adding 'torch/include/ATen/ops/log_ops.h' 2022-11-23T01:27:45.7279196Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2022-11-23T01:27:45.7281160Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2022-11-23T01:27:45.7282930Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2022-11-23T01:27:45.7284624Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2022-11-23T01:27:45.7286309Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2022-11-23T01:27:45.7288135Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2022-11-23T01:27:45.7290036Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7291724Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2022-11-23T01:27:45.7293473Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2022-11-23T01:27:45.7295208Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2022-11-23T01:27:45.7296834Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2022-11-23T01:27:45.7298735Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2022-11-23T01:27:45.7300396Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2022-11-23T01:27:45.7302126Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2022-11-23T01:27:45.7304029Z adding 'torch/include/ATen/ops/log_softmax.h' 2022-11-23T01:27:45.7305959Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7307673Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7309693Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2022-11-23T01:27:45.7311625Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2022-11-23T01:27:45.7313603Z adding 'torch/include/ATen/ops/logaddexp.h' 2022-11-23T01:27:45.7315374Z adding 'torch/include/ATen/ops/logaddexp2.h' 2022-11-23T01:27:45.7317214Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7318909Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2022-11-23T01:27:45.7320602Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2022-11-23T01:27:45.7322270Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2022-11-23T01:27:45.7323976Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2022-11-23T01:27:45.7325636Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2022-11-23T01:27:45.7327517Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2022-11-23T01:27:45.7329306Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7330907Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2022-11-23T01:27:45.7332664Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2022-11-23T01:27:45.7334269Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2022-11-23T01:27:45.7335992Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2022-11-23T01:27:45.7337697Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2022-11-23T01:27:45.7339501Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2022-11-23T01:27:45.7341511Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2022-11-23T01:27:45.7343390Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7344929Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7346735Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2022-11-23T01:27:45.7348978Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2022-11-23T01:27:45.7350702Z adding 'torch/include/ATen/ops/logdet.h' 2022-11-23T01:27:45.7352722Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7354238Z adding 'torch/include/ATen/ops/logdet_native.h' 2022-11-23T01:27:45.7356023Z adding 'torch/include/ATen/ops/logdet_ops.h' 2022-11-23T01:27:45.7357749Z adding 'torch/include/ATen/ops/logical_and.h' 2022-11-23T01:27:45.7359553Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7361233Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2022-11-23T01:27:45.7362995Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2022-11-23T01:27:45.7364634Z adding 'torch/include/ATen/ops/logical_and_native.h' 2022-11-23T01:27:45.7366511Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2022-11-23T01:27:45.7368345Z adding 'torch/include/ATen/ops/logical_not.h' 2022-11-23T01:27:45.7370138Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7371801Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2022-11-23T01:27:45.7373519Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2022-11-23T01:27:45.7375114Z adding 'torch/include/ATen/ops/logical_not_native.h' 2022-11-23T01:27:45.7376950Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2022-11-23T01:27:45.7378707Z adding 'torch/include/ATen/ops/logical_or.h' 2022-11-23T01:27:45.7380512Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7382131Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2022-11-23T01:27:45.7383838Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2022-11-23T01:27:45.7385444Z adding 'torch/include/ATen/ops/logical_or_native.h' 2022-11-23T01:27:45.7387268Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2022-11-23T01:27:45.7389260Z adding 'torch/include/ATen/ops/logical_xor.h' 2022-11-23T01:27:45.7391210Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7392956Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2022-11-23T01:27:45.7394660Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2022-11-23T01:27:45.7396313Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2022-11-23T01:27:45.7398165Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2022-11-23T01:27:45.7399932Z adding 'torch/include/ATen/ops/logit.h' 2022-11-23T01:27:45.7401785Z adding 'torch/include/ATen/ops/logit_backward.h' 2022-11-23T01:27:45.7403698Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7405362Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2022-11-23T01:27:45.7407076Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2022-11-23T01:27:45.7408730Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2022-11-23T01:27:45.7410547Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2022-11-23T01:27:45.7412126Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2022-11-23T01:27:45.7413923Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2022-11-23T01:27:45.7415737Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2022-11-23T01:27:45.7417448Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2022-11-23T01:27:45.7419248Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2022-11-23T01:27:45.7420853Z adding 'torch/include/ATen/ops/logit_native.h' 2022-11-23T01:27:45.7422823Z adding 'torch/include/ATen/ops/logit_ops.h' 2022-11-23T01:27:45.7424703Z adding 'torch/include/ATen/ops/logspace.h' 2022-11-23T01:27:45.7426672Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7428524Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2022-11-23T01:27:45.7430302Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2022-11-23T01:27:45.7432065Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2022-11-23T01:27:45.7433788Z adding 'torch/include/ATen/ops/logspace_native.h' 2022-11-23T01:27:45.7435670Z adding 'torch/include/ATen/ops/logspace_ops.h' 2022-11-23T01:27:45.7437554Z adding 'torch/include/ATen/ops/logsumexp.h' 2022-11-23T01:27:45.7439390Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7441174Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7442848Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7444451Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2022-11-23T01:27:45.7446443Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2022-11-23T01:27:45.7448270Z adding 'torch/include/ATen/ops/lshift.h' 2022-11-23T01:27:45.7450123Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7451766Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2022-11-23T01:27:45.7453432Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2022-11-23T01:27:45.7455073Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2022-11-23T01:27:45.7456696Z adding 'torch/include/ATen/ops/lshift_native.h' 2022-11-23T01:27:45.7458694Z adding 'torch/include/ATen/ops/lshift_ops.h' 2022-11-23T01:27:45.7460578Z adding 'torch/include/ATen/ops/lstm.h' 2022-11-23T01:27:45.7462288Z adding 'torch/include/ATen/ops/lstm_cell.h' 2022-11-23T01:27:45.7464082Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7465622Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2022-11-23T01:27:45.7467399Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2022-11-23T01:27:45.7469518Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7471419Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2022-11-23T01:27:45.7473409Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7475095Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2022-11-23T01:27:45.7477070Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2022-11-23T01:27:45.7478918Z adding 'torch/include/ATen/ops/lstm_native.h' 2022-11-23T01:27:45.7480874Z adding 'torch/include/ATen/ops/lstm_ops.h' 2022-11-23T01:27:45.7482677Z adding 'torch/include/ATen/ops/lt.h' 2022-11-23T01:27:45.7484616Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7486265Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2022-11-23T01:27:45.7488065Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2022-11-23T01:27:45.7489764Z adding 'torch/include/ATen/ops/lt_meta.h' 2022-11-23T01:27:45.7491521Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2022-11-23T01:27:45.7493245Z adding 'torch/include/ATen/ops/lt_native.h' 2022-11-23T01:27:45.7495212Z adding 'torch/include/ATen/ops/lt_ops.h' 2022-11-23T01:27:45.7497030Z adding 'torch/include/ATen/ops/lu_solve.h' 2022-11-23T01:27:45.7499314Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7500559Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2022-11-23T01:27:45.7502421Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2022-11-23T01:27:45.7504271Z adding 'torch/include/ATen/ops/lu_unpack.h' 2022-11-23T01:27:45.7507288Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7514387Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2022-11-23T01:27:45.7516166Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2022-11-23T01:27:45.7517899Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2022-11-23T01:27:45.7519786Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2022-11-23T01:27:45.7521518Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2022-11-23T01:27:45.7523532Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2022-11-23T01:27:45.7525443Z adding 'torch/include/ATen/ops/mH.h' 2022-11-23T01:27:45.7527285Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7529248Z adding 'torch/include/ATen/ops/mH_native.h' 2022-11-23T01:27:45.7530113Z adding 'torch/include/ATen/ops/mH_ops.h' 2022-11-23T01:27:45.7531955Z adding 'torch/include/ATen/ops/mT.h' 2022-11-23T01:27:45.7533443Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7534902Z adding 'torch/include/ATen/ops/mT_native.h' 2022-11-23T01:27:45.7536485Z adding 'torch/include/ATen/ops/mT_ops.h' 2022-11-23T01:27:45.7538010Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2022-11-23T01:27:45.7539844Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7541334Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2022-11-23T01:27:45.7542792Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2022-11-23T01:27:45.7544571Z adding 'torch/include/ATen/ops/masked_fill.h' 2022-11-23T01:27:45.7546324Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7547915Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2022-11-23T01:27:45.7549549Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2022-11-23T01:27:45.7551306Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2022-11-23T01:27:45.7553103Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2022-11-23T01:27:45.7555149Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2022-11-23T01:27:45.7556821Z adding 'torch/include/ATen/ops/masked_scatter.h' 2022-11-23T01:27:45.7558694Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7560192Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2022-11-23T01:27:45.7561898Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2022-11-23T01:27:45.7563494Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2022-11-23T01:27:45.7565160Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2022-11-23T01:27:45.7567097Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2022-11-23T01:27:45.7568775Z adding 'torch/include/ATen/ops/masked_select.h' 2022-11-23T01:27:45.7570552Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2022-11-23T01:27:45.7572344Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7573883Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2022-11-23T01:27:45.7575610Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2022-11-23T01:27:45.7577599Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2022-11-23T01:27:45.7579153Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2022-11-23T01:27:45.7580878Z adding 'torch/include/ATen/ops/masked_select_native.h' 2022-11-23T01:27:45.7582741Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2022-11-23T01:27:45.7584376Z adding 'torch/include/ATen/ops/matmul.h' 2022-11-23T01:27:45.7587059Z adding 'torch/include/ATen/ops/matmul_backward.h' 2022-11-23T01:27:45.7589067Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7590633Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2022-11-23T01:27:45.7592746Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2022-11-23T01:27:45.7594585Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7596145Z adding 'torch/include/ATen/ops/matmul_native.h' 2022-11-23T01:27:45.7597989Z adding 'torch/include/ATen/ops/matmul_ops.h' 2022-11-23T01:27:45.7600340Z adding 'torch/include/ATen/ops/matrix_H.h' 2022-11-23T01:27:45.7601435Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7603056Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2022-11-23T01:27:45.7604882Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2022-11-23T01:27:45.7606392Z adding 'torch/include/ATen/ops/matrix_exp.h' 2022-11-23T01:27:45.7608165Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2022-11-23T01:27:45.7609941Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7611525Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2022-11-23T01:27:45.7613297Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2022-11-23T01:27:45.7614952Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7616472Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2022-11-23T01:27:45.7618459Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2022-11-23T01:27:45.7620596Z adding 'torch/include/ATen/ops/matrix_power.h' 2022-11-23T01:27:45.7622440Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7624196Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2022-11-23T01:27:45.7625821Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2022-11-23T01:27:45.7627506Z adding 'torch/include/ATen/ops/max.h' 2022-11-23T01:27:45.7629598Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7631094Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7632610Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2022-11-23T01:27:45.7634116Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2022-11-23T01:27:45.7635699Z adding 'torch/include/ATen/ops/max_meta.h' 2022-11-23T01:27:45.7637221Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2022-11-23T01:27:45.7638840Z adding 'torch/include/ATen/ops/max_native.h' 2022-11-23T01:27:45.7640878Z adding 'torch/include/ATen/ops/max_ops.h' 2022-11-23T01:27:45.7642623Z adding 'torch/include/ATen/ops/max_pool1d.h' 2022-11-23T01:27:45.7644358Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7645797Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2022-11-23T01:27:45.7647321Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2022-11-23T01:27:45.7648947Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2022-11-23T01:27:45.7650581Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7652063Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2022-11-23T01:27:45.7653689Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2022-11-23T01:27:45.7655236Z adding 'torch/include/ATen/ops/max_pool2d.h' 2022-11-23T01:27:45.7656896Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7658351Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2022-11-23T01:27:45.7660263Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2022-11-23T01:27:45.7661842Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2022-11-23T01:27:45.7663438Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2022-11-23T01:27:45.7665376Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7666663Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2022-11-23T01:27:45.7668440Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2022-11-23T01:27:45.7670025Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2022-11-23T01:27:45.7671947Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2022-11-23T01:27:45.7673542Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2022-11-23T01:27:45.7675212Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2022-11-23T01:27:45.7677068Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7678751Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2022-11-23T01:27:45.7680463Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2022-11-23T01:27:45.7682216Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2022-11-23T01:27:45.7683963Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2022-11-23T01:27:45.7685703Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2022-11-23T01:27:45.7687556Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2022-11-23T01:27:45.7689319Z adding 'torch/include/ATen/ops/max_pool3d.h' 2022-11-23T01:27:45.7691166Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7692811Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2022-11-23T01:27:45.7694566Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2022-11-23T01:27:45.7696482Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2022-11-23T01:27:45.7698324Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2022-11-23T01:27:45.7700197Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2022-11-23T01:27:45.7701960Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2022-11-23T01:27:45.7703675Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2022-11-23T01:27:45.7705636Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2022-11-23T01:27:45.7707481Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2022-11-23T01:27:45.7709402Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2022-11-23T01:27:45.7711129Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2022-11-23T01:27:45.7712985Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2022-11-23T01:27:45.7714766Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2022-11-23T01:27:45.7716459Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2022-11-23T01:27:45.7718163Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2022-11-23T01:27:45.7719762Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2022-11-23T01:27:45.7721646Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2022-11-23T01:27:45.7723414Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2022-11-23T01:27:45.7725210Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2022-11-23T01:27:45.7726923Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2022-11-23T01:27:45.7728604Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2022-11-23T01:27:45.7730383Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2022-11-23T01:27:45.7732184Z adding 'torch/include/ATen/ops/maximum.h' 2022-11-23T01:27:45.7734106Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7735679Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2022-11-23T01:27:45.7737335Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2022-11-23T01:27:45.7738975Z adding 'torch/include/ATen/ops/maximum_meta.h' 2022-11-23T01:27:45.7740681Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2022-11-23T01:27:45.7742403Z adding 'torch/include/ATen/ops/maximum_native.h' 2022-11-23T01:27:45.7744042Z adding 'torch/include/ATen/ops/maximum_ops.h' 2022-11-23T01:27:45.7745889Z adding 'torch/include/ATen/ops/mean.h' 2022-11-23T01:27:45.7747853Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7749706Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7751414Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7753120Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2022-11-23T01:27:45.7754804Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2022-11-23T01:27:45.7756447Z adding 'torch/include/ATen/ops/mean_meta.h' 2022-11-23T01:27:45.7758152Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2022-11-23T01:27:45.7759946Z adding 'torch/include/ATen/ops/mean_native.h' 2022-11-23T01:27:45.7762033Z adding 'torch/include/ATen/ops/mean_ops.h' 2022-11-23T01:27:45.7764169Z adding 'torch/include/ATen/ops/median.h' 2022-11-23T01:27:45.7765953Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7767631Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7769263Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2022-11-23T01:27:45.7770949Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2022-11-23T01:27:45.7772662Z adding 'torch/include/ATen/ops/median_native.h' 2022-11-23T01:27:45.7775029Z adding 'torch/include/ATen/ops/median_ops.h' 2022-11-23T01:27:45.7776593Z adding 'torch/include/ATen/ops/meshgrid.h' 2022-11-23T01:27:45.7778265Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7779634Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2022-11-23T01:27:45.7781180Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2022-11-23T01:27:45.7782786Z adding 'torch/include/ATen/ops/min.h' 2022-11-23T01:27:45.7784581Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7786092Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7787588Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2022-11-23T01:27:45.7789794Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2022-11-23T01:27:45.7791416Z adding 'torch/include/ATen/ops/min_meta.h' 2022-11-23T01:27:45.7793033Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2022-11-23T01:27:45.7794841Z adding 'torch/include/ATen/ops/min_native.h' 2022-11-23T01:27:45.7796635Z adding 'torch/include/ATen/ops/min_ops.h' 2022-11-23T01:27:45.7798378Z adding 'torch/include/ATen/ops/minimum.h' 2022-11-23T01:27:45.7800167Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7801621Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2022-11-23T01:27:45.7803166Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2022-11-23T01:27:45.7804653Z adding 'torch/include/ATen/ops/minimum_meta.h' 2022-11-23T01:27:45.7806632Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2022-11-23T01:27:45.7807807Z adding 'torch/include/ATen/ops/minimum_native.h' 2022-11-23T01:27:45.7809546Z adding 'torch/include/ATen/ops/minimum_ops.h' 2022-11-23T01:27:45.7811464Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2022-11-23T01:27:45.7813433Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2022-11-23T01:27:45.7815346Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7817331Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2022-11-23T01:27:45.7818874Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2022-11-23T01:27:45.7820883Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2022-11-23T01:27:45.7822617Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7824703Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2022-11-23T01:27:45.7826097Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2022-11-23T01:27:45.7827619Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2022-11-23T01:27:45.7829876Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2022-11-23T01:27:45.7832095Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2022-11-23T01:27:45.7833414Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2022-11-23T01:27:45.7834944Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2022-11-23T01:27:45.7837133Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2022-11-23T01:27:45.7839118Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7840810Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2022-11-23T01:27:45.7842434Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2022-11-23T01:27:45.7844288Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2022-11-23T01:27:45.7845991Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2022-11-23T01:27:45.7847773Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2022-11-23T01:27:45.7849518Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2022-11-23T01:27:45.7851056Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2022-11-23T01:27:45.7853445Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2022-11-23T01:27:45.7855268Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7857016Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2022-11-23T01:27:45.7858558Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2022-11-23T01:27:45.7860527Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2022-11-23T01:27:45.7862352Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2022-11-23T01:27:45.7864228Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7865839Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2022-11-23T01:27:45.7867432Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2022-11-23T01:27:45.7869401Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2022-11-23T01:27:45.7871297Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2022-11-23T01:27:45.7873346Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2022-11-23T01:27:45.7875309Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7877018Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2022-11-23T01:27:45.7878660Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2022-11-23T01:27:45.7880716Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2022-11-23T01:27:45.7882571Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7884270Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2022-11-23T01:27:45.7885875Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2022-11-23T01:27:45.7887773Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2022-11-23T01:27:45.7889402Z adding 'torch/include/ATen/ops/mish.h' 2022-11-23T01:27:45.7890922Z adding 'torch/include/ATen/ops/mish_backward.h' 2022-11-23T01:27:45.7892562Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.7894088Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2022-11-23T01:27:45.7895608Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2022-11-23T01:27:45.7897083Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2022-11-23T01:27:45.7898550Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2022-11-23T01:27:45.7900383Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.7901745Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2022-11-23T01:27:45.7903304Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2022-11-23T01:27:45.7904879Z adding 'torch/include/ATen/ops/mish_meta.h' 2022-11-23T01:27:45.7906407Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2022-11-23T01:27:45.7907969Z adding 'torch/include/ATen/ops/mish_native.h' 2022-11-23T01:27:45.7909785Z adding 'torch/include/ATen/ops/mish_ops.h' 2022-11-23T01:27:45.7911760Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2022-11-23T01:27:45.7913763Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2022-11-23T01:27:45.7915429Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7916984Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2022-11-23T01:27:45.7918832Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2022-11-23T01:27:45.7920563Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2022-11-23T01:27:45.7922364Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2022-11-23T01:27:45.7924404Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2022-11-23T01:27:45.7926498Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7928243Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2022-11-23T01:27:45.7930091Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2022-11-23T01:27:45.7931979Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2022-11-23T01:27:45.7933790Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2022-11-23T01:27:45.7935693Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7937429Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2022-11-23T01:27:45.7939281Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7940888Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2022-11-23T01:27:45.7942705Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2022-11-23T01:27:45.7944447Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2022-11-23T01:27:45.7946362Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2022-11-23T01:27:45.7948598Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2022-11-23T01:27:45.7950583Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7952005Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2022-11-23T01:27:45.7953703Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2022-11-23T01:27:45.7955453Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7956913Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2022-11-23T01:27:45.7958671Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2022-11-23T01:27:45.7960333Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2022-11-23T01:27:45.7962131Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2022-11-23T01:27:45.7963944Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7965471Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2022-11-23T01:27:45.7967194Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2022-11-23T01:27:45.7968941Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7970444Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2022-11-23T01:27:45.7972191Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2022-11-23T01:27:45.7973862Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2022-11-23T01:27:45.7975757Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2022-11-23T01:27:45.7977428Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7978935Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2022-11-23T01:27:45.7980647Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2022-11-23T01:27:45.7982471Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7984001Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2022-11-23T01:27:45.7985712Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2022-11-23T01:27:45.7988367Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2022-11-23T01:27:45.7990270Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7992035Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2022-11-23T01:27:45.7993785Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2022-11-23T01:27:45.7995486Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2022-11-23T01:27:45.7997248Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.7998660Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2022-11-23T01:27:45.8000287Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2022-11-23T01:27:45.8001919Z adding 'torch/include/ATen/ops/mm.h' 2022-11-23T01:27:45.8003560Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.8005088Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2022-11-23T01:27:45.8006645Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2022-11-23T01:27:45.8008296Z adding 'torch/include/ATen/ops/mm_meta.h' 2022-11-23T01:27:45.8009920Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2022-11-23T01:27:45.8011557Z adding 'torch/include/ATen/ops/mm_native.h' 2022-11-23T01:27:45.8013240Z adding 'torch/include/ATen/ops/mm_ops.h' 2022-11-23T01:27:45.8014927Z adding 'torch/include/ATen/ops/mode.h' 2022-11-23T01:27:45.8016629Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8018284Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8019800Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2022-11-23T01:27:45.8021437Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2022-11-23T01:27:45.8022977Z adding 'torch/include/ATen/ops/mode_native.h' 2022-11-23T01:27:45.8024791Z adding 'torch/include/ATen/ops/mode_ops.h' 2022-11-23T01:27:45.8026482Z adding 'torch/include/ATen/ops/moveaxis.h' 2022-11-23T01:27:45.8028287Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8029863Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2022-11-23T01:27:45.8031497Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2022-11-23T01:27:45.8033119Z adding 'torch/include/ATen/ops/movedim.h' 2022-11-23T01:27:45.8034865Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8036322Z adding 'torch/include/ATen/ops/movedim_native.h' 2022-11-23T01:27:45.8038001Z adding 'torch/include/ATen/ops/movedim_ops.h' 2022-11-23T01:27:45.8039983Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2022-11-23T01:27:45.8041809Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8043168Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2022-11-23T01:27:45.8045156Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2022-11-23T01:27:45.8047057Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2022-11-23T01:27:45.8048807Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8050534Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2022-11-23T01:27:45.8052197Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2022-11-23T01:27:45.8053804Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward.h' 2022-11-23T01:27:45.8055583Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8057014Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_native.h' 2022-11-23T01:27:45.8059126Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_ops.h' 2022-11-23T01:27:45.8060564Z adding 'torch/include/ATen/ops/mse_loss.h' 2022-11-23T01:27:45.8062807Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2022-11-23T01:27:45.8064319Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2022-11-23T01:27:45.8065997Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2022-11-23T01:27:45.8067499Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2022-11-23T01:27:45.8069427Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2022-11-23T01:27:45.8071268Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.8072726Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2022-11-23T01:27:45.8074361Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2022-11-23T01:27:45.8075792Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2022-11-23T01:27:45.8077637Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2022-11-23T01:27:45.8079035Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2022-11-23T01:27:45.8080621Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2022-11-23T01:27:45.8082372Z adding 'torch/include/ATen/ops/msort.h' 2022-11-23T01:27:45.8083899Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8085231Z adding 'torch/include/ATen/ops/msort_native.h' 2022-11-23T01:27:45.8086814Z adding 'torch/include/ATen/ops/msort_ops.h' 2022-11-23T01:27:45.8088470Z adding 'torch/include/ATen/ops/mul.h' 2022-11-23T01:27:45.8090142Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8091760Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.8093191Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2022-11-23T01:27:45.8094711Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2022-11-23T01:27:45.8096119Z adding 'torch/include/ATen/ops/mul_meta.h' 2022-11-23T01:27:45.8097868Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2022-11-23T01:27:45.8099477Z adding 'torch/include/ATen/ops/mul_native.h' 2022-11-23T01:27:45.8101484Z adding 'torch/include/ATen/ops/mul_ops.h' 2022-11-23T01:27:45.8103269Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2022-11-23T01:27:45.8104989Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2022-11-23T01:27:45.8106717Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2022-11-23T01:27:45.8108632Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2022-11-23T01:27:45.8110353Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2022-11-23T01:27:45.8112353Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2022-11-23T01:27:45.8114213Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2022-11-23T01:27:45.8115873Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2022-11-23T01:27:45.8117738Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2022-11-23T01:27:45.8119582Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2022-11-23T01:27:45.8121499Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2022-11-23T01:27:45.8123402Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2022-11-23T01:27:45.8125149Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2022-11-23T01:27:45.8126869Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2022-11-23T01:27:45.8128581Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2022-11-23T01:27:45.8130568Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2022-11-23T01:27:45.8132327Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8134054Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2022-11-23T01:27:45.8135889Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2022-11-23T01:27:45.8137660Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2022-11-23T01:27:45.8139559Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2022-11-23T01:27:45.8141225Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2022-11-23T01:27:45.8143010Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2022-11-23T01:27:45.8144817Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2022-11-23T01:27:45.8146683Z adding 'torch/include/ATen/ops/multinomial.h' 2022-11-23T01:27:45.8148678Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2022-11-23T01:27:45.8150415Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2022-11-23T01:27:45.8152247Z adding 'torch/include/ATen/ops/multinomial_native.h' 2022-11-23T01:27:45.8154013Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2022-11-23T01:27:45.8155800Z adding 'torch/include/ATen/ops/multiply.h' 2022-11-23T01:27:45.8157655Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8159276Z adding 'torch/include/ATen/ops/multiply_native.h' 2022-11-23T01:27:45.8161215Z adding 'torch/include/ATen/ops/multiply_ops.h' 2022-11-23T01:27:45.8163008Z adding 'torch/include/ATen/ops/mv.h' 2022-11-23T01:27:45.8164831Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8166431Z adding 'torch/include/ATen/ops/mv_native.h' 2022-11-23T01:27:45.8168189Z adding 'torch/include/ATen/ops/mv_ops.h' 2022-11-23T01:27:45.8169998Z adding 'torch/include/ATen/ops/mvlgamma.h' 2022-11-23T01:27:45.8171807Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8173671Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2022-11-23T01:27:45.8175378Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2022-11-23T01:27:45.8177020Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2022-11-23T01:27:45.8178853Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2022-11-23T01:27:45.8180683Z adding 'torch/include/ATen/ops/nan_to_num.h' 2022-11-23T01:27:45.8182523Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8184183Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2022-11-23T01:27:45.8186049Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2022-11-23T01:27:45.8188028Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2022-11-23T01:27:45.8189963Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2022-11-23T01:27:45.8191970Z adding 'torch/include/ATen/ops/nanmean.h' 2022-11-23T01:27:45.8193783Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8195433Z adding 'torch/include/ATen/ops/nanmean_native.h' 2022-11-23T01:27:45.8197221Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2022-11-23T01:27:45.8199212Z adding 'torch/include/ATen/ops/nanmedian.h' 2022-11-23T01:27:45.8201128Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8202965Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8204670Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2022-11-23T01:27:45.8206430Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2022-11-23T01:27:45.8208130Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2022-11-23T01:27:45.8210212Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2022-11-23T01:27:45.8212130Z adding 'torch/include/ATen/ops/nanquantile.h' 2022-11-23T01:27:45.8214212Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8215965Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2022-11-23T01:27:45.8217978Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2022-11-23T01:27:45.8219787Z adding 'torch/include/ATen/ops/nansum.h' 2022-11-23T01:27:45.8221625Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2022-11-23T01:27:45.8223313Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2022-11-23T01:27:45.8225009Z adding 'torch/include/ATen/ops/nansum_native.h' 2022-11-23T01:27:45.8226817Z adding 'torch/include/ATen/ops/nansum_ops.h' 2022-11-23T01:27:45.8228922Z adding 'torch/include/ATen/ops/narrow.h' 2022-11-23T01:27:45.8230930Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8232818Z adding 'torch/include/ATen/ops/narrow_copy.h' 2022-11-23T01:27:45.8234751Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.8236434Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2022-11-23T01:27:45.8238212Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2022-11-23T01:27:45.8240038Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2022-11-23T01:27:45.8241710Z adding 'torch/include/ATen/ops/narrow_native.h' 2022-11-23T01:27:45.8243639Z adding 'torch/include/ATen/ops/narrow_ops.h' 2022-11-23T01:27:45.8245582Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2022-11-23T01:27:45.8247725Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2022-11-23T01:27:45.8249832Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8251593Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2022-11-23T01:27:45.8253355Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2022-11-23T01:27:45.8255135Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2022-11-23T01:27:45.8257168Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2022-11-23T01:27:45.8259154Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2022-11-23T01:27:45.8261061Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2022-11-23T01:27:45.8262786Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2022-11-23T01:27:45.8264734Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2022-11-23T01:27:45.8266509Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2022-11-23T01:27:45.8268518Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8270568Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2022-11-23T01:27:45.8272326Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2022-11-23T01:27:45.8274022Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2022-11-23T01:27:45.8275766Z adding 'torch/include/ATen/ops/native_dropout.h' 2022-11-23T01:27:45.8277512Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2022-11-23T01:27:45.8279474Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8281084Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2022-11-23T01:27:45.8282792Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2022-11-23T01:27:45.8284388Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2022-11-23T01:27:45.8286213Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2022-11-23T01:27:45.8287997Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8289730Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2022-11-23T01:27:45.8291297Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2022-11-23T01:27:45.8292918Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2022-11-23T01:27:45.8294693Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2022-11-23T01:27:45.8296880Z adding 'torch/include/ATen/ops/native_group_norm.h' 2022-11-23T01:27:45.8299233Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2022-11-23T01:27:45.8301448Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8303153Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2022-11-23T01:27:45.8304838Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2022-11-23T01:27:45.8306450Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2022-11-23T01:27:45.8309321Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2022-11-23T01:27:45.8310153Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8311824Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2022-11-23T01:27:45.8313346Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2022-11-23T01:27:45.8314832Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2022-11-23T01:27:45.8316866Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2022-11-23T01:27:45.8318982Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2022-11-23T01:27:45.8321145Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2022-11-23T01:27:45.8323205Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8324818Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2022-11-23T01:27:45.8326545Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2022-11-23T01:27:45.8328202Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2022-11-23T01:27:45.8330119Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2022-11-23T01:27:45.8331931Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8333608Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2022-11-23T01:27:45.8335101Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2022-11-23T01:27:45.8336878Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2022-11-23T01:27:45.8338681Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2022-11-23T01:27:45.8340329Z adding 'torch/include/ATen/ops/native_norm.h' 2022-11-23T01:27:45.8342089Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8343614Z adding 'torch/include/ATen/ops/native_norm_native.h' 2022-11-23T01:27:45.8345534Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2022-11-23T01:27:45.8347245Z adding 'torch/include/ATen/ops/ne.h' 2022-11-23T01:27:45.8349218Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.8350625Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2022-11-23T01:27:45.8352492Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2022-11-23T01:27:45.8353972Z adding 'torch/include/ATen/ops/ne_meta.h' 2022-11-23T01:27:45.8355589Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2022-11-23T01:27:45.8357077Z adding 'torch/include/ATen/ops/ne_native.h' 2022-11-23T01:27:45.8358938Z adding 'torch/include/ATen/ops/ne_ops.h' 2022-11-23T01:27:45.8360545Z adding 'torch/include/ATen/ops/neg.h' 2022-11-23T01:27:45.8362250Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.8363666Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2022-11-23T01:27:45.8365249Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2022-11-23T01:27:45.8366705Z adding 'torch/include/ATen/ops/neg_meta.h' 2022-11-23T01:27:45.8368245Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2022-11-23T01:27:45.8369881Z adding 'torch/include/ATen/ops/neg_native.h' 2022-11-23T01:27:45.8371612Z adding 'torch/include/ATen/ops/neg_ops.h' 2022-11-23T01:27:45.8373239Z adding 'torch/include/ATen/ops/negative.h' 2022-11-23T01:27:45.8374973Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8376511Z adding 'torch/include/ATen/ops/negative_native.h' 2022-11-23T01:27:45.8378064Z adding 'torch/include/ATen/ops/negative_ops.h' 2022-11-23T01:27:45.8379926Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2022-11-23T01:27:45.8381587Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8383052Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2022-11-23T01:27:45.8384599Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2022-11-23T01:27:45.8386420Z adding 'torch/include/ATen/ops/new_empty.h' 2022-11-23T01:27:45.8388498Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8390058Z adding 'torch/include/ATen/ops/new_empty_native.h' 2022-11-23T01:27:45.8392621Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2022-11-23T01:27:45.8394614Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2022-11-23T01:27:45.8396493Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8398761Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.8400541Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2022-11-23T01:27:45.8402445Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2022-11-23T01:27:45.8404442Z adding 'torch/include/ATen/ops/new_full.h' 2022-11-23T01:27:45.8406448Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8408188Z adding 'torch/include/ATen/ops/new_full_native.h' 2022-11-23T01:27:45.8410085Z adding 'torch/include/ATen/ops/new_full_ops.h' 2022-11-23T01:27:45.8412124Z adding 'torch/include/ATen/ops/new_ones.h' 2022-11-23T01:27:45.8414127Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8415696Z adding 'torch/include/ATen/ops/new_ones_native.h' 2022-11-23T01:27:45.8417619Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2022-11-23T01:27:45.8419520Z adding 'torch/include/ATen/ops/new_zeros.h' 2022-11-23T01:27:45.8421597Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8423493Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2022-11-23T01:27:45.8425143Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2022-11-23T01:27:45.8426874Z adding 'torch/include/ATen/ops/nextafter.h' 2022-11-23T01:27:45.8428786Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.8430752Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2022-11-23T01:27:45.8432553Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2022-11-23T01:27:45.8434280Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2022-11-23T01:27:45.8435982Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2022-11-23T01:27:45.8437655Z adding 'torch/include/ATen/ops/nextafter_native.h' 2022-11-23T01:27:45.8439444Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2022-11-23T01:27:45.8441478Z adding 'torch/include/ATen/ops/nll_loss.h' 2022-11-23T01:27:45.8443572Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2022-11-23T01:27:45.8445770Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2022-11-23T01:27:45.8447731Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.8449626Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.8451382Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2022-11-23T01:27:45.8453279Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2022-11-23T01:27:45.8455276Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8457428Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2022-11-23T01:27:45.8459498Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2022-11-23T01:27:45.8461342Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2022-11-23T01:27:45.8463158Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2022-11-23T01:27:45.8464990Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2022-11-23T01:27:45.8466772Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2022-11-23T01:27:45.8468882Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2022-11-23T01:27:45.8471068Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2022-11-23T01:27:45.8473355Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.8475132Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2022-11-23T01:27:45.8476931Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2022-11-23T01:27:45.8478622Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2022-11-23T01:27:45.8485975Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2022-11-23T01:27:45.8487791Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2022-11-23T01:27:45.8489743Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2022-11-23T01:27:45.8491701Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8493746Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2022-11-23T01:27:45.8495807Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.8497536Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2022-11-23T01:27:45.8499403Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2022-11-23T01:27:45.8501142Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2022-11-23T01:27:45.8503089Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2022-11-23T01:27:45.8504902Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2022-11-23T01:27:45.8506766Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2022-11-23T01:27:45.8508672Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2022-11-23T01:27:45.8510411Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2022-11-23T01:27:45.8512465Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8514321Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2022-11-23T01:27:45.8516146Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2022-11-23T01:27:45.8517965Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2022-11-23T01:27:45.8520226Z adding 'torch/include/ATen/ops/nonzero.h' 2022-11-23T01:27:45.8522218Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2022-11-23T01:27:45.8523935Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2022-11-23T01:27:45.8525604Z adding 'torch/include/ATen/ops/nonzero_native.h' 2022-11-23T01:27:45.8527264Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2022-11-23T01:27:45.8529095Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8530695Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2022-11-23T01:27:45.8532337Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2022-11-23T01:27:45.8534091Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2022-11-23T01:27:45.8536142Z adding 'torch/include/ATen/ops/norm.h' 2022-11-23T01:27:45.8538091Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8539848Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.8541614Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8543339Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2022-11-23T01:27:45.8545063Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2022-11-23T01:27:45.8546708Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2022-11-23T01:27:45.8548596Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8550339Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2022-11-23T01:27:45.8552236Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2022-11-23T01:27:45.8554084Z adding 'torch/include/ATen/ops/norm_meta.h' 2022-11-23T01:27:45.8555767Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2022-11-23T01:27:45.8557400Z adding 'torch/include/ATen/ops/norm_native.h' 2022-11-23T01:27:45.8559779Z adding 'torch/include/ATen/ops/norm_ops.h' 2022-11-23T01:27:45.8562515Z adding 'torch/include/ATen/ops/normal.h' 2022-11-23T01:27:45.8564766Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8566706Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2022-11-23T01:27:45.8568460Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2022-11-23T01:27:45.8570429Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2022-11-23T01:27:45.8572237Z adding 'torch/include/ATen/ops/normal_native.h' 2022-11-23T01:27:45.8574618Z adding 'torch/include/ATen/ops/normal_ops.h' 2022-11-23T01:27:45.8576606Z adding 'torch/include/ATen/ops/not_equal.h' 2022-11-23T01:27:45.8578511Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8580055Z adding 'torch/include/ATen/ops/not_equal_native.h' 2022-11-23T01:27:45.8582030Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2022-11-23T01:27:45.8583976Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2022-11-23T01:27:45.8585843Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8587357Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2022-11-23T01:27:45.8589480Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2022-11-23T01:27:45.8591103Z adding 'torch/include/ATen/ops/numpy_T.h' 2022-11-23T01:27:45.8592910Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8594332Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2022-11-23T01:27:45.8595979Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2022-11-23T01:27:45.8597530Z adding 'torch/include/ATen/ops/one_hot.h' 2022-11-23T01:27:45.8599217Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8600629Z adding 'torch/include/ATen/ops/one_hot_native.h' 2022-11-23T01:27:45.8602259Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2022-11-23T01:27:45.8604277Z adding 'torch/include/ATen/ops/ones.h' 2022-11-23T01:27:45.8606298Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8608028Z adding 'torch/include/ATen/ops/ones_like.h' 2022-11-23T01:27:45.8609895Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8611494Z adding 'torch/include/ATen/ops/ones_like_native.h' 2022-11-23T01:27:45.8613271Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2022-11-23T01:27:45.8615229Z adding 'torch/include/ATen/ops/ones_native.h' 2022-11-23T01:27:45.8617182Z adding 'torch/include/ATen/ops/ones_ops.h' 2022-11-23T01:27:45.8618744Z adding 'torch/include/ATen/ops/or.h' 2022-11-23T01:27:45.8620459Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8621910Z adding 'torch/include/ATen/ops/or_native.h' 2022-11-23T01:27:45.8623735Z adding 'torch/include/ATen/ops/or_ops.h' 2022-11-23T01:27:45.8625334Z adding 'torch/include/ATen/ops/orgqr.h' 2022-11-23T01:27:45.8627073Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8628573Z adding 'torch/include/ATen/ops/orgqr_native.h' 2022-11-23T01:27:45.8630276Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2022-11-23T01:27:45.8632109Z adding 'torch/include/ATen/ops/ormqr.h' 2022-11-23T01:27:45.8634326Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2022-11-23T01:27:45.8635471Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2022-11-23T01:27:45.8637114Z adding 'torch/include/ATen/ops/ormqr_native.h' 2022-11-23T01:27:45.8638649Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2022-11-23T01:27:45.8640305Z adding 'torch/include/ATen/ops/outer.h' 2022-11-23T01:27:45.8641968Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8643512Z adding 'torch/include/ATen/ops/outer_native.h' 2022-11-23T01:27:45.8645303Z adding 'torch/include/ATen/ops/outer_ops.h' 2022-11-23T01:27:45.8646920Z adding 'torch/include/ATen/ops/output_nr.h' 2022-11-23T01:27:45.8648378Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8649780Z adding 'torch/include/ATen/ops/output_nr_native.h' 2022-11-23T01:27:45.8651311Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2022-11-23T01:27:45.8652908Z adding 'torch/include/ATen/ops/pad.h' 2022-11-23T01:27:45.8654555Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8656063Z adding 'torch/include/ATen/ops/pad_native.h' 2022-11-23T01:27:45.8657621Z adding 'torch/include/ATen/ops/pad_ops.h' 2022-11-23T01:27:45.8659292Z adding 'torch/include/ATen/ops/pad_sequence.h' 2022-11-23T01:27:45.8661086Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8662493Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2022-11-23T01:27:45.8664041Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2022-11-23T01:27:45.8665702Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2022-11-23T01:27:45.8667617Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8669250Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2022-11-23T01:27:45.8670664Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2022-11-23T01:27:45.8672331Z adding 'torch/include/ATen/ops/pdist.h' 2022-11-23T01:27:45.8673933Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8675399Z adding 'torch/include/ATen/ops/pdist_native.h' 2022-11-23T01:27:45.8676897Z adding 'torch/include/ATen/ops/pdist_ops.h' 2022-11-23T01:27:45.8678394Z adding 'torch/include/ATen/ops/permute.h' 2022-11-23T01:27:45.8680026Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8681518Z adding 'torch/include/ATen/ops/permute_copy.h' 2022-11-23T01:27:45.8683180Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8684767Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.8686120Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2022-11-23T01:27:45.8687994Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2022-11-23T01:27:45.8689548Z adding 'torch/include/ATen/ops/permute_native.h' 2022-11-23T01:27:45.8691112Z adding 'torch/include/ATen/ops/permute_ops.h' 2022-11-23T01:27:45.8692654Z adding 'torch/include/ATen/ops/pin_memory.h' 2022-11-23T01:27:45.8694415Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8695876Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2022-11-23T01:27:45.8697570Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2022-11-23T01:27:45.8699172Z adding 'torch/include/ATen/ops/pinverse.h' 2022-11-23T01:27:45.8700920Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8702361Z adding 'torch/include/ATen/ops/pinverse_native.h' 2022-11-23T01:27:45.8704000Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2022-11-23T01:27:45.8705654Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2022-11-23T01:27:45.8707375Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8709236Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.8710722Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2022-11-23T01:27:45.8712477Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2022-11-23T01:27:45.8714203Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2022-11-23T01:27:45.8715938Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2022-11-23T01:27:45.8717692Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8719480Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.8720924Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2022-11-23T01:27:45.8722405Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2022-11-23T01:27:45.8724275Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2022-11-23T01:27:45.8725849Z adding 'torch/include/ATen/ops/poisson.h' 2022-11-23T01:27:45.8727666Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8729262Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2022-11-23T01:27:45.8730806Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2022-11-23T01:27:45.8732425Z adding 'torch/include/ATen/ops/poisson_native.h' 2022-11-23T01:27:45.8733934Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2022-11-23T01:27:45.8735679Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8737123Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2022-11-23T01:27:45.8738803Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2022-11-23T01:27:45.8740564Z adding 'torch/include/ATen/ops/poisson_ops.h' 2022-11-23T01:27:45.8742289Z adding 'torch/include/ATen/ops/polar.h' 2022-11-23T01:27:45.8743997Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8745877Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2022-11-23T01:27:45.8747399Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2022-11-23T01:27:45.8748966Z adding 'torch/include/ATen/ops/polar_native.h' 2022-11-23T01:27:45.8751047Z adding 'torch/include/ATen/ops/polar_ops.h' 2022-11-23T01:27:45.8752780Z adding 'torch/include/ATen/ops/polygamma.h' 2022-11-23T01:27:45.8754502Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8756187Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.8757915Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2022-11-23T01:27:45.8759558Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2022-11-23T01:27:45.8761123Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2022-11-23T01:27:45.8762716Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2022-11-23T01:27:45.8764245Z adding 'torch/include/ATen/ops/polygamma_native.h' 2022-11-23T01:27:45.8765981Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2022-11-23T01:27:45.8767663Z adding 'torch/include/ATen/ops/positive.h' 2022-11-23T01:27:45.8769463Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8771100Z adding 'torch/include/ATen/ops/positive_native.h' 2022-11-23T01:27:45.8772662Z adding 'torch/include/ATen/ops/positive_ops.h' 2022-11-23T01:27:45.8774351Z adding 'torch/include/ATen/ops/pow.h' 2022-11-23T01:27:45.8776249Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.8777993Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2022-11-23T01:27:45.8780230Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2022-11-23T01:27:45.8781390Z adding 'torch/include/ATen/ops/pow_meta.h' 2022-11-23T01:27:45.8782913Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2022-11-23T01:27:45.8784558Z adding 'torch/include/ATen/ops/pow_native.h' 2022-11-23T01:27:45.8786515Z adding 'torch/include/ATen/ops/pow_ops.h' 2022-11-23T01:27:45.8788368Z adding 'torch/include/ATen/ops/prelu.h' 2022-11-23T01:27:45.8790302Z adding 'torch/include/ATen/ops/prelu_backward.h' 2022-11-23T01:27:45.8792023Z adding 'torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8793571Z adding 'torch/include/ATen/ops/prelu_backward_cpu_dispatch.h' 2022-11-23T01:27:45.8795088Z adding 'torch/include/ATen/ops/prelu_backward_cuda_dispatch.h' 2022-11-23T01:27:45.8796697Z adding 'torch/include/ATen/ops/prelu_backward_native.h' 2022-11-23T01:27:45.8798347Z adding 'torch/include/ATen/ops/prelu_backward_ops.h' 2022-11-23T01:27:45.8800204Z adding 'torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8801616Z adding 'torch/include/ATen/ops/prelu_cpu_dispatch.h' 2022-11-23T01:27:45.8803897Z adding 'torch/include/ATen/ops/prelu_cuda_dispatch.h' 2022-11-23T01:27:45.8805545Z adding 'torch/include/ATen/ops/prelu_native.h' 2022-11-23T01:27:45.8807373Z adding 'torch/include/ATen/ops/prelu_ops.h' 2022-11-23T01:27:45.8809128Z adding 'torch/include/ATen/ops/prod.h' 2022-11-23T01:27:45.8810926Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8812563Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.8814181Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8815724Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2022-11-23T01:27:45.8817341Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2022-11-23T01:27:45.8818873Z adding 'torch/include/ATen/ops/prod_meta.h' 2022-11-23T01:27:45.8820591Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2022-11-23T01:27:45.8822144Z adding 'torch/include/ATen/ops/prod_native.h' 2022-11-23T01:27:45.8824098Z adding 'torch/include/ATen/ops/prod_ops.h' 2022-11-23T01:27:45.8825817Z adding 'torch/include/ATen/ops/promote_types.h' 2022-11-23T01:27:45.8827607Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8828981Z adding 'torch/include/ATen/ops/promote_types_native.h' 2022-11-23T01:27:45.8830430Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2022-11-23T01:27:45.8832203Z adding 'torch/include/ATen/ops/put.h' 2022-11-23T01:27:45.8833920Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8835503Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2022-11-23T01:27:45.8837136Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2022-11-23T01:27:45.8838794Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2022-11-23T01:27:45.8840435Z adding 'torch/include/ATen/ops/put_native.h' 2022-11-23T01:27:45.8842183Z adding 'torch/include/ATen/ops/put_ops.h' 2022-11-23T01:27:45.8843783Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2022-11-23T01:27:45.8845408Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2022-11-23T01:27:45.8847096Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2022-11-23T01:27:45.8848682Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2022-11-23T01:27:45.8850450Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8851965Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2022-11-23T01:27:45.8853707Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2022-11-23T01:27:45.8855366Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2022-11-23T01:27:45.8857090Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8858600Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2022-11-23T01:27:45.8860324Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2022-11-23T01:27:45.8861866Z adding 'torch/include/ATen/ops/q_scale.h' 2022-11-23T01:27:45.8863467Z adding 'torch/include/ATen/ops/q_scale_native.h' 2022-11-23T01:27:45.8865193Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2022-11-23T01:27:45.8866770Z adding 'torch/include/ATen/ops/q_zero_point.h' 2022-11-23T01:27:45.8868384Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2022-11-23T01:27:45.8870100Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2022-11-23T01:27:45.8871833Z adding 'torch/include/ATen/ops/qr.h' 2022-11-23T01:27:45.8873636Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8875183Z adding 'torch/include/ATen/ops/qr_native.h' 2022-11-23T01:27:45.8876897Z adding 'torch/include/ATen/ops/qr_ops.h' 2022-11-23T01:27:45.8878390Z adding 'torch/include/ATen/ops/qscheme.h' 2022-11-23T01:27:45.8880092Z adding 'torch/include/ATen/ops/qscheme_native.h' 2022-11-23T01:27:45.8881838Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2022-11-23T01:27:45.8883509Z adding 'torch/include/ATen/ops/quantile.h' 2022-11-23T01:27:45.8885365Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8887000Z adding 'torch/include/ATen/ops/quantile_native.h' 2022-11-23T01:27:45.8888875Z adding 'torch/include/ATen/ops/quantile_ops.h' 2022-11-23T01:27:45.8890649Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2022-11-23T01:27:45.8892491Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8894097Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2022-11-23T01:27:45.8895704Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2022-11-23T01:27:45.8897275Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2022-11-23T01:27:45.8899067Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2022-11-23T01:27:45.8900966Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2022-11-23T01:27:45.8902880Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8904574Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2022-11-23T01:27:45.8906324Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2022-11-23T01:27:45.8908204Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2022-11-23T01:27:45.8910558Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8912082Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2022-11-23T01:27:45.8913607Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2022-11-23T01:27:45.8915145Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2022-11-23T01:27:45.8916905Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2022-11-23T01:27:45.8918972Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2022-11-23T01:27:45.8920860Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2022-11-23T01:27:45.8922632Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2022-11-23T01:27:45.8924502Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8925958Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2022-11-23T01:27:45.8927708Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2022-11-23T01:27:45.8929334Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2022-11-23T01:27:45.8931184Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8932642Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2022-11-23T01:27:45.8934391Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2022-11-23T01:27:45.8936336Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2022-11-23T01:27:45.8938067Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8939514Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2022-11-23T01:27:45.8941227Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2022-11-23T01:27:45.8942830Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2022-11-23T01:27:45.8944475Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8945956Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2022-11-23T01:27:45.8947493Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2022-11-23T01:27:45.8950047Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2022-11-23T01:27:45.8951837Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8953373Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2022-11-23T01:27:45.8955014Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2022-11-23T01:27:45.8956856Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2022-11-23T01:27:45.8958251Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8959977Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2022-11-23T01:27:45.8961787Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2022-11-23T01:27:45.8963581Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2022-11-23T01:27:45.8965378Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8967073Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2022-11-23T01:27:45.8968829Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2022-11-23T01:27:45.8970562Z adding 'torch/include/ATen/ops/rad2deg.h' 2022-11-23T01:27:45.8972332Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8973958Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2022-11-23T01:27:45.8975705Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2022-11-23T01:27:45.8978806Z adding 'torch/include/ATen/ops/rand.h' 2022-11-23T01:27:45.8981522Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8983980Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.8985763Z adding 'torch/include/ATen/ops/rand_like.h' 2022-11-23T01:27:45.8987857Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.8989464Z adding 'torch/include/ATen/ops/rand_like_native.h' 2022-11-23T01:27:45.8991516Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2022-11-23T01:27:45.8993264Z adding 'torch/include/ATen/ops/rand_native.h' 2022-11-23T01:27:45.8995467Z adding 'torch/include/ATen/ops/rand_ops.h' 2022-11-23T01:27:45.8998646Z adding 'torch/include/ATen/ops/randint.h' 2022-11-23T01:27:45.9001363Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9003336Z adding 'torch/include/ATen/ops/randint_like.h' 2022-11-23T01:27:45.9005368Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9006997Z adding 'torch/include/ATen/ops/randint_like_native.h' 2022-11-23T01:27:45.9008956Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2022-11-23T01:27:45.9010698Z adding 'torch/include/ATen/ops/randint_native.h' 2022-11-23T01:27:45.9012844Z adding 'torch/include/ATen/ops/randint_ops.h' 2022-11-23T01:27:45.9016010Z adding 'torch/include/ATen/ops/randn.h' 2022-11-23T01:27:45.9019007Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9020633Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9022360Z adding 'torch/include/ATen/ops/randn_like.h' 2022-11-23T01:27:45.9024237Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9025848Z adding 'torch/include/ATen/ops/randn_like_native.h' 2022-11-23T01:27:45.9027911Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2022-11-23T01:27:45.9029639Z adding 'torch/include/ATen/ops/randn_native.h' 2022-11-23T01:27:45.9031778Z adding 'torch/include/ATen/ops/randn_ops.h' 2022-11-23T01:27:45.9033870Z adding 'torch/include/ATen/ops/random.h' 2022-11-23T01:27:45.9035757Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9037418Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2022-11-23T01:27:45.9039056Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2022-11-23T01:27:45.9040802Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2022-11-23T01:27:45.9042436Z adding 'torch/include/ATen/ops/random_native.h' 2022-11-23T01:27:45.9044504Z adding 'torch/include/ATen/ops/random_ops.h' 2022-11-23T01:27:45.9046538Z adding 'torch/include/ATen/ops/randperm.h' 2022-11-23T01:27:45.9048452Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9050170Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2022-11-23T01:27:45.9051804Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2022-11-23T01:27:45.9053350Z adding 'torch/include/ATen/ops/randperm_native.h' 2022-11-23T01:27:45.9055376Z adding 'torch/include/ATen/ops/randperm_ops.h' 2022-11-23T01:27:45.9057298Z adding 'torch/include/ATen/ops/range.h' 2022-11-23T01:27:45.9059236Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9060777Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2022-11-23T01:27:45.9062423Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2022-11-23T01:27:45.9063977Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2022-11-23T01:27:45.9065682Z adding 'torch/include/ATen/ops/range_native.h' 2022-11-23T01:27:45.9067546Z adding 'torch/include/ATen/ops/range_ops.h' 2022-11-23T01:27:45.9069606Z adding 'torch/include/ATen/ops/ravel.h' 2022-11-23T01:27:45.9071309Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9073099Z adding 'torch/include/ATen/ops/ravel_native.h' 2022-11-23T01:27:45.9075003Z adding 'torch/include/ATen/ops/ravel_ops.h' 2022-11-23T01:27:45.9076347Z adding 'torch/include/ATen/ops/real.h' 2022-11-23T01:27:45.9078158Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9079490Z adding 'torch/include/ATen/ops/real_native.h' 2022-11-23T01:27:45.9081295Z adding 'torch/include/ATen/ops/real_ops.h' 2022-11-23T01:27:45.9082707Z adding 'torch/include/ATen/ops/reciprocal.h' 2022-11-23T01:27:45.9084457Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9086005Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2022-11-23T01:27:45.9087771Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2022-11-23T01:27:45.9089564Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2022-11-23T01:27:45.9091259Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2022-11-23T01:27:45.9092641Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2022-11-23T01:27:45.9094245Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2022-11-23T01:27:45.9095813Z adding 'torch/include/ATen/ops/record_stream.h' 2022-11-23T01:27:45.9097366Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2022-11-23T01:27:45.9098869Z adding 'torch/include/ATen/ops/record_stream_native.h' 2022-11-23T01:27:45.9100363Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2022-11-23T01:27:45.9101919Z adding 'torch/include/ATen/ops/refine_names.h' 2022-11-23T01:27:45.9103511Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9104990Z adding 'torch/include/ATen/ops/refine_names_native.h' 2022-11-23T01:27:45.9106567Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2022-11-23T01:27:45.9108582Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2022-11-23T01:27:45.9111213Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2022-11-23T01:27:45.9112771Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9114310Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.9115978Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.9117499Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2022-11-23T01:27:45.9119158Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2022-11-23T01:27:45.9120736Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2022-11-23T01:27:45.9122444Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2022-11-23T01:27:45.9124140Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9125691Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2022-11-23T01:27:45.9127244Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2022-11-23T01:27:45.9128918Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2022-11-23T01:27:45.9130355Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2022-11-23T01:27:45.9132011Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2022-11-23T01:27:45.9133737Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2022-11-23T01:27:45.9135555Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2022-11-23T01:27:45.9137421Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2022-11-23T01:27:45.9139244Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.9140955Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.9142719Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2022-11-23T01:27:45.9144890Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2022-11-23T01:27:45.9146693Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2022-11-23T01:27:45.9148495Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2022-11-23T01:27:45.9150107Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2022-11-23T01:27:45.9151887Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2022-11-23T01:27:45.9153793Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2022-11-23T01:27:45.9155729Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2022-11-23T01:27:45.9157738Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9159372Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.9161121Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.9162736Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2022-11-23T01:27:45.9164466Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2022-11-23T01:27:45.9166120Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2022-11-23T01:27:45.9167879Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2022-11-23T01:27:45.9169667Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9171342Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2022-11-23T01:27:45.9172913Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2022-11-23T01:27:45.9174559Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2022-11-23T01:27:45.9176189Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2022-11-23T01:27:45.9177823Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2022-11-23T01:27:45.9179503Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2022-11-23T01:27:45.9181175Z adding 'torch/include/ATen/ops/relu.h' 2022-11-23T01:27:45.9182738Z adding 'torch/include/ATen/ops/relu6.h' 2022-11-23T01:27:45.9184582Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9186130Z adding 'torch/include/ATen/ops/relu6_native.h' 2022-11-23T01:27:45.9187967Z adding 'torch/include/ATen/ops/relu6_ops.h' 2022-11-23T01:27:45.9189723Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9191390Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2022-11-23T01:27:45.9192993Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2022-11-23T01:27:45.9194600Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2022-11-23T01:27:45.9196249Z adding 'torch/include/ATen/ops/relu_native.h' 2022-11-23T01:27:45.9198099Z adding 'torch/include/ATen/ops/relu_ops.h' 2022-11-23T01:27:45.9199903Z adding 'torch/include/ATen/ops/remainder.h' 2022-11-23T01:27:45.9201744Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9203400Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9204958Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2022-11-23T01:27:45.9206650Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2022-11-23T01:27:45.9209351Z adding 'torch/include/ATen/ops/remainder_meta.h' 2022-11-23T01:27:45.9211113Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2022-11-23T01:27:45.9212578Z adding 'torch/include/ATen/ops/remainder_native.h' 2022-11-23T01:27:45.9214336Z adding 'torch/include/ATen/ops/remainder_ops.h' 2022-11-23T01:27:45.9215801Z adding 'torch/include/ATen/ops/rename.h' 2022-11-23T01:27:45.9217377Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9218757Z adding 'torch/include/ATen/ops/rename_native.h' 2022-11-23T01:27:45.9220304Z adding 'torch/include/ATen/ops/rename_ops.h' 2022-11-23T01:27:45.9221704Z adding 'torch/include/ATen/ops/renorm.h' 2022-11-23T01:27:45.9223324Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9224855Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2022-11-23T01:27:45.9226316Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2022-11-23T01:27:45.9227884Z adding 'torch/include/ATen/ops/renorm_meta.h' 2022-11-23T01:27:45.9229578Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2022-11-23T01:27:45.9231109Z adding 'torch/include/ATen/ops/renorm_native.h' 2022-11-23T01:27:45.9232712Z adding 'torch/include/ATen/ops/renorm_ops.h' 2022-11-23T01:27:45.9234431Z adding 'torch/include/ATen/ops/repeat.h' 2022-11-23T01:27:45.9236074Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9237760Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2022-11-23T01:27:45.9239409Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9240978Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9242352Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2022-11-23T01:27:45.9243807Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2022-11-23T01:27:45.9245180Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2022-11-23T01:27:45.9246882Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2022-11-23T01:27:45.9248356Z adding 'torch/include/ATen/ops/repeat_native.h' 2022-11-23T01:27:45.9249962Z adding 'torch/include/ATen/ops/repeat_ops.h' 2022-11-23T01:27:45.9251620Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2022-11-23T01:27:45.9253462Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2022-11-23T01:27:45.9255256Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9256581Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.9258096Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.9259524Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2022-11-23T01:27:45.9261066Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2022-11-23T01:27:45.9262475Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2022-11-23T01:27:45.9264112Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2022-11-23T01:27:45.9265956Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9267393Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2022-11-23T01:27:45.9269072Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2022-11-23T01:27:45.9270549Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2022-11-23T01:27:45.9272317Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2022-11-23T01:27:45.9273957Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2022-11-23T01:27:45.9275595Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2022-11-23T01:27:45.9277583Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2022-11-23T01:27:45.9279615Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2022-11-23T01:27:45.9281311Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.9283258Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.9285086Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2022-11-23T01:27:45.9286620Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2022-11-23T01:27:45.9288375Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9289984Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2022-11-23T01:27:45.9291656Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2022-11-23T01:27:45.9293221Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2022-11-23T01:27:45.9294946Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2022-11-23T01:27:45.9296580Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2022-11-23T01:27:45.9298397Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2022-11-23T01:27:45.9300206Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2022-11-23T01:27:45.9302217Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2022-11-23T01:27:45.9304088Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2022-11-23T01:27:45.9305851Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2022-11-23T01:27:45.9307395Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2022-11-23T01:27:45.9309519Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2022-11-23T01:27:45.9311419Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9313194Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2022-11-23T01:27:45.9314835Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2022-11-23T01:27:45.9316276Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2022-11-23T01:27:45.9317761Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2022-11-23T01:27:45.9319180Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2022-11-23T01:27:45.9320732Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2022-11-23T01:27:45.9322221Z adding 'torch/include/ATen/ops/requires_grad.h' 2022-11-23T01:27:45.9324226Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9325113Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2022-11-23T01:27:45.9326528Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2022-11-23T01:27:45.9328114Z adding 'torch/include/ATen/ops/reshape.h' 2022-11-23T01:27:45.9329542Z adding 'torch/include/ATen/ops/reshape_as.h' 2022-11-23T01:27:45.9331169Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9332703Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T01:27:45.9334114Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2022-11-23T01:27:45.9335738Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2022-11-23T01:27:45.9337474Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9339102Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T01:27:45.9341100Z adding 'torch/include/ATen/ops/reshape_native.h' 2022-11-23T01:27:45.9342718Z adding 'torch/include/ATen/ops/reshape_ops.h' 2022-11-23T01:27:45.9344621Z adding 'torch/include/ATen/ops/resize.h' 2022-11-23T01:27:45.9346381Z adding 'torch/include/ATen/ops/resize_as.h' 2022-11-23T01:27:45.9348413Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9349896Z adding 'torch/include/ATen/ops/resize_as_native.h' 2022-11-23T01:27:45.9351958Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2022-11-23T01:27:45.9353661Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2022-11-23T01:27:45.9355352Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9356860Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2022-11-23T01:27:45.9358507Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2022-11-23T01:27:45.9360128Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2022-11-23T01:27:45.9362196Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9363722Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2022-11-23T01:27:45.9365360Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2022-11-23T01:27:45.9366992Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2022-11-23T01:27:45.9369087Z adding 'torch/include/ATen/ops/resize_native.h' 2022-11-23T01:27:45.9370814Z adding 'torch/include/ATen/ops/resize_ops.h' 2022-11-23T01:27:45.9372527Z adding 'torch/include/ATen/ops/resolve_conj.h' 2022-11-23T01:27:45.9374173Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9375673Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2022-11-23T01:27:45.9377159Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2022-11-23T01:27:45.9378748Z adding 'torch/include/ATen/ops/resolve_neg.h' 2022-11-23T01:27:45.9380346Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9381797Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2022-11-23T01:27:45.9383311Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2022-11-23T01:27:45.9385030Z adding 'torch/include/ATen/ops/result_type.h' 2022-11-23T01:27:45.9386688Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9388321Z adding 'torch/include/ATen/ops/result_type_native.h' 2022-11-23T01:27:45.9390193Z adding 'torch/include/ATen/ops/result_type_ops.h' 2022-11-23T01:27:45.9392022Z adding 'torch/include/ATen/ops/retain_grad.h' 2022-11-23T01:27:45.9393658Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9395085Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2022-11-23T01:27:45.9396624Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2022-11-23T01:27:45.9398121Z adding 'torch/include/ATen/ops/retains_grad.h' 2022-11-23T01:27:45.9399775Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9401178Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2022-11-23T01:27:45.9402873Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2022-11-23T01:27:45.9404361Z adding 'torch/include/ATen/ops/rnn_relu.h' 2022-11-23T01:27:45.9405913Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2022-11-23T01:27:45.9407677Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9409014Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2022-11-23T01:27:45.9410657Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2022-11-23T01:27:45.9412338Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9413885Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2022-11-23T01:27:45.9415621Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2022-11-23T01:27:45.9417402Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2022-11-23T01:27:45.9418943Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2022-11-23T01:27:45.9420687Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9422046Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2022-11-23T01:27:45.9423812Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2022-11-23T01:27:45.9425522Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9427157Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2022-11-23T01:27:45.9429085Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2022-11-23T01:27:45.9430703Z adding 'torch/include/ATen/ops/roll.h' 2022-11-23T01:27:45.9432694Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9434097Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2022-11-23T01:27:45.9435523Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2022-11-23T01:27:45.9437075Z adding 'torch/include/ATen/ops/roll_native.h' 2022-11-23T01:27:45.9438633Z adding 'torch/include/ATen/ops/roll_ops.h' 2022-11-23T01:27:45.9440358Z adding 'torch/include/ATen/ops/rot90.h' 2022-11-23T01:27:45.9442017Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9443678Z adding 'torch/include/ATen/ops/rot90_native.h' 2022-11-23T01:27:45.9445249Z adding 'torch/include/ATen/ops/rot90_ops.h' 2022-11-23T01:27:45.9446974Z adding 'torch/include/ATen/ops/round.h' 2022-11-23T01:27:45.9448715Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9450196Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2022-11-23T01:27:45.9451825Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2022-11-23T01:27:45.9453443Z adding 'torch/include/ATen/ops/round_meta.h' 2022-11-23T01:27:45.9455031Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2022-11-23T01:27:45.9456729Z adding 'torch/include/ATen/ops/round_native.h' 2022-11-23T01:27:45.9458361Z adding 'torch/include/ATen/ops/round_ops.h' 2022-11-23T01:27:45.9460016Z adding 'torch/include/ATen/ops/row_indices.h' 2022-11-23T01:27:45.9461760Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2022-11-23T01:27:45.9463485Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9464941Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9466346Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2022-11-23T01:27:45.9468291Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2022-11-23T01:27:45.9469845Z adding 'torch/include/ATen/ops/row_indices_native.h' 2022-11-23T01:27:45.9471573Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2022-11-23T01:27:45.9473361Z adding 'torch/include/ATen/ops/row_stack.h' 2022-11-23T01:27:45.9475150Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9476834Z adding 'torch/include/ATen/ops/row_stack_native.h' 2022-11-23T01:27:45.9478584Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2022-11-23T01:27:45.9480377Z adding 'torch/include/ATen/ops/rrelu.h' 2022-11-23T01:27:45.9482165Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9483899Z adding 'torch/include/ATen/ops/rrelu_native.h' 2022-11-23T01:27:45.9485689Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2022-11-23T01:27:45.9487939Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2022-11-23T01:27:45.9489860Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2022-11-23T01:27:45.9491815Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9493419Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2022-11-23T01:27:45.9495343Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2022-11-23T01:27:45.9497163Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2022-11-23T01:27:45.9499048Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2022-11-23T01:27:45.9500763Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2022-11-23T01:27:45.9502615Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2022-11-23T01:27:45.9504554Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2022-11-23T01:27:45.9506465Z adding 'torch/include/ATen/ops/rshift.h' 2022-11-23T01:27:45.9508575Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9510201Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2022-11-23T01:27:45.9512023Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2022-11-23T01:27:45.9513629Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2022-11-23T01:27:45.9515142Z adding 'torch/include/ATen/ops/rshift_native.h' 2022-11-23T01:27:45.9516957Z adding 'torch/include/ATen/ops/rshift_ops.h' 2022-11-23T01:27:45.9518643Z adding 'torch/include/ATen/ops/rsqrt.h' 2022-11-23T01:27:45.9520458Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9521891Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2022-11-23T01:27:45.9523484Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2022-11-23T01:27:45.9524952Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2022-11-23T01:27:45.9526421Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2022-11-23T01:27:45.9527677Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2022-11-23T01:27:45.9529345Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2022-11-23T01:27:45.9531035Z adding 'torch/include/ATen/ops/rsub.h' 2022-11-23T01:27:45.9532593Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9534139Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2022-11-23T01:27:45.9535664Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2022-11-23T01:27:45.9537185Z adding 'torch/include/ATen/ops/rsub_native.h' 2022-11-23T01:27:45.9539022Z adding 'torch/include/ATen/ops/rsub_ops.h' 2022-11-23T01:27:45.9541005Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2022-11-23T01:27:45.9542707Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9544210Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2022-11-23T01:27:45.9545962Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2022-11-23T01:27:45.9548037Z adding 'torch/include/ATen/ops/scatter.h' 2022-11-23T01:27:45.9550461Z adding 'torch/include/ATen/ops/scatter_add.h' 2022-11-23T01:27:45.9552122Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9553751Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9555258Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2022-11-23T01:27:45.9557019Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2022-11-23T01:27:45.9558577Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2022-11-23T01:27:45.9560332Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2022-11-23T01:27:45.9561911Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2022-11-23T01:27:45.9563888Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2022-11-23T01:27:45.9565885Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9567520Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9569160Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2022-11-23T01:27:45.9570991Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2022-11-23T01:27:45.9572617Z adding 'torch/include/ATen/ops/scatter_meta.h' 2022-11-23T01:27:45.9574459Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2022-11-23T01:27:45.9576186Z adding 'torch/include/ATen/ops/scatter_native.h' 2022-11-23T01:27:45.9578633Z adding 'torch/include/ATen/ops/scatter_ops.h' 2022-11-23T01:27:45.9580639Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2022-11-23T01:27:45.9582813Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9584256Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2022-11-23T01:27:45.9585934Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2022-11-23T01:27:45.9587555Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2022-11-23T01:27:45.9589406Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2022-11-23T01:27:45.9590968Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2022-11-23T01:27:45.9592970Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2022-11-23T01:27:45.9601492Z adding 'torch/include/ATen/ops/searchsorted.h' 2022-11-23T01:27:45.9603718Z adding 'torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9605309Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2022-11-23T01:27:45.9607084Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2022-11-23T01:27:45.9608815Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2022-11-23T01:27:45.9611186Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2022-11-23T01:27:45.9613035Z adding 'torch/include/ATen/ops/segment_reduce.h' 2022-11-23T01:27:45.9615081Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9616536Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2022-11-23T01:27:45.9618656Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2022-11-23T01:27:45.9620140Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2022-11-23T01:27:45.9622020Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2022-11-23T01:27:45.9623694Z adding 'torch/include/ATen/ops/select.h' 2022-11-23T01:27:45.9625830Z adding 'torch/include/ATen/ops/select_backward.h' 2022-11-23T01:27:45.9627678Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9629648Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9631082Z adding 'torch/include/ATen/ops/select_backward_native.h' 2022-11-23T01:27:45.9632937Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2022-11-23T01:27:45.9634710Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9636404Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9637906Z adding 'torch/include/ATen/ops/select_copy.h' 2022-11-23T01:27:45.9639519Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9641007Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9642236Z adding 'torch/include/ATen/ops/select_copy_native.h' 2022-11-23T01:27:45.9643854Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2022-11-23T01:27:45.9645286Z adding 'torch/include/ATen/ops/select_native.h' 2022-11-23T01:27:45.9646868Z adding 'torch/include/ATen/ops/select_ops.h' 2022-11-23T01:27:45.9648424Z adding 'torch/include/ATen/ops/select_scatter.h' 2022-11-23T01:27:45.9650118Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9651392Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2022-11-23T01:27:45.9652991Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2022-11-23T01:27:45.9654404Z adding 'torch/include/ATen/ops/selu.h' 2022-11-23T01:27:45.9656035Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9657306Z adding 'torch/include/ATen/ops/selu_native.h' 2022-11-23T01:27:45.9658836Z adding 'torch/include/ATen/ops/selu_ops.h' 2022-11-23T01:27:45.9660968Z adding 'torch/include/ATen/ops/set.h' 2022-11-23T01:27:45.9663037Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9664703Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9666233Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2022-11-23T01:27:45.9667981Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2022-11-23T01:27:45.9669501Z adding 'torch/include/ATen/ops/set_data.h' 2022-11-23T01:27:45.9671262Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9672841Z adding 'torch/include/ATen/ops/set_data_native.h' 2022-11-23T01:27:45.9674404Z adding 'torch/include/ATen/ops/set_data_ops.h' 2022-11-23T01:27:45.9676379Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2022-11-23T01:27:45.9678015Z adding 'torch/include/ATen/ops/set_native.h' 2022-11-23T01:27:45.9680286Z adding 'torch/include/ATen/ops/set_ops.h' 2022-11-23T01:27:45.9682163Z adding 'torch/include/ATen/ops/sgn.h' 2022-11-23T01:27:45.9684134Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9685486Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2022-11-23T01:27:45.9687534Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2022-11-23T01:27:45.9689044Z adding 'torch/include/ATen/ops/sgn_meta.h' 2022-11-23T01:27:45.9690811Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2022-11-23T01:27:45.9692445Z adding 'torch/include/ATen/ops/sgn_native.h' 2022-11-23T01:27:45.9693928Z adding 'torch/include/ATen/ops/sgn_ops.h' 2022-11-23T01:27:45.9695418Z adding 'torch/include/ATen/ops/sigmoid.h' 2022-11-23T01:27:45.9696930Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2022-11-23T01:27:45.9698819Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9700563Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2022-11-23T01:27:45.9702197Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2022-11-23T01:27:45.9703592Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2022-11-23T01:27:45.9704959Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2022-11-23T01:27:45.9706178Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2022-11-23T01:27:45.9707552Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2022-11-23T01:27:45.9709564Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9711518Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2022-11-23T01:27:45.9713172Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2022-11-23T01:27:45.9714570Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2022-11-23T01:27:45.9716008Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2022-11-23T01:27:45.9717342Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2022-11-23T01:27:45.9718867Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2022-11-23T01:27:45.9720262Z adding 'torch/include/ATen/ops/sign.h' 2022-11-23T01:27:45.9721856Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9723188Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2022-11-23T01:27:45.9724615Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2022-11-23T01:27:45.9725957Z adding 'torch/include/ATen/ops/sign_meta.h' 2022-11-23T01:27:45.9727427Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2022-11-23T01:27:45.9728800Z adding 'torch/include/ATen/ops/sign_native.h' 2022-11-23T01:27:45.9730321Z adding 'torch/include/ATen/ops/sign_ops.h' 2022-11-23T01:27:45.9731760Z adding 'torch/include/ATen/ops/signbit.h' 2022-11-23T01:27:45.9733353Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9734636Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2022-11-23T01:27:45.9736067Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2022-11-23T01:27:45.9737366Z adding 'torch/include/ATen/ops/signbit_meta.h' 2022-11-23T01:27:45.9738787Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2022-11-23T01:27:45.9740118Z adding 'torch/include/ATen/ops/signbit_native.h' 2022-11-23T01:27:45.9741634Z adding 'torch/include/ATen/ops/signbit_ops.h' 2022-11-23T01:27:45.9743055Z adding 'torch/include/ATen/ops/silu.h' 2022-11-23T01:27:45.9744556Z adding 'torch/include/ATen/ops/silu_backward.h' 2022-11-23T01:27:45.9746098Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9747546Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9749183Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2022-11-23T01:27:45.9750685Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2022-11-23T01:27:45.9752163Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2022-11-23T01:27:45.9753650Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2022-11-23T01:27:45.9755195Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2022-11-23T01:27:45.9756552Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2022-11-23T01:27:45.9758180Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9759701Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2022-11-23T01:27:45.9761434Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2022-11-23T01:27:45.9763057Z adding 'torch/include/ATen/ops/silu_meta.h' 2022-11-23T01:27:45.9764693Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2022-11-23T01:27:45.9766138Z adding 'torch/include/ATen/ops/silu_native.h' 2022-11-23T01:27:45.9768064Z adding 'torch/include/ATen/ops/silu_ops.h' 2022-11-23T01:27:45.9769614Z adding 'torch/include/ATen/ops/sin.h' 2022-11-23T01:27:45.9771387Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9772963Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2022-11-23T01:27:45.9774950Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2022-11-23T01:27:45.9776554Z adding 'torch/include/ATen/ops/sin_meta.h' 2022-11-23T01:27:45.9778423Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2022-11-23T01:27:45.9780040Z adding 'torch/include/ATen/ops/sin_native.h' 2022-11-23T01:27:45.9782340Z adding 'torch/include/ATen/ops/sin_ops.h' 2022-11-23T01:27:45.9784062Z adding 'torch/include/ATen/ops/sinc.h' 2022-11-23T01:27:45.9785899Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9787414Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2022-11-23T01:27:45.9789315Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2022-11-23T01:27:45.9790903Z adding 'torch/include/ATen/ops/sinc_meta.h' 2022-11-23T01:27:45.9792568Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2022-11-23T01:27:45.9794068Z adding 'torch/include/ATen/ops/sinc_native.h' 2022-11-23T01:27:45.9795861Z adding 'torch/include/ATen/ops/sinc_ops.h' 2022-11-23T01:27:45.9797558Z adding 'torch/include/ATen/ops/sinh.h' 2022-11-23T01:27:45.9799275Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9800851Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2022-11-23T01:27:45.9802540Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2022-11-23T01:27:45.9804048Z adding 'torch/include/ATen/ops/sinh_meta.h' 2022-11-23T01:27:45.9805718Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2022-11-23T01:27:45.9807246Z adding 'torch/include/ATen/ops/sinh_native.h' 2022-11-23T01:27:45.9809037Z adding 'torch/include/ATen/ops/sinh_ops.h' 2022-11-23T01:27:45.9810718Z adding 'torch/include/ATen/ops/size.h' 2022-11-23T01:27:45.9812450Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9813848Z adding 'torch/include/ATen/ops/size_native.h' 2022-11-23T01:27:45.9815621Z adding 'torch/include/ATen/ops/size_ops.h' 2022-11-23T01:27:45.9817390Z adding 'torch/include/ATen/ops/slice.h' 2022-11-23T01:27:45.9819373Z adding 'torch/include/ATen/ops/slice_backward.h' 2022-11-23T01:27:45.9821301Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9822869Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2022-11-23T01:27:45.9824652Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2022-11-23T01:27:45.9826485Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9828653Z adding 'torch/include/ATen/ops/slice_copy.h' 2022-11-23T01:27:45.9830628Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9832542Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9834005Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2022-11-23T01:27:45.9835799Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2022-11-23T01:27:45.9837412Z adding 'torch/include/ATen/ops/slice_native.h' 2022-11-23T01:27:45.9839364Z adding 'torch/include/ATen/ops/slice_ops.h' 2022-11-23T01:27:45.9841479Z adding 'torch/include/ATen/ops/slice_scatter.h' 2022-11-23T01:27:45.9843379Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9844911Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2022-11-23T01:27:45.9846586Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2022-11-23T01:27:45.9848311Z adding 'torch/include/ATen/ops/slogdet.h' 2022-11-23T01:27:45.9849970Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9851378Z adding 'torch/include/ATen/ops/slogdet_native.h' 2022-11-23T01:27:45.9853148Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2022-11-23T01:27:45.9854966Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2022-11-23T01:27:45.9857556Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9859291Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2022-11-23T01:27:45.9861012Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2022-11-23T01:27:45.9862758Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2022-11-23T01:27:45.9864763Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2022-11-23T01:27:45.9866503Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2022-11-23T01:27:45.9868199Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2022-11-23T01:27:45.9870358Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2022-11-23T01:27:45.9872491Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9874042Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2022-11-23T01:27:45.9875756Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2022-11-23T01:27:45.9877349Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2022-11-23T01:27:45.9879244Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2022-11-23T01:27:45.9881295Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2022-11-23T01:27:45.9883337Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9885011Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2022-11-23T01:27:45.9886761Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2022-11-23T01:27:45.9888378Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2022-11-23T01:27:45.9890346Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2022-11-23T01:27:45.9892450Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2022-11-23T01:27:45.9894469Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9896158Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2022-11-23T01:27:45.9897991Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2022-11-23T01:27:45.9899651Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2022-11-23T01:27:45.9901499Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2022-11-23T01:27:45.9911435Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2022-11-23T01:27:45.9911717Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2022-11-23T01:27:45.9911967Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2022-11-23T01:27:45.9912274Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2022-11-23T01:27:45.9912542Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2022-11-23T01:27:45.9913118Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2022-11-23T01:27:45.9915039Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2022-11-23T01:27:45.9916558Z adding 'torch/include/ATen/ops/smm.h' 2022-11-23T01:27:45.9918237Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9919593Z adding 'torch/include/ATen/ops/smm_native.h' 2022-11-23T01:27:45.9921034Z adding 'torch/include/ATen/ops/smm_ops.h' 2022-11-23T01:27:45.9922859Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2022-11-23T01:27:45.9924336Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2022-11-23T01:27:45.9925988Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9927330Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2022-11-23T01:27:45.9928828Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2022-11-23T01:27:45.9930164Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2022-11-23T01:27:45.9931788Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2022-11-23T01:27:45.9933444Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9934745Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2022-11-23T01:27:45.9936245Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2022-11-23T01:27:45.9937685Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2022-11-23T01:27:45.9939139Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2022-11-23T01:27:45.9940613Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2022-11-23T01:27:45.9942326Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2022-11-23T01:27:45.9943905Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2022-11-23T01:27:45.9945414Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2022-11-23T01:27:45.9947079Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9948583Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2022-11-23T01:27:45.9950250Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2022-11-23T01:27:45.9952016Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9953207Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2022-11-23T01:27:45.9954828Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2022-11-23T01:27:45.9956367Z adding 'torch/include/ATen/ops/softmax.h' 2022-11-23T01:27:45.9958074Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:45.9959403Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:45.9960813Z adding 'torch/include/ATen/ops/softmax_native.h' 2022-11-23T01:27:45.9962451Z adding 'torch/include/ATen/ops/softmax_ops.h' 2022-11-23T01:27:45.9964085Z adding 'torch/include/ATen/ops/softplus.h' 2022-11-23T01:27:45.9965547Z adding 'torch/include/ATen/ops/softplus_backward.h' 2022-11-23T01:27:45.9967241Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9968497Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2022-11-23T01:27:45.9970011Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2022-11-23T01:27:45.9971331Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2022-11-23T01:27:45.9972941Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2022-11-23T01:27:45.9974299Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2022-11-23T01:27:45.9975922Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2022-11-23T01:27:45.9977519Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9978880Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2022-11-23T01:27:45.9980238Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2022-11-23T01:27:45.9981660Z adding 'torch/include/ATen/ops/softplus_meta.h' 2022-11-23T01:27:45.9983890Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2022-11-23T01:27:45.9985542Z adding 'torch/include/ATen/ops/softplus_native.h' 2022-11-23T01:27:45.9987115Z adding 'torch/include/ATen/ops/softplus_ops.h' 2022-11-23T01:27:45.9988949Z adding 'torch/include/ATen/ops/softshrink.h' 2022-11-23T01:27:45.9990531Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2022-11-23T01:27:45.9992648Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:45.9993544Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2022-11-23T01:27:45.9994972Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2022-11-23T01:27:45.9996322Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2022-11-23T01:27:45.9997832Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2022-11-23T01:27:45.9999175Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2022-11-23T01:27:46.0000731Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2022-11-23T01:27:46.0002242Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0003611Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2022-11-23T01:27:46.0004979Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2022-11-23T01:27:46.0006337Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2022-11-23T01:27:46.0007715Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2022-11-23T01:27:46.0009423Z adding 'torch/include/ATen/ops/softshrink_native.h' 2022-11-23T01:27:46.0011198Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2022-11-23T01:27:46.0012872Z adding 'torch/include/ATen/ops/sort.h' 2022-11-23T01:27:46.0014881Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0016513Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0018232Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0020089Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2022-11-23T01:27:46.0022004Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2022-11-23T01:27:46.0023811Z adding 'torch/include/ATen/ops/sort_meta.h' 2022-11-23T01:27:46.0025375Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2022-11-23T01:27:46.0027406Z adding 'torch/include/ATen/ops/sort_native.h' 2022-11-23T01:27:46.0030401Z adding 'torch/include/ATen/ops/sort_ops.h' 2022-11-23T01:27:46.0032965Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2022-11-23T01:27:46.0035198Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0037181Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2022-11-23T01:27:46.0039468Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2022-11-23T01:27:46.0041703Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2022-11-23T01:27:46.0043964Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0046009Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2022-11-23T01:27:46.0048185Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2022-11-23T01:27:46.0050676Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2022-11-23T01:27:46.0052878Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0054758Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2022-11-23T01:27:46.0057406Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2022-11-23T01:27:46.0060258Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2022-11-23T01:27:46.0062401Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0064557Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0066518Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2022-11-23T01:27:46.0069327Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2022-11-23T01:27:46.0071568Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2022-11-23T01:27:46.0074049Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0075688Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2022-11-23T01:27:46.0078325Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2022-11-23T01:27:46.0080322Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2022-11-23T01:27:46.0082600Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0084329Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2022-11-23T01:27:46.0086699Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2022-11-23T01:27:46.0088366Z adding 'torch/include/ATen/ops/sparse_dim.h' 2022-11-23T01:27:46.0090513Z adding 'torch/include/ATen/ops/sparse_dim_cpu_dispatch.h' 2022-11-23T01:27:46.0092245Z adding 'torch/include/ATen/ops/sparse_dim_cuda_dispatch.h' 2022-11-23T01:27:46.0094160Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2022-11-23T01:27:46.0096173Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2022-11-23T01:27:46.0098129Z adding 'torch/include/ATen/ops/sparse_mask.h' 2022-11-23T01:27:46.0100066Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0101799Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2022-11-23T01:27:46.0104050Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2022-11-23T01:27:46.0106147Z adding 'torch/include/ATen/ops/sparse_resize.h' 2022-11-23T01:27:46.0108423Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2022-11-23T01:27:46.0110414Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0112528Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2022-11-23T01:27:46.0114364Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2022-11-23T01:27:46.0116777Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2022-11-23T01:27:46.0118885Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0120726Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2022-11-23T01:27:46.0122624Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2022-11-23T01:27:46.0125061Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2022-11-23T01:27:46.0126959Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2022-11-23T01:27:46.0128989Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2022-11-23T01:27:46.0131077Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2022-11-23T01:27:46.0132989Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2022-11-23T01:27:46.0135183Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0136902Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2022-11-23T01:27:46.0139084Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2022-11-23T01:27:46.0140820Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2022-11-23T01:27:46.0142928Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2022-11-23T01:27:46.0144613Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2022-11-23T01:27:46.0146992Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2022-11-23T01:27:46.0148775Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2022-11-23T01:27:46.0151232Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0152985Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2022-11-23T01:27:46.0155083Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2022-11-23T01:27:46.0157001Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2022-11-23T01:27:46.0158854Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2022-11-23T01:27:46.0160835Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2022-11-23T01:27:46.0162841Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2022-11-23T01:27:46.0164743Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2022-11-23T01:27:46.0167107Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0168686Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2022-11-23T01:27:46.0171005Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2022-11-23T01:27:46.0172625Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2022-11-23T01:27:46.0174912Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2022-11-23T01:27:46.0176591Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2022-11-23T01:27:46.0179053Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2022-11-23T01:27:46.0180849Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2022-11-23T01:27:46.0183187Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0184771Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2022-11-23T01:27:46.0187174Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2022-11-23T01:27:46.0189038Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2022-11-23T01:27:46.0190873Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2022-11-23T01:27:46.0192548Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2022-11-23T01:27:46.0194060Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2022-11-23T01:27:46.0195615Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2022-11-23T01:27:46.0197436Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0199081Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2022-11-23T01:27:46.0200787Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2022-11-23T01:27:46.0202367Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2022-11-23T01:27:46.0204066Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2022-11-23T01:27:46.0205542Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2022-11-23T01:27:46.0206858Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2022-11-23T01:27:46.0208532Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2022-11-23T01:27:46.0210127Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0211627Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0213078Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0214575Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2022-11-23T01:27:46.0215959Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2022-11-23T01:27:46.0217401Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2022-11-23T01:27:46.0218903Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2022-11-23T01:27:46.0220363Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2022-11-23T01:27:46.0222122Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2022-11-23T01:27:46.0223810Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2022-11-23T01:27:46.0225457Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0226978Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0228650Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0230238Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2022-11-23T01:27:46.0231819Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2022-11-23T01:27:46.0233229Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2022-11-23T01:27:46.0234712Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2022-11-23T01:27:46.0236240Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2022-11-23T01:27:46.0237936Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2022-11-23T01:27:46.0239674Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2022-11-23T01:27:46.0241281Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0242815Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0244274Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0245652Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2022-11-23T01:27:46.0247091Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2022-11-23T01:27:46.0248755Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2022-11-23T01:27:46.0250220Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2022-11-23T01:27:46.0251709Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2022-11-23T01:27:46.0253432Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2022-11-23T01:27:46.0255182Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2022-11-23T01:27:46.0257446Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0259439Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0260979Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0262359Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2022-11-23T01:27:46.0264097Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2022-11-23T01:27:46.0265578Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2022-11-23T01:27:46.0267304Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2022-11-23T01:27:46.0269130Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2022-11-23T01:27:46.0271014Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2022-11-23T01:27:46.0272885Z adding 'torch/include/ATen/ops/special_digamma.h' 2022-11-23T01:27:46.0274563Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0275911Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2022-11-23T01:27:46.0277571Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2022-11-23T01:27:46.0279154Z adding 'torch/include/ATen/ops/special_entr.h' 2022-11-23T01:27:46.0281023Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0282478Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2022-11-23T01:27:46.0283852Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2022-11-23T01:27:46.0285328Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2022-11-23T01:27:46.0286860Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2022-11-23T01:27:46.0288238Z adding 'torch/include/ATen/ops/special_entr_native.h' 2022-11-23T01:27:46.0289709Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2022-11-23T01:27:46.0291304Z adding 'torch/include/ATen/ops/special_erf.h' 2022-11-23T01:27:46.0292828Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0294342Z adding 'torch/include/ATen/ops/special_erf_native.h' 2022-11-23T01:27:46.0296188Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2022-11-23T01:27:46.0297905Z adding 'torch/include/ATen/ops/special_erfc.h' 2022-11-23T01:27:46.0299341Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0300920Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2022-11-23T01:27:46.0302601Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2022-11-23T01:27:46.0304066Z adding 'torch/include/ATen/ops/special_erfcx.h' 2022-11-23T01:27:46.0305917Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0307533Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2022-11-23T01:27:46.0309144Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2022-11-23T01:27:46.0311054Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2022-11-23T01:27:46.0312682Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2022-11-23T01:27:46.0314144Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2022-11-23T01:27:46.0315607Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2022-11-23T01:27:46.0317067Z adding 'torch/include/ATen/ops/special_erfinv.h' 2022-11-23T01:27:46.0318671Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0320037Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2022-11-23T01:27:46.0321671Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2022-11-23T01:27:46.0323360Z adding 'torch/include/ATen/ops/special_exp2.h' 2022-11-23T01:27:46.0324739Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0326260Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2022-11-23T01:27:46.0328265Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2022-11-23T01:27:46.0329636Z adding 'torch/include/ATen/ops/special_expit.h' 2022-11-23T01:27:46.0331924Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0333207Z adding 'torch/include/ATen/ops/special_expit_native.h' 2022-11-23T01:27:46.0334991Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2022-11-23T01:27:46.0336939Z adding 'torch/include/ATen/ops/special_expm1.h' 2022-11-23T01:27:46.0338856Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0340377Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2022-11-23T01:27:46.0342027Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2022-11-23T01:27:46.0343559Z adding 'torch/include/ATen/ops/special_gammainc.h' 2022-11-23T01:27:46.0345254Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0346922Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2022-11-23T01:27:46.0348792Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2022-11-23T01:27:46.0350630Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2022-11-23T01:27:46.0352699Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0354131Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2022-11-23T01:27:46.0355676Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2022-11-23T01:27:46.0357277Z adding 'torch/include/ATen/ops/special_gammaln.h' 2022-11-23T01:27:46.0359230Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0360688Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2022-11-23T01:27:46.0362516Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2022-11-23T01:27:46.0364138Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2022-11-23T01:27:46.0365854Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0367400Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0368927Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0370404Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2022-11-23T01:27:46.0371809Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2022-11-23T01:27:46.0373486Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2022-11-23T01:27:46.0374927Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2022-11-23T01:27:46.0376454Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2022-11-23T01:27:46.0378256Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2022-11-23T01:27:46.0380077Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2022-11-23T01:27:46.0381780Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0383400Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0384908Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0386466Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2022-11-23T01:27:46.0388176Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2022-11-23T01:27:46.0389991Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2022-11-23T01:27:46.0391880Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2022-11-23T01:27:46.0394256Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2022-11-23T01:27:46.0396335Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2022-11-23T01:27:46.0398248Z adding 'torch/include/ATen/ops/special_i0.h' 2022-11-23T01:27:46.0400126Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0401880Z adding 'torch/include/ATen/ops/special_i0_native.h' 2022-11-23T01:27:46.0403791Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2022-11-23T01:27:46.0405535Z adding 'torch/include/ATen/ops/special_i0e.h' 2022-11-23T01:27:46.0407426Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0409124Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2022-11-23T01:27:46.0410846Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2022-11-23T01:27:46.0412604Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2022-11-23T01:27:46.0414389Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2022-11-23T01:27:46.0416980Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2022-11-23T01:27:46.0418153Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2022-11-23T01:27:46.0419966Z adding 'torch/include/ATen/ops/special_i1.h' 2022-11-23T01:27:46.0421848Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0423532Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2022-11-23T01:27:46.0425299Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2022-11-23T01:27:46.0426846Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2022-11-23T01:27:46.0428557Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2022-11-23T01:27:46.0430185Z adding 'torch/include/ATen/ops/special_i1_native.h' 2022-11-23T01:27:46.0432058Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2022-11-23T01:27:46.0433660Z adding 'torch/include/ATen/ops/special_i1e.h' 2022-11-23T01:27:46.0435358Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0437011Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2022-11-23T01:27:46.0438495Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2022-11-23T01:27:46.0440268Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2022-11-23T01:27:46.0441942Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2022-11-23T01:27:46.0443174Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2022-11-23T01:27:46.0444745Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2022-11-23T01:27:46.0446253Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2022-11-23T01:27:46.0447912Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0449087Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0450589Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0451905Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2022-11-23T01:27:46.0453307Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2022-11-23T01:27:46.0454540Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2022-11-23T01:27:46.0456224Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2022-11-23T01:27:46.0457619Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2022-11-23T01:27:46.0459293Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2022-11-23T01:27:46.0460829Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2022-11-23T01:27:46.0462437Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0463867Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0465256Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0466635Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2022-11-23T01:27:46.0468489Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2022-11-23T01:27:46.0469730Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2022-11-23T01:27:46.0471414Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2022-11-23T01:27:46.0473133Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2022-11-23T01:27:46.0474787Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2022-11-23T01:27:46.0476269Z adding 'torch/include/ATen/ops/special_log1p.h' 2022-11-23T01:27:46.0477615Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0479070Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2022-11-23T01:27:46.0480663Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2022-11-23T01:27:46.0482281Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2022-11-23T01:27:46.0483948Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0485364Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2022-11-23T01:27:46.0486909Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2022-11-23T01:27:46.0488412Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2022-11-23T01:27:46.0489960Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2022-11-23T01:27:46.0491482Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2022-11-23T01:27:46.0493071Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2022-11-23T01:27:46.0494652Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2022-11-23T01:27:46.0496235Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0497628Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2022-11-23T01:27:46.0499218Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2022-11-23T01:27:46.0500779Z adding 'torch/include/ATen/ops/special_logit.h' 2022-11-23T01:27:46.0502421Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0503940Z adding 'torch/include/ATen/ops/special_logit_native.h' 2022-11-23T01:27:46.0505613Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2022-11-23T01:27:46.0507393Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2022-11-23T01:27:46.0509157Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0510725Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2022-11-23T01:27:46.0512545Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2022-11-23T01:27:46.0514494Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2022-11-23T01:27:46.0516371Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0518123Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2022-11-23T01:27:46.0519818Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2022-11-23T01:27:46.0521030Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2022-11-23T01:27:46.0522830Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2022-11-23T01:27:46.0523891Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2022-11-23T01:27:46.0525863Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2022-11-23T01:27:46.0527608Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2022-11-23T01:27:46.0529570Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0531168Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2022-11-23T01:27:46.0532739Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2022-11-23T01:27:46.0535015Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2022-11-23T01:27:46.0536549Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2022-11-23T01:27:46.0538176Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2022-11-23T01:27:46.0539934Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2022-11-23T01:27:46.0542059Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2022-11-23T01:27:46.0543619Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0544983Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2022-11-23T01:27:46.0546500Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2022-11-23T01:27:46.0548467Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2022-11-23T01:27:46.0549989Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2022-11-23T01:27:46.0551402Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2022-11-23T01:27:46.0553095Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2022-11-23T01:27:46.0554841Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2022-11-23T01:27:46.0556395Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0557881Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2022-11-23T01:27:46.0559243Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2022-11-23T01:27:46.0560728Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2022-11-23T01:27:46.0562113Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2022-11-23T01:27:46.0563627Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2022-11-23T01:27:46.0565196Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2022-11-23T01:27:46.0566732Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2022-11-23T01:27:46.0568276Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0569640Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2022-11-23T01:27:46.0571178Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2022-11-23T01:27:46.0572721Z adding 'torch/include/ATen/ops/special_ndtr.h' 2022-11-23T01:27:46.0574168Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0575536Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2022-11-23T01:27:46.0577206Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2022-11-23T01:27:46.0578650Z adding 'torch/include/ATen/ops/special_ndtri.h' 2022-11-23T01:27:46.0580199Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0581689Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2022-11-23T01:27:46.0583391Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2022-11-23T01:27:46.0585028Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2022-11-23T01:27:46.0586697Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2022-11-23T01:27:46.0588536Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2022-11-23T01:27:46.0590660Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2022-11-23T01:27:46.0592620Z adding 'torch/include/ATen/ops/special_polygamma.h' 2022-11-23T01:27:46.0594431Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0596163Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2022-11-23T01:27:46.0597978Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2022-11-23T01:27:46.0599756Z adding 'torch/include/ATen/ops/special_psi.h' 2022-11-23T01:27:46.0601678Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0603277Z adding 'torch/include/ATen/ops/special_psi_native.h' 2022-11-23T01:27:46.0604900Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2022-11-23T01:27:46.0606454Z adding 'torch/include/ATen/ops/special_round.h' 2022-11-23T01:27:46.0608105Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0609682Z adding 'torch/include/ATen/ops/special_round_native.h' 2022-11-23T01:27:46.0611772Z adding 'torch/include/ATen/ops/special_round_ops.h' 2022-11-23T01:27:46.0613558Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2022-11-23T01:27:46.0615268Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0616691Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2022-11-23T01:27:46.0618489Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2022-11-23T01:27:46.0619442Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2022-11-23T01:27:46.0621223Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2022-11-23T01:27:46.0623121Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2022-11-23T01:27:46.0624072Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2022-11-23T01:27:46.0625905Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2022-11-23T01:27:46.0627512Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0629183Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2022-11-23T01:27:46.0631020Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2022-11-23T01:27:46.0632317Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2022-11-23T01:27:46.0633850Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2022-11-23T01:27:46.0635333Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2022-11-23T01:27:46.0636915Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2022-11-23T01:27:46.0638708Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2022-11-23T01:27:46.0640439Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0642235Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0644012Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0645365Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2022-11-23T01:27:46.0646816Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2022-11-23T01:27:46.0648255Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2022-11-23T01:27:46.0649898Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2022-11-23T01:27:46.0651423Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2022-11-23T01:27:46.0653445Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2022-11-23T01:27:46.0655261Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2022-11-23T01:27:46.0656885Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0658285Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0659777Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0661451Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2022-11-23T01:27:46.0662962Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2022-11-23T01:27:46.0664305Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2022-11-23T01:27:46.0665811Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2022-11-23T01:27:46.0667287Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2022-11-23T01:27:46.0669539Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2022-11-23T01:27:46.0671414Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2022-11-23T01:27:46.0673337Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0674917Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0676401Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0677916Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2022-11-23T01:27:46.0679581Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2022-11-23T01:27:46.0681001Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2022-11-23T01:27:46.0682587Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2022-11-23T01:27:46.0684134Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2022-11-23T01:27:46.0685882Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2022-11-23T01:27:46.0687767Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2022-11-23T01:27:46.0689586Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0691174Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0692851Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0694324Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2022-11-23T01:27:46.0696010Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2022-11-23T01:27:46.0697498Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2022-11-23T01:27:46.0699010Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2022-11-23T01:27:46.0700672Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2022-11-23T01:27:46.0702341Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2022-11-23T01:27:46.0704087Z adding 'torch/include/ATen/ops/special_sinc.h' 2022-11-23T01:27:46.0705768Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0707225Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2022-11-23T01:27:46.0708946Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2022-11-23T01:27:46.0710471Z adding 'torch/include/ATen/ops/special_softmax.h' 2022-11-23T01:27:46.0712300Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0713765Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2022-11-23T01:27:46.0715362Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2022-11-23T01:27:46.0717096Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2022-11-23T01:27:46.0718882Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0720567Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2022-11-23T01:27:46.0722277Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2022-11-23T01:27:46.0723836Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2022-11-23T01:27:46.0725411Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2022-11-23T01:27:46.0726916Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2022-11-23T01:27:46.0728577Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2022-11-23T01:27:46.0730307Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2022-11-23T01:27:46.0732026Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0733743Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0735329Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2022-11-23T01:27:46.0736817Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2022-11-23T01:27:46.0738341Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2022-11-23T01:27:46.0739841Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2022-11-23T01:27:46.0741328Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2022-11-23T01:27:46.0743168Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2022-11-23T01:27:46.0744987Z adding 'torch/include/ATen/ops/special_xlogy.h' 2022-11-23T01:27:46.0746855Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0748547Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2022-11-23T01:27:46.0750531Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2022-11-23T01:27:46.0752598Z adding 'torch/include/ATen/ops/special_zeta.h' 2022-11-23T01:27:46.0754359Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0756789Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0757303Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2022-11-23T01:27:46.0758869Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2022-11-23T01:27:46.0760403Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2022-11-23T01:27:46.0761935Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2022-11-23T01:27:46.0763513Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2022-11-23T01:27:46.0765361Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2022-11-23T01:27:46.0767188Z adding 'torch/include/ATen/ops/split.h' 2022-11-23T01:27:46.0768911Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0771281Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0773328Z adding 'torch/include/ATen/ops/split_copy.h' 2022-11-23T01:27:46.0775077Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0776730Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0778127Z adding 'torch/include/ATen/ops/split_copy_native.h' 2022-11-23T01:27:46.0779878Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2022-11-23T01:27:46.0781481Z adding 'torch/include/ATen/ops/split_native.h' 2022-11-23T01:27:46.0783083Z adding 'torch/include/ATen/ops/split_ops.h' 2022-11-23T01:27:46.0784826Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2022-11-23T01:27:46.0786506Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0788377Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2022-11-23T01:27:46.0790260Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0792018Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0793602Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2022-11-23T01:27:46.0795190Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2022-11-23T01:27:46.0796761Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2022-11-23T01:27:46.0798416Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2022-11-23T01:27:46.0799991Z adding 'torch/include/ATen/ops/sqrt.h' 2022-11-23T01:27:46.0801676Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0804353Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2022-11-23T01:27:46.0805966Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2022-11-23T01:27:46.0807411Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2022-11-23T01:27:46.0809037Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2022-11-23T01:27:46.0810544Z adding 'torch/include/ATen/ops/sqrt_native.h' 2022-11-23T01:27:46.0812310Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2022-11-23T01:27:46.0813868Z adding 'torch/include/ATen/ops/square.h' 2022-11-23T01:27:46.0815603Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0816922Z adding 'torch/include/ATen/ops/square_native.h' 2022-11-23T01:27:46.0818683Z adding 'torch/include/ATen/ops/square_ops.h' 2022-11-23T01:27:46.0820155Z adding 'torch/include/ATen/ops/squeeze.h' 2022-11-23T01:27:46.0821898Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0823452Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0824982Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2022-11-23T01:27:46.0826762Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0828437Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0829894Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2022-11-23T01:27:46.0831703Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2022-11-23T01:27:46.0833440Z adding 'torch/include/ATen/ops/squeeze_native.h' 2022-11-23T01:27:46.0835185Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2022-11-23T01:27:46.0836911Z adding 'torch/include/ATen/ops/sspaddmm.h' 2022-11-23T01:27:46.0838696Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0840178Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2022-11-23T01:27:46.0841705Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2022-11-23T01:27:46.0843221Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2022-11-23T01:27:46.0844945Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2022-11-23T01:27:46.0846594Z adding 'torch/include/ATen/ops/stack.h' 2022-11-23T01:27:46.0848244Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0850111Z adding 'torch/include/ATen/ops/stack_native.h' 2022-11-23T01:27:46.0851922Z adding 'torch/include/ATen/ops/stack_ops.h' 2022-11-23T01:27:46.0853633Z adding 'torch/include/ATen/ops/std.h' 2022-11-23T01:27:46.0855201Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0856689Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2022-11-23T01:27:46.0858144Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2022-11-23T01:27:46.0859917Z adding 'torch/include/ATen/ops/std_mean.h' 2022-11-23T01:27:46.0861628Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0863309Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0864757Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2022-11-23T01:27:46.0866542Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2022-11-23T01:27:46.0868268Z adding 'torch/include/ATen/ops/std_mean_native.h' 2022-11-23T01:27:46.0870005Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2022-11-23T01:27:46.0871825Z adding 'torch/include/ATen/ops/std_native.h' 2022-11-23T01:27:46.0873858Z adding 'torch/include/ATen/ops/std_ops.h' 2022-11-23T01:27:46.0875905Z adding 'torch/include/ATen/ops/stft.h' 2022-11-23T01:27:46.0877682Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0879321Z adding 'torch/include/ATen/ops/stft_native.h' 2022-11-23T01:27:46.0881163Z adding 'torch/include/ATen/ops/stft_ops.h' 2022-11-23T01:27:46.0882852Z adding 'torch/include/ATen/ops/stride.h' 2022-11-23T01:27:46.0884602Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0886319Z adding 'torch/include/ATen/ops/stride_native.h' 2022-11-23T01:27:46.0887967Z adding 'torch/include/ATen/ops/stride_ops.h' 2022-11-23T01:27:46.0889761Z adding 'torch/include/ATen/ops/sub.h' 2022-11-23T01:27:46.0891606Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0893412Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0894958Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2022-11-23T01:27:46.0896634Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2022-11-23T01:27:46.0898223Z adding 'torch/include/ATen/ops/sub_meta.h' 2022-11-23T01:27:46.0899956Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2022-11-23T01:27:46.0901705Z adding 'torch/include/ATen/ops/sub_native.h' 2022-11-23T01:27:46.0903741Z adding 'torch/include/ATen/ops/sub_ops.h' 2022-11-23T01:27:46.0906405Z adding 'torch/include/ATen/ops/subtract.h' 2022-11-23T01:27:46.0907973Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0909571Z adding 'torch/include/ATen/ops/subtract_native.h' 2022-11-23T01:27:46.0911470Z adding 'torch/include/ATen/ops/subtract_ops.h' 2022-11-23T01:27:46.0913403Z adding 'torch/include/ATen/ops/sum.h' 2022-11-23T01:27:46.0915331Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0917134Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0918817Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0920424Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2022-11-23T01:27:46.0922005Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2022-11-23T01:27:46.0923591Z adding 'torch/include/ATen/ops/sum_meta.h' 2022-11-23T01:27:46.0925205Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2022-11-23T01:27:46.0926895Z adding 'torch/include/ATen/ops/sum_native.h' 2022-11-23T01:27:46.0928756Z adding 'torch/include/ATen/ops/sum_ops.h' 2022-11-23T01:27:46.0930498Z adding 'torch/include/ATen/ops/sum_to_size.h' 2022-11-23T01:27:46.0932183Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0933746Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2022-11-23T01:27:46.0935584Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2022-11-23T01:27:46.0937020Z adding 'torch/include/ATen/ops/svd.h' 2022-11-23T01:27:46.0938545Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0939971Z adding 'torch/include/ATen/ops/svd_native.h' 2022-11-23T01:27:46.0941624Z adding 'torch/include/ATen/ops/svd_ops.h' 2022-11-23T01:27:46.0943229Z adding 'torch/include/ATen/ops/swapaxes.h' 2022-11-23T01:27:46.0944794Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0946222Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2022-11-23T01:27:46.0947992Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2022-11-23T01:27:46.0949604Z adding 'torch/include/ATen/ops/swapdims.h' 2022-11-23T01:27:46.0951228Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0952742Z adding 'torch/include/ATen/ops/swapdims_native.h' 2022-11-23T01:27:46.0954448Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2022-11-23T01:27:46.0956121Z adding 'torch/include/ATen/ops/symeig.h' 2022-11-23T01:27:46.0957768Z adding 'torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0959208Z adding 'torch/include/ATen/ops/symeig_native.h' 2022-11-23T01:27:46.0960940Z adding 'torch/include/ATen/ops/symeig_ops.h' 2022-11-23T01:27:46.0962650Z adding 'torch/include/ATen/ops/t.h' 2022-11-23T01:27:46.0964377Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0965720Z adding 'torch/include/ATen/ops/t_copy.h' 2022-11-23T01:27:46.0967422Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.0969037Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0970424Z adding 'torch/include/ATen/ops/t_copy_native.h' 2022-11-23T01:27:46.0972082Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2022-11-23T01:27:46.0973558Z adding 'torch/include/ATen/ops/t_native.h' 2022-11-23T01:27:46.0975170Z adding 'torch/include/ATen/ops/t_ops.h' 2022-11-23T01:27:46.0976719Z adding 'torch/include/ATen/ops/take.h' 2022-11-23T01:27:46.0978485Z adding 'torch/include/ATen/ops/take_along_dim.h' 2022-11-23T01:27:46.0980074Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.0981570Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2022-11-23T01:27:46.0983227Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2022-11-23T01:27:46.0984869Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2022-11-23T01:27:46.0986419Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2022-11-23T01:27:46.0988075Z adding 'torch/include/ATen/ops/take_native.h' 2022-11-23T01:27:46.0989832Z adding 'torch/include/ATen/ops/take_ops.h' 2022-11-23T01:27:46.0991726Z adding 'torch/include/ATen/ops/tan.h' 2022-11-23T01:27:46.0993517Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.0995225Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2022-11-23T01:27:46.0996821Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2022-11-23T01:27:46.0998340Z adding 'torch/include/ATen/ops/tan_meta.h' 2022-11-23T01:27:46.1000261Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2022-11-23T01:27:46.1002058Z adding 'torch/include/ATen/ops/tan_native.h' 2022-11-23T01:27:46.1003911Z adding 'torch/include/ATen/ops/tan_ops.h' 2022-11-23T01:27:46.1005658Z adding 'torch/include/ATen/ops/tanh.h' 2022-11-23T01:27:46.1007184Z adding 'torch/include/ATen/ops/tanh_backward.h' 2022-11-23T01:27:46.1008984Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1010728Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2022-11-23T01:27:46.1012038Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2022-11-23T01:27:46.1013558Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2022-11-23T01:27:46.1015153Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2022-11-23T01:27:46.1016602Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2022-11-23T01:27:46.1018391Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2022-11-23T01:27:46.1020056Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1021911Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2022-11-23T01:27:46.1023554Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2022-11-23T01:27:46.1025060Z adding 'torch/include/ATen/ops/tanh_meta.h' 2022-11-23T01:27:46.1026969Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2022-11-23T01:27:46.1028752Z adding 'torch/include/ATen/ops/tanh_native.h' 2022-11-23T01:27:46.1030461Z adding 'torch/include/ATen/ops/tanh_ops.h' 2022-11-23T01:27:46.1032366Z adding 'torch/include/ATen/ops/tensor.h' 2022-11-23T01:27:46.1034433Z adding 'torch/include/ATen/ops/tensor_split.h' 2022-11-23T01:27:46.1036372Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1038004Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2022-11-23T01:27:46.1039976Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2022-11-23T01:27:46.1041726Z adding 'torch/include/ATen/ops/tensordot.h' 2022-11-23T01:27:46.1043468Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1045077Z adding 'torch/include/ATen/ops/tensordot_cpu_dispatch.h' 2022-11-23T01:27:46.1046696Z adding 'torch/include/ATen/ops/tensordot_cuda_dispatch.h' 2022-11-23T01:27:46.1048144Z adding 'torch/include/ATen/ops/tensordot_native.h' 2022-11-23T01:27:46.1049701Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2022-11-23T01:27:46.1051289Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2022-11-23T01:27:46.1052892Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1054246Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2022-11-23T01:27:46.1055865Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2022-11-23T01:27:46.1057641Z adding 'torch/include/ATen/ops/threshold.h' 2022-11-23T01:27:46.1059574Z adding 'torch/include/ATen/ops/threshold_backward.h' 2022-11-23T01:27:46.1061563Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1063649Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2022-11-23T01:27:46.1065976Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2022-11-23T01:27:46.1068052Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2022-11-23T01:27:46.1069867Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2022-11-23T01:27:46.1072105Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2022-11-23T01:27:46.1074095Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2022-11-23T01:27:46.1076142Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1077974Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2022-11-23T01:27:46.1079805Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2022-11-23T01:27:46.1081683Z adding 'torch/include/ATen/ops/threshold_meta.h' 2022-11-23T01:27:46.1083546Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2022-11-23T01:27:46.1085418Z adding 'torch/include/ATen/ops/threshold_native.h' 2022-11-23T01:27:46.1087372Z adding 'torch/include/ATen/ops/threshold_ops.h' 2022-11-23T01:27:46.1089244Z adding 'torch/include/ATen/ops/tile.h' 2022-11-23T01:27:46.1091215Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1092916Z adding 'torch/include/ATen/ops/tile_native.h' 2022-11-23T01:27:46.1094808Z adding 'torch/include/ATen/ops/tile_ops.h' 2022-11-23T01:27:46.1096574Z adding 'torch/include/ATen/ops/to.h' 2022-11-23T01:27:46.1098749Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1100577Z adding 'torch/include/ATen/ops/to_dense.h' 2022-11-23T01:27:46.1102193Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2022-11-23T01:27:46.1104378Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1105872Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2022-11-23T01:27:46.1107965Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2022-11-23T01:27:46.1109702Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1111565Z adding 'torch/include/ATen/ops/to_dense_native.h' 2022-11-23T01:27:46.1113804Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2022-11-23T01:27:46.1115891Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2022-11-23T01:27:46.1117925Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2022-11-23T01:27:46.1120164Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1121932Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2022-11-23T01:27:46.1124104Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2022-11-23T01:27:46.1126492Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1128561Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2022-11-23T01:27:46.1130686Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2022-11-23T01:27:46.1132835Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2022-11-23T01:27:46.1134660Z adding 'torch/include/ATen/ops/to_native.h' 2022-11-23T01:27:46.1136824Z adding 'torch/include/ATen/ops/to_ops.h' 2022-11-23T01:27:46.1138964Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2022-11-23T01:27:46.1141081Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1142705Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2022-11-23T01:27:46.1144815Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2022-11-23T01:27:46.1146646Z adding 'torch/include/ATen/ops/to_sparse.h' 2022-11-23T01:27:46.1148963Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2022-11-23T01:27:46.1150729Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1152313Z adding 'torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h' 2022-11-23T01:27:46.1153823Z adding 'torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h' 2022-11-23T01:27:46.1155291Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2022-11-23T01:27:46.1157000Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2022-11-23T01:27:46.1158643Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2022-11-23T01:27:46.1161028Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1162085Z adding 'torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h' 2022-11-23T01:27:46.1163587Z adding 'torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h' 2022-11-23T01:27:46.1164982Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2022-11-23T01:27:46.1166507Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2022-11-23T01:27:46.1168063Z adding 'torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1169416Z adding 'torch/include/ATen/ops/to_sparse_cpu_dispatch.h' 2022-11-23T01:27:46.1171622Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2022-11-23T01:27:46.1173243Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1174614Z adding 'torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h' 2022-11-23T01:27:46.1176039Z adding 'torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h' 2022-11-23T01:27:46.1177482Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2022-11-23T01:27:46.1178990Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2022-11-23T01:27:46.1180427Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2022-11-23T01:27:46.1182002Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1183435Z adding 'torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h' 2022-11-23T01:27:46.1184826Z adding 'torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h' 2022-11-23T01:27:46.1186388Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2022-11-23T01:27:46.1188019Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2022-11-23T01:27:46.1189491Z adding 'torch/include/ATen/ops/to_sparse_cuda_dispatch.h' 2022-11-23T01:27:46.1190901Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2022-11-23T01:27:46.1192723Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2022-11-23T01:27:46.1194290Z adding 'torch/include/ATen/ops/topk.h' 2022-11-23T01:27:46.1195935Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1197375Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2022-11-23T01:27:46.1198875Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2022-11-23T01:27:46.1200267Z adding 'torch/include/ATen/ops/topk_meta.h' 2022-11-23T01:27:46.1201763Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2022-11-23T01:27:46.1203253Z adding 'torch/include/ATen/ops/topk_native.h' 2022-11-23T01:27:46.1204903Z adding 'torch/include/ATen/ops/topk_ops.h' 2022-11-23T01:27:46.1206472Z adding 'torch/include/ATen/ops/trace.h' 2022-11-23T01:27:46.1207941Z adding 'torch/include/ATen/ops/trace_backward.h' 2022-11-23T01:27:46.1209497Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1210846Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2022-11-23T01:27:46.1212315Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2022-11-23T01:27:46.1213860Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1215190Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2022-11-23T01:27:46.1216579Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2022-11-23T01:27:46.1217878Z adding 'torch/include/ATen/ops/trace_native.h' 2022-11-23T01:27:46.1219468Z adding 'torch/include/ATen/ops/trace_ops.h' 2022-11-23T01:27:46.1220970Z adding 'torch/include/ATen/ops/transpose.h' 2022-11-23T01:27:46.1222656Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1224183Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1225566Z adding 'torch/include/ATen/ops/transpose_copy.h' 2022-11-23T01:27:46.1227308Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1228890Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1231062Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2022-11-23T01:27:46.1232894Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2022-11-23T01:27:46.1234385Z adding 'torch/include/ATen/ops/transpose_native.h' 2022-11-23T01:27:46.1236140Z adding 'torch/include/ATen/ops/transpose_ops.h' 2022-11-23T01:27:46.1237686Z adding 'torch/include/ATen/ops/trapezoid.h' 2022-11-23T01:27:46.1239475Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1240869Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2022-11-23T01:27:46.1242621Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2022-11-23T01:27:46.1244152Z adding 'torch/include/ATen/ops/trapz.h' 2022-11-23T01:27:46.1246306Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1247943Z adding 'torch/include/ATen/ops/trapz_native.h' 2022-11-23T01:27:46.1249530Z adding 'torch/include/ATen/ops/trapz_ops.h' 2022-11-23T01:27:46.1251166Z adding 'torch/include/ATen/ops/triangular_solve.h' 2022-11-23T01:27:46.1252917Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1254362Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2022-11-23T01:27:46.1255976Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2022-11-23T01:27:46.1257798Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2022-11-23T01:27:46.1259381Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2022-11-23T01:27:46.1260952Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2022-11-23T01:27:46.1262707Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2022-11-23T01:27:46.1264195Z adding 'torch/include/ATen/ops/tril.h' 2022-11-23T01:27:46.1265837Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1267290Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2022-11-23T01:27:46.1268931Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2022-11-23T01:27:46.1270630Z adding 'torch/include/ATen/ops/tril_indices.h' 2022-11-23T01:27:46.1272423Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1273957Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2022-11-23T01:27:46.1275583Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2022-11-23T01:27:46.1277163Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2022-11-23T01:27:46.1278824Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2022-11-23T01:27:46.1280369Z adding 'torch/include/ATen/ops/tril_meta.h' 2022-11-23T01:27:46.1282127Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2022-11-23T01:27:46.1283709Z adding 'torch/include/ATen/ops/tril_native.h' 2022-11-23T01:27:46.1285628Z adding 'torch/include/ATen/ops/tril_ops.h' 2022-11-23T01:27:46.1287170Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2022-11-23T01:27:46.1288854Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1290340Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2022-11-23T01:27:46.1292129Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2022-11-23T01:27:46.1293555Z adding 'torch/include/ATen/ops/triu.h' 2022-11-23T01:27:46.1295618Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1297128Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2022-11-23T01:27:46.1298628Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2022-11-23T01:27:46.1300369Z adding 'torch/include/ATen/ops/triu_indices.h' 2022-11-23T01:27:46.1302010Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1303472Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2022-11-23T01:27:46.1305194Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2022-11-23T01:27:46.1307361Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2022-11-23T01:27:46.1309523Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2022-11-23T01:27:46.1311182Z adding 'torch/include/ATen/ops/triu_meta.h' 2022-11-23T01:27:46.1312636Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2022-11-23T01:27:46.1313959Z adding 'torch/include/ATen/ops/triu_native.h' 2022-11-23T01:27:46.1315446Z adding 'torch/include/ATen/ops/triu_ops.h' 2022-11-23T01:27:46.1316903Z adding 'torch/include/ATen/ops/true_divide.h' 2022-11-23T01:27:46.1318480Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1319808Z adding 'torch/include/ATen/ops/true_divide_native.h' 2022-11-23T01:27:46.1321473Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2022-11-23T01:27:46.1322929Z adding 'torch/include/ATen/ops/trunc.h' 2022-11-23T01:27:46.1324612Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1326138Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2022-11-23T01:27:46.1327527Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2022-11-23T01:27:46.1329564Z adding 'torch/include/ATen/ops/trunc_meta.h' 2022-11-23T01:27:46.1330067Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2022-11-23T01:27:46.1331594Z adding 'torch/include/ATen/ops/trunc_native.h' 2022-11-23T01:27:46.1333168Z adding 'torch/include/ATen/ops/trunc_ops.h' 2022-11-23T01:27:46.1334704Z adding 'torch/include/ATen/ops/type_as.h' 2022-11-23T01:27:46.1336195Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1337656Z adding 'torch/include/ATen/ops/type_as_native.h' 2022-11-23T01:27:46.1339233Z adding 'torch/include/ATen/ops/type_as_ops.h' 2022-11-23T01:27:46.1340639Z adding 'torch/include/ATen/ops/unbind.h' 2022-11-23T01:27:46.1342249Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1343801Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1345352Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h' 2022-11-23T01:27:46.1346891Z adding 'torch/include/ATen/ops/unbind_copy.h' 2022-11-23T01:27:46.1348809Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1350454Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1352368Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2022-11-23T01:27:46.1354123Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2022-11-23T01:27:46.1355593Z adding 'torch/include/ATen/ops/unbind_native.h' 2022-11-23T01:27:46.1357068Z adding 'torch/include/ATen/ops/unbind_ops.h' 2022-11-23T01:27:46.1358649Z adding 'torch/include/ATen/ops/unflatten.h' 2022-11-23T01:27:46.1360283Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1361728Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2022-11-23T01:27:46.1363265Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1364668Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2022-11-23T01:27:46.1366185Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2022-11-23T01:27:46.1367892Z adding 'torch/include/ATen/ops/unflatten_native.h' 2022-11-23T01:27:46.1369472Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2022-11-23T01:27:46.1370855Z adding 'torch/include/ATen/ops/unfold.h' 2022-11-23T01:27:46.1372528Z adding 'torch/include/ATen/ops/unfold_backward.h' 2022-11-23T01:27:46.1374361Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1375756Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2022-11-23T01:27:46.1377331Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2022-11-23T01:27:46.1378864Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2022-11-23T01:27:46.1380923Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2022-11-23T01:27:46.1382613Z adding 'torch/include/ATen/ops/unfold_copy.h' 2022-11-23T01:27:46.1384389Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1386107Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1387494Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2022-11-23T01:27:46.1389919Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2022-11-23T01:27:46.1391235Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2022-11-23T01:27:46.1392737Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2022-11-23T01:27:46.1393905Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2022-11-23T01:27:46.1395241Z adding 'torch/include/ATen/ops/unfold_native.h' 2022-11-23T01:27:46.1397066Z adding 'torch/include/ATen/ops/unfold_ops.h' 2022-11-23T01:27:46.1398531Z adding 'torch/include/ATen/ops/uniform.h' 2022-11-23T01:27:46.1400268Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1402026Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2022-11-23T01:27:46.1404176Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2022-11-23T01:27:46.1405758Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2022-11-23T01:27:46.1407413Z adding 'torch/include/ATen/ops/uniform_native.h' 2022-11-23T01:27:46.1409493Z adding 'torch/include/ATen/ops/uniform_ops.h' 2022-11-23T01:27:46.1411457Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2022-11-23T01:27:46.1413390Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1415707Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2022-11-23T01:27:46.1417467Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2022-11-23T01:27:46.1419106Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2022-11-23T01:27:46.1420981Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2022-11-23T01:27:46.1422832Z adding 'torch/include/ATen/ops/unique_dim.h' 2022-11-23T01:27:46.1424692Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1426485Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2022-11-23T01:27:46.1428542Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1430216Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2022-11-23T01:27:46.1432033Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2022-11-23T01:27:46.1433609Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2022-11-23T01:27:46.1435467Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2022-11-23T01:27:46.1437166Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2022-11-23T01:27:46.1438911Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2022-11-23T01:27:46.1440537Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2022-11-23T01:27:46.1442379Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2022-11-23T01:27:46.1444077Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2022-11-23T01:27:46.1445879Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1447420Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2022-11-23T01:27:46.1449118Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2022-11-23T01:27:46.1450861Z adding 'torch/include/ATen/ops/unsafe_split.h' 2022-11-23T01:27:46.1452846Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1454432Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2022-11-23T01:27:46.1456216Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2022-11-23T01:27:46.1458128Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2022-11-23T01:27:46.1460105Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1461656Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2022-11-23T01:27:46.1463474Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2022-11-23T01:27:46.1465201Z adding 'torch/include/ATen/ops/unsqueeze.h' 2022-11-23T01:27:46.1466948Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1468672Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2022-11-23T01:27:46.1470597Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1472476Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1474041Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2022-11-23T01:27:46.1475697Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2022-11-23T01:27:46.1477370Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2022-11-23T01:27:46.1479074Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2022-11-23T01:27:46.1481223Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2022-11-23T01:27:46.1483483Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2022-11-23T01:27:46.1485658Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1487397Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2022-11-23T01:27:46.1489131Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2022-11-23T01:27:46.1490672Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2022-11-23T01:27:46.1492319Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2022-11-23T01:27:46.1493944Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2022-11-23T01:27:46.1495629Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2022-11-23T01:27:46.1497348Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1498951Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1500453Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2022-11-23T01:27:46.1502104Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2022-11-23T01:27:46.1504078Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2022-11-23T01:27:46.1505742Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2022-11-23T01:27:46.1507264Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2022-11-23T01:27:46.1509214Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2022-11-23T01:27:46.1511246Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2022-11-23T01:27:46.1513525Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2022-11-23T01:27:46.1515422Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1517016Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2022-11-23T01:27:46.1518618Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2022-11-23T01:27:46.1520176Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2022-11-23T01:27:46.1521741Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2022-11-23T01:27:46.1523330Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2022-11-23T01:27:46.1525022Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2022-11-23T01:27:46.1526818Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1528317Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1529900Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2022-11-23T01:27:46.1531602Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2022-11-23T01:27:46.1533102Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2022-11-23T01:27:46.1534707Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2022-11-23T01:27:46.1536332Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2022-11-23T01:27:46.1538069Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2022-11-23T01:27:46.1540060Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2022-11-23T01:27:46.1542135Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2022-11-23T01:27:46.1544034Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1545559Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2022-11-23T01:27:46.1547177Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2022-11-23T01:27:46.1549369Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2022-11-23T01:27:46.1550646Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2022-11-23T01:27:46.1553433Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2022-11-23T01:27:46.1555098Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2022-11-23T01:27:46.1556797Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1558425Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1559986Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2022-11-23T01:27:46.1561642Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2022-11-23T01:27:46.1563444Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2022-11-23T01:27:46.1565704Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2022-11-23T01:27:46.1567339Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2022-11-23T01:27:46.1569174Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2022-11-23T01:27:46.1570999Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2022-11-23T01:27:46.1573067Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2022-11-23T01:27:46.1574988Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1576565Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2022-11-23T01:27:46.1578187Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2022-11-23T01:27:46.1579726Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2022-11-23T01:27:46.1581522Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2022-11-23T01:27:46.1583097Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2022-11-23T01:27:46.1584813Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2022-11-23T01:27:46.1586503Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1588297Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1589885Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2022-11-23T01:27:46.1591533Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2022-11-23T01:27:46.1593611Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2022-11-23T01:27:46.1595108Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2022-11-23T01:27:46.1596801Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2022-11-23T01:27:46.1598189Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2022-11-23T01:27:46.1600135Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2022-11-23T01:27:46.1602365Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2022-11-23T01:27:46.1604076Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1605492Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2022-11-23T01:27:46.1607581Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2022-11-23T01:27:46.1608911Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2022-11-23T01:27:46.1610565Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2022-11-23T01:27:46.1612202Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2022-11-23T01:27:46.1613729Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2022-11-23T01:27:46.1615436Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1617639Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1618563Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2022-11-23T01:27:46.1620171Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2022-11-23T01:27:46.1621607Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2022-11-23T01:27:46.1623104Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2022-11-23T01:27:46.1624602Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2022-11-23T01:27:46.1626287Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2022-11-23T01:27:46.1628511Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2022-11-23T01:27:46.1631048Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2022-11-23T01:27:46.1633018Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1634754Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2022-11-23T01:27:46.1636412Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2022-11-23T01:27:46.1638323Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2022-11-23T01:27:46.1640144Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2022-11-23T01:27:46.1641715Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2022-11-23T01:27:46.1643437Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2022-11-23T01:27:46.1645341Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1647022Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1648804Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2022-11-23T01:27:46.1650564Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2022-11-23T01:27:46.1651997Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2022-11-23T01:27:46.1653452Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2022-11-23T01:27:46.1655076Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2022-11-23T01:27:46.1656775Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2022-11-23T01:27:46.1658769Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2022-11-23T01:27:46.1660946Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2022-11-23T01:27:46.1662902Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1664556Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2022-11-23T01:27:46.1666285Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2022-11-23T01:27:46.1667997Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2022-11-23T01:27:46.1669847Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2022-11-23T01:27:46.1671533Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2022-11-23T01:27:46.1673366Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2022-11-23T01:27:46.1675121Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1676706Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1678317Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2022-11-23T01:27:46.1680009Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2022-11-23T01:27:46.1681711Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2022-11-23T01:27:46.1683285Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2022-11-23T01:27:46.1684770Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2022-11-23T01:27:46.1686484Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2022-11-23T01:27:46.1688124Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2022-11-23T01:27:46.1689779Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1691321Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2022-11-23T01:27:46.1692837Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2022-11-23T01:27:46.1694301Z adding 'torch/include/ATen/ops/values.h' 2022-11-23T01:27:46.1695743Z adding 'torch/include/ATen/ops/values_copy.h' 2022-11-23T01:27:46.1697426Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1699093Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1700515Z adding 'torch/include/ATen/ops/values_copy_native.h' 2022-11-23T01:27:46.1702193Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2022-11-23T01:27:46.1703785Z adding 'torch/include/ATen/ops/values_native.h' 2022-11-23T01:27:46.1705354Z adding 'torch/include/ATen/ops/values_ops.h' 2022-11-23T01:27:46.1706875Z adding 'torch/include/ATen/ops/vander.h' 2022-11-23T01:27:46.1708617Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1710105Z adding 'torch/include/ATen/ops/vander_native.h' 2022-11-23T01:27:46.1711861Z adding 'torch/include/ATen/ops/vander_ops.h' 2022-11-23T01:27:46.1713685Z adding 'torch/include/ATen/ops/var.h' 2022-11-23T01:27:46.1715559Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1717349Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2022-11-23T01:27:46.1719455Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2022-11-23T01:27:46.1721212Z adding 'torch/include/ATen/ops/var_mean.h' 2022-11-23T01:27:46.1723059Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1724657Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1726152Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2022-11-23T01:27:46.1727661Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2022-11-23T01:27:46.1729305Z adding 'torch/include/ATen/ops/var_mean_native.h' 2022-11-23T01:27:46.1731349Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2022-11-23T01:27:46.1733105Z adding 'torch/include/ATen/ops/var_native.h' 2022-11-23T01:27:46.1735255Z adding 'torch/include/ATen/ops/var_ops.h' 2022-11-23T01:27:46.1737034Z adding 'torch/include/ATen/ops/vdot.h' 2022-11-23T01:27:46.1738877Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1740298Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2022-11-23T01:27:46.1741817Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2022-11-23T01:27:46.1743453Z adding 'torch/include/ATen/ops/vdot_native.h' 2022-11-23T01:27:46.1745560Z adding 'torch/include/ATen/ops/vdot_ops.h' 2022-11-23T01:27:46.1747218Z adding 'torch/include/ATen/ops/view.h' 2022-11-23T01:27:46.1749387Z adding 'torch/include/ATen/ops/view_as.h' 2022-11-23T01:27:46.1750659Z adding 'torch/include/ATen/ops/view_as_complex.h' 2022-11-23T01:27:46.1752233Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2022-11-23T01:27:46.1753930Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1755570Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1756907Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2022-11-23T01:27:46.1758628Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2022-11-23T01:27:46.1760248Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2022-11-23T01:27:46.1761753Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2022-11-23T01:27:46.1763245Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2022-11-23T01:27:46.1764890Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2022-11-23T01:27:46.1766476Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2022-11-23T01:27:46.1768196Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1769622Z adding 'torch/include/ATen/ops/view_as_native.h' 2022-11-23T01:27:46.1771299Z adding 'torch/include/ATen/ops/view_as_ops.h' 2022-11-23T01:27:46.1772807Z adding 'torch/include/ATen/ops/view_as_real.h' 2022-11-23T01:27:46.1774458Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2022-11-23T01:27:46.1776091Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1777703Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1779066Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2022-11-23T01:27:46.1780791Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2022-11-23T01:27:46.1782377Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2022-11-23T01:27:46.1783894Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2022-11-23T01:27:46.1785552Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2022-11-23T01:27:46.1787105Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2022-11-23T01:27:46.1788724Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2022-11-23T01:27:46.1790294Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1792042Z adding 'torch/include/ATen/ops/view_copy.h' 2022-11-23T01:27:46.1793653Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1795172Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1796504Z adding 'torch/include/ATen/ops/view_copy_native.h' 2022-11-23T01:27:46.1798053Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2022-11-23T01:27:46.1799593Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2022-11-23T01:27:46.1801184Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2022-11-23T01:27:46.1802507Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2022-11-23T01:27:46.1803784Z adding 'torch/include/ATen/ops/view_native.h' 2022-11-23T01:27:46.1805322Z adding 'torch/include/ATen/ops/view_ops.h' 2022-11-23T01:27:46.1806900Z adding 'torch/include/ATen/ops/vsplit.h' 2022-11-23T01:27:46.1808471Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1809773Z adding 'torch/include/ATen/ops/vsplit_native.h' 2022-11-23T01:27:46.1811514Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2022-11-23T01:27:46.1813066Z adding 'torch/include/ATen/ops/vstack.h' 2022-11-23T01:27:46.1814688Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1816028Z adding 'torch/include/ATen/ops/vstack_native.h' 2022-11-23T01:27:46.1817522Z adding 'torch/include/ATen/ops/vstack_ops.h' 2022-11-23T01:27:46.1819134Z adding 'torch/include/ATen/ops/where.h' 2022-11-23T01:27:46.1820827Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1822351Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2022-11-23T01:27:46.1823802Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2022-11-23T01:27:46.1825264Z adding 'torch/include/ATen/ops/where_native.h' 2022-11-23T01:27:46.1826926Z adding 'torch/include/ATen/ops/where_ops.h' 2022-11-23T01:27:46.1828699Z adding 'torch/include/ATen/ops/xlogy.h' 2022-11-23T01:27:46.1830523Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1832403Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-11-23T01:27:46.1833760Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2022-11-23T01:27:46.1835420Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2022-11-23T01:27:46.1836917Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2022-11-23T01:27:46.1838786Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2022-11-23T01:27:46.1840009Z adding 'torch/include/ATen/ops/xlogy_native.h' 2022-11-23T01:27:46.1841974Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2022-11-23T01:27:46.1843638Z adding 'torch/include/ATen/ops/xor.h' 2022-11-23T01:27:46.1845507Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2022-11-23T01:27:46.1846924Z adding 'torch/include/ATen/ops/xor_native.h' 2022-11-23T01:27:46.1848752Z adding 'torch/include/ATen/ops/xor_ops.h' 2022-11-23T01:27:46.1850434Z adding 'torch/include/ATen/ops/zero.h' 2022-11-23T01:27:46.1852217Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1853682Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2022-11-23T01:27:46.1855257Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2022-11-23T01:27:46.1856726Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2022-11-23T01:27:46.1858305Z adding 'torch/include/ATen/ops/zero_native.h' 2022-11-23T01:27:46.1860118Z adding 'torch/include/ATen/ops/zero_ops.h' 2022-11-23T01:27:46.1862321Z adding 'torch/include/ATen/ops/zeros.h' 2022-11-23T01:27:46.1864332Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1865954Z adding 'torch/include/ATen/ops/zeros_like.h' 2022-11-23T01:27:46.1867920Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2022-11-23T01:27:46.1869653Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2022-11-23T01:27:46.1871579Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2022-11-23T01:27:46.1873323Z adding 'torch/include/ATen/ops/zeros_native.h' 2022-11-23T01:27:46.1875251Z adding 'torch/include/ATen/ops/zeros_ops.h' 2022-11-23T01:27:46.1879912Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2022-11-23T01:27:46.1882981Z adding 'torch/include/ATen/quantized/Quantizer.h' 2022-11-23T01:27:46.1885068Z adding 'torch/include/THH/THHAtomics.cuh' 2022-11-23T01:27:46.1886543Z adding 'torch/include/THH/THHDeviceUtils.cuh' 2022-11-23T01:27:46.1890679Z adding 'torch/include/c10/core/Allocator.h' 2022-11-23T01:27:46.1892508Z adding 'torch/include/c10/core/AutogradState.h' 2022-11-23T01:27:46.1895156Z adding 'torch/include/c10/core/Backend.h' 2022-11-23T01:27:46.1897153Z adding 'torch/include/c10/core/CPUAllocator.h' 2022-11-23T01:27:46.1898939Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2022-11-23T01:27:46.1900550Z adding 'torch/include/c10/core/CopyBytes.h' 2022-11-23T01:27:46.1902218Z adding 'torch/include/c10/core/DefaultDtype.h' 2022-11-23T01:27:46.1903796Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2022-11-23T01:27:46.1906518Z adding 'torch/include/c10/core/Device.h' 2022-11-23T01:27:46.1908415Z adding 'torch/include/c10/core/DeviceArray.h' 2022-11-23T01:27:46.1911468Z adding 'torch/include/c10/core/DeviceGuard.h' 2022-11-23T01:27:46.1914095Z adding 'torch/include/c10/core/DeviceType.h' 2022-11-23T01:27:46.1924074Z adding 'torch/include/c10/core/DispatchKey.h' 2022-11-23T01:27:46.1937427Z adding 'torch/include/c10/core/DispatchKeySet.h' 2022-11-23T01:27:46.1940911Z adding 'torch/include/c10/core/DynamicCast.h' 2022-11-23T01:27:46.1943428Z adding 'torch/include/c10/core/Event.h' 2022-11-23T01:27:46.1945950Z adding 'torch/include/c10/core/GeneratorImpl.h' 2022-11-23T01:27:46.1948042Z adding 'torch/include/c10/core/GradMode.h' 2022-11-23T01:27:46.1950595Z adding 'torch/include/c10/core/InferenceMode.h' 2022-11-23T01:27:46.1952748Z adding 'torch/include/c10/core/Layout.h' 2022-11-23T01:27:46.1956014Z adding 'torch/include/c10/core/MemoryFormat.h' 2022-11-23T01:27:46.1957844Z adding 'torch/include/c10/core/OptionalRef.h' 2022-11-23T01:27:46.1960100Z adding 'torch/include/c10/core/PyHandleCache.h' 2022-11-23T01:27:46.1961883Z adding 'torch/include/c10/core/QEngine.h' 2022-11-23T01:27:46.1963647Z adding 'torch/include/c10/core/QScheme.h' 2022-11-23T01:27:46.1965573Z adding 'torch/include/c10/core/SafePyObject.h' 2022-11-23T01:27:46.1968758Z adding 'torch/include/c10/core/Scalar.h' 2022-11-23T01:27:46.1973582Z adding 'torch/include/c10/core/ScalarType.h' 2022-11-23T01:27:46.1975774Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2022-11-23T01:27:46.1977984Z adding 'torch/include/c10/core/Storage.h' 2022-11-23T01:27:46.1981426Z adding 'torch/include/c10/core/StorageImpl.h' 2022-11-23T01:27:46.1984281Z adding 'torch/include/c10/core/Stream.h' 2022-11-23T01:27:46.1986892Z adding 'torch/include/c10/core/StreamGuard.h' 2022-11-23T01:27:46.1989062Z adding 'torch/include/c10/core/SymFloat.h' 2022-11-23T01:27:46.1993359Z adding 'torch/include/c10/core/SymInt.h' 2022-11-23T01:27:46.1995502Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2022-11-23T01:27:46.1997205Z adding 'torch/include/c10/core/SymNodeImpl.h' 2022-11-23T01:27:46.2036449Z adding 'torch/include/c10/core/TensorImpl.h' 2022-11-23T01:27:46.2046269Z adding 'torch/include/c10/core/TensorOptions.h' 2022-11-23T01:27:46.2048562Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2022-11-23T01:27:46.2050111Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2022-11-23T01:27:46.2051679Z adding 'torch/include/c10/core/alignment.h' 2022-11-23T01:27:46.2053511Z adding 'torch/include/c10/core/thread_pool.h' 2022-11-23T01:27:46.2058222Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2022-11-23T01:27:46.2060592Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2022-11-23T01:27:46.2062114Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2022-11-23T01:27:46.2063992Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2022-11-23T01:27:46.2068775Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2022-11-23T01:27:46.2071517Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2022-11-23T01:27:46.2074708Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2022-11-23T01:27:46.2077243Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2022-11-23T01:27:46.2080743Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2022-11-23T01:27:46.2082584Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2022-11-23T01:27:46.2085163Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2022-11-23T01:27:46.2086953Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2022-11-23T01:27:46.2088651Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2022-11-23T01:27:46.2090086Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2022-11-23T01:27:46.2091916Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2022-11-23T01:27:46.2095261Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2022-11-23T01:27:46.2097552Z adding 'torch/include/c10/cuda/CUDAException.h' 2022-11-23T01:27:46.2100225Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2022-11-23T01:27:46.2101885Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2022-11-23T01:27:46.2105085Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2022-11-23T01:27:46.2106899Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2022-11-23T01:27:46.2108968Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2022-11-23T01:27:46.2110502Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2022-11-23T01:27:46.2114125Z adding 'torch/include/c10/cuda/CUDAStream.h' 2022-11-23T01:27:46.2117187Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2022-11-23T01:27:46.2118800Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2022-11-23T01:27:46.2120655Z adding 'torch/include/c10/hip/HIPAlgorithm.h' 2022-11-23T01:27:46.2123983Z adding 'torch/include/c10/hip/HIPCachingAllocator.h' 2022-11-23T01:27:46.2126330Z adding 'torch/include/c10/hip/HIPException.h' 2022-11-23T01:27:46.2128521Z adding 'torch/include/c10/hip/HIPFunctions.h' 2022-11-23T01:27:46.2130414Z adding 'torch/include/c10/hip/HIPGraphsC10Utils.h' 2022-11-23T01:27:46.2133553Z adding 'torch/include/c10/hip/HIPGuard.h' 2022-11-23T01:27:46.2135466Z adding 'torch/include/c10/hip/HIPMacros.h' 2022-11-23T01:27:46.2137347Z adding 'torch/include/c10/hip/HIPMathCompat.h' 2022-11-23T01:27:46.2138929Z adding 'torch/include/c10/hip/HIPMiscFunctions.h' 2022-11-23T01:27:46.2142577Z adding 'torch/include/c10/hip/HIPStream.h' 2022-11-23T01:27:46.2145905Z adding 'torch/include/c10/hip/impl/HIPGuardImpl.h' 2022-11-23T01:27:46.2147807Z adding 'torch/include/c10/hip/impl/HIPTest.h' 2022-11-23T01:27:46.2149498Z adding 'torch/include/c10/hip/impl/hip_cmake_macros.h' 2022-11-23T01:27:46.2152566Z adding 'torch/include/c10/macros/Export.h' 2022-11-23T01:27:46.2158914Z adding 'torch/include/c10/macros/Macros.h' 2022-11-23T01:27:46.2161320Z adding 'torch/include/c10/macros/cmake_macros.h' 2022-11-23T01:27:46.2165307Z adding 'torch/include/c10/util/AlignOf.h' 2022-11-23T01:27:46.2169356Z adding 'torch/include/c10/util/Array.h' 2022-11-23T01:27:46.2173489Z adding 'torch/include/c10/util/ArrayRef.h' 2022-11-23T01:27:46.2176943Z adding 'torch/include/c10/util/BFloat16-inl.h' 2022-11-23T01:27:46.2179977Z adding 'torch/include/c10/util/BFloat16-math.h' 2022-11-23T01:27:46.2182557Z adding 'torch/include/c10/util/BFloat16.h' 2022-11-23T01:27:46.2184421Z adding 'torch/include/c10/util/Backtrace.h' 2022-11-23T01:27:46.2187210Z adding 'torch/include/c10/util/Bitset.h' 2022-11-23T01:27:46.2191865Z adding 'torch/include/c10/util/C++17.h' 2022-11-23T01:27:46.2194716Z adding 'torch/include/c10/util/CallOnce.h' 2022-11-23T01:27:46.2198123Z adding 'torch/include/c10/util/ConstexprCrc.h' 2022-11-23T01:27:46.2200722Z adding 'torch/include/c10/util/DeadlockDetection.h' 2022-11-23T01:27:46.2203076Z adding 'torch/include/c10/util/Deprecated.h' 2022-11-23T01:27:46.2204733Z adding 'torch/include/c10/util/DimVector.h' 2022-11-23T01:27:46.2212668Z adding 'torch/include/c10/util/Exception.h' 2022-11-23T01:27:46.2216157Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2022-11-23T01:27:46.2218486Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2022-11-23T01:27:46.2222325Z adding 'torch/include/c10/util/Flags.h' 2022-11-23T01:27:46.2225098Z adding 'torch/include/c10/util/FunctionRef.h' 2022-11-23T01:27:46.2228501Z adding 'torch/include/c10/util/Half-inl.h' 2022-11-23T01:27:46.2236185Z adding 'torch/include/c10/util/Half.h' 2022-11-23T01:27:46.2239101Z adding 'torch/include/c10/util/IdWrapper.h' 2022-11-23T01:27:46.2242535Z adding 'torch/include/c10/util/LeftRight.h' 2022-11-23T01:27:46.2244592Z adding 'torch/include/c10/util/Load.h' 2022-11-23T01:27:46.2248639Z adding 'torch/include/c10/util/Logging.h' 2022-11-23T01:27:46.2251356Z adding 'torch/include/c10/util/MathConstants.h' 2022-11-23T01:27:46.2254480Z adding 'torch/include/c10/util/MaybeOwned.h' 2022-11-23T01:27:46.2259555Z adding 'torch/include/c10/util/Metaprogramming.h' 2022-11-23T01:27:46.2268189Z adding 'torch/include/c10/util/Optional.h' 2022-11-23T01:27:46.2272001Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2022-11-23T01:27:46.2276186Z adding 'torch/include/c10/util/Registry.h' 2022-11-23T01:27:46.2279159Z adding 'torch/include/c10/util/ScopeExit.h' 2022-11-23T01:27:46.2281273Z adding 'torch/include/c10/util/SmallBuffer.h' 2022-11-23T01:27:46.2295807Z adding 'torch/include/c10/util/SmallVector.h' 2022-11-23T01:27:46.2300063Z adding 'torch/include/c10/util/StringUtil.h' 2022-11-23T01:27:46.2302261Z adding 'torch/include/c10/util/Synchronized.h' 2022-11-23T01:27:46.2305701Z adding 'torch/include/c10/util/ThreadLocal.h' 2022-11-23T01:27:46.2307986Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2022-11-23T01:27:46.2310414Z adding 'torch/include/c10/util/Type.h' 2022-11-23T01:27:46.2313045Z adding 'torch/include/c10/util/TypeCast.h' 2022-11-23T01:27:46.2316144Z adding 'torch/include/c10/util/TypeIndex.h' 2022-11-23T01:27:46.2320915Z adding 'torch/include/c10/util/TypeList.h' 2022-11-23T01:27:46.2323967Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2022-11-23T01:27:46.2326783Z adding 'torch/include/c10/util/TypeTraits.h' 2022-11-23T01:27:46.2328653Z adding 'torch/include/c10/util/Unicode.h' 2022-11-23T01:27:46.2331587Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2022-11-23T01:27:46.2333482Z adding 'torch/include/c10/util/Unroll.h' 2022-11-23T01:27:46.2336101Z adding 'torch/include/c10/util/accumulate.h' 2022-11-23T01:27:46.2341388Z adding 'torch/include/c10/util/complex.h' 2022-11-23T01:27:46.2344541Z adding 'torch/include/c10/util/complex_math.h' 2022-11-23T01:27:46.2346871Z adding 'torch/include/c10/util/complex_utils.h' 2022-11-23T01:27:46.2348897Z adding 'torch/include/c10/util/copysign.h' 2022-11-23T01:27:46.2352088Z adding 'torch/include/c10/util/either.h' 2022-11-23T01:27:46.2354369Z adding 'torch/include/c10/util/env.h' 2022-11-23T01:27:46.2367497Z adding 'torch/include/c10/util/flat_hash_map.h' 2022-11-23T01:27:46.2373152Z adding 'torch/include/c10/util/hash.h' 2022-11-23T01:27:46.2375142Z adding 'torch/include/c10/util/in_place.h' 2022-11-23T01:27:46.2379782Z adding 'torch/include/c10/util/int128.h' 2022-11-23T01:27:46.2390130Z adding 'torch/include/c10/util/intrusive_ptr.h' 2022-11-23T01:27:46.2393632Z adding 'torch/include/c10/util/irange.h' 2022-11-23T01:27:46.2401775Z adding 'torch/include/c10/util/llvmMathExtras.h' 2022-11-23T01:27:46.2405145Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2022-11-23T01:27:46.2408571Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2022-11-23T01:27:46.2411547Z adding 'torch/include/c10/util/math_compat.h' 2022-11-23T01:27:46.2413747Z adding 'torch/include/c10/util/numa.h' 2022-11-23T01:27:46.2428795Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2022-11-23T01:27:46.2432805Z adding 'torch/include/c10/util/overloaded.h' 2022-11-23T01:27:46.2434287Z adding 'torch/include/c10/util/python_stub.h' 2022-11-23T01:27:46.2436015Z adding 'torch/include/c10/util/qint32.h' 2022-11-23T01:27:46.2437907Z adding 'torch/include/c10/util/qint8.h' 2022-11-23T01:27:46.2439641Z adding 'torch/include/c10/util/quint2x4.h' 2022-11-23T01:27:46.2441474Z adding 'torch/include/c10/util/quint4x2.h' 2022-11-23T01:27:46.2443243Z adding 'torch/include/c10/util/quint8.h' 2022-11-23T01:27:46.2446440Z adding 'torch/include/c10/util/reverse_iterator.h' 2022-11-23T01:27:46.2449065Z adding 'torch/include/c10/util/safe_numerics.h' 2022-11-23T01:27:46.2451430Z adding 'torch/include/c10/util/signal_handler.h' 2022-11-23T01:27:46.2458387Z adding 'torch/include/c10/util/sparse_bitset.h' 2022-11-23T01:27:46.2461021Z adding 'torch/include/c10/util/strides.h' 2022-11-23T01:27:46.2463343Z adding 'torch/include/c10/util/string_utils.h' 2022-11-23T01:27:46.2469075Z adding 'torch/include/c10/util/string_view.h' 2022-11-23T01:27:46.2476889Z adding 'torch/include/c10/util/strong_type.h' 2022-11-23T01:27:46.2480356Z adding 'torch/include/c10/util/tempfile.h' 2022-11-23T01:27:46.2481885Z adding 'torch/include/c10/util/thread_name.h' 2022-11-23T01:27:46.2488564Z adding 'torch/include/c10/util/typeid.h' 2022-11-23T01:27:46.2509194Z adding 'torch/include/c10/util/variant.h' 2022-11-23T01:27:46.2512893Z adding 'torch/include/c10/util/win32-headers.h' 2022-11-23T01:27:46.2546539Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2022-11-23T01:27:46.2551472Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2022-11-23T01:27:46.2553043Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2022-11-23T01:27:46.2555692Z adding 'torch/include/caffe2/serialize/inline_container.h' 2022-11-23T01:27:46.2557214Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2022-11-23T01:27:46.2558851Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2022-11-23T01:27:46.2561210Z adding 'torch/include/caffe2/serialize/versions.h' 2022-11-23T01:27:46.2567687Z adding 'torch/include/pybind11/attr.h' 2022-11-23T01:27:46.2570689Z adding 'torch/include/pybind11/buffer_info.h' 2022-11-23T01:27:46.2588964Z adding 'torch/include/pybind11/cast.h' 2022-11-23T01:27:46.2593267Z adding 'torch/include/pybind11/chrono.h' 2022-11-23T01:27:46.2594911Z adding 'torch/include/pybind11/common.h' 2022-11-23T01:27:46.2596435Z adding 'torch/include/pybind11/complex.h' 2022-11-23T01:27:46.2605368Z adding 'torch/include/pybind11/eigen.h' 2022-11-23T01:27:46.2610096Z adding 'torch/include/pybind11/embed.h' 2022-11-23T01:27:46.2612416Z adding 'torch/include/pybind11/eval.h' 2022-11-23T01:27:46.2614880Z adding 'torch/include/pybind11/functional.h' 2022-11-23T01:27:46.2617838Z adding 'torch/include/pybind11/gil.h' 2022-11-23T01:27:46.2621067Z adding 'torch/include/pybind11/iostream.h' 2022-11-23T01:27:46.2644157Z adding 'torch/include/pybind11/numpy.h' 2022-11-23T01:27:46.2648722Z adding 'torch/include/pybind11/operators.h' 2022-11-23T01:27:46.2650918Z adding 'torch/include/pybind11/options.h' 2022-11-23T01:27:46.2686374Z adding 'torch/include/pybind11/pybind11.h' 2022-11-23T01:27:46.2714538Z adding 'torch/include/pybind11/pytypes.h' 2022-11-23T01:27:46.2720061Z adding 'torch/include/pybind11/stl.h' 2022-11-23T01:27:46.2726729Z adding 'torch/include/pybind11/stl_bind.h' 2022-11-23T01:27:46.2735587Z adding 'torch/include/pybind11/detail/class.h' 2022-11-23T01:27:46.2750407Z adding 'torch/include/pybind11/detail/common.h' 2022-11-23T01:27:46.2754268Z adding 'torch/include/pybind11/detail/descr.h' 2022-11-23T01:27:46.2759215Z adding 'torch/include/pybind11/detail/init.h' 2022-11-23T01:27:46.2766456Z adding 'torch/include/pybind11/detail/internals.h' 2022-11-23T01:27:46.2779470Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2022-11-23T01:27:46.2782543Z adding 'torch/include/pybind11/detail/typeid.h' 2022-11-23T01:27:46.2789059Z adding 'torch/include/torch/custom_class.h' 2022-11-23T01:27:46.2792862Z adding 'torch/include/torch/custom_class_detail.h' 2022-11-23T01:27:46.2794750Z adding 'torch/include/torch/extension.h' 2022-11-23T01:27:46.2806546Z adding 'torch/include/torch/library.h' 2022-11-23T01:27:46.2809035Z adding 'torch/include/torch/script.h' 2022-11-23T01:27:46.2811826Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2022-11-23T01:27:46.2813406Z adding 'torch/include/torch/csrc/DataLoader.h' 2022-11-23T01:27:46.2814836Z adding 'torch/include/torch/csrc/Device.h' 2022-11-23T01:27:46.2816276Z adding 'torch/include/torch/csrc/Dtype.h' 2022-11-23T01:27:46.2817837Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2022-11-23T01:27:46.2822051Z adding 'torch/include/torch/csrc/Exceptions.h' 2022-11-23T01:27:46.2823886Z adding 'torch/include/torch/csrc/Export.h' 2022-11-23T01:27:46.2825452Z adding 'torch/include/torch/csrc/Generator.h' 2022-11-23T01:27:46.2826965Z adding 'torch/include/torch/csrc/Layout.h' 2022-11-23T01:27:46.2828646Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2022-11-23T01:27:46.2829970Z adding 'torch/include/torch/csrc/Module.h' 2022-11-23T01:27:46.2831468Z adding 'torch/include/torch/csrc/PythonTypes.h' 2022-11-23T01:27:46.2832945Z adding 'torch/include/torch/csrc/QScheme.h' 2022-11-23T01:27:46.2834366Z adding 'torch/include/torch/csrc/Size.h' 2022-11-23T01:27:46.2835878Z adding 'torch/include/torch/csrc/Storage.h' 2022-11-23T01:27:46.2837219Z adding 'torch/include/torch/csrc/StorageMethods.h' 2022-11-23T01:27:46.2838522Z adding 'torch/include/torch/csrc/StorageSharing.h' 2022-11-23T01:27:46.2839842Z adding 'torch/include/torch/csrc/Stream.h' 2022-11-23T01:27:46.2841227Z adding 'torch/include/torch/csrc/THConcat.h' 2022-11-23T01:27:46.2842660Z adding 'torch/include/torch/csrc/THP.h' 2022-11-23T01:27:46.2844092Z adding 'torch/include/torch/csrc/TypeInfo.h' 2022-11-23T01:27:46.2845399Z adding 'torch/include/torch/csrc/Types.h' 2022-11-23T01:27:46.2846969Z adding 'torch/include/torch/csrc/copy_utils.h' 2022-11-23T01:27:46.2848639Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2022-11-23T01:27:46.2850068Z adding 'torch/include/torch/csrc/python_dimname.h' 2022-11-23T01:27:46.2851514Z adding 'torch/include/torch/csrc/python_headers.h' 2022-11-23T01:27:46.2852911Z adding 'torch/include/torch/csrc/serialization.h' 2022-11-23T01:27:46.2855614Z adding 'torch/include/torch/csrc/utils.h' 2022-11-23T01:27:46.2858632Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2022-11-23T01:27:46.2860111Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2022-11-23T01:27:46.2861413Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2022-11-23T01:27:46.2862970Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2022-11-23T01:27:46.2864358Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2022-11-23T01:27:46.2866904Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2022-11-23T01:27:46.2869944Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2022-11-23T01:27:46.2873292Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2022-11-23T01:27:46.2875881Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2022-11-23T01:27:46.2877578Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2022-11-23T01:27:46.2882282Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2022-11-23T01:27:46.2884944Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2022-11-23T01:27:46.2886516Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2022-11-23T01:27:46.2887915Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2022-11-23T01:27:46.2892189Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2022-11-23T01:27:46.2895848Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2022-11-23T01:27:46.2898339Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2022-11-23T01:27:46.2899786Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2022-11-23T01:27:46.2904649Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2022-11-23T01:27:46.2906863Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2022-11-23T01:27:46.2908912Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2022-11-23T01:27:46.2911007Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2022-11-23T01:27:46.2912700Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2022-11-23T01:27:46.2914722Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2022-11-23T01:27:46.2916673Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2022-11-23T01:27:46.2919192Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2022-11-23T01:27:46.2920952Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2022-11-23T01:27:46.2923264Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2022-11-23T01:27:46.2924871Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2022-11-23T01:27:46.2926191Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2022-11-23T01:27:46.2927812Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2022-11-23T01:27:46.2931422Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2022-11-23T01:27:46.2933745Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2022-11-23T01:27:46.2935876Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2022-11-23T01:27:46.2938333Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2022-11-23T01:27:46.2944763Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2022-11-23T01:27:46.2947544Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2022-11-23T01:27:46.2949571Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2022-11-23T01:27:46.2951585Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2022-11-23T01:27:46.2953502Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2022-11-23T01:27:46.2955219Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2022-11-23T01:27:46.2957413Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2022-11-23T01:27:46.2959447Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2022-11-23T01:27:46.2962056Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2022-11-23T01:27:46.2964143Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2022-11-23T01:27:46.2965917Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2022-11-23T01:27:46.2968108Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2022-11-23T01:27:46.2969794Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2022-11-23T01:27:46.2971632Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2022-11-23T01:27:46.2973249Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2022-11-23T01:27:46.2975315Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2022-11-23T01:27:46.2977622Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2022-11-23T01:27:46.2979235Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2022-11-23T01:27:46.2981144Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2022-11-23T01:27:46.2982725Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2022-11-23T01:27:46.2984863Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2022-11-23T01:27:46.2989511Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2022-11-23T01:27:46.2991960Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2022-11-23T01:27:46.2994951Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2022-11-23T01:27:46.2996469Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2022-11-23T01:27:46.2998534Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2022-11-23T01:27:46.3005427Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2022-11-23T01:27:46.3007813Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2022-11-23T01:27:46.3009513Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2022-11-23T01:27:46.3011315Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2022-11-23T01:27:46.3014332Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2022-11-23T01:27:46.3015985Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2022-11-23T01:27:46.3021792Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2022-11-23T01:27:46.3024463Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2022-11-23T01:27:46.3026682Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2022-11-23T01:27:46.3028930Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2022-11-23T01:27:46.3031139Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2022-11-23T01:27:46.3033822Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2022-11-23T01:27:46.3036274Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2022-11-23T01:27:46.3038161Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2022-11-23T01:27:46.3039746Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2022-11-23T01:27:46.3044630Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2022-11-23T01:27:46.3047896Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2022-11-23T01:27:46.3049949Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2022-11-23T01:27:46.3051879Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2022-11-23T01:27:46.3056730Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2022-11-23T01:27:46.3060697Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2022-11-23T01:27:46.3063177Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2022-11-23T01:27:46.3065488Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2022-11-23T01:27:46.3070201Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2022-11-23T01:27:46.3073450Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2022-11-23T01:27:46.3076196Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2022-11-23T01:27:46.3078810Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2022-11-23T01:27:46.3082634Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2022-11-23T01:27:46.3085143Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2022-11-23T01:27:46.3087467Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2022-11-23T01:27:46.3090225Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2022-11-23T01:27:46.3092458Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2022-11-23T01:27:46.3094787Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2022-11-23T01:27:46.3097356Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2022-11-23T01:27:46.3103808Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2022-11-23T01:27:46.3107371Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2022-11-23T01:27:46.3110646Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2022-11-23T01:27:46.3113591Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2022-11-23T01:27:46.3118055Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2022-11-23T01:27:46.3122087Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2022-11-23T01:27:46.3125207Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2022-11-23T01:27:46.3127758Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2022-11-23T01:27:46.3130486Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2022-11-23T01:27:46.3132581Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2022-11-23T01:27:46.3134492Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2022-11-23T01:27:46.3139319Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2022-11-23T01:27:46.3142226Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2022-11-23T01:27:46.3144915Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2022-11-23T01:27:46.3147284Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2022-11-23T01:27:46.3150574Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2022-11-23T01:27:46.3154132Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2022-11-23T01:27:46.3156465Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2022-11-23T01:27:46.3158885Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2022-11-23T01:27:46.3161394Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2022-11-23T01:27:46.3166094Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2022-11-23T01:27:46.3170835Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2022-11-23T01:27:46.3173047Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2022-11-23T01:27:46.3174948Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2022-11-23T01:27:46.3177877Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2022-11-23T01:27:46.3180206Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2022-11-23T01:27:46.3182106Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2022-11-23T01:27:46.3184921Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2022-11-23T01:27:46.3187314Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2022-11-23T01:27:46.3189452Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2022-11-23T01:27:46.3191506Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2022-11-23T01:27:46.3196271Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2022-11-23T01:27:46.3199343Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2022-11-23T01:27:46.3201774Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2022-11-23T01:27:46.3203793Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2022-11-23T01:27:46.3207235Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2022-11-23T01:27:46.3210353Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2022-11-23T01:27:46.3212449Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2022-11-23T01:27:46.3214383Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2022-11-23T01:27:46.3216299Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2022-11-23T01:27:46.3218666Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2022-11-23T01:27:46.3220612Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2022-11-23T01:27:46.3224857Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2022-11-23T01:27:46.3227943Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2022-11-23T01:27:46.3230271Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2022-11-23T01:27:46.3234621Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2022-11-23T01:27:46.3237814Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2022-11-23T01:27:46.3240053Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2022-11-23T01:27:46.3242238Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2022-11-23T01:27:46.3244497Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2022-11-23T01:27:46.3247406Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2022-11-23T01:27:46.3250256Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2022-11-23T01:27:46.3253261Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2022-11-23T01:27:46.3255538Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2022-11-23T01:27:46.3258003Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2022-11-23T01:27:46.3259236Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2022-11-23T01:27:46.3260622Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2022-11-23T01:27:46.3262522Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2022-11-23T01:27:46.3264462Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2022-11-23T01:27:46.3265954Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2022-11-23T01:27:46.3272850Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2022-11-23T01:27:46.3275036Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2022-11-23T01:27:46.3279737Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2022-11-23T01:27:46.3282056Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2022-11-23T01:27:46.3284629Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2022-11-23T01:27:46.3286396Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2022-11-23T01:27:46.3287841Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2022-11-23T01:27:46.3292472Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2022-11-23T01:27:46.3294603Z adding 'torch/include/torch/csrc/autograd/edge.h' 2022-11-23T01:27:46.3298471Z adding 'torch/include/torch/csrc/autograd/engine.h' 2022-11-23T01:27:46.3302351Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2022-11-23T01:27:46.3311627Z adding 'torch/include/torch/csrc/autograd/function.h' 2022-11-23T01:27:46.3313869Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2022-11-23T01:27:46.3315358Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2022-11-23T01:27:46.3318616Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2022-11-23T01:27:46.3320661Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2022-11-23T01:27:46.3323050Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2022-11-23T01:27:46.3325062Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2022-11-23T01:27:46.3326480Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2022-11-23T01:27:46.3329097Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2022-11-23T01:27:46.3333039Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2022-11-23T01:27:46.3334780Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2022-11-23T01:27:46.3336452Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2022-11-23T01:27:46.3337977Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2022-11-23T01:27:46.3339979Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2022-11-23T01:27:46.3341916Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2022-11-23T01:27:46.3343308Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2022-11-23T01:27:46.3344766Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2022-11-23T01:27:46.3346876Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2022-11-23T01:27:46.3348807Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2022-11-23T01:27:46.3350315Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2022-11-23T01:27:46.3351745Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2022-11-23T01:27:46.3353100Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2022-11-23T01:27:46.3354496Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2022-11-23T01:27:46.3355939Z adding 'torch/include/torch/csrc/autograd/python_return_types.h' 2022-11-23T01:27:46.3357640Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2022-11-23T01:27:46.3359179Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2022-11-23T01:27:46.3360529Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2022-11-23T01:27:46.3362509Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2022-11-23T01:27:46.3364233Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2022-11-23T01:27:46.3365806Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2022-11-23T01:27:46.3367567Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2022-11-23T01:27:46.3370094Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2022-11-23T01:27:46.3371652Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2022-11-23T01:27:46.3373017Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2022-11-23T01:27:46.3383570Z adding 'torch/include/torch/csrc/autograd/variable.h' 2022-11-23T01:27:46.3388981Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2022-11-23T01:27:46.3391207Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2022-11-23T01:27:46.3393092Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2022-11-23T01:27:46.3394802Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2022-11-23T01:27:46.3396885Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2022-11-23T01:27:46.3398927Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2022-11-23T01:27:46.3422064Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2022-11-23T01:27:46.3429521Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2022-11-23T01:27:46.3431158Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2022-11-23T01:27:46.3436137Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2022-11-23T01:27:46.3439378Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2022-11-23T01:27:46.3441222Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2022-11-23T01:27:46.3442815Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2022-11-23T01:27:46.3444419Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2022-11-23T01:27:46.3445906Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2022-11-23T01:27:46.3447806Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2022-11-23T01:27:46.3449685Z adding 'torch/include/torch/csrc/cuda/Event.h' 2022-11-23T01:27:46.3451205Z adding 'torch/include/torch/csrc/cuda/Module.h' 2022-11-23T01:27:46.3452639Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2022-11-23T01:27:46.3454102Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2022-11-23T01:27:46.3455575Z adding 'torch/include/torch/csrc/cuda/comm.h' 2022-11-23T01:27:46.3456970Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2022-11-23T01:27:46.3458514Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2022-11-23T01:27:46.3460784Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2022-11-23T01:27:46.3462575Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2022-11-23T01:27:46.3463794Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2022-11-23T01:27:46.3467351Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2022-11-23T01:27:46.3469657Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2022-11-23T01:27:46.3471343Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2022-11-23T01:27:46.3472949Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2022-11-23T01:27:46.3475996Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2022-11-23T01:27:46.3477982Z adding 'torch/include/torch/csrc/distributed/c10d/Ops.hpp' 2022-11-23T01:27:46.3480371Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2022-11-23T01:27:46.3482191Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2022-11-23T01:27:46.3485385Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2022-11-23T01:27:46.3489800Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2022-11-23T01:27:46.3493173Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2022-11-23T01:27:46.3501338Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2022-11-23T01:27:46.3504055Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp' 2022-11-23T01:27:46.3507464Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2022-11-23T01:27:46.3510197Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2022-11-23T01:27:46.3512460Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2022-11-23T01:27:46.3514606Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2022-11-23T01:27:46.3516771Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2022-11-23T01:27:46.3519635Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2022-11-23T01:27:46.3522193Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2022-11-23T01:27:46.3523954Z adding 'torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp' 2022-11-23T01:27:46.3525788Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2022-11-23T01:27:46.3528349Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2022-11-23T01:27:46.3530168Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2022-11-23T01:27:46.3535631Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2022-11-23T01:27:46.3537892Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2022-11-23T01:27:46.3540744Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2022-11-23T01:27:46.3542320Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2022-11-23T01:27:46.3544625Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2022-11-23T01:27:46.3547382Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2022-11-23T01:27:46.3549481Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2022-11-23T01:27:46.3551193Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2022-11-23T01:27:46.3552877Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2022-11-23T01:27:46.3555277Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2022-11-23T01:27:46.3557180Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2022-11-23T01:27:46.3558902Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2022-11-23T01:27:46.3566692Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2022-11-23T01:27:46.3569176Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2022-11-23T01:27:46.3571101Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2022-11-23T01:27:46.3572978Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2022-11-23T01:27:46.3575352Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2022-11-23T01:27:46.3578279Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2022-11-23T01:27:46.3580536Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2022-11-23T01:27:46.3582202Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2022-11-23T01:27:46.3584019Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2022-11-23T01:27:46.3585668Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2022-11-23T01:27:46.3587277Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2022-11-23T01:27:46.3589854Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2022-11-23T01:27:46.3591765Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2022-11-23T01:27:46.3593628Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2022-11-23T01:27:46.3595468Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2022-11-23T01:27:46.3596914Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2022-11-23T01:27:46.3601346Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2022-11-23T01:27:46.3603591Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2022-11-23T01:27:46.3609419Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2022-11-23T01:27:46.3615388Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2022-11-23T01:27:46.3618000Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2022-11-23T01:27:46.3620896Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2022-11-23T01:27:46.3622779Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2022-11-23T01:27:46.3624330Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2022-11-23T01:27:46.3630746Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2022-11-23T01:27:46.3634087Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2022-11-23T01:27:46.3636262Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2022-11-23T01:27:46.3638214Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2022-11-23T01:27:46.3640599Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2022-11-23T01:27:46.3642460Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2022-11-23T01:27:46.3645041Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2022-11-23T01:27:46.3648793Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2022-11-23T01:27:46.3650803Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2022-11-23T01:27:46.3652942Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2022-11-23T01:27:46.3657666Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2022-11-23T01:27:46.3661169Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2022-11-23T01:27:46.3663630Z adding 'torch/include/torch/csrc/jit/api/method.h' 2022-11-23T01:27:46.3671110Z adding 'torch/include/torch/csrc/jit/api/module.h' 2022-11-23T01:27:46.3674338Z adding 'torch/include/torch/csrc/jit/api/object.h' 2022-11-23T01:27:46.3676931Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2022-11-23T01:27:46.3680060Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2022-11-23T01:27:46.3682175Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2022-11-23T01:27:46.3683938Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2022-11-23T01:27:46.3685920Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2022-11-23T01:27:46.3687590Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2022-11-23T01:27:46.3689280Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2022-11-23T01:27:46.3690889Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2022-11-23T01:27:46.3692434Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2022-11-23T01:27:46.3699216Z adding 'torch/include/torch/csrc/jit/codegen/cuda/arith.h' 2022-11-23T01:27:46.3701702Z adding 'torch/include/torch/csrc/jit/codegen/cuda/codegen.h' 2022-11-23T01:27:46.3703371Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at.h' 2022-11-23T01:27:46.3707268Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h' 2022-11-23T01:27:46.3712798Z adding 'torch/include/torch/csrc/jit/codegen/cuda/contiguity.h' 2022-11-23T01:27:46.3716550Z adding 'torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h' 2022-11-23T01:27:46.3720128Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dispatch.h' 2022-11-23T01:27:46.3723542Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h' 2022-11-23T01:27:46.3727676Z adding 'torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h' 2022-11-23T01:27:46.3731765Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor.h' 2022-11-23T01:27:46.3736130Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h' 2022-11-23T01:27:46.3738716Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h' 2022-11-23T01:27:46.3742611Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h' 2022-11-23T01:27:46.3745345Z adding 'torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h' 2022-11-23T01:27:46.3749297Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion.h' 2022-11-23T01:27:46.3756602Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h' 2022-11-23T01:27:46.3759309Z adding 'torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h' 2022-11-23T01:27:46.3764227Z adding 'torch/include/torch/csrc/jit/codegen/cuda/index_compute.h' 2022-11-23T01:27:46.3766768Z adding 'torch/include/torch/csrc/jit/codegen/cuda/inlining.h' 2022-11-23T01:27:46.3769026Z adding 'torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h' 2022-11-23T01:27:46.3771095Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2022-11-23T01:27:46.3772846Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h' 2022-11-23T01:27:46.3777859Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h' 2022-11-23T01:27:46.3780695Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h' 2022-11-23T01:27:46.3783021Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h' 2022-11-23T01:27:46.3785769Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_container.h' 2022-11-23T01:27:46.3788330Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h' 2022-11-23T01:27:46.3794944Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h' 2022-11-23T01:27:46.3810547Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h' 2022-11-23T01:27:46.3814089Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h' 2022-11-23T01:27:46.3816103Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h' 2022-11-23T01:27:46.3819418Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h' 2022-11-23T01:27:46.3824146Z adding 'torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h' 2022-11-23T01:27:46.3827839Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel.h' 2022-11-23T01:27:46.3834035Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h' 2022-11-23T01:27:46.3836668Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h' 2022-11-23T01:27:46.3842390Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h' 2022-11-23T01:27:46.3845502Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h' 2022-11-23T01:27:46.3848447Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower2device.h' 2022-11-23T01:27:46.3850441Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h' 2022-11-23T01:27:46.3852138Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h' 2022-11-23T01:27:46.3854038Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_bank_conflict.h' 2022-11-23T01:27:46.3855891Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_divisible_split.h' 2022-11-23T01:27:46.3859732Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h' 2022-11-23T01:27:46.3861692Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h' 2022-11-23T01:27:46.3863275Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h' 2022-11-23T01:27:46.3864899Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h' 2022-11-23T01:27:46.3866976Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index.h' 2022-11-23T01:27:46.3870318Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h' 2022-11-23T01:27:46.3873073Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h' 2022-11-23T01:27:46.3874957Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h' 2022-11-23T01:27:46.3876601Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h' 2022-11-23T01:27:46.3878684Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h' 2022-11-23T01:27:46.3880830Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h' 2022-11-23T01:27:46.3883171Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h' 2022-11-23T01:27:46.3884778Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h' 2022-11-23T01:27:46.3886662Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h' 2022-11-23T01:27:46.3888448Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h' 2022-11-23T01:27:46.3891844Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h' 2022-11-23T01:27:46.3893796Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h' 2022-11-23T01:27:46.3896853Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h' 2022-11-23T01:27:46.3900187Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h' 2022-11-23T01:27:46.3901834Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h' 2022-11-23T01:27:46.3903738Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h' 2022-11-23T01:27:46.3907593Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h' 2022-11-23T01:27:46.3910428Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h' 2022-11-23T01:27:46.3912282Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h' 2022-11-23T01:27:46.3914052Z adding 'torch/include/torch/csrc/jit/codegen/cuda/manager.h' 2022-11-23T01:27:46.3917641Z adding 'torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h' 2022-11-23T01:27:46.3921054Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mma_type.h' 2022-11-23T01:27:46.3922930Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mutator.h' 2022-11-23T01:27:46.3925087Z adding 'torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h' 2022-11-23T01:27:46.3927200Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h' 2022-11-23T01:27:46.3930048Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h' 2022-11-23T01:27:46.3932131Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parser.h' 2022-11-23T01:27:46.3933886Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h' 2022-11-23T01:27:46.3935630Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partition.h' 2022-11-23T01:27:46.3938360Z adding 'torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h' 2022-11-23T01:27:46.3943540Z adding 'torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h' 2022-11-23T01:27:46.3948351Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h' 2022-11-23T01:27:46.3951609Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h' 2022-11-23T01:27:46.3953701Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h' 2022-11-23T01:27:46.3956135Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_view.h' 2022-11-23T01:27:46.3960377Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type.h' 2022-11-23T01:27:46.3962297Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_inference.h' 2022-11-23T01:27:46.3964278Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h' 2022-11-23T01:27:46.3967091Z adding 'torch/include/torch/csrc/jit/codegen/cuda/utils.h' 2022-11-23T01:27:46.3968966Z adding 'torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h' 2022-11-23T01:27:46.3971136Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h' 2022-11-23T01:27:46.3972753Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h' 2022-11-23T01:27:46.3974500Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h' 2022-11-23T01:27:46.3976697Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h' 2022-11-23T01:27:46.3978914Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h' 2022-11-23T01:27:46.3983536Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h' 2022-11-23T01:27:46.3985602Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h' 2022-11-23T01:27:46.3987318Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h' 2022-11-23T01:27:46.3989269Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h' 2022-11-23T01:27:46.3992548Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h' 2022-11-23T01:27:46.3994408Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h' 2022-11-23T01:27:46.3998065Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h' 2022-11-23T01:27:46.4000546Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h' 2022-11-23T01:27:46.4002617Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h' 2022-11-23T01:27:46.4004365Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h' 2022-11-23T01:27:46.4007507Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h' 2022-11-23T01:27:46.4009716Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h' 2022-11-23T01:27:46.4012928Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h' 2022-11-23T01:27:46.4015907Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h' 2022-11-23T01:27:46.4018534Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h' 2022-11-23T01:27:46.4025896Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h' 2022-11-23T01:27:46.4028508Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h' 2022-11-23T01:27:46.4030763Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2022-11-23T01:27:46.4032592Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2022-11-23T01:27:46.4035891Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2022-11-23T01:27:46.4037743Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2022-11-23T01:27:46.4039416Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2022-11-23T01:27:46.4041232Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2022-11-23T01:27:46.4042831Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2022-11-23T01:27:46.4044416Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2022-11-23T01:27:46.4045955Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2022-11-23T01:27:46.4047536Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2022-11-23T01:27:46.4053485Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2022-11-23T01:27:46.4055866Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2022-11-23T01:27:46.4057571Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2022-11-23T01:27:46.4059706Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2022-11-23T01:27:46.4061420Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2022-11-23T01:27:46.4062987Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2022-11-23T01:27:46.4064911Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2022-11-23T01:27:46.4066712Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2022-11-23T01:27:46.4068662Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2022-11-23T01:27:46.4070568Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2022-11-23T01:27:46.4074900Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2022-11-23T01:27:46.4077030Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2022-11-23T01:27:46.4078586Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2022-11-23T01:27:46.4085941Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2022-11-23T01:27:46.4090276Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2022-11-23T01:27:46.4093624Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2022-11-23T01:27:46.4101862Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2022-11-23T01:27:46.4104451Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2022-11-23T01:27:46.4109739Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2022-11-23T01:27:46.4112275Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2022-11-23T01:27:46.4114265Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2022-11-23T01:27:46.4117118Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2022-11-23T01:27:46.4134880Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2022-11-23T01:27:46.4139315Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2022-11-23T01:27:46.4140859Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2022-11-23T01:27:46.4142820Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2022-11-23T01:27:46.4144366Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2022-11-23T01:27:46.4146819Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2022-11-23T01:27:46.4149466Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2022-11-23T01:27:46.4151162Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2022-11-23T01:27:46.4153318Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2022-11-23T01:27:46.4155178Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2022-11-23T01:27:46.4158021Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2022-11-23T01:27:46.4160581Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2022-11-23T01:27:46.4162308Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2022-11-23T01:27:46.4164367Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2022-11-23T01:27:46.4166641Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2022-11-23T01:27:46.4168393Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2022-11-23T01:27:46.4169985Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2022-11-23T01:27:46.4171520Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2022-11-23T01:27:46.4173173Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2022-11-23T01:27:46.4175722Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2022-11-23T01:27:46.4178045Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2022-11-23T01:27:46.4179767Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2022-11-23T01:27:46.4181314Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2022-11-23T01:27:46.4182878Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2022-11-23T01:27:46.4185079Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2022-11-23T01:27:46.4186801Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2022-11-23T01:27:46.4188716Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2022-11-23T01:27:46.4190606Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2022-11-23T01:27:46.4192518Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2022-11-23T01:27:46.4194184Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2022-11-23T01:27:46.4196565Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2022-11-23T01:27:46.4198136Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2022-11-23T01:27:46.4199433Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2022-11-23T01:27:46.4201836Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2022-11-23T01:27:46.4203395Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2022-11-23T01:27:46.4204951Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2022-11-23T01:27:46.4206802Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2022-11-23T01:27:46.4207298Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2022-11-23T01:27:46.4209180Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2022-11-23T01:27:46.4210651Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2022-11-23T01:27:46.4212793Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2022-11-23T01:27:46.4214191Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2022-11-23T01:27:46.4215726Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2022-11-23T01:27:46.4217323Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2022-11-23T01:27:46.4219300Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2022-11-23T01:27:46.4220895Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2022-11-23T01:27:46.4222564Z adding 'torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h' 2022-11-23T01:27:46.4224407Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2022-11-23T01:27:46.4225943Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2022-11-23T01:27:46.4227438Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2022-11-23T01:27:46.4229087Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2022-11-23T01:27:46.4231003Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2022-11-23T01:27:46.4232799Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2022-11-23T01:27:46.4234690Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2022-11-23T01:27:46.4236440Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2022-11-23T01:27:46.4238152Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2022-11-23T01:27:46.4239747Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2022-11-23T01:27:46.4242097Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2022-11-23T01:27:46.4243740Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2022-11-23T01:27:46.4245445Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2022-11-23T01:27:46.4246952Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2022-11-23T01:27:46.4248529Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2022-11-23T01:27:46.4250094Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2022-11-23T01:27:46.4251673Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2022-11-23T01:27:46.4253405Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2022-11-23T01:27:46.4255507Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2022-11-23T01:27:46.4257128Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2022-11-23T01:27:46.4258791Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2022-11-23T01:27:46.4260326Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2022-11-23T01:27:46.4262028Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2022-11-23T01:27:46.4263571Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2022-11-23T01:27:46.4265146Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2022-11-23T01:27:46.4266591Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2022-11-23T01:27:46.4268420Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2022-11-23T01:27:46.4270178Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2022-11-23T01:27:46.4271612Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2022-11-23T01:27:46.4273336Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2022-11-23T01:27:46.4275044Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2022-11-23T01:27:46.4276750Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2022-11-23T01:27:46.4278572Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2022-11-23T01:27:46.4280257Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2022-11-23T01:27:46.4281828Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2022-11-23T01:27:46.4283618Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2022-11-23T01:27:46.4285143Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2022-11-23T01:27:46.4286808Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2022-11-23T01:27:46.4288602Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2022-11-23T01:27:46.4290315Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2022-11-23T01:27:46.4293425Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2022-11-23T01:27:46.4295348Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2022-11-23T01:27:46.4296975Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2022-11-23T01:27:46.4298875Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2022-11-23T01:27:46.4300696Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2022-11-23T01:27:46.4302796Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2022-11-23T01:27:46.4304342Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2022-11-23T01:27:46.4305819Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2022-11-23T01:27:46.4307413Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2022-11-23T01:27:46.4309255Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2022-11-23T01:27:46.4310927Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2022-11-23T01:27:46.4312569Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2022-11-23T01:27:46.4314646Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2022-11-23T01:27:46.4316338Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2022-11-23T01:27:46.4317999Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2022-11-23T01:27:46.4319529Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2022-11-23T01:27:46.4321420Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2022-11-23T01:27:46.4333283Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2022-11-23T01:27:46.4333806Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2022-11-23T01:27:46.4334007Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2022-11-23T01:27:46.4334213Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2022-11-23T01:27:46.4334400Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2022-11-23T01:27:46.4334668Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2022-11-23T01:27:46.4335539Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2022-11-23T01:27:46.4337301Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2022-11-23T01:27:46.4339227Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2022-11-23T01:27:46.4340961Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2022-11-23T01:27:46.4342627Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2022-11-23T01:27:46.4344320Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2022-11-23T01:27:46.4346480Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2022-11-23T01:27:46.4348852Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2022-11-23T01:27:46.4350477Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2022-11-23T01:27:46.4353413Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2022-11-23T01:27:46.4355705Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2022-11-23T01:27:46.4357853Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2022-11-23T01:27:46.4365941Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2022-11-23T01:27:46.4368894Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2022-11-23T01:27:46.4370670Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2022-11-23T01:27:46.4372643Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2022-11-23T01:27:46.4375809Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2022-11-23T01:27:46.4377803Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2022-11-23T01:27:46.4379480Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2022-11-23T01:27:46.4381461Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2022-11-23T01:27:46.4383589Z adding 'torch/include/torch/csrc/jit/python/init.h' 2022-11-23T01:27:46.4385115Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2022-11-23T01:27:46.4388298Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2022-11-23T01:27:46.4399501Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2022-11-23T01:27:46.4402779Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2022-11-23T01:27:46.4404535Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2022-11-23T01:27:46.4406520Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2022-11-23T01:27:46.4408487Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2022-11-23T01:27:46.4411085Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2022-11-23T01:27:46.4413601Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2022-11-23T01:27:46.4416831Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2022-11-23T01:27:46.4418746Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2022-11-23T01:27:46.4420535Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2022-11-23T01:27:46.4421921Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2022-11-23T01:27:46.4423258Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2022-11-23T01:27:46.4429696Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2022-11-23T01:27:46.4432136Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2022-11-23T01:27:46.4434336Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2022-11-23T01:27:46.4436210Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2022-11-23T01:27:46.4438048Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2022-11-23T01:27:46.4439691Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2022-11-23T01:27:46.4441385Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2022-11-23T01:27:46.4443891Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2022-11-23T01:27:46.4448117Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2022-11-23T01:27:46.4449050Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2022-11-23T01:27:46.4451852Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2022-11-23T01:27:46.4454710Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2022-11-23T01:27:46.4456591Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2022-11-23T01:27:46.4458133Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2022-11-23T01:27:46.4460177Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2022-11-23T01:27:46.4464405Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2022-11-23T01:27:46.4466476Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2022-11-23T01:27:46.4468114Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2022-11-23T01:27:46.4470370Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2022-11-23T01:27:46.4473846Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2022-11-23T01:27:46.4481194Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2022-11-23T01:27:46.4484223Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2022-11-23T01:27:46.4486032Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2022-11-23T01:27:46.4487560Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2022-11-23T01:27:46.4489223Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2022-11-23T01:27:46.4490872Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2022-11-23T01:27:46.4492493Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2022-11-23T01:27:46.4494606Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2022-11-23T01:27:46.4496278Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2022-11-23T01:27:46.4497889Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2022-11-23T01:27:46.4499614Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2022-11-23T01:27:46.4502149Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2022-11-23T01:27:46.4505920Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2022-11-23T01:27:46.4508244Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2022-11-23T01:27:46.4510567Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2022-11-23T01:27:46.4512622Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2022-11-23T01:27:46.4514739Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2022-11-23T01:27:46.4516607Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2022-11-23T01:27:46.4518243Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2022-11-23T01:27:46.4519885Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2022-11-23T01:27:46.4521528Z adding 'torch/include/torch/csrc/jit/serialization/import_legacy.h' 2022-11-23T01:27:46.4523196Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2022-11-23T01:27:46.4525410Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2022-11-23T01:27:46.4541578Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2022-11-23T01:27:46.4545433Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2022-11-23T01:27:46.4547613Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2022-11-23T01:27:46.4551953Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2022-11-23T01:27:46.4554125Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2022-11-23T01:27:46.4556120Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2022-11-23T01:27:46.4557806Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2022-11-23T01:27:46.4559717Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2022-11-23T01:27:46.4561412Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2022-11-23T01:27:46.4564539Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2022-11-23T01:27:46.4568200Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2022-11-23T01:27:46.4570777Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2022-11-23T01:27:46.4572807Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2022-11-23T01:27:46.4575315Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2022-11-23T01:27:46.4578441Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2022-11-23T01:27:46.4580534Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2022-11-23T01:27:46.4582227Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2022-11-23T01:27:46.4585292Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2022-11-23T01:27:46.4587533Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2022-11-23T01:27:46.4591096Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2022-11-23T01:27:46.4593374Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2022-11-23T01:27:46.4597590Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2022-11-23T01:27:46.4600069Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2022-11-23T01:27:46.4601870Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2022-11-23T01:27:46.4603799Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2022-11-23T01:27:46.4605943Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2022-11-23T01:27:46.4608466Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2022-11-23T01:27:46.4611011Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2022-11-23T01:27:46.4614464Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2022-11-23T01:27:46.4616041Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2022-11-23T01:27:46.4621569Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2022-11-23T01:27:46.4623876Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2022-11-23T01:27:46.4625758Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2022-11-23T01:27:46.4627945Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2022-11-23T01:27:46.4633101Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2022-11-23T01:27:46.4635326Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2022-11-23T01:27:46.4637497Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2022-11-23T01:27:46.4642282Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2022-11-23T01:27:46.4645245Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2022-11-23T01:27:46.4647382Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2022-11-23T01:27:46.4654531Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2022-11-23T01:27:46.4656883Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2022-11-23T01:27:46.4658798Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2022-11-23T01:27:46.4663610Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2022-11-23T01:27:46.4667238Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2022-11-23T01:27:46.4672217Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2022-11-23T01:27:46.4678143Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2022-11-23T01:27:46.4681355Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2022-11-23T01:27:46.4682971Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2022-11-23T01:27:46.4684925Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2022-11-23T01:27:46.4686447Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2022-11-23T01:27:46.4687983Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2022-11-23T01:27:46.4689964Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2022-11-23T01:27:46.4691516Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2022-11-23T01:27:46.4693049Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2022-11-23T01:27:46.4694428Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2022-11-23T01:27:46.4696331Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2022-11-23T01:27:46.4697996Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2022-11-23T01:27:46.4699968Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2022-11-23T01:27:46.4701570Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2022-11-23T01:27:46.4703187Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2022-11-23T01:27:46.4705378Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2022-11-23T01:27:46.4707152Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2022-11-23T01:27:46.4709653Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2022-11-23T01:27:46.4711855Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2022-11-23T01:27:46.4714577Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2022-11-23T01:27:46.4717023Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2022-11-23T01:27:46.4719693Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2022-11-23T01:27:46.4721503Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2022-11-23T01:27:46.4723372Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2022-11-23T01:27:46.4725315Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2022-11-23T01:27:46.4728252Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2022-11-23T01:27:46.4730435Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2022-11-23T01:27:46.4733689Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2022-11-23T01:27:46.4736270Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2022-11-23T01:27:46.4738967Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2022-11-23T01:27:46.4740839Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2022-11-23T01:27:46.4742647Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2022-11-23T01:27:46.4745987Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2022-11-23T01:27:46.4749414Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2022-11-23T01:27:46.4751633Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2022-11-23T01:27:46.4753489Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2022-11-23T01:27:46.4755497Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2022-11-23T01:27:46.4758683Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2022-11-23T01:27:46.4762805Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2022-11-23T01:27:46.4764894Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2022-11-23T01:27:46.4767056Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2022-11-23T01:27:46.4768811Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2022-11-23T01:27:46.4770854Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2022-11-23T01:27:46.4772719Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2022-11-23T01:27:46.4774826Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2022-11-23T01:27:46.4776921Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2022-11-23T01:27:46.4778779Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2022-11-23T01:27:46.4780859Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2022-11-23T01:27:46.4782779Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2022-11-23T01:27:46.4784577Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2022-11-23T01:27:46.4786771Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2022-11-23T01:27:46.4788401Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2022-11-23T01:27:46.4789916Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2022-11-23T01:27:46.4791788Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2022-11-23T01:27:46.4793338Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2022-11-23T01:27:46.4795664Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2022-11-23T01:27:46.4797907Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2022-11-23T01:27:46.4799483Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2022-11-23T01:27:46.4801285Z adding 'torch/include/torch/csrc/onnx/init.h' 2022-11-23T01:27:46.4802592Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2022-11-23T01:27:46.4804410Z adding 'torch/include/torch/csrc/profiler/api.h' 2022-11-23T01:27:46.4809102Z adding 'torch/include/torch/csrc/profiler/collection.h' 2022-11-23T01:27:46.4812233Z adding 'torch/include/torch/csrc/profiler/containers.h' 2022-11-23T01:27:46.4814630Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2022-11-23T01:27:46.4816398Z adding 'torch/include/torch/csrc/profiler/events.h' 2022-11-23T01:27:46.4818519Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2022-11-23T01:27:46.4820253Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2022-11-23T01:27:46.4822123Z adding 'torch/include/torch/csrc/profiler/perf.h' 2022-11-23T01:27:46.4825034Z adding 'torch/include/torch/csrc/profiler/util.h' 2022-11-23T01:27:46.4827628Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2022-11-23T01:27:46.4829861Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2022-11-23T01:27:46.4831865Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2022-11-23T01:27:46.4833755Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2022-11-23T01:27:46.4835850Z adding 'torch/include/torch/csrc/utils/auto_gil.h' 2022-11-23T01:27:46.4837585Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2022-11-23T01:27:46.4839174Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2022-11-23T01:27:46.4840571Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2022-11-23T01:27:46.4842250Z adding 'torch/include/torch/csrc/utils/cuda_lazy_init.h' 2022-11-23T01:27:46.4843964Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2022-11-23T01:27:46.4845348Z adding 'torch/include/torch/csrc/utils/init.h' 2022-11-23T01:27:46.4846764Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2022-11-23T01:27:46.4848366Z adding 'torch/include/torch/csrc/utils/memory.h' 2022-11-23T01:27:46.4849925Z adding 'torch/include/torch/csrc/utils/nested.h' 2022-11-23T01:27:46.4852242Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2022-11-23T01:27:46.4853123Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2022-11-23T01:27:46.4854614Z adding 'torch/include/torch/csrc/utils/out_types.h' 2022-11-23T01:27:46.4857817Z adding 'torch/include/torch/csrc/utils/pybind.h' 2022-11-23T01:27:46.4859770Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2022-11-23T01:27:46.4869435Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2022-11-23T01:27:46.4872541Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2022-11-23T01:27:46.4874084Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2022-11-23T01:27:46.4876386Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2022-11-23T01:27:46.4878476Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2022-11-23T01:27:46.4880674Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2022-11-23T01:27:46.4882193Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2022-11-23T01:27:46.4884058Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2022-11-23T01:27:46.4886060Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2022-11-23T01:27:46.4887191Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2022-11-23T01:27:46.4889164Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2022-11-23T01:27:46.4890901Z adding 'torch/include/torch/csrc/utils/six.h' 2022-11-23T01:27:46.4892480Z adding 'torch/include/torch/csrc/utils/structseq.h' 2022-11-23T01:27:46.4893933Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2022-11-23T01:27:46.4895421Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2022-11-23T01:27:46.4897376Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2022-11-23T01:27:46.4899030Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2022-11-23T01:27:46.4900444Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2022-11-23T01:27:46.4902118Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2022-11-23T01:27:46.4903735Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2022-11-23T01:27:46.4905591Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2022-11-23T01:27:46.4907129Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2022-11-23T01:27:46.4908675Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2022-11-23T01:27:46.4911540Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2022-11-23T01:27:46.4914711Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2022-11-23T01:27:46.4916513Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2022-11-23T01:27:46.4918684Z adding 'torch/include/torch/csrc/utils/variadic.h' 2022-11-23T01:27:46.4922458Z adding 'torch/jit/__init__.py' 2022-11-23T01:27:46.4925067Z adding 'torch/jit/_async.py' 2022-11-23T01:27:46.4927902Z adding 'torch/jit/_builtins.py' 2022-11-23T01:27:46.4931435Z adding 'torch/jit/_check.py' 2022-11-23T01:27:46.4934620Z adding 'torch/jit/_dataclass_impls.py' 2022-11-23T01:27:46.4936301Z adding 'torch/jit/_decomposition_utils.py' 2022-11-23T01:27:46.4938664Z adding 'torch/jit/_decompositions.py' 2022-11-23T01:27:46.4942339Z adding 'torch/jit/_freeze.py' 2022-11-23T01:27:46.4945644Z adding 'torch/jit/_fuser.py' 2022-11-23T01:27:46.4947928Z adding 'torch/jit/_ir_utils.py' 2022-11-23T01:27:46.4949651Z adding 'torch/jit/_logging.py' 2022-11-23T01:27:46.4953078Z adding 'torch/jit/_monkeytype_config.py' 2022-11-23T01:27:46.4954773Z adding 'torch/jit/_pickle.py' 2022-11-23T01:27:46.4967389Z adding 'torch/jit/_recursive.py' 2022-11-23T01:27:46.4987020Z adding 'torch/jit/_script.py' 2022-11-23T01:27:46.4992076Z adding 'torch/jit/_serialization.py' 2022-11-23T01:27:46.5002880Z adding 'torch/jit/_shape_functions.py' 2022-11-23T01:27:46.5005937Z adding 'torch/jit/_state.py' 2022-11-23T01:27:46.5020398Z adding 'torch/jit/_trace.py' 2022-11-23T01:27:46.5027077Z adding 'torch/jit/annotations.py' 2022-11-23T01:27:46.5039779Z adding 'torch/jit/frontend.py' 2022-11-23T01:27:46.5042426Z adding 'torch/jit/generate_bytecode.py' 2022-11-23T01:27:46.5047304Z adding 'torch/jit/quantized.py' 2022-11-23T01:27:46.5051250Z adding 'torch/jit/supported_ops.py' 2022-11-23T01:27:46.5053367Z adding 'torch/jit/unsupported_tensor_ops.py' 2022-11-23T01:27:46.5054785Z adding 'torch/jit/_passes/__init__.py' 2022-11-23T01:27:46.5056322Z adding 'torch/jit/_passes/_property_propagation.py' 2022-11-23T01:27:46.5059031Z adding 'torch/jit/mobile/__init__.py' 2022-11-23T01:27:46.5195642Z adding 'torch/lib/libbackend_with_compiler.so' 2022-11-23T01:27:46.5515943Z adding 'torch/lib/libc10.so' 2022-11-23T01:27:46.5723952Z adding 'torch/lib/libc10_hip.so' 2022-11-23T01:27:46.5737998Z adding 'torch/lib/libcaffe2_nvrtc.so' 2022-11-23T01:27:46.5844197Z adding 'torch/lib/libjitbackend_test.so' 2022-11-23T01:27:46.5863752Z adding 'torch/lib/libshm.so' 2022-11-23T01:27:46.5868645Z adding 'torch/lib/libtorch.so' 2022-11-23T01:27:58.2479585Z adding 'torch/lib/libtorch_cpu.so' 2022-11-23T01:27:58.9633338Z adding 'torch/lib/libtorch_global_deps.so' 2022-11-23T01:28:03.5879263Z adding 'torch/lib/libtorch_hip.so' 2022-11-23T01:28:04.8684530Z adding 'torch/lib/libtorch_python.so' 2022-11-23T01:28:04.9440508Z adding 'torch/lib/libtorchbind_test.so' 2022-11-23T01:28:04.9485756Z adding 'torch/linalg/__init__.py' 2022-11-23T01:28:04.9490430Z adding 'torch/masked/__init__.py' 2022-11-23T01:28:04.9495392Z adding 'torch/masked/_docs.py' 2022-11-23T01:28:04.9511941Z adding 'torch/masked/_ops.py' 2022-11-23T01:28:04.9515179Z adding 'torch/masked/maskedtensor/__init__.py' 2022-11-23T01:28:04.9518968Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2022-11-23T01:28:04.9521776Z adding 'torch/masked/maskedtensor/binary.py' 2022-11-23T01:28:04.9525841Z adding 'torch/masked/maskedtensor/core.py' 2022-11-23T01:28:04.9527730Z adding 'torch/masked/maskedtensor/creation.py' 2022-11-23T01:28:04.9529841Z adding 'torch/masked/maskedtensor/passthrough.py' 2022-11-23T01:28:04.9531804Z adding 'torch/masked/maskedtensor/reductions.py' 2022-11-23T01:28:04.9534680Z adding 'torch/masked/maskedtensor/unary.py' 2022-11-23T01:28:04.9536268Z adding 'torch/monitor/__init__.py' 2022-11-23T01:28:04.9538346Z adding 'torch/multiprocessing/__init__.py' 2022-11-23T01:28:04.9540087Z adding 'torch/multiprocessing/_atfork.py' 2022-11-23T01:28:04.9541971Z adding 'torch/multiprocessing/pool.py' 2022-11-23T01:28:04.9543669Z adding 'torch/multiprocessing/queue.py' 2022-11-23T01:28:04.9549139Z adding 'torch/multiprocessing/reductions.py' 2022-11-23T01:28:04.9553258Z adding 'torch/multiprocessing/spawn.py' 2022-11-23T01:28:04.9556247Z adding 'torch/nested/__init__.py' 2022-11-23T01:28:04.9558864Z adding 'torch/nn/__init__.py' 2022-11-23T01:28:04.9560715Z adding 'torch/nn/_reduction.py' 2022-11-23T01:28:04.9562614Z adding 'torch/nn/common_types.py' 2022-11-23T01:28:04.9564700Z adding 'torch/nn/cpp.py' 2022-11-23T01:28:04.9618076Z adding 'torch/nn/functional.py' 2022-11-23T01:28:04.9626796Z adding 'torch/nn/functional.pyi' 2022-11-23T01:28:04.9629778Z adding 'torch/nn/grad.py' 2022-11-23T01:28:04.9635491Z adding 'torch/nn/init.py' 2022-11-23T01:28:04.9639305Z adding 'torch/nn/parameter.py' 2022-11-23T01:28:04.9641186Z adding 'torch/nn/parameter.pyi' 2022-11-23T01:28:04.9642840Z adding 'torch/nn/backends/__init__.py' 2022-11-23T01:28:04.9644239Z adding 'torch/nn/backends/thnn.py' 2022-11-23T01:28:04.9646127Z adding 'torch/nn/intrinsic/__init__.py' 2022-11-23T01:28:04.9647999Z adding 'torch/nn/intrinsic/modules/__init__.py' 2022-11-23T01:28:04.9649628Z adding 'torch/nn/intrinsic/modules/fused.py' 2022-11-23T01:28:04.9651456Z adding 'torch/nn/intrinsic/qat/__init__.py' 2022-11-23T01:28:04.9653098Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2022-11-23T01:28:04.9654638Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2022-11-23T01:28:04.9656281Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2022-11-23T01:28:04.9657741Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2022-11-23T01:28:04.9659246Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2022-11-23T01:28:04.9660786Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2022-11-23T01:28:04.9662284Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-11-23T01:28:04.9663732Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-11-23T01:28:04.9665258Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2022-11-23T01:28:04.9666593Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2022-11-23T01:28:04.9667625Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2022-11-23T01:28:04.9669360Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2022-11-23T01:28:04.9672586Z adding 'torch/nn/modules/__init__.py' 2022-11-23T01:28:04.9676225Z adding 'torch/nn/modules/_functions.py' 2022-11-23T01:28:04.9688698Z adding 'torch/nn/modules/activation.py' 2022-11-23T01:28:04.9694053Z adding 'torch/nn/modules/adaptive.py' 2022-11-23T01:28:04.9701240Z adding 'torch/nn/modules/batchnorm.py' 2022-11-23T01:28:04.9703955Z adding 'torch/nn/modules/channelshuffle.py' 2022-11-23T01:28:04.9712357Z adding 'torch/nn/modules/container.py' 2022-11-23T01:28:04.9725268Z adding 'torch/nn/modules/conv.py' 2022-11-23T01:28:04.9729054Z adding 'torch/nn/modules/distance.py' 2022-11-23T01:28:04.9731959Z adding 'torch/nn/modules/dropout.py' 2022-11-23T01:28:04.9734474Z adding 'torch/nn/modules/flatten.py' 2022-11-23T01:28:04.9738088Z adding 'torch/nn/modules/fold.py' 2022-11-23T01:28:04.9741882Z adding 'torch/nn/modules/instancenorm.py' 2022-11-23T01:28:04.9746101Z adding 'torch/nn/modules/lazy.py' 2022-11-23T01:28:04.9749683Z adding 'torch/nn/modules/linear.py' 2022-11-23T01:28:04.9769833Z adding 'torch/nn/modules/loss.py' 2022-11-23T01:28:04.9799847Z adding 'torch/nn/modules/module.py' 2022-11-23T01:28:04.9805350Z adding 'torch/nn/modules/normalization.py' 2022-11-23T01:28:04.9808810Z adding 'torch/nn/modules/padding.py' 2022-11-23T01:28:04.9811161Z adding 'torch/nn/modules/pixelshuffle.py' 2022-11-23T01:28:04.9819634Z adding 'torch/nn/modules/pooling.py' 2022-11-23T01:28:04.9832870Z adding 'torch/nn/modules/rnn.py' 2022-11-23T01:28:04.9839539Z adding 'torch/nn/modules/sparse.py' 2022-11-23T01:28:04.9847227Z adding 'torch/nn/modules/transformer.py' 2022-11-23T01:28:04.9851210Z adding 'torch/nn/modules/upsampling.py' 2022-11-23T01:28:04.9853372Z adding 'torch/nn/modules/utils.py' 2022-11-23T01:28:04.9855370Z adding 'torch/nn/parallel/__init__.py' 2022-11-23T01:28:04.9856936Z adding 'torch/nn/parallel/__init__.pyi' 2022-11-23T01:28:04.9858939Z adding 'torch/nn/parallel/_functions.py' 2022-11-23T01:28:04.9860790Z adding 'torch/nn/parallel/_replicated_tensor_ddp_interop.py' 2022-11-23T01:28:04.9862276Z adding 'torch/nn/parallel/_replicated_tensor_ddp_utils.py' 2022-11-23T01:28:04.9865629Z adding 'torch/nn/parallel/comm.py' 2022-11-23T01:28:04.9867297Z adding 'torch/nn/parallel/common_types.pyi' 2022-11-23T01:28:04.9871025Z adding 'torch/nn/parallel/data_parallel.py' 2022-11-23T01:28:04.9872825Z adding 'torch/nn/parallel/data_parallel.pyi' 2022-11-23T01:28:04.9898892Z adding 'torch/nn/parallel/distributed.py' 2022-11-23T01:28:04.9902906Z adding 'torch/nn/parallel/parallel_apply.py' 2022-11-23T01:28:04.9904475Z adding 'torch/nn/parallel/parallel_apply.pyi' 2022-11-23T01:28:04.9906935Z adding 'torch/nn/parallel/replicate.py' 2022-11-23T01:28:04.9908573Z adding 'torch/nn/parallel/replicate.pyi' 2022-11-23T01:28:04.9910590Z adding 'torch/nn/parallel/scatter_gather.py' 2022-11-23T01:28:04.9912387Z adding 'torch/nn/parallel/scatter_gather.pyi' 2022-11-23T01:28:04.9914511Z adding 'torch/nn/qat/__init__.py' 2022-11-23T01:28:04.9915955Z adding 'torch/nn/qat/dynamic/__init__.py' 2022-11-23T01:28:04.9917918Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2022-11-23T01:28:04.9918642Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2022-11-23T01:28:04.9920421Z adding 'torch/nn/qat/modules/__init__.py' 2022-11-23T01:28:04.9921778Z adding 'torch/nn/qat/modules/conv.py' 2022-11-23T01:28:04.9923088Z adding 'torch/nn/qat/modules/embedding_ops.py' 2022-11-23T01:28:04.9924605Z adding 'torch/nn/qat/modules/linear.py' 2022-11-23T01:28:04.9926151Z adding 'torch/nn/quantizable/__init__.py' 2022-11-23T01:28:04.9927789Z adding 'torch/nn/quantizable/modules/__init__.py' 2022-11-23T01:28:04.9929394Z adding 'torch/nn/quantizable/modules/activation.py' 2022-11-23T01:28:04.9930815Z adding 'torch/nn/quantizable/modules/rnn.py' 2022-11-23T01:28:04.9932561Z adding 'torch/nn/quantized/__init__.py' 2022-11-23T01:28:04.9934181Z adding 'torch/nn/quantized/functional.py' 2022-11-23T01:28:04.9935750Z adding 'torch/nn/quantized/_reference/__init__.py' 2022-11-23T01:28:04.9937648Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2022-11-23T01:28:04.9940278Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2022-11-23T01:28:04.9942016Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2022-11-23T01:28:04.9943599Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2022-11-23T01:28:04.9945021Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2022-11-23T01:28:04.9946575Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2022-11-23T01:28:04.9948633Z adding 'torch/nn/quantized/dynamic/__init__.py' 2022-11-23T01:28:04.9950501Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2022-11-23T01:28:04.9952086Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2022-11-23T01:28:04.9953486Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2022-11-23T01:28:04.9955333Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2022-11-23T01:28:04.9958098Z adding 'torch/nn/quantized/modules/__init__.py' 2022-11-23T01:28:04.9959194Z adding 'torch/nn/quantized/modules/activation.py' 2022-11-23T01:28:04.9960898Z adding 'torch/nn/quantized/modules/batchnorm.py' 2022-11-23T01:28:04.9962310Z adding 'torch/nn/quantized/modules/conv.py' 2022-11-23T01:28:04.9963720Z adding 'torch/nn/quantized/modules/dropout.py' 2022-11-23T01:28:04.9965311Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2022-11-23T01:28:04.9966730Z adding 'torch/nn/quantized/modules/functional_modules.py' 2022-11-23T01:28:04.9968489Z adding 'torch/nn/quantized/modules/linear.py' 2022-11-23T01:28:04.9969925Z adding 'torch/nn/quantized/modules/normalization.py' 2022-11-23T01:28:04.9971579Z adding 'torch/nn/quantized/modules/rnn.py' 2022-11-23T01:28:04.9973055Z adding 'torch/nn/quantized/modules/utils.py' 2022-11-23T01:28:04.9974837Z adding 'torch/nn/utils/__init__.py' 2022-11-23T01:28:04.9976867Z adding 'torch/nn/utils/_deprecation_utils.py' 2022-11-23T01:28:04.9979448Z adding 'torch/nn/utils/_per_sample_grad.py' 2022-11-23T01:28:04.9981272Z adding 'torch/nn/utils/_stateless.py' 2022-11-23T01:28:04.9983528Z adding 'torch/nn/utils/clip_grad.py' 2022-11-23T01:28:04.9985822Z adding 'torch/nn/utils/convert_parameters.py' 2022-11-23T01:28:04.9987861Z adding 'torch/nn/utils/fusion.py' 2022-11-23T01:28:04.9989860Z adding 'torch/nn/utils/init.py' 2022-11-23T01:28:04.9992351Z adding 'torch/nn/utils/memory_format.py' 2022-11-23T01:28:04.9999318Z adding 'torch/nn/utils/parametrizations.py' 2022-11-23T01:28:05.0009734Z adding 'torch/nn/utils/parametrize.py' 2022-11-23T01:28:05.0024132Z adding 'torch/nn/utils/prune.py' 2022-11-23T01:28:05.0031679Z adding 'torch/nn/utils/rnn.py' 2022-11-23T01:28:05.0036940Z adding 'torch/nn/utils/spectral_norm.py' 2022-11-23T01:28:05.0039977Z adding 'torch/nn/utils/stateless.py' 2022-11-23T01:28:05.0042605Z adding 'torch/nn/utils/weight_norm.py' 2022-11-23T01:28:05.0044611Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2022-11-23T01:28:05.0046615Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2022-11-23T01:28:05.0050040Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2022-11-23T01:28:05.0052399Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2022-11-23T01:28:05.0054499Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2022-11-23T01:28:05.0057238Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2022-11-23T01:28:05.0059447Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2022-11-23T01:28:05.0061716Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2022-11-23T01:28:05.0063807Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2022-11-23T01:28:05.0065785Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2022-11-23T01:28:05.0068548Z adding 'torch/onnx/__init__.py' 2022-11-23T01:28:05.0070260Z adding 'torch/onnx/_constants.py' 2022-11-23T01:28:05.0072280Z adding 'torch/onnx/_deprecation.py' 2022-11-23T01:28:05.0073959Z adding 'torch/onnx/_experimental.py' 2022-11-23T01:28:05.0075688Z adding 'torch/onnx/_exporter_states.py' 2022-11-23T01:28:05.0077828Z adding 'torch/onnx/_globals.py' 2022-11-23T01:28:05.0080010Z adding 'torch/onnx/_onnx_supported_ops.py' 2022-11-23T01:28:05.0083577Z adding 'torch/onnx/_patch_torch.py' 2022-11-23T01:28:05.0087282Z adding 'torch/onnx/_type_utils.py' 2022-11-23T01:28:05.0089768Z adding 'torch/onnx/errors.py' 2022-11-23T01:28:05.0091431Z adding 'torch/onnx/operators.py' 2022-11-23T01:28:05.0094380Z adding 'torch/onnx/symbolic_caffe2.py' 2022-11-23T01:28:05.0111024Z adding 'torch/onnx/symbolic_helper.py' 2022-11-23T01:28:05.0119193Z adding 'torch/onnx/symbolic_opset10.py' 2022-11-23T01:28:05.0134277Z adding 'torch/onnx/symbolic_opset11.py' 2022-11-23T01:28:05.0139802Z adding 'torch/onnx/symbolic_opset12.py' 2022-11-23T01:28:05.0148215Z adding 'torch/onnx/symbolic_opset13.py' 2022-11-23T01:28:05.0151373Z adding 'torch/onnx/symbolic_opset14.py' 2022-11-23T01:28:05.0153501Z adding 'torch/onnx/symbolic_opset15.py' 2022-11-23T01:28:05.0155821Z adding 'torch/onnx/symbolic_opset16.py' 2022-11-23T01:28:05.0157697Z adding 'torch/onnx/symbolic_opset17.py' 2022-11-23T01:28:05.0159500Z adding 'torch/onnx/symbolic_opset7.py' 2022-11-23T01:28:05.0163690Z adding 'torch/onnx/symbolic_opset8.py' 2022-11-23T01:28:05.0223914Z adding 'torch/onnx/symbolic_opset9.py' 2022-11-23T01:28:05.0254089Z adding 'torch/onnx/utils.py' 2022-11-23T01:28:05.0263038Z adding 'torch/onnx/verification.py' 2022-11-23T01:28:05.0265447Z adding 'torch/onnx/_internal/__init__.py' 2022-11-23T01:28:05.0267989Z adding 'torch/onnx/_internal/_beartype.py' 2022-11-23T01:28:05.0272653Z adding 'torch/onnx/_internal/jit_utils.py' 2022-11-23T01:28:05.0275855Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2022-11-23T01:28:05.0279802Z adding 'torch/onnx/_internal/registration.py' 2022-11-23T01:28:05.0282065Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2022-11-23T01:28:05.0284774Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2022-11-23T01:28:05.0287435Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2022-11-23T01:28:05.0289606Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2022-11-23T01:28:05.0294105Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2022-11-23T01:28:05.0296835Z adding 'torch/onnx/_internal/diagnostics/infra/engine.py' 2022-11-23T01:28:05.0298899Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2022-11-23T01:28:05.0300630Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2022-11-23T01:28:05.0303521Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2022-11-23T01:28:05.0305362Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2022-11-23T01:28:05.0307330Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2022-11-23T01:28:05.0309296Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2022-11-23T01:28:05.0311084Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2022-11-23T01:28:05.0312795Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2022-11-23T01:28:05.0314636Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2022-11-23T01:28:05.0316300Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2022-11-23T01:28:05.0318013Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2022-11-23T01:28:05.0319594Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2022-11-23T01:28:05.0321163Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2022-11-23T01:28:05.0322752Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2022-11-23T01:28:05.0324357Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2022-11-23T01:28:05.0326275Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2022-11-23T01:28:05.0328031Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2022-11-23T01:28:05.0329856Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2022-11-23T01:28:05.0331501Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2022-11-23T01:28:05.0333127Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2022-11-23T01:28:05.0334847Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2022-11-23T01:28:05.0336797Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2022-11-23T01:28:05.0338565Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2022-11-23T01:28:05.0340210Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2022-11-23T01:28:05.0341807Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2022-11-23T01:28:05.0343453Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2022-11-23T01:28:05.0344991Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2022-11-23T01:28:05.0346558Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2022-11-23T01:28:05.0348442Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2022-11-23T01:28:05.0350621Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2022-11-23T01:28:05.0352292Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2022-11-23T01:28:05.0353570Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2022-11-23T01:28:05.0355512Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2022-11-23T01:28:05.0356932Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2022-11-23T01:28:05.0358520Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2022-11-23T01:28:05.0360068Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2022-11-23T01:28:05.0361598Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2022-11-23T01:28:05.0363181Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2022-11-23T01:28:05.0365049Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2022-11-23T01:28:05.0366801Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2022-11-23T01:28:05.0368821Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2022-11-23T01:28:05.0370759Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2022-11-23T01:28:05.0372163Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2022-11-23T01:28:05.0373610Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2022-11-23T01:28:05.0375125Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2022-11-23T01:28:05.0376661Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2022-11-23T01:28:05.0378296Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2022-11-23T01:28:05.0379884Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2022-11-23T01:28:05.0381634Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2022-11-23T01:28:05.0383163Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2022-11-23T01:28:05.0385207Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2022-11-23T01:28:05.0386941Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2022-11-23T01:28:05.0388693Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2022-11-23T01:28:05.0390476Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2022-11-23T01:28:05.0392237Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2022-11-23T01:28:05.0393896Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2022-11-23T01:28:05.0395306Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2022-11-23T01:28:05.0397477Z adding 'torch/optim/__init__.py' 2022-11-23T01:28:05.0398989Z adding 'torch/optim/__init__.pyi' 2022-11-23T01:28:05.0400939Z adding 'torch/optim/_functional.py' 2022-11-23T01:28:05.0404266Z adding 'torch/optim/adadelta.py' 2022-11-23T01:28:05.0406014Z adding 'torch/optim/adadelta.pyi' 2022-11-23T01:28:05.0409848Z adding 'torch/optim/adagrad.py' 2022-11-23T01:28:05.0411667Z adding 'torch/optim/adagrad.pyi' 2022-11-23T01:28:05.0418151Z adding 'torch/optim/adam.py' 2022-11-23T01:28:05.0420346Z adding 'torch/optim/adam.pyi' 2022-11-23T01:28:05.0423932Z adding 'torch/optim/adamax.py' 2022-11-23T01:28:05.0425736Z adding 'torch/optim/adamax.pyi' 2022-11-23T01:28:05.0430659Z adding 'torch/optim/adamw.py' 2022-11-23T01:28:05.0432720Z adding 'torch/optim/adamw.pyi' 2022-11-23T01:28:05.0435832Z adding 'torch/optim/asgd.py' 2022-11-23T01:28:05.0437544Z adding 'torch/optim/asgd.pyi' 2022-11-23T01:28:05.0442543Z adding 'torch/optim/lbfgs.py' 2022-11-23T01:28:05.0444552Z adding 'torch/optim/lbfgs.pyi' 2022-11-23T01:28:05.0462174Z adding 'torch/optim/lr_scheduler.py' 2022-11-23T01:28:05.0466204Z adding 'torch/optim/lr_scheduler.pyi' 2022-11-23T01:28:05.0470702Z adding 'torch/optim/nadam.py' 2022-11-23T01:28:05.0472607Z adding 'torch/optim/nadam.pyi' 2022-11-23T01:28:05.0477351Z adding 'torch/optim/optimizer.py' 2022-11-23T01:28:05.0479405Z adding 'torch/optim/optimizer.pyi' 2022-11-23T01:28:05.0483490Z adding 'torch/optim/radam.py' 2022-11-23T01:28:05.0485101Z adding 'torch/optim/radam.pyi' 2022-11-23T01:28:05.0489198Z adding 'torch/optim/rmsprop.py' 2022-11-23T01:28:05.0491043Z adding 'torch/optim/rmsprop.pyi' 2022-11-23T01:28:05.0494361Z adding 'torch/optim/rprop.py' 2022-11-23T01:28:05.0496112Z adding 'torch/optim/rprop.pyi' 2022-11-23T01:28:05.0499631Z adding 'torch/optim/sgd.py' 2022-11-23T01:28:05.0501503Z adding 'torch/optim/sgd.pyi' 2022-11-23T01:28:05.0503735Z adding 'torch/optim/sparse_adam.py' 2022-11-23T01:28:05.0505405Z adding 'torch/optim/sparse_adam.pyi' 2022-11-23T01:28:05.0509683Z adding 'torch/optim/swa_utils.py' 2022-11-23T01:28:05.0511695Z adding 'torch/optim/swa_utils.pyi' 2022-11-23T01:28:05.0513587Z adding 'torch/optim/_multi_tensor/__init__.py' 2022-11-23T01:28:05.0515431Z adding 'torch/package/__init__.py' 2022-11-23T01:28:05.0517933Z adding 'torch/package/_digraph.py' 2022-11-23T01:28:05.0519991Z adding 'torch/package/_directory_reader.py' 2022-11-23T01:28:05.0522064Z adding 'torch/package/_importlib.py' 2022-11-23T01:28:05.0523954Z adding 'torch/package/_mangling.py' 2022-11-23T01:28:05.0525989Z adding 'torch/package/_mock.py' 2022-11-23T01:28:05.0528359Z adding 'torch/package/_package_pickler.py' 2022-11-23T01:28:05.0530115Z adding 'torch/package/_package_unpickler.py' 2022-11-23T01:28:05.0532762Z adding 'torch/package/_stdlib.py' 2022-11-23T01:28:05.0535673Z adding 'torch/package/file_structure_representation.py' 2022-11-23T01:28:05.0537966Z adding 'torch/package/find_file_dependencies.py' 2022-11-23T01:28:05.0540197Z adding 'torch/package/glob_group.py' 2022-11-23T01:28:05.0543653Z adding 'torch/package/importer.py' 2022-11-23T01:28:05.0557612Z adding 'torch/package/package_exporter.py' 2022-11-23T01:28:05.0568106Z adding 'torch/package/package_importer.py' 2022-11-23T01:28:05.0570572Z adding 'torch/package/analyze/__init__.py' 2022-11-23T01:28:05.0572296Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2022-11-23T01:28:05.0573824Z adding 'torch/package/analyze/is_from_package.py' 2022-11-23T01:28:05.0575653Z adding 'torch/package/analyze/trace_dependencies.py' 2022-11-23T01:28:05.0577558Z adding 'torch/profiler/__init__.py' 2022-11-23T01:28:05.0581087Z adding 'torch/profiler/_memory_profiler.py' 2022-11-23T01:28:05.0587482Z adding 'torch/profiler/_pattern_matcher.py' 2022-11-23T01:28:05.0592480Z adding 'torch/profiler/_utils.py' 2022-11-23T01:28:05.0594644Z adding 'torch/profiler/itt.py' 2022-11-23T01:28:05.0601243Z adding 'torch/profiler/profiler.py' 2022-11-23T01:28:05.0603477Z adding 'torch/profiler/python_tracer.py' 2022-11-23T01:28:05.0605804Z adding 'torch/quantization/__init__.py' 2022-11-23T01:28:05.0607526Z adding 'torch/quantization/_numeric_suite.py' 2022-11-23T01:28:05.0609081Z adding 'torch/quantization/_numeric_suite_fx.py' 2022-11-23T01:28:05.0610693Z adding 'torch/quantization/fake_quantize.py' 2022-11-23T01:28:05.0612393Z adding 'torch/quantization/fuse_modules.py' 2022-11-23T01:28:05.0614202Z adding 'torch/quantization/fuser_method_mappings.py' 2022-11-23T01:28:05.0615897Z adding 'torch/quantization/observer.py' 2022-11-23T01:28:05.0617471Z adding 'torch/quantization/qconfig.py' 2022-11-23T01:28:05.0618978Z adding 'torch/quantization/quant_type.py' 2022-11-23T01:28:05.0620541Z adding 'torch/quantization/quantization_mappings.py' 2022-11-23T01:28:05.0621971Z adding 'torch/quantization/quantize.py' 2022-11-23T01:28:05.0623566Z adding 'torch/quantization/quantize_fx.py' 2022-11-23T01:28:05.0625065Z adding 'torch/quantization/quantize_jit.py' 2022-11-23T01:28:05.0626557Z adding 'torch/quantization/stubs.py' 2022-11-23T01:28:05.0628461Z adding 'torch/quantization/utils.py' 2022-11-23T01:28:05.0630237Z adding 'torch/quantization/fx/__init__.py' 2022-11-23T01:28:05.0632043Z adding 'torch/quantization/fx/_equalize.py' 2022-11-23T01:28:05.0633469Z adding 'torch/quantization/fx/convert.py' 2022-11-23T01:28:05.0634692Z adding 'torch/quantization/fx/fuse.py' 2022-11-23T01:28:05.0636337Z adding 'torch/quantization/fx/fusion_patterns.py' 2022-11-23T01:28:05.0637843Z adding 'torch/quantization/fx/graph_module.py' 2022-11-23T01:28:05.0639368Z adding 'torch/quantization/fx/match_utils.py' 2022-11-23T01:28:05.0641314Z adding 'torch/quantization/fx/pattern_utils.py' 2022-11-23T01:28:05.0642412Z adding 'torch/quantization/fx/prepare.py' 2022-11-23T01:28:05.0644213Z adding 'torch/quantization/fx/quantization_patterns.py' 2022-11-23T01:28:05.0645737Z adding 'torch/quantization/fx/quantization_types.py' 2022-11-23T01:28:05.0647306Z adding 'torch/quantization/fx/utils.py' 2022-11-23T01:28:05.0649463Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2022-11-23T01:28:05.0659636Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2022-11-23T01:28:05.0661649Z adding 'torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake' 2022-11-23T01:28:05.0663295Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2022-11-23T01:28:05.0666084Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2022-11-23T01:28:05.0668491Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2022-11-23T01:28:05.0670436Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2022-11-23T01:28:05.0672848Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2022-11-23T01:28:05.0699346Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2022-11-23T01:28:05.0706186Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2022-11-23T01:28:05.0708534Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2022-11-23T01:28:05.0711479Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2022-11-23T01:28:05.0713884Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2022-11-23T01:28:05.0718051Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2022-11-23T01:28:05.0721832Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2022-11-23T01:28:05.0725641Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2022-11-23T01:28:05.0731502Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2022-11-23T01:28:05.0734020Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2022-11-23T01:28:05.0736093Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2022-11-23T01:28:05.0737757Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2022-11-23T01:28:05.0739283Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2022-11-23T01:28:05.0741388Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2022-11-23T01:28:05.0743190Z adding 'torch/share/cmake/Caffe2/public/threads.cmake' 2022-11-23T01:28:05.0749675Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2022-11-23T01:28:05.0752538Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake' 2022-11-23T01:28:05.0754659Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake' 2022-11-23T01:28:05.0757558Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2022-11-23T01:28:05.0759306Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2022-11-23T01:28:05.0760940Z adding 'torch/signal/__init__.py' 2022-11-23T01:28:05.0762607Z adding 'torch/signal/windows/__init__.py' 2022-11-23T01:28:05.0766063Z adding 'torch/signal/windows/windows.py' 2022-11-23T01:28:05.0770552Z adding 'torch/sparse/__init__.py' 2022-11-23T01:28:05.0777325Z adding 'torch/special/__init__.py' 2022-11-23T01:28:05.1051314Z adding 'torch/test/CppSignature_test' 2022-11-23T01:28:05.1446746Z adding 'torch/test/Dict_test' 2022-11-23T01:28:05.1744866Z adding 'torch/test/Dimname_test' 2022-11-23T01:28:05.2077495Z adding 'torch/test/IListRef_test' 2022-11-23T01:28:05.2434132Z adding 'torch/test/KernelFunction_test' 2022-11-23T01:28:05.2985505Z adding 'torch/test/List_test' 2022-11-23T01:28:05.3353217Z adding 'torch/test/MaybeOwned_test' 2022-11-23T01:28:05.3679199Z adding 'torch/test/NamedTensor_test' 2022-11-23T01:28:05.4003805Z adding 'torch/test/apply_utils_test' 2022-11-23T01:28:05.4330876Z adding 'torch/test/atest' 2022-11-23T01:28:05.4644806Z adding 'torch/test/backend_fallback_test' 2022-11-23T01:28:05.4999268Z adding 'torch/test/basic' 2022-11-23T01:28:05.5309496Z adding 'torch/test/broadcast_test' 2022-11-23T01:28:05.5581866Z adding 'torch/test/c10_Array_test' 2022-11-23T01:28:05.5874707Z adding 'torch/test/c10_Bitset_test' 2022-11-23T01:28:05.6160644Z adding 'torch/test/c10_C++17_test' 2022-11-23T01:28:05.6443290Z adding 'torch/test/c10_CompileTimeFunctionPointer_test' 2022-11-23T01:28:05.6714885Z adding 'torch/test/c10_ConstexprCrc_test' 2022-11-23T01:28:05.6994179Z adding 'torch/test/c10_DeadlockDetection_test' 2022-11-23T01:28:05.7280861Z adding 'torch/test/c10_DeviceGuard_test' 2022-11-23T01:28:05.7565073Z adding 'torch/test/c10_Device_test' 2022-11-23T01:28:05.7892996Z adding 'torch/test/c10_DispatchKeySet_test' 2022-11-23T01:28:05.8174691Z adding 'torch/test/c10_Half_test' 2022-11-23T01:28:05.8476313Z adding 'torch/test/c10_InlineDeviceGuard_test' 2022-11-23T01:28:05.8790227Z adding 'torch/test/c10_InlineStreamGuard_test' 2022-11-23T01:28:05.9103990Z adding 'torch/test/c10_LeftRight_test' 2022-11-23T01:28:05.9451575Z adding 'torch/test/c10_Metaprogramming_test' 2022-11-23T01:28:05.9767972Z adding 'torch/test/c10_SizesAndStrides_test' 2022-11-23T01:28:06.0474155Z adding 'torch/test/c10_SmallVectorTest' 2022-11-23T01:28:06.0786428Z adding 'torch/test/c10_StreamGuard_test' 2022-11-23T01:28:06.1064540Z adding 'torch/test/c10_SymInt_test' 2022-11-23T01:28:06.1346725Z adding 'torch/test/c10_Synchronized_test' 2022-11-23T01:28:06.1653999Z adding 'torch/test/c10_ThreadLocal_test' 2022-11-23T01:28:06.1943587Z adding 'torch/test/c10_TypeIndex_test' 2022-11-23T01:28:06.2227391Z adding 'torch/test/c10_TypeList_test' 2022-11-23T01:28:06.2501000Z adding 'torch/test/c10_TypeTraits_test' 2022-11-23T01:28:06.2789481Z adding 'torch/test/c10_accumulate_test' 2022-11-23T01:28:06.3099943Z adding 'torch/test/c10_bfloat16_test' 2022-11-23T01:28:06.3404195Z adding 'torch/test/c10_complex_math_test' 2022-11-23T01:28:06.3710757Z adding 'torch/test/c10_complex_test' 2022-11-23T01:28:06.4257527Z adding 'torch/test/c10_either_test' 2022-11-23T01:28:06.4574530Z adding 'torch/test/c10_exception_test' 2022-11-23T01:28:06.4857571Z adding 'torch/test/c10_flags_test' 2022-11-23T01:28:06.5132492Z adding 'torch/test/c10_hip_HIPTest' 2022-11-23T01:28:06.5415446Z adding 'torch/test/c10_intrusive_ptr_benchmark' 2022-11-23T01:28:06.6227225Z adding 'torch/test/c10_intrusive_ptr_test' 2022-11-23T01:28:06.6554645Z adding 'torch/test/c10_irange_test' 2022-11-23T01:28:06.6867132Z adding 'torch/test/c10_logging_test' 2022-11-23T01:28:06.7273276Z adding 'torch/test/c10_optional_test' 2022-11-23T01:28:06.7619846Z adding 'torch/test/c10_ordered_preserving_dict_test' 2022-11-23T01:28:06.7925222Z adding 'torch/test/c10_registry_test' 2022-11-23T01:28:06.8251591Z adding 'torch/test/c10_string_view_test' 2022-11-23T01:28:06.8541751Z adding 'torch/test/c10_tempfile_test' 2022-11-23T01:28:06.8855886Z adding 'torch/test/c10_typeid_test' 2022-11-23T01:28:06.9179598Z adding 'torch/test/cpu_generator_test' 2022-11-23T01:28:06.9479145Z adding 'torch/test/cpu_profiling_allocator_test' 2022-11-23T01:28:06.9950366Z adding 'torch/test/cpu_rng_test' 2022-11-23T01:28:07.0242046Z adding 'torch/test/dispatch_key_set_test' 2022-11-23T01:28:07.0522876Z adding 'torch/test/dlconvertor_test' 2022-11-23T01:28:07.0845361Z adding 'torch/test/extension_backend_test' 2022-11-23T01:28:07.1155543Z adding 'torch/test/half_test' 2022-11-23T01:28:07.1450816Z adding 'torch/test/hip_apply_test' 2022-11-23T01:28:07.1723466Z adding 'torch/test/hip_complex_math_test' 2022-11-23T01:28:07.1995097Z adding 'torch/test/hip_complex_test' 2022-11-23T01:28:07.2266104Z adding 'torch/test/hip_distributions_test' 2022-11-23T01:28:07.2548600Z adding 'torch/test/hip_dlconvertor_test' 2022-11-23T01:28:07.2820231Z adding 'torch/test/hip_generator_test' 2022-11-23T01:28:07.3092195Z adding 'torch/test/hip_half_test' 2022-11-23T01:28:07.3364090Z adding 'torch/test/hip_integer_divider_test' 2022-11-23T01:28:07.3636509Z adding 'torch/test/hip_optional_test' 2022-11-23T01:28:07.3908000Z adding 'torch/test/hip_packedtensoraccessor_test' 2022-11-23T01:28:07.4180052Z adding 'torch/test/hip_vectorized_test' 2022-11-23T01:28:07.4473418Z adding 'torch/test/inline_container_test' 2022-11-23T01:28:07.5007808Z adding 'torch/test/ivalue_test' 2022-11-23T01:28:07.5656678Z adding 'torch/test/kernel_function_legacy_test' 2022-11-23T01:28:07.6190425Z adding 'torch/test/kernel_function_test' 2022-11-23T01:28:07.6845349Z adding 'torch/test/kernel_lambda_legacy_test' 2022-11-23T01:28:07.7392092Z adding 'torch/test/kernel_lambda_test' 2022-11-23T01:28:07.7746488Z adding 'torch/test/kernel_stackbased_test' 2022-11-23T01:28:07.8028319Z adding 'torch/test/lazy_tensor_test' 2022-11-23T01:28:07.8543828Z adding 'torch/test/make_boxed_from_unboxed_functor_test' 2022-11-23T01:28:07.8858066Z adding 'torch/test/math_kernel_test' 2022-11-23T01:28:07.9158550Z adding 'torch/test/memory_format_test' 2022-11-23T01:28:07.9454792Z adding 'torch/test/memory_overlapping_test' 2022-11-23T01:28:07.9753033Z adding 'torch/test/mobile_memory_cleanup' 2022-11-23T01:28:08.0069279Z adding 'torch/test/native_test' 2022-11-23T01:28:08.0342291Z adding 'torch/test/op_allowlist_test' 2022-11-23T01:28:08.1662607Z adding 'torch/test/op_registration_test' 2022-11-23T01:28:08.2037906Z adding 'torch/test/operator_name_test' 2022-11-23T01:28:08.2325204Z adding 'torch/test/operators_test' 2022-11-23T01:28:08.2615245Z adding 'torch/test/packedtensoraccessor_test' 2022-11-23T01:28:08.2977570Z adding 'torch/test/pow_test' 2022-11-23T01:28:08.3298297Z adding 'torch/test/quantized_test' 2022-11-23T01:28:08.3577885Z adding 'torch/test/reduce_ops_test' 2022-11-23T01:28:08.3863264Z adding 'torch/test/reportMemoryUsage_test' 2022-11-23T01:28:08.4180015Z adding 'torch/test/scalar_tensor_test' 2022-11-23T01:28:08.4502654Z adding 'torch/test/scalar_test' 2022-11-23T01:28:08.4798208Z adding 'torch/test/stride_properties_test' 2022-11-23T01:28:08.5206375Z adding 'torch/test/tensor_iterator_test' 2022-11-23T01:28:08.5522019Z adding 'torch/test/test_parallel' 2022-11-23T01:28:08.5545891Z adding 'torch/test/thread_init_test' 2022-11-23T01:28:08.5844693Z adding 'torch/test/type_ptr_test' 2022-11-23T01:28:08.6187242Z adding 'torch/test/type_test' 2022-11-23T01:28:08.6482534Z adding 'torch/test/undefined_tensor_test' 2022-11-23T01:28:08.6761798Z adding 'torch/test/variant_test' 2022-11-23T01:28:08.6780361Z adding 'torch/test/verify_api_visibility' 2022-11-23T01:28:08.7167189Z adding 'torch/test/vmap_test' 2022-11-23T01:28:08.7461706Z adding 'torch/test/weakref_test' 2022-11-23T01:28:08.7750743Z adding 'torch/test/wrapdim_test' 2022-11-23T01:28:08.8027424Z adding 'torch/test/xla_tensor_test' 2022-11-23T01:28:08.8043210Z adding 'torch/testing/__init__.py' 2022-11-23T01:28:08.8058348Z adding 'torch/testing/_comparison.py' 2022-11-23T01:28:08.8063837Z adding 'torch/testing/_creation.py' 2022-11-23T01:28:08.8066470Z adding 'torch/testing/_deprecated.py' 2022-11-23T01:28:08.8069230Z adding 'torch/testing/_internal/__init__.py' 2022-11-23T01:28:08.8074064Z adding 'torch/testing/_internal/autocast_test_lists.py' 2022-11-23T01:28:08.8078090Z adding 'torch/testing/_internal/check_kernel_launches.py' 2022-11-23T01:28:08.8081732Z adding 'torch/testing/_internal/common_cuda.py' 2022-11-23T01:28:08.8099864Z adding 'torch/testing/_internal/common_device_type.py' 2022-11-23T01:28:08.8111912Z adding 'torch/testing/_internal/common_distributed.py' 2022-11-23T01:28:08.8115223Z adding 'torch/testing/_internal/common_dtype.py' 2022-11-23T01:28:08.8126460Z adding 'torch/testing/_internal/common_fsdp.py' 2022-11-23T01:28:08.8132533Z adding 'torch/testing/_internal/common_jit.py' 2022-11-23T01:28:08.8309144Z adding 'torch/testing/_internal/common_methods_invocations.py' 2022-11-23T01:28:08.8341991Z adding 'torch/testing/_internal/common_modules.py' 2022-11-23T01:28:08.8386814Z adding 'torch/testing/_internal/common_nn.py' 2022-11-23T01:28:08.8412042Z adding 'torch/testing/_internal/common_quantization.py' 2022-11-23T01:28:08.8417844Z adding 'torch/testing/_internal/common_quantized.py' 2022-11-23T01:28:08.8421654Z adding 'torch/testing/_internal/common_subclass.py' 2022-11-23T01:28:08.8476603Z adding 'torch/testing/_internal/common_utils.py' 2022-11-23T01:28:08.8487598Z adding 'torch/testing/_internal/composite_compliance.py' 2022-11-23T01:28:08.8491592Z adding 'torch/testing/_internal/dist_utils.py' 2022-11-23T01:28:08.8496816Z adding 'torch/testing/_internal/hypothesis_utils.py' 2022-11-23T01:28:08.8499296Z adding 'torch/testing/_internal/inductor_utils.py' 2022-11-23T01:28:08.8508281Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2022-11-23T01:28:08.8518815Z adding 'torch/testing/_internal/jit_utils.py' 2022-11-23T01:28:08.8522836Z adding 'torch/testing/_internal/logging_tensor.py' 2022-11-23T01:28:08.8524890Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2022-11-23T01:28:08.8528150Z adding 'torch/testing/_internal/schema_check_mode.py' 2022-11-23T01:28:08.8530394Z adding 'torch/testing/_internal/codegen/__init__.py' 2022-11-23T01:28:08.8535529Z adding 'torch/testing/_internal/codegen/random_topo_test.py' 2022-11-23T01:28:08.8538195Z adding 'torch/testing/_internal/data/__init__.py' 2022-11-23T01:28:08.8539290Z adding 'torch/testing/_internal/data/network1.py' 2022-11-23T01:28:08.8541202Z adding 'torch/testing/_internal/data/network2.py' 2022-11-23T01:28:08.8543264Z adding 'torch/testing/_internal/distributed/__init__.py' 2022-11-23T01:28:08.8550660Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2022-11-23T01:28:08.8632990Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2022-11-23T01:28:08.8644177Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2022-11-23T01:28:08.8648310Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2022-11-23T01:28:08.8651291Z adding 'torch/testing/_internal/distributed/pipe_with_ddp_test.py' 2022-11-23T01:28:08.8654774Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2022-11-23T01:28:08.8656946Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2022-11-23T01:28:08.8658815Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2022-11-23T01:28:08.8662005Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2022-11-23T01:28:08.8664089Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2022-11-23T01:28:08.8665927Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2022-11-23T01:28:08.8667630Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2022-11-23T01:28:08.8671647Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2022-11-23T01:28:08.8675764Z adding 'torch/testing/_internal/distributed/_tensor/dtensor_lagging_op_db.py' 2022-11-23T01:28:08.8678187Z adding 'torch/testing/_internal/distributed/_tensor/gen_dtensor_lagging_op_db.py' 2022-11-23T01:28:08.8679799Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2022-11-23T01:28:08.8681445Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2022-11-23T01:28:08.8686671Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2022-11-23T01:28:08.8688809Z adding 'torch/testing/_internal/distributed/pipeline/__init__.py' 2022-11-23T01:28:08.8690415Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2022-11-23T01:28:08.8714365Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2022-11-23T01:28:08.8719514Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2022-11-23T01:28:08.8723192Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2022-11-23T01:28:08.8725431Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2022-11-23T01:28:08.8727221Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2022-11-23T01:28:08.8778999Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2022-11-23T01:28:08.8785502Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2022-11-23T01:28:08.8787105Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2022-11-23T01:28:08.8789233Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2022-11-23T01:28:08.8792759Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2022-11-23T01:28:08.8794559Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2022-11-23T01:28:08.8796536Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2022-11-23T01:28:08.8807347Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2022-11-23T01:28:08.8811038Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2022-11-23T01:28:08.8812768Z adding 'torch/testing/_internal/generated/__init__.py' 2022-11-23T01:28:08.8844407Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2022-11-23T01:28:08.8853757Z adding 'torch/testing/_internal/opinfo/__init__.py' 2022-11-23T01:28:08.8884204Z adding 'torch/testing/_internal/opinfo/core.py' 2022-11-23T01:28:08.8889042Z adding 'torch/testing/_internal/opinfo/refs.py' 2022-11-23T01:28:08.8892434Z adding 'torch/testing/_internal/opinfo/utils.py' 2022-11-23T01:28:08.8894569Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2022-11-23T01:28:08.8900809Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2022-11-23T01:28:08.8905398Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2022-11-23T01:28:08.8922209Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2022-11-23T01:28:08.8927051Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2022-11-23T01:28:08.8931599Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2022-11-23T01:28:08.8933765Z adding 'torch/testing/_internal/test_module/__init__.py' 2022-11-23T01:28:08.8935290Z adding 'torch/testing/_internal/test_module/future_div.py' 2022-11-23T01:28:08.8936688Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2022-11-23T01:28:08.8938669Z adding 'torch/utils/__init__.py' 2022-11-23T01:28:08.8940499Z adding 'torch/utils/_cpp_extension_versioner.py' 2022-11-23T01:28:08.8942067Z adding 'torch/utils/_crash_handler.py' 2022-11-23T01:28:08.8943962Z adding 'torch/utils/_cuda_trace.py' 2022-11-23T01:28:08.8947626Z adding 'torch/utils/_freeze.py' 2022-11-23T01:28:08.9180683Z adding 'torch/utils/_mode_utils.py' 2022-11-23T01:28:08.9182778Z adding 'torch/utils/_python_dispatch.py' 2022-11-23T01:28:08.9186651Z adding 'torch/utils/_pytree.py' 2022-11-23T01:28:08.9189046Z adding 'torch/utils/_zip.py' 2022-11-23T01:28:08.9191196Z adding 'torch/utils/backend_registration.py' 2022-11-23T01:28:08.9197189Z adding 'torch/utils/bundled_inputs.py' 2022-11-23T01:28:08.9203619Z adding 'torch/utils/checkpoint.py' 2022-11-23T01:28:08.9209166Z adding 'torch/utils/collect_env.py' 2022-11-23T01:28:08.9211143Z adding 'torch/utils/cpp_backtrace.py' 2022-11-23T01:28:08.9240153Z adding 'torch/utils/cpp_extension.py' 2022-11-23T01:28:08.9244791Z adding 'torch/utils/dlpack.py' 2022-11-23T01:28:08.9246623Z adding 'torch/utils/file_baton.py' 2022-11-23T01:28:08.9249722Z adding 'torch/utils/hooks.py' 2022-11-23T01:28:08.9252381Z adding 'torch/utils/mkldnn.py' 2022-11-23T01:28:08.9255132Z adding 'torch/utils/mobile_optimizer.py' 2022-11-23T01:28:08.9256825Z adding 'torch/utils/model_zoo.py' 2022-11-23T01:28:08.9259247Z adding 'torch/utils/show_pickle.py' 2022-11-23T01:28:08.9262233Z adding 'torch/utils/throughput_benchmark.py' 2022-11-23T01:28:08.9264293Z adding 'torch/utils/backcompat/__init__.py' 2022-11-23T01:28:08.9266070Z adding 'torch/utils/benchmark/__init__.py' 2022-11-23T01:28:08.9267941Z adding 'torch/utils/benchmark/examples/__init__.py' 2022-11-23T01:28:08.9271017Z adding 'torch/utils/benchmark/examples/blas_compare.py' 2022-11-23T01:28:08.9274137Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2022-11-23T01:28:08.9276435Z adding 'torch/utils/benchmark/examples/compare.py' 2022-11-23T01:28:08.9281217Z adding 'torch/utils/benchmark/examples/end_to_end.py' 2022-11-23T01:28:08.9283674Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2022-11-23T01:28:08.9286300Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2022-11-23T01:28:08.9288030Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2022-11-23T01:28:08.9290421Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2022-11-23T01:28:08.9292270Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2022-11-23T01:28:08.9294252Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2022-11-23T01:28:08.9296461Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2022-11-23T01:28:08.9298568Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2022-11-23T01:28:08.9300798Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2022-11-23T01:28:08.9302840Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2022-11-23T01:28:08.9304677Z adding 'torch/utils/benchmark/utils/__init__.py' 2022-11-23T01:28:08.9306355Z adding 'torch/utils/benchmark/utils/_stubs.py' 2022-11-23T01:28:08.9311027Z adding 'torch/utils/benchmark/utils/common.py' 2022-11-23T01:28:08.9315442Z adding 'torch/utils/benchmark/utils/compare.py' 2022-11-23T01:28:08.9318656Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2022-11-23T01:28:08.9324369Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2022-11-23T01:28:08.9327533Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2022-11-23T01:28:08.9329289Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2022-11-23T01:28:08.9335308Z adding 'torch/utils/benchmark/utils/timer.py' 2022-11-23T01:28:08.9337553Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2022-11-23T01:28:08.9340655Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2022-11-23T01:28:08.9342383Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2022-11-23T01:28:08.9343960Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2022-11-23T01:28:08.9354746Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2022-11-23T01:28:08.9400517Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2022-11-23T01:28:08.9411377Z adding 'torch/utils/bottleneck/__init__.py' 2022-11-23T01:28:08.9414268Z adding 'torch/utils/bottleneck/__main__.py' 2022-11-23T01:28:08.9416529Z adding 'torch/utils/data/__init__.py' 2022-11-23T01:28:08.9418093Z adding 'torch/utils/data/backward_compatibility.py' 2022-11-23T01:28:08.9443227Z adding 'torch/utils/data/dataloader.py' 2022-11-23T01:28:08.9448986Z adding 'torch/utils/data/dataset.py' 2022-11-23T01:28:08.9452240Z adding 'torch/utils/data/distributed.py' 2022-11-23T01:28:08.9455083Z adding 'torch/utils/data/graph.py' 2022-11-23T01:28:08.9457694Z adding 'torch/utils/data/graph_settings.py' 2022-11-23T01:28:08.9461567Z adding 'torch/utils/data/sampler.py' 2022-11-23T01:28:08.9464287Z adding 'torch/utils/data/_utils/__init__.py' 2022-11-23T01:28:08.9468263Z adding 'torch/utils/data/_utils/collate.py' 2022-11-23T01:28:08.9470414Z adding 'torch/utils/data/_utils/fetch.py' 2022-11-23T01:28:08.9472520Z adding 'torch/utils/data/_utils/pin_memory.py' 2022-11-23T01:28:08.9474119Z adding 'torch/utils/data/_utils/serialization.py' 2022-11-23T01:28:08.9476136Z adding 'torch/utils/data/_utils/signal_handling.py' 2022-11-23T01:28:08.9480551Z adding 'torch/utils/data/_utils/worker.py' 2022-11-23T01:28:08.9482592Z adding 'torch/utils/data/datapipes/__init__.py' 2022-11-23T01:28:08.9485712Z adding 'torch/utils/data/datapipes/_decorator.py' 2022-11-23T01:28:08.9489107Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2022-11-23T01:28:08.9494341Z adding 'torch/utils/data/datapipes/_typing.py' 2022-11-23T01:28:08.9499088Z adding 'torch/utils/data/datapipes/datapipe.py' 2022-11-23T01:28:08.9502029Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2022-11-23T01:28:08.9505510Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2022-11-23T01:28:08.9507543Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2022-11-23T01:28:08.9509744Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2022-11-23T01:28:08.9513800Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2022-11-23T01:28:08.9515923Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2022-11-23T01:28:08.9517540Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2022-11-23T01:28:08.9519541Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2022-11-23T01:28:08.9522872Z adding 'torch/utils/data/datapipes/iter/callable.py' 2022-11-23T01:28:08.9525820Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2022-11-23T01:28:08.9531885Z adding 'torch/utils/data/datapipes/iter/combining.py' 2022-11-23T01:28:08.9534470Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2022-11-23T01:28:08.9536626Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2022-11-23T01:28:08.9540641Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2022-11-23T01:28:08.9543029Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2022-11-23T01:28:08.9545235Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2022-11-23T01:28:08.9547031Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2022-11-23T01:28:08.9548947Z adding 'torch/utils/data/datapipes/iter/utils.py' 2022-11-23T01:28:08.9550926Z adding 'torch/utils/data/datapipes/map/__init__.py' 2022-11-23T01:28:08.9552753Z adding 'torch/utils/data/datapipes/map/callable.py' 2022-11-23T01:28:08.9555028Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2022-11-23T01:28:08.9557145Z adding 'torch/utils/data/datapipes/map/combining.py' 2022-11-23T01:28:08.9559466Z adding 'torch/utils/data/datapipes/map/grouping.py' 2022-11-23T01:28:08.9561438Z adding 'torch/utils/data/datapipes/map/utils.py' 2022-11-23T01:28:08.9563080Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2022-11-23T01:28:08.9567202Z adding 'torch/utils/data/datapipes/utils/common.py' 2022-11-23T01:28:08.9571100Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2022-11-23T01:28:08.9573596Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2022-11-23T01:28:08.9575546Z adding 'torch/utils/hipify/__init__.py' 2022-11-23T01:28:08.9577476Z adding 'torch/utils/hipify/constants.py' 2022-11-23T01:28:08.9623338Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2022-11-23T01:28:08.9643362Z adding 'torch/utils/hipify/hipify_python.py' 2022-11-23T01:28:08.9645856Z adding 'torch/utils/hipify/version.py' 2022-11-23T01:28:08.9647519Z adding 'torch/utils/jit/__init__.py' 2022-11-23T01:28:08.9649831Z adding 'torch/utils/jit/log_extract.py' 2022-11-23T01:28:08.9655522Z adding 'torch/utils/model_dump/__init__.py' 2022-11-23T01:28:08.9657559Z adding 'torch/utils/model_dump/__main__.py' 2022-11-23T01:28:08.9662833Z adding 'torch/utils/model_dump/code.js' 2022-11-23T01:28:08.9665293Z adding 'torch/utils/model_dump/htm.mjs' 2022-11-23T01:28:08.9669528Z adding 'torch/utils/model_dump/preact.mjs' 2022-11-23T01:28:08.9671581Z adding 'torch/utils/model_dump/skeleton.html' 2022-11-23T01:28:08.9673594Z adding 'torch/utils/tensorboard/__init__.py' 2022-11-23T01:28:08.9681383Z adding 'torch/utils/tensorboard/_caffe2_graph.py' 2022-11-23T01:28:08.9683888Z adding 'torch/utils/tensorboard/_convert_np.py' 2022-11-23T01:28:08.9685998Z adding 'torch/utils/tensorboard/_embedding.py' 2022-11-23T01:28:08.9688040Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2022-11-23T01:28:08.9690115Z adding 'torch/utils/tensorboard/_proto_graph.py' 2022-11-23T01:28:08.9694856Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2022-11-23T01:28:08.9697729Z adding 'torch/utils/tensorboard/_utils.py' 2022-11-23T01:28:08.9706457Z adding 'torch/utils/tensorboard/summary.py' 2022-11-23T01:28:08.9718792Z adding 'torch/utils/tensorboard/writer.py' 2022-11-23T01:28:08.9723575Z adding 'torchgen/__init__.py' 2022-11-23T01:28:08.9725686Z adding 'torchgen/code_template.py' 2022-11-23T01:28:08.9727987Z adding 'torchgen/context.py' 2022-11-23T01:28:08.9757626Z adding 'torchgen/gen.py' 2022-11-23T01:28:08.9766328Z adding 'torchgen/gen_backend_stubs.py' 2022-11-23T01:28:08.9775962Z adding 'torchgen/gen_functionalization_type.py' 2022-11-23T01:28:08.9783489Z adding 'torchgen/gen_lazy_tensor.py' 2022-11-23T01:28:08.9787256Z adding 'torchgen/gen_vmap_plumbing.py' 2022-11-23T01:28:08.9789472Z adding 'torchgen/local.py' 2022-11-23T01:28:08.9824261Z adding 'torchgen/model.py' 2022-11-23T01:28:08.9835729Z adding 'torchgen/native_function_generation.py' 2022-11-23T01:28:08.9841942Z adding 'torchgen/utils.py' 2022-11-23T01:28:08.9844226Z adding 'torchgen/api/__init__.py' 2022-11-23T01:28:08.9851940Z adding 'torchgen/api/autograd.py' 2022-11-23T01:28:08.9857467Z adding 'torchgen/api/cpp.py' 2022-11-23T01:28:08.9860161Z adding 'torchgen/api/dispatcher.py' 2022-11-23T01:28:08.9863200Z adding 'torchgen/api/functionalization.py' 2022-11-23T01:28:08.9868908Z adding 'torchgen/api/lazy.py' 2022-11-23T01:28:08.9871145Z adding 'torchgen/api/meta.py' 2022-11-23T01:28:08.9873719Z adding 'torchgen/api/native.py' 2022-11-23T01:28:08.9890094Z adding 'torchgen/api/python.py' 2022-11-23T01:28:08.9894304Z adding 'torchgen/api/structured.py' 2022-11-23T01:28:08.9899621Z adding 'torchgen/api/translate.py' 2022-11-23T01:28:08.9907883Z adding 'torchgen/api/types.py' 2022-11-23T01:28:08.9911797Z adding 'torchgen/api/ufunc.py' 2022-11-23T01:28:08.9915168Z adding 'torchgen/api/unboxing.py' 2022-11-23T01:28:08.9917444Z adding 'torchgen/dest/__init__.py' 2022-11-23T01:28:08.9925260Z adding 'torchgen/dest/lazy_ir.py' 2022-11-23T01:28:08.9928085Z adding 'torchgen/dest/lazy_ts_lowering.py' 2022-11-23T01:28:08.9930100Z adding 'torchgen/dest/native_functions.py' 2022-11-23T01:28:08.9940844Z adding 'torchgen/dest/register_dispatch_key.py' 2022-11-23T01:28:08.9946850Z adding 'torchgen/dest/ufunc.py' 2022-11-23T01:28:08.9949312Z adding 'torchgen/operator_versions/__init__.py' 2022-11-23T01:28:08.9953348Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2022-11-23T01:28:08.9955344Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2022-11-23T01:28:09.0049420Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2022-11-23T01:28:09.0062811Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2022-11-23T01:28:09.0065251Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2022-11-23T01:28:09.0067304Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2022-11-23T01:28:09.0069261Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2022-11-23T01:28:09.0071358Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2022-11-23T01:28:09.0073212Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2022-11-23T01:28:09.0074726Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2022-11-23T01:28:09.0076164Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2022-11-23T01:28:09.0077513Z adding 'torchgen/packaged/ATen/templates/Function.h' 2022-11-23T01:28:09.0078821Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2022-11-23T01:28:09.0080694Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2022-11-23T01:28:09.0083086Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2022-11-23T01:28:09.0084827Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2022-11-23T01:28:09.0086268Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2022-11-23T01:28:09.0088147Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2022-11-23T01:28:09.0089524Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2022-11-23T01:28:09.0091682Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2022-11-23T01:28:09.0092845Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2022-11-23T01:28:09.0094457Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2022-11-23T01:28:09.0095620Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2022-11-23T01:28:09.0097143Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2022-11-23T01:28:09.0099223Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2022-11-23T01:28:09.0100837Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2022-11-23T01:28:09.0102481Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2022-11-23T01:28:09.0104469Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2022-11-23T01:28:09.0106266Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2022-11-23T01:28:09.0107642Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2022-11-23T01:28:09.0109753Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2022-11-23T01:28:09.0111767Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2022-11-23T01:28:09.0113229Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2022-11-23T01:28:09.0114795Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2022-11-23T01:28:09.0123723Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2022-11-23T01:28:09.0126146Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2022-11-23T01:28:09.0127721Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2022-11-23T01:28:09.0129343Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2022-11-23T01:28:09.0130816Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2022-11-23T01:28:09.0132509Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2022-11-23T01:28:09.0134203Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2022-11-23T01:28:09.0135999Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2022-11-23T01:28:09.0137406Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2022-11-23T01:28:09.0139088Z adding 'torchgen/selective_build/__init__.py' 2022-11-23T01:28:09.0141856Z adding 'torchgen/selective_build/operator.py' 2022-11-23T01:28:09.0145373Z adding 'torchgen/selective_build/selector.py' 2022-11-23T01:28:09.0147345Z adding 'torchgen/static_runtime/__init__.py' 2022-11-23T01:28:09.0150531Z adding 'torchgen/static_runtime/config.py' 2022-11-23T01:28:09.0153929Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2022-11-23T01:28:09.0160357Z adding 'torchgen/static_runtime/generator.py' 2022-11-23T01:28:09.0198826Z adding 'torch-1.14.0a0+git1cfd385.dist-info/LICENSE' 2022-11-23T01:28:09.0213116Z adding 'torch-1.14.0a0+git1cfd385.dist-info/METADATA' 2022-11-23T01:28:09.0219864Z adding 'torch-1.14.0a0+git1cfd385.dist-info/NOTICE' 2022-11-23T01:28:09.0221568Z adding 'torch-1.14.0a0+git1cfd385.dist-info/WHEEL' 2022-11-23T01:28:09.0223230Z adding 'torch-1.14.0a0+git1cfd385.dist-info/entry_points.txt' 2022-11-23T01:28:09.0223903Z adding 'torch-1.14.0a0+git1cfd385.dist-info/top_level.txt' 2022-11-23T01:28:09.0732730Z adding 'torch-1.14.0a0+git1cfd385.dist-info/RECORD' 2022-11-23T01:28:09.0968136Z removing build/bdist.linux-x86_64/wheel 2022-11-23T01:28:09.4133439Z ++ echo dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl 2022-11-23T01:28:09.4133872Z + pip_install_whl dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl 2022-11-23T01:28:09.4134326Z + python3 -mpip install --no-index --no-deps dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl 2022-11-23T01:28:10.3598821Z Processing ./dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl 2022-11-23T01:28:10.8624576Z Installing collected packages: torch 2022-11-23T01:28:17.2086095Z Successfully installed torch-1.14.0a0+git1cfd385 2022-11-23T01:28:17.2589514Z + set -x 2022-11-23T01:28:17.2589895Z + assert_git_not_dirty 2022-11-23T01:28:17.2590269Z + [[ linux-focal-rocm5.2-py3.8 != *rocm* ]] 2022-11-23T01:28:17.2590499Z + mkdir -p dist 2022-11-23T01:28:17.2624711Z + '[' -f build/.ninja_log ']' 2022-11-23T01:28:17.2625193Z + [[ linux-focal-rocm5.2-py3.8 == *rocm* ]] 2022-11-23T01:28:17.2625545Z + sudo rm -f /opt/cache/bin/cc 2022-11-23T01:28:17.3182952Z + sudo rm -f /opt/cache/bin/c++ 2022-11-23T01:28:17.3224248Z + sudo rm -f /opt/cache/bin/gcc 2022-11-23T01:28:17.3264053Z + sudo rm -f /opt/cache/bin/g++ 2022-11-23T01:28:17.3303758Z + pushd /opt/rocm/llvm/bin 2022-11-23T01:28:17.3304057Z /opt/rocm/llvm/bin ~/workspace 2022-11-23T01:28:17.3305476Z + [[ -d original ]] 2022-11-23T01:28:17.3305704Z + sudo mv original/clang . 2022-11-23T01:28:17.3395144Z + sudo mv original/clang++ . 2022-11-23T01:28:17.3437592Z + sudo rm -rf original 2022-11-23T01:28:17.3477584Z + popd 2022-11-23T01:28:17.3477890Z ~/workspace 2022-11-23T01:28:17.3478327Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=build/custom_test_artifacts 2022-11-23T01:28:17.3480630Z ++ [[ linux-focal-rocm5.2-py3.8 == *rocm* ]] 2022-11-23T01:28:17.3480995Z ++ echo ON 2022-11-23T01:28:17.3482679Z + CUSTOM_TEST_USE_ROCM=ON 2022-11-23T01:28:17.3483151Z + CUSTOM_TEST_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public 2022-11-23T01:28:17.3483686Z + mkdir -pv build/custom_test_artifacts 2022-11-23T01:28:17.3491852Z mkdir: created directory 'build/custom_test_artifacts' 2022-11-23T01:28:17.3503286Z + CUSTOM_OP_BUILD=build/custom_test_artifacts/custom-op-build 2022-11-23T01:28:17.3503620Z + CUSTOM_OP_TEST=/var/lib/jenkins/workspace/test/custom_operator 2022-11-23T01:28:17.3503932Z + python --version 2022-11-23T01:28:17.3504098Z Python 3.8.13 2022-11-23T01:28:17.3507198Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-11-23T01:28:17.5461891Z + SITE_PACKAGES=/opt/conda/lib/python3.8/site-packages 2022-11-23T01:28:17.5462242Z + mkdir -p build/custom_test_artifacts/custom-op-build 2022-11-23T01:28:17.5472131Z + pushd build/custom_test_artifacts/custom-op-build 2022-11-23T01:28:17.5472766Z ~/workspace/build/custom_test_artifacts/custom-op-build ~/workspace 2022-11-23T01:28:17.5474646Z ++ which python 2022-11-23T01:28:17.5487793Z + cmake /var/lib/jenkins/workspace/test/custom_operator -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.8/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=ON 2022-11-23T01:28:17.6309065Z -- The C compiler identification is GNU 9.4.0 2022-11-23T01:28:17.6845374Z -- The CXX compiler identification is GNU 9.4.0 2022-11-23T01:28:17.6916660Z -- Detecting C compiler ABI info 2022-11-23T01:28:17.7489413Z -- Detecting C compiler ABI info - done 2022-11-23T01:28:17.7564007Z -- Check for working C compiler: /usr/bin/cc - skipped 2022-11-23T01:28:17.7566209Z -- Detecting C compile features 2022-11-23T01:28:17.7570147Z -- Detecting C compile features - done 2022-11-23T01:28:17.7598862Z -- Detecting CXX compiler ABI info 2022-11-23T01:28:17.8235816Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:28:17.8314177Z -- Check for working CXX compiler: /usr/bin/c++ - skipped 2022-11-23T01:28:17.8317024Z -- Detecting CXX compile features 2022-11-23T01:28:17.8321803Z -- Detecting CXX compile features - done 2022-11-23T01:28:17.8350140Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:28:18.0211576Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:28:18.0214728Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:28:18.0907929Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:28:18.0908338Z  2022-11-23T01:28:18.0908627Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:28:18.0908964Z  2022-11-23T01:28:18.0909257Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:28:18.0909608Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:28:18.0910067Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:28:18.0910434Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:28:18.0910832Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:28:18.0911275Z HIP_VERSION_MAJOR: 5 2022-11-23T01:28:18.0911578Z HIP_VERSION_MINOR: 2 2022-11-23T01:28:18.0913394Z TORCH_HIP_VERSION: 502 2022-11-23T01:28:18.0913682Z  2022-11-23T01:28:18.0914002Z ***** Library versions from dpkg ***** 2022-11-23T01:28:18.0914296Z  2022-11-23T01:28:18.1028949Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:28:18.1029253Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:28:18.1144441Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:28:18.1263117Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:28:18.1380115Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:28:18.1728005Z  2022-11-23T01:28:18.1728293Z ***** Library versions from cmake find_package ***** 2022-11-23T01:28:18.1728750Z  2022-11-23T01:28:18.1771733Z -- Looking for pthread.h 2022-11-23T01:28:18.2339958Z -- Looking for pthread.h - found 2022-11-23T01:28:18.2340741Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:28:18.2921142Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:28:18.2921555Z -- Looking for pthread_create in pthreads 2022-11-23T01:28:18.3367410Z -- Looking for pthread_create in pthreads - not found 2022-11-23T01:28:18.3367746Z -- Looking for pthread_create in pthread 2022-11-23T01:28:18.3897543Z -- Looking for pthread_create in pthread - found 2022-11-23T01:28:18.3905583Z -- Found Threads: TRUE 2022-11-23T01:28:18.3910113Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.4031287Z hip VERSION: 5.2.22212 2022-11-23T01:28:18.4037409Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:28:18.4042658Z amd_comgr VERSION: 2.4.0 2022-11-23T01:28:18.4084576Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.4092556Z rocrand VERSION: 2.10.9 2022-11-23T01:28:18.4134095Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.4142903Z hiprand VERSION: 2.10.9 2022-11-23T01:28:18.4184019Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.4193043Z rocblas VERSION: 2.44.0 2022-11-23T01:28:18.4234880Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.4247551Z miopen VERSION: 2.17.0 2022-11-23T01:28:18.4289096Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.4298081Z hipfft VERSION: 1.0.8 2022-11-23T01:28:18.4339104Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.4349526Z hipsparse VERSION: 2.1.0 2022-11-23T01:28:18.4390930Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.4401804Z rccl VERSION: 2.11.4 2022-11-23T01:28:18.4442686Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.4453615Z rocprim VERSION: 2.10.9 2022-11-23T01:28:18.4499552Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.4513408Z hipcub VERSION: 2.10.12 2022-11-23T01:28:18.4559845Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.4573297Z rocthrust VERSION: 2.10.9 2022-11-23T01:28:18.4573600Z HIP library name: amdhip64 2022-11-23T01:28:18.4621068Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:28:18.4638469Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:28:18.4647362Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:28:18.5357300Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:28:18.5357770Z  2022-11-23T01:28:18.5358172Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:28:18.5358384Z  2022-11-23T01:28:18.5358595Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:28:18.5358836Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:28:18.5359078Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:28:18.5359314Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:28:18.5359558Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:28:18.5359799Z HIP_VERSION_MAJOR: 5 2022-11-23T01:28:18.5360016Z HIP_VERSION_MINOR: 2 2022-11-23T01:28:18.5360249Z TORCH_HIP_VERSION: 502 2022-11-23T01:28:18.5360440Z  2022-11-23T01:28:18.5360608Z ***** Library versions from dpkg ***** 2022-11-23T01:28:18.5360809Z  2022-11-23T01:28:18.5477787Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:28:18.5478094Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:28:18.5597212Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:28:18.5716900Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:28:18.5838895Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:28:18.6190762Z  2022-11-23T01:28:18.6191103Z ***** Library versions from cmake find_package ***** 2022-11-23T01:28:18.6191318Z  2022-11-23T01:28:18.6235572Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.6245979Z hip VERSION: 5.2.22212 2022-11-23T01:28:18.6251419Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:28:18.6255377Z amd_comgr VERSION: 2.4.0 2022-11-23T01:28:18.6297580Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.6310907Z rocrand VERSION: 2.10.9 2022-11-23T01:28:18.6352802Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.6366756Z hiprand VERSION: 2.10.9 2022-11-23T01:28:18.6408201Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.6422053Z rocblas VERSION: 2.44.0 2022-11-23T01:28:18.6463304Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.6482474Z miopen VERSION: 2.17.0 2022-11-23T01:28:18.6523788Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.6538864Z hipfft VERSION: 1.0.8 2022-11-23T01:28:18.6580135Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.6596190Z hipsparse VERSION: 2.1.0 2022-11-23T01:28:18.6637147Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.6653739Z rccl VERSION: 2.11.4 2022-11-23T01:28:18.6694980Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.6713374Z rocprim VERSION: 2.10.9 2022-11-23T01:28:18.6760279Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.6779711Z hipcub VERSION: 2.10.12 2022-11-23T01:28:18.6827394Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:18.6848606Z rocthrust VERSION: 2.10.9 2022-11-23T01:28:18.6848852Z HIP library name: amdhip64 2022-11-23T01:28:18.7123878Z CMake Warning at /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:28:18.7124335Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:28:18.7124581Z Call Stack (most recent call first): 2022-11-23T01:28:18.7125289Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:28:18.7125593Z CMakeLists.txt:9 (find_package) 2022-11-23T01:28:18.7125775Z 2022-11-23T01:28:18.7125862Z  2022-11-23T01:28:18.7126157Z -- Found Torch: /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so 2022-11-23T01:28:18.7129323Z -- Configuring done 2022-11-23T01:28:18.7222085Z -- Generating done 2022-11-23T01:28:18.7228261Z CMake Warning: 2022-11-23T01:28:18.7228834Z Manually-specified variables were not used by the project: 2022-11-23T01:28:18.7229123Z 2022-11-23T01:28:18.7229263Z PYTHON_EXECUTABLE 2022-11-23T01:28:18.7229464Z 2022-11-23T01:28:18.7229594Z  2022-11-23T01:28:18.7240149Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-11-23T01:28:18.7280766Z + make VERBOSE=1 2022-11-23T01:28:18.7293529Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/custom_operator -B/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-11-23T01:28:18.7350794Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build//CMakeFiles/progress.marks 2022-11-23T01:28:18.7390818Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:28:18.7400296Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:28:18.7400994Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/depend 2022-11-23T01:28:18.7410871Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:28:18.7411949Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake --color= 2022-11-23T01:28:18.7456972Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:28:18.7458085Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/build 2022-11-23T01:28:18.7468192Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:28:18.7506864Z [ 25%] Building CXX object CMakeFiles/custom_ops.dir/op.cpp.o 2022-11-23T01:28:18.7513039Z /usr/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_NCCL -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D__HIP_PLATFORM_AMD__=1 -D__HIP_PLATFORM_HCC__=1 -Dcustom_ops_EXPORTS -isystem /opt/conda/lib/python3.8/site-packages/torch/include -isystem /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isystem /opt/rocm-5.2.0/include -isystem /opt/rocm-5.2.0/include/hiprand -fPIC -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -D__HIP_PLATFORM_HCC__=1 -DCUDA_HAS_FP16=1 -D__HIP_NO_HALF_OPERATORS__=1 -D__HIP_NO_HALF_CONVERSIONS__=1 -DTORCH_HIP_VERSION=502 -Wno-macro-redefined -Wno-inconsistent-missing-override -Wno-exceptions -Wno-shift-count-negative -Wno-shift-count-overflow -Wno-unused-command-line-argument -Wno-duplicate-decl-specifier -Wno-implicit-int-float-conversion -DCAFFE2_USE_MIOPEN -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_HIP -std=c++14 -MD -MT CMakeFiles/custom_ops.dir/op.cpp.o -MF CMakeFiles/custom_ops.dir/op.cpp.o.d -o CMakeFiles/custom_ops.dir/op.cpp.o -c /var/lib/jenkins/workspace/test/custom_operator/op.cpp 2022-11-23T01:28:18.7540086Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:28:28.3313375Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:28:28.3314060Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:28:28.3314547Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:28:28.3315071Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:28:28.3315550Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:28:28.4919244Z [ 50%] Linking CXX shared library libcustom_ops.so 2022-11-23T01:28:28.4922444Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/custom_ops.dir/link.txt --verbose=1 2022-11-23T01:28:28.4961803Z /usr/bin/c++ -fPIC -shared -Wl,-soname,libcustom_ops.so -o libcustom_ops.so CMakeFiles/custom_ops.dir/op.cpp.o -Wl,-rpath,/opt/conda/lib/python3.8/site-packages/torch/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_hip.so" -Wl,--as-needed /opt/conda/lib/python3.8/site-packages/torch/lib/libc10_hip.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so /opt/rocm/hip/lib/libamdhip64.so /opt/rocm-5.2.0/lib/libMIOpen.so.1.0.50200 -lrt /opt/rocm/roctracer/lib/libroctx64.so /opt/rocm-5.2.0/lib/librocblas.so.0.1.50200 /opt/rocm/lib/libamdhip64.so.5.2.50200 /opt/rocm/llvm/lib/clang/14.0.0/lib/linux/libclang_rt.builtins-x86_64.a /opt/rocm-5.2.0/lib/libhipfft.so /opt/rocm-5.2.0/lib/libhiprand.so.1.1.50200 /opt/rocm-5.2.0/lib/libhipsparse.so.0.1.50200 -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so" -Wl,--as-needed -Wl,-rpath-link,/opt/rocm-5.2.0/lib 2022-11-23T01:28:28.8790229Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:28:28.8870310Z [ 50%] Built target custom_ops 2022-11-23T01:28:28.8874670Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/depend 2022-11-23T01:28:28.8884847Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:28:28.8886286Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake --color= 2022-11-23T01:28:28.8933195Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:28:28.8934054Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/build 2022-11-23T01:28:28.8944305Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:28:28.8985895Z [ 75%] Building CXX object CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-11-23T01:28:28.8992062Z /usr/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_NCCL -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D__HIP_PLATFORM_AMD__=1 -D__HIP_PLATFORM_HCC__=1 -isystem /opt/conda/lib/python3.8/site-packages/torch/include -isystem /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isystem /opt/rocm-5.2.0/include -isystem /opt/rocm-5.2.0/include/hiprand -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -D__HIP_PLATFORM_HCC__=1 -DCUDA_HAS_FP16=1 -D__HIP_NO_HALF_OPERATORS__=1 -D__HIP_NO_HALF_CONVERSIONS__=1 -DTORCH_HIP_VERSION=502 -Wno-macro-redefined -Wno-inconsistent-missing-override -Wno-exceptions -Wno-shift-count-negative -Wno-shift-count-overflow -Wno-unused-command-line-argument -Wno-duplicate-decl-specifier -Wno-implicit-int-float-conversion -DCAFFE2_USE_MIOPEN -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_HIP -std=c++14 -MD -MT CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -MF CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d -o CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -c /var/lib/jenkins/workspace/test/custom_operator/test_custom_ops.cpp 2022-11-23T01:28:28.9019117Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:28:38.1949527Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:28:38.1950155Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:28:38.1950641Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:28:38.1951351Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:28:38.1951853Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:28:38.3157666Z [100%] Linking CXX executable test_custom_ops 2022-11-23T01:28:38.3160975Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_custom_ops.dir/link.txt --verbose=1 2022-11-23T01:28:38.3199989Z /usr/bin/c++ -rdynamic CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -o test_custom_ops -Wl,-rpath,/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build:/opt/conda/lib/python3.8/site-packages/torch/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib libcustom_ops.so /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_hip.so" -Wl,--as-needed /opt/conda/lib/python3.8/site-packages/torch/lib/libc10_hip.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so /opt/rocm/hip/lib/libamdhip64.so /opt/rocm-5.2.0/lib/libMIOpen.so.1.0.50200 -lrt /opt/rocm/roctracer/lib/libroctx64.so /opt/rocm-5.2.0/lib/librocblas.so.0.1.50200 /opt/rocm/lib/libamdhip64.so.5.2.50200 /opt/rocm/llvm/lib/clang/14.0.0/lib/linux/libclang_rt.builtins-x86_64.a /opt/rocm-5.2.0/lib/libhipfft.so /opt/rocm-5.2.0/lib/libhiprand.so.1.1.50200 /opt/rocm-5.2.0/lib/libhipsparse.so.0.1.50200 -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,-rpath-link,/opt/rocm-5.2.0/lib 2022-11-23T01:28:39.0805581Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:28:39.0865882Z [100%] Built target test_custom_ops 2022-11-23T01:28:39.0869991Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-11-23T01:28:39.0871544Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles 0 2022-11-23T01:28:39.0913069Z + popd 2022-11-23T01:28:39.0913317Z ~/workspace 2022-11-23T01:28:39.0913582Z + assert_git_not_dirty 2022-11-23T01:28:39.0914322Z + [[ linux-focal-rocm5.2-py3.8 != *rocm* ]] 2022-11-23T01:28:39.0914899Z + JIT_HOOK_BUILD=build/custom_test_artifacts/jit-hook-build 2022-11-23T01:28:39.0915172Z + JIT_HOOK_TEST=/var/lib/jenkins/workspace/test/jit_hooks 2022-11-23T01:28:39.0915406Z + python --version 2022-11-23T01:28:39.0925013Z Python 3.8.13 2022-11-23T01:28:39.0929688Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-11-23T01:28:39.2872641Z + SITE_PACKAGES=/opt/conda/lib/python3.8/site-packages 2022-11-23T01:28:39.2873147Z + mkdir -p build/custom_test_artifacts/jit-hook-build 2022-11-23T01:28:39.2883677Z + pushd build/custom_test_artifacts/jit-hook-build 2022-11-23T01:28:39.2884066Z ~/workspace/build/custom_test_artifacts/jit-hook-build ~/workspace 2022-11-23T01:28:39.2885950Z ++ which python 2022-11-23T01:28:39.2893747Z + cmake /var/lib/jenkins/workspace/test/jit_hooks -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.8/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=ON 2022-11-23T01:28:39.3359563Z -- The C compiler identification is GNU 9.4.0 2022-11-23T01:28:39.3869637Z -- The CXX compiler identification is GNU 9.4.0 2022-11-23T01:28:39.3931241Z -- Detecting C compiler ABI info 2022-11-23T01:28:39.4456637Z -- Detecting C compiler ABI info - done 2022-11-23T01:28:39.4532132Z -- Check for working C compiler: /usr/bin/cc - skipped 2022-11-23T01:28:39.4534693Z -- Detecting C compile features 2022-11-23T01:28:39.4539101Z -- Detecting C compile features - done 2022-11-23T01:28:39.4568161Z -- Detecting CXX compiler ABI info 2022-11-23T01:28:39.5191899Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:28:39.5269073Z -- Check for working CXX compiler: /usr/bin/c++ - skipped 2022-11-23T01:28:39.5272247Z -- Detecting CXX compile features 2022-11-23T01:28:39.5276901Z -- Detecting CXX compile features - done 2022-11-23T01:28:39.5290349Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:28:39.7054340Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:28:39.7057987Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:28:39.7743423Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:28:39.7743793Z  2022-11-23T01:28:39.7744011Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:28:39.7744241Z  2022-11-23T01:28:39.7744436Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:28:39.7744682Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:28:39.7744922Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:28:39.7745153Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:28:39.7745398Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:28:39.7745636Z HIP_VERSION_MAJOR: 5 2022-11-23T01:28:39.7745853Z HIP_VERSION_MINOR: 2 2022-11-23T01:28:39.7746083Z TORCH_HIP_VERSION: 502 2022-11-23T01:28:39.7746275Z  2022-11-23T01:28:39.7746443Z ***** Library versions from dpkg ***** 2022-11-23T01:28:39.7746644Z  2022-11-23T01:28:39.7862342Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:28:39.7862664Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:28:39.7979590Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:28:39.8099700Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:28:39.8216493Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:28:39.8572102Z  2022-11-23T01:28:39.8572625Z ***** Library versions from cmake find_package ***** 2022-11-23T01:28:39.8572903Z  2022-11-23T01:28:39.8614978Z -- Looking for pthread.h 2022-11-23T01:28:39.9170166Z -- Looking for pthread.h - found 2022-11-23T01:28:39.9170682Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:28:39.9730060Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:28:39.9730691Z -- Looking for pthread_create in pthreads 2022-11-23T01:28:40.0150054Z -- Looking for pthread_create in pthreads - not found 2022-11-23T01:28:40.0150419Z -- Looking for pthread_create in pthread 2022-11-23T01:28:40.0674280Z -- Looking for pthread_create in pthread - found 2022-11-23T01:28:40.0682566Z -- Found Threads: TRUE 2022-11-23T01:28:40.0686469Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.0742299Z hip VERSION: 5.2.22212 2022-11-23T01:28:40.0748143Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:28:40.0752295Z amd_comgr VERSION: 2.4.0 2022-11-23T01:28:40.0794154Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.0801545Z rocrand VERSION: 2.10.9 2022-11-23T01:28:40.0842395Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.0850546Z hiprand VERSION: 2.10.9 2022-11-23T01:28:40.0891102Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.0899232Z rocblas VERSION: 2.44.0 2022-11-23T01:28:40.0940325Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.0953417Z miopen VERSION: 2.17.0 2022-11-23T01:28:40.0993982Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.1003285Z hipfft VERSION: 1.0.8 2022-11-23T01:28:40.1043935Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.1053796Z hipsparse VERSION: 2.1.0 2022-11-23T01:28:40.1094839Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.1105531Z rccl VERSION: 2.11.4 2022-11-23T01:28:40.1146637Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.1157437Z rocprim VERSION: 2.10.9 2022-11-23T01:28:40.1203037Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.1216261Z hipcub VERSION: 2.10.12 2022-11-23T01:28:40.1262076Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.1276367Z rocthrust VERSION: 2.10.9 2022-11-23T01:28:40.1276851Z HIP library name: amdhip64 2022-11-23T01:28:40.1320893Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:28:40.1337716Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:28:40.1340114Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:28:40.2042635Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:28:40.2042986Z  2022-11-23T01:28:40.2043270Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:28:40.2043584Z  2022-11-23T01:28:40.2043797Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:28:40.2044149Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:28:40.2044547Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:28:40.2044972Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:28:40.2045419Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:28:40.2045799Z HIP_VERSION_MAJOR: 5 2022-11-23T01:28:40.2046165Z HIP_VERSION_MINOR: 2 2022-11-23T01:28:40.2046520Z TORCH_HIP_VERSION: 502 2022-11-23T01:28:40.2046803Z  2022-11-23T01:28:40.2047075Z ***** Library versions from dpkg ***** 2022-11-23T01:28:40.2047343Z  2022-11-23T01:28:40.2162209Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:28:40.2162531Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:28:40.2278628Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:28:40.2395648Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:28:40.2512428Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:28:40.2860986Z  2022-11-23T01:28:40.2861415Z ***** Library versions from cmake find_package ***** 2022-11-23T01:28:40.2861815Z  2022-11-23T01:28:40.2905992Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.2917378Z hip VERSION: 5.2.22212 2022-11-23T01:28:40.2923361Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:28:40.2927778Z amd_comgr VERSION: 2.4.0 2022-11-23T01:28:40.2970456Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.2984567Z rocrand VERSION: 2.10.9 2022-11-23T01:28:40.3026712Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.3041719Z hiprand VERSION: 2.10.9 2022-11-23T01:28:40.3083474Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.3098133Z rocblas VERSION: 2.44.0 2022-11-23T01:28:40.3139832Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.3159413Z miopen VERSION: 2.17.0 2022-11-23T01:28:40.3201046Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.3217014Z hipfft VERSION: 1.0.8 2022-11-23T01:28:40.3258481Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.3274471Z hipsparse VERSION: 2.1.0 2022-11-23T01:28:40.3315301Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.3331785Z rccl VERSION: 2.11.4 2022-11-23T01:28:40.3372823Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.3390366Z rocprim VERSION: 2.10.9 2022-11-23T01:28:40.3436490Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.3456519Z hipcub VERSION: 2.10.12 2022-11-23T01:28:40.3504397Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:40.3525427Z rocthrust VERSION: 2.10.9 2022-11-23T01:28:40.3525693Z HIP library name: amdhip64 2022-11-23T01:28:40.3671843Z CMake Warning at /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:28:40.3672541Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:28:40.3672798Z Call Stack (most recent call first): 2022-11-23T01:28:40.3673268Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:28:40.3673607Z CMakeLists.txt:9 (find_package) 2022-11-23T01:28:40.3673797Z 2022-11-23T01:28:40.3673927Z  2022-11-23T01:28:40.3674456Z -- Found Torch: /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so 2022-11-23T01:28:40.3676879Z -- Configuring done 2022-11-23T01:28:40.3736178Z -- Generating done 2022-11-23T01:28:40.3741155Z CMake Warning: 2022-11-23T01:28:40.3741533Z Manually-specified variables were not used by the project: 2022-11-23T01:28:40.3741709Z 2022-11-23T01:28:40.3741801Z PYTHON_EXECUTABLE 2022-11-23T01:28:40.3741927Z 2022-11-23T01:28:40.3742200Z  2022-11-23T01:28:40.3758539Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build 2022-11-23T01:28:40.3798493Z + make VERBOSE=1 2022-11-23T01:28:40.3809928Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/jit_hooks -B/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-11-23T01:28:40.3866437Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build//CMakeFiles/progress.marks 2022-11-23T01:28:40.3906150Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:28:40.3916038Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:28:40.3916556Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/depend 2022-11-23T01:28:40.3925278Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:28:40.3926510Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/jit_hooks /var/lib/jenkins/workspace/test/jit_hooks /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake --color= 2022-11-23T01:28:40.3971464Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:28:40.3972250Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/build 2022-11-23T01:28:40.3982297Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:28:40.4022543Z [ 50%] Building CXX object CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-11-23T01:28:40.4028479Z /usr/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_NCCL -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D__HIP_PLATFORM_AMD__=1 -D__HIP_PLATFORM_HCC__=1 -isystem /opt/conda/lib/python3.8/site-packages/torch/include -isystem /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isystem /opt/rocm-5.2.0/include -isystem /opt/rocm-5.2.0/include/hiprand -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -D__HIP_PLATFORM_HCC__=1 -DCUDA_HAS_FP16=1 -D__HIP_NO_HALF_OPERATORS__=1 -D__HIP_NO_HALF_CONVERSIONS__=1 -DTORCH_HIP_VERSION=502 -Wno-macro-redefined -Wno-inconsistent-missing-override -Wno-exceptions -Wno-shift-count-negative -Wno-shift-count-overflow -Wno-unused-command-line-argument -Wno-duplicate-decl-specifier -Wno-implicit-int-float-conversion -DCAFFE2_USE_MIOPEN -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_HIP -std=c++14 -MD -MT CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -MF CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d -o CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -c /var/lib/jenkins/workspace/test/jit_hooks/test_jit_hooks.cpp 2022-11-23T01:28:40.4055790Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:28:49.6124302Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:28:49.6124954Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:28:49.6125518Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:28:49.6126029Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:28:49.6126786Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:28:49.7107936Z [100%] Linking CXX executable test_jit_hooks 2022-11-23T01:28:49.7111643Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_jit_hooks.dir/link.txt --verbose=1 2022-11-23T01:28:49.7150000Z /usr/bin/c++ -rdynamic CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -o test_jit_hooks -Wl,-rpath,/opt/conda/lib/python3.8/site-packages/torch/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_hip.so" -Wl,--as-needed /opt/conda/lib/python3.8/site-packages/torch/lib/libc10_hip.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so /opt/rocm/hip/lib/libamdhip64.so /opt/rocm-5.2.0/lib/libMIOpen.so.1.0.50200 -lrt /opt/rocm/roctracer/lib/libroctx64.so /opt/rocm-5.2.0/lib/librocblas.so.0.1.50200 /opt/rocm/lib/libamdhip64.so.5.2.50200 /opt/rocm/llvm/lib/clang/14.0.0/lib/linux/libclang_rt.builtins-x86_64.a /opt/rocm-5.2.0/lib/libhipfft.so /opt/rocm-5.2.0/lib/libhiprand.so.1.1.50200 /opt/rocm-5.2.0/lib/libhipsparse.so.0.1.50200 -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so" -Wl,--as-needed -Wl,-rpath-link,/opt/rocm-5.2.0/lib 2022-11-23T01:28:50.4244472Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:28:50.4485705Z [100%] Built target test_jit_hooks 2022-11-23T01:28:50.4490127Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-11-23T01:28:50.4491274Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles 0 2022-11-23T01:28:50.4601981Z + popd 2022-11-23T01:28:50.4602278Z ~/workspace 2022-11-23T01:28:50.4602612Z + assert_git_not_dirty 2022-11-23T01:28:50.4603259Z + [[ linux-focal-rocm5.2-py3.8 != *rocm* ]] 2022-11-23T01:28:50.4603877Z + CUSTOM_BACKEND_BUILD=build/custom_test_artifacts/custom-backend-build 2022-11-23T01:28:50.4604203Z + CUSTOM_BACKEND_TEST=/var/lib/jenkins/workspace/test/custom_backend 2022-11-23T01:28:50.4604469Z + python --version 2022-11-23T01:28:50.4614509Z Python 3.8.13 2022-11-23T01:28:50.4616755Z + mkdir -p build/custom_test_artifacts/custom-backend-build 2022-11-23T01:28:50.4627040Z + pushd build/custom_test_artifacts/custom-backend-build 2022-11-23T01:28:50.4627452Z ~/workspace/build/custom_test_artifacts/custom-backend-build ~/workspace 2022-11-23T01:28:50.4630253Z ++ which python 2022-11-23T01:28:50.4638778Z + cmake /var/lib/jenkins/workspace/test/custom_backend -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.8/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=ON 2022-11-23T01:28:50.5129433Z -- The C compiler identification is GNU 9.4.0 2022-11-23T01:28:50.5635894Z -- The CXX compiler identification is GNU 9.4.0 2022-11-23T01:28:50.5697383Z -- Detecting C compiler ABI info 2022-11-23T01:28:50.6248512Z -- Detecting C compiler ABI info - done 2022-11-23T01:28:50.6325743Z -- Check for working C compiler: /usr/bin/cc - skipped 2022-11-23T01:28:50.6328067Z -- Detecting C compile features 2022-11-23T01:28:50.6333076Z -- Detecting C compile features - done 2022-11-23T01:28:50.6362698Z -- Detecting CXX compiler ABI info 2022-11-23T01:28:50.7090482Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:28:50.7169712Z -- Check for working CXX compiler: /usr/bin/c++ - skipped 2022-11-23T01:28:50.7172497Z -- Detecting CXX compile features 2022-11-23T01:28:50.7177821Z -- Detecting CXX compile features - done 2022-11-23T01:28:50.7192518Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:28:50.8958537Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:28:50.8962734Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:28:50.9704934Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:28:50.9705481Z  2022-11-23T01:28:50.9706098Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:28:50.9706585Z  2022-11-23T01:28:50.9706974Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:28:50.9707393Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:28:50.9707659Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:28:50.9708071Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:28:50.9708323Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:28:50.9708563Z HIP_VERSION_MAJOR: 5 2022-11-23T01:28:50.9708800Z HIP_VERSION_MINOR: 2 2022-11-23T01:28:50.9709016Z TORCH_HIP_VERSION: 502 2022-11-23T01:28:50.9709211Z  2022-11-23T01:28:50.9709395Z ***** Library versions from dpkg ***** 2022-11-23T01:28:50.9709586Z  2022-11-23T01:28:50.9822764Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:28:50.9823094Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:28:50.9940101Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:28:51.0057193Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:28:51.0173568Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:28:51.0530323Z  2022-11-23T01:28:51.0530754Z ***** Library versions from cmake find_package ***** 2022-11-23T01:28:51.0530987Z  2022-11-23T01:28:51.0575210Z -- Looking for pthread.h 2022-11-23T01:28:51.1255500Z -- Looking for pthread.h - found 2022-11-23T01:28:51.1257130Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:28:51.2023232Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-11-23T01:28:51.2023684Z -- Looking for pthread_create in pthreads 2022-11-23T01:28:51.2442942Z -- Looking for pthread_create in pthreads - not found 2022-11-23T01:28:51.2443450Z -- Looking for pthread_create in pthread 2022-11-23T01:28:51.2976404Z -- Looking for pthread_create in pthread - found 2022-11-23T01:28:51.2984860Z -- Found Threads: TRUE 2022-11-23T01:28:51.2989295Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.3046549Z hip VERSION: 5.2.22212 2022-11-23T01:28:51.3052901Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:28:51.3057472Z amd_comgr VERSION: 2.4.0 2022-11-23T01:28:51.3100166Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.3108712Z rocrand VERSION: 2.10.9 2022-11-23T01:28:51.3150252Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.3159630Z hiprand VERSION: 2.10.9 2022-11-23T01:28:51.3200886Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.3209953Z rocblas VERSION: 2.44.0 2022-11-23T01:28:51.3252011Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.3264961Z miopen VERSION: 2.17.0 2022-11-23T01:28:51.3306212Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.3317523Z hipfft VERSION: 1.0.8 2022-11-23T01:28:51.3358388Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.3369451Z hipsparse VERSION: 2.1.0 2022-11-23T01:28:51.3411593Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.3423087Z rccl VERSION: 2.11.4 2022-11-23T01:28:51.3464292Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.3476406Z rocprim VERSION: 2.10.9 2022-11-23T01:28:51.3522626Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.3536824Z hipcub VERSION: 2.10.12 2022-11-23T01:28:51.3583048Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.3598248Z rocthrust VERSION: 2.10.9 2022-11-23T01:28:51.3598810Z HIP library name: amdhip64 2022-11-23T01:28:51.3644025Z Building PyTorch for GPU arch: gfx906 2022-11-23T01:28:51.3661628Z -- Found HIP: /opt/rocm-5.2.0/hip (found suitable version "5.2.21151-afdc89f8", minimum required is "1.0") 2022-11-23T01:28:51.3664667Z HIP VERSION: 5.2.21151-afdc89f8 2022-11-23T01:28:51.4367634Z -- Caffe2: Header version is: 5.2.0 2022-11-23T01:28:51.4368075Z  2022-11-23T01:28:51.4368457Z ***** ROCm version from rocm_version.h **** 2022-11-23T01:28:51.4368861Z  2022-11-23T01:28:51.4369060Z ROCM_VERSION_DEV: 5.2.0 2022-11-23T01:28:51.4369300Z ROCM_VERSION_DEV_MAJOR: 5 2022-11-23T01:28:51.4369544Z ROCM_VERSION_DEV_MINOR: 2 2022-11-23T01:28:51.4369779Z ROCM_VERSION_DEV_PATCH: 0 2022-11-23T01:28:51.4370024Z ROCM_VERSION_DEV_INT: 50200 2022-11-23T01:28:51.4370259Z HIP_VERSION_MAJOR: 5 2022-11-23T01:28:51.4370474Z HIP_VERSION_MINOR: 2 2022-11-23T01:28:51.4370708Z TORCH_HIP_VERSION: 502 2022-11-23T01:28:51.4370902Z  2022-11-23T01:28:51.4371071Z ***** Library versions from dpkg ***** 2022-11-23T01:28:51.4371282Z  2022-11-23T01:28:51.4488641Z rocm-dev VERSION: 5.2.0.50200-65 2022-11-23T01:28:51.4488977Z rocm-device-libs VERSION: 1.0.0.50200-65 2022-11-23T01:28:51.4610344Z rocm-libs VERSION: 5.2.0.50200-65 2022-11-23T01:28:51.4729045Z hsakmt-roct-dev VERSION: 20220426.0.86.50200-65 2022-11-23T01:28:51.4853165Z hsa-rocr-dev VERSION: 1.5.0.50200-65 2022-11-23T01:28:51.5210207Z  2022-11-23T01:28:51.5210659Z ***** Library versions from cmake find_package ***** 2022-11-23T01:28:51.5210895Z  2022-11-23T01:28:51.5254871Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.5264946Z hip VERSION: 5.2.22212 2022-11-23T01:28:51.5270609Z hsa-runtime64 VERSION: 1.5.50200 2022-11-23T01:28:51.5274736Z amd_comgr VERSION: 2.4.0 2022-11-23T01:28:51.5316409Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.5329809Z rocrand VERSION: 2.10.9 2022-11-23T01:28:51.5371687Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.5385834Z hiprand VERSION: 2.10.9 2022-11-23T01:28:51.5428021Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.5442038Z rocblas VERSION: 2.44.0 2022-11-23T01:28:51.5483977Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.5502005Z miopen VERSION: 2.17.0 2022-11-23T01:28:51.5543178Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.5558658Z hipfft VERSION: 1.0.8 2022-11-23T01:28:51.5599637Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.5615974Z hipsparse VERSION: 2.1.0 2022-11-23T01:28:51.5656828Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.5673436Z rccl VERSION: 2.11.4 2022-11-23T01:28:51.5714543Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.5732099Z rocprim VERSION: 2.10.9 2022-11-23T01:28:51.5778110Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.5798280Z hipcub VERSION: 2.10.12 2022-11-23T01:28:51.5845786Z -- hip::amdhip64 is SHARED_LIBRARY 2022-11-23T01:28:51.5866271Z rocthrust VERSION: 2.10.9 2022-11-23T01:28:51.5866570Z HIP library name: amdhip64 2022-11-23T01:28:51.6012420Z CMake Warning at /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-11-23T01:28:51.6013150Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:28:51.6013585Z Call Stack (most recent call first): 2022-11-23T01:28:51.6014005Z /opt/conda/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-11-23T01:28:51.6014290Z CMakeLists.txt:9 (find_package) 2022-11-23T01:28:51.6014423Z 2022-11-23T01:28:51.6014545Z  2022-11-23T01:28:51.6015529Z -- Found Torch: /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so 2022-11-23T01:28:51.6018423Z -- Configuring done 2022-11-23T01:28:51.6102946Z -- Generating done 2022-11-23T01:28:51.6109328Z CMake Warning: 2022-11-23T01:28:51.6109876Z Manually-specified variables were not used by the project: 2022-11-23T01:28:51.6110171Z 2022-11-23T01:28:51.6110277Z PYTHON_EXECUTABLE 2022-11-23T01:28:51.6110395Z 2022-11-23T01:28:51.6110476Z  2022-11-23T01:28:51.6120315Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-11-23T01:28:51.6159523Z + make VERBOSE=1 2022-11-23T01:28:51.6172144Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/custom_backend -B/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-11-23T01:28:51.6228462Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build//CMakeFiles/progress.marks 2022-11-23T01:28:51.6268397Z make -f CMakeFiles/Makefile2 all 2022-11-23T01:28:51.6278079Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:28:51.6278518Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/depend 2022-11-23T01:28:51.6287912Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:28:51.6289093Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake --color= 2022-11-23T01:28:51.6332981Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:28:51.6333640Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/build 2022-11-23T01:28:51.6342684Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:28:51.6381846Z [ 25%] Building CXX object CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-11-23T01:28:51.6387299Z /usr/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_NCCL -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D__HIP_PLATFORM_AMD__=1 -D__HIP_PLATFORM_HCC__=1 -Dcustom_backend_EXPORTS -isystem /opt/conda/lib/python3.8/site-packages/torch/include -isystem /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isystem /opt/rocm-5.2.0/include -isystem /opt/rocm-5.2.0/include/hiprand -fPIC -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -D__HIP_PLATFORM_HCC__=1 -DCUDA_HAS_FP16=1 -D__HIP_NO_HALF_OPERATORS__=1 -D__HIP_NO_HALF_CONVERSIONS__=1 -DTORCH_HIP_VERSION=502 -Wno-macro-redefined -Wno-inconsistent-missing-override -Wno-exceptions -Wno-shift-count-negative -Wno-shift-count-overflow -Wno-unused-command-line-argument -Wno-duplicate-decl-specifier -Wno-implicit-int-float-conversion -DCAFFE2_USE_MIOPEN -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_HIP -std=c++14 -MD -MT CMakeFiles/custom_backend.dir/custom_backend.cpp.o -MF CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d -o CMakeFiles/custom_backend.dir/custom_backend.cpp.o -c /var/lib/jenkins/workspace/test/custom_backend/custom_backend.cpp 2022-11-23T01:28:51.6414776Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:28:57.6639153Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:28:57.6639794Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:28:57.6640271Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:28:57.6640778Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:28:57.6641294Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:28:57.8582626Z [ 50%] Linking CXX shared library libcustom_backend.so 2022-11-23T01:28:57.8586218Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/custom_backend.dir/link.txt --verbose=1 2022-11-23T01:28:57.8625062Z /usr/bin/c++ -fPIC -shared -Wl,-soname,libcustom_backend.so -o libcustom_backend.so CMakeFiles/custom_backend.dir/custom_backend.cpp.o -Wl,-rpath,/opt/conda/lib/python3.8/site-packages/torch/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_hip.so" -Wl,--as-needed /opt/conda/lib/python3.8/site-packages/torch/lib/libc10_hip.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so /opt/rocm/hip/lib/libamdhip64.so /opt/rocm-5.2.0/lib/libMIOpen.so.1.0.50200 -lrt /opt/rocm/roctracer/lib/libroctx64.so /opt/rocm-5.2.0/lib/librocblas.so.0.1.50200 /opt/rocm/lib/libamdhip64.so.5.2.50200 /opt/rocm/llvm/lib/clang/14.0.0/lib/linux/libclang_rt.builtins-x86_64.a /opt/rocm-5.2.0/lib/libhipfft.so /opt/rocm-5.2.0/lib/libhiprand.so.1.1.50200 /opt/rocm-5.2.0/lib/libhipsparse.so.0.1.50200 -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so" -Wl,--as-needed -Wl,-rpath-link,/opt/rocm-5.2.0/lib 2022-11-23T01:28:58.2862479Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:28:58.2919321Z [ 50%] Built target custom_backend 2022-11-23T01:28:58.2924586Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/depend 2022-11-23T01:28:58.2934701Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:28:58.2935859Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake --color= 2022-11-23T01:28:58.2982885Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:28:58.2983877Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/build 2022-11-23T01:28:58.2994670Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:28:58.3036079Z [ 75%] Building CXX object CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-11-23T01:28:58.3041945Z /usr/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_NCCL -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -D__HIP_PLATFORM_AMD__=1 -D__HIP_PLATFORM_HCC__=1 -isystem /opt/conda/lib/python3.8/site-packages/torch/include -isystem /opt/conda/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isystem /opt/rocm-5.2.0/include -isystem /opt/rocm-5.2.0/include/hiprand -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -D__HIP_PLATFORM_HCC__=1 -DCUDA_HAS_FP16=1 -D__HIP_NO_HALF_OPERATORS__=1 -D__HIP_NO_HALF_CONVERSIONS__=1 -DTORCH_HIP_VERSION=502 -Wno-macro-redefined -Wno-inconsistent-missing-override -Wno-exceptions -Wno-shift-count-negative -Wno-shift-count-overflow -Wno-unused-command-line-argument -Wno-duplicate-decl-specifier -Wno-implicit-int-float-conversion -DCAFFE2_USE_MIOPEN -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_HIP -std=c++14 -MD -MT CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -MF CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d -o CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -c /var/lib/jenkins/workspace/test/custom_backend/test_custom_backend.cpp 2022-11-23T01:28:58.3070037Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2022-11-23T01:29:07.3074955Z cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ 2022-11-23T01:29:07.3075631Z cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ 2022-11-23T01:29:07.3076129Z cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ 2022-11-23T01:29:07.3076615Z cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ 2022-11-23T01:29:07.3077135Z cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ 2022-11-23T01:29:07.3972764Z [100%] Linking CXX executable test_custom_backend 2022-11-23T01:29:07.3975639Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_custom_backend.dir/link.txt --verbose=1 2022-11-23T01:29:07.4015024Z /usr/bin/c++ -rdynamic CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -o test_custom_backend -Wl,-rpath,/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build:/opt/conda/lib/python3.8/site-packages/torch/lib:/opt/rocm/hip/lib:/opt/rocm-5.2.0/lib:/opt/rocm/roctracer/lib:/opt/rocm/lib libcustom_backend.so /opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch_hip.so" -Wl,--as-needed /opt/conda/lib/python3.8/site-packages/torch/lib/libc10_hip.so /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so /opt/rocm/hip/lib/libamdhip64.so /opt/rocm-5.2.0/lib/libMIOpen.so.1.0.50200 -lrt /opt/rocm/roctracer/lib/libroctx64.so /opt/rocm-5.2.0/lib/librocblas.so.0.1.50200 /opt/rocm/lib/libamdhip64.so.5.2.50200 /opt/rocm/llvm/lib/clang/14.0.0/lib/linux/libclang_rt.builtins-x86_64.a /opt/rocm-5.2.0/lib/libhipfft.so /opt/rocm-5.2.0/lib/libhiprand.so.1.1.50200 /opt/rocm-5.2.0/lib/libhipsparse.so.0.1.50200 -Wl,--no-as-needed,"/opt/conda/lib/python3.8/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /opt/conda/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,-rpath-link,/opt/rocm-5.2.0/lib 2022-11-23T01:29:08.1270909Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:29:08.1336382Z [100%] Built target test_custom_backend 2022-11-23T01:29:08.1340681Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-11-23T01:29:08.1342330Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles 0 2022-11-23T01:29:08.1384351Z + popd 2022-11-23T01:29:08.1384801Z ~/workspace 2022-11-23T01:29:08.1385081Z + assert_git_not_dirty 2022-11-23T01:29:08.1385541Z + [[ linux-focal-rocm5.2-py3.8 != *rocm* ]] 2022-11-23T01:29:08.1387049Z + [[ linux-focal-rocm5.2-py3.8 != *libtorch* ]] 2022-11-23T01:29:08.1387538Z + [[ linux-focal-rocm5.2-py3.8 != *bazel* ]] 2022-11-23T01:29:08.1388080Z + python tools/stats/export_test_times.py 2022-11-23T01:29:08.1889248Z Ignoring disabled issues: [] 2022-11-23T01:29:08.1889788Z Exporting test times from test-infra to .pytorch-test-times.json 2022-11-23T01:29:08.1890359Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to /var/lib/jenkins/workspace/.pytorch-test-times.json 2022-11-23T01:29:08.2372433Z + print_sccache_stats 2022-11-23T01:29:08.2373024Z + echo 'PyTorch Build Statistics' 2022-11-23T01:29:08.2373238Z PyTorch Build Statistics 2022-11-23T01:29:08.2373475Z + sccache --show-stats 2022-11-23T01:29:08.2387541Z Compile requests 10153 2022-11-23T01:29:08.2388055Z Compile requests executed 6811 2022-11-23T01:29:08.2388467Z Cache hits 6787 2022-11-23T01:29:08.2389037Z Cache misses 2 2022-11-23T01:29:08.2389243Z Cache timeouts 0 2022-11-23T01:29:08.2389521Z Cache read errors 0 2022-11-23T01:29:08.2389770Z Forced recaches 0 2022-11-23T01:29:08.2390067Z Cache write errors 0 2022-11-23T01:29:08.2390380Z Compilation failures 7 2022-11-23T01:29:08.2390704Z Cache errors 15 2022-11-23T01:29:08.2391190Z Non-cacheable compilations 0 2022-11-23T01:29:08.2391615Z Non-cacheable calls 14 2022-11-23T01:29:08.2392049Z Non-compilation calls 3328 2022-11-23T01:29:08.2392397Z Unsupported compiler calls 0 2022-11-23T01:29:08.2392752Z Average cache write 0.123 s 2022-11-23T01:29:08.2393035Z Average cache read miss 10.082 s 2022-11-23T01:29:08.2393229Z Average cache read hit 0.027 s 2022-11-23T01:29:08.2393818Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T01:29:08.2394303Z + [[ -n 9655215696 ]] 2022-11-23T01:29:08.2394830Z + sccache --show-stats --stats-format json 2022-11-23T01:29:08.2395508Z + jq .stats 2022-11-23T01:29:08.2758321Z + sccache_epilogue 2022-11-23T01:29:08.2758808Z + echo '::group::Sccache Compilation Log' 2022-11-23T01:29:08.2759461Z ##[group]Sccache Compilation Log 2022-11-23T01:29:08.2759830Z + echo '=================== sccache compilation log ===================' 2022-11-23T01:29:08.2760092Z =================== sccache compilation log =================== 2022-11-23T01:29:08.2760618Z + python /var/lib/jenkins/workspace/.jenkins/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2022-11-23T01:29:08.2944622Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2022-11-23T01:29:08.2945031Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2022-11-23T01:29:08.2945347Z + sccache --show-stats 2022-11-23T01:29:08.2959418Z Compile requests 10153 2022-11-23T01:29:08.2959789Z Compile requests executed 6811 2022-11-23T01:29:08.2960170Z Cache hits 6787 2022-11-23T01:29:08.2960502Z Cache misses 2 2022-11-23T01:29:08.2960717Z Cache timeouts 0 2022-11-23T01:29:08.2960917Z Cache read errors 0 2022-11-23T01:29:08.2961102Z Forced recaches 0 2022-11-23T01:29:08.2961352Z Cache write errors 0 2022-11-23T01:29:08.2961600Z Compilation failures 7 2022-11-23T01:29:08.2961875Z Cache errors 15 2022-11-23T01:29:08.2962253Z Non-cacheable compilations 0 2022-11-23T01:29:08.2962514Z Non-cacheable calls 14 2022-11-23T01:29:08.2962768Z Non-compilation calls 3328 2022-11-23T01:29:08.2962971Z Unsupported compiler calls 0 2022-11-23T01:29:08.2963183Z Average cache write 0.123 s 2022-11-23T01:29:08.2963401Z Average cache read miss 10.082 s 2022-11-23T01:29:08.2963598Z Average cache read hit 0.027 s 2022-11-23T01:29:08.2964134Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T01:29:08.2964558Z + sccache --stop-server 2022-11-23T01:29:08.2972937Z Stopping sccache server... 2022-11-23T01:29:08.2977224Z Compile requests 10153 2022-11-23T01:29:08.2977600Z Compile requests executed 6811 2022-11-23T01:29:08.2977911Z Cache hits 6787 2022-11-23T01:29:08.2978183Z Cache misses 2 2022-11-23T01:29:08.2978424Z Cache timeouts 0 2022-11-23T01:29:08.2978760Z Cache read errors 0 2022-11-23T01:29:08.2979097Z Forced recaches 0 2022-11-23T01:29:08.2979437Z Cache write errors 0 2022-11-23T01:29:08.2979775Z Compilation failures 7 2022-11-23T01:29:08.2980290Z Cache errors 15 2022-11-23T01:29:08.2980697Z Non-cacheable compilations 0 2022-11-23T01:29:08.2981045Z Non-cacheable calls 14 2022-11-23T01:29:08.2981385Z Non-compilation calls 3328 2022-11-23T01:29:08.2981719Z Unsupported compiler calls 0 2022-11-23T01:29:08.2981965Z Average cache write 0.123 s 2022-11-23T01:29:08.2982162Z Average cache read miss 10.082 s 2022-11-23T01:29:08.2982372Z Average cache read hit 0.027 s 2022-11-23T01:29:08.2982913Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-11-23T01:29:08.2983330Z + echo ::endgroup:: 2022-11-23T01:29:08.2983730Z ##[endgroup] 2022-11-23T01:29:08.3056624Z ##[group]Run zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-11-23T01:29:08.3057032Z zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-11-23T01:29:08.3174437Z shell: /usr/bin/bash -e {0} 2022-11-23T01:29:08.3174641Z ##[endgroup] 2022-11-23T01:29:08.3265606Z adding: dist/ (stored 0%) 2022-11-23T01:29:13.2737968Z adding: dist/torch-1.14.0a0+git1cfd385-cp38-cp38-linux_x86_64.whl (deflated 2%) 2022-11-23T01:29:13.2738548Z adding: build/custom_test_artifacts/ (stored 0%) 2022-11-23T01:29:13.2739142Z adding: build/custom_test_artifacts/custom-op-build/ (stored 0%) 2022-11-23T01:29:13.2739826Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/ (stored 0%) 2022-11-23T01:29:13.2741284Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:29:13.2742075Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:29:13.2742884Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:29:13.2743690Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:29:13.2744496Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:29:13.2745633Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:29:13.2748559Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 82%) 2022-11-23T01:29:13.2749376Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:29:13.2750208Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:29:13.2752338Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:29:13.2754770Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 82%) 2022-11-23T01:29:13.2757424Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 82%) 2022-11-23T01:29:13.2758363Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-11-23T01:29:13.2760610Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2022-11-23T01:29:13.2761660Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 72%) 2022-11-23T01:29:13.2762492Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:29:13.2763303Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-11-23T01:29:13.2764140Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:29:13.2764946Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ (stored 0%) 2022-11-23T01:29:13.2765774Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:29:13.2766702Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:29:13.2767573Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make (deflated 18%) 2022-11-23T01:29:13.2768402Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt (deflated 68%) 2022-11-23T01:29:13.2769244Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake (deflated 40%) 2022-11-23T01:29:13.2770256Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make (deflated 73%) 2022-11-23T01:29:13.2771132Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake (deflated 44%) 2022-11-23T01:29:13.2771990Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make (deflated 45%) 2022-11-23T01:29:13.2772827Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make (deflated 26%) 2022-11-23T01:29:13.2788231Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d (deflated 92%) 2022-11-23T01:29:13.2924696Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o (deflated 81%) 2022-11-23T01:29:13.2925565Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ (stored 0%) 2022-11-23T01:29:13.2926609Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts (deflated 16%) 2022-11-23T01:29:13.2927550Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:29:13.2928476Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make (deflated 17%) 2022-11-23T01:29:13.2929334Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt (deflated 69%) 2022-11-23T01:29:13.2930179Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake (deflated 46%) 2022-11-23T01:29:13.2931070Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make (deflated 74%) 2022-11-23T01:29:13.2931969Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake (deflated 51%) 2022-11-23T01:29:13.2932846Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make (deflated 45%) 2022-11-23T01:29:13.2933692Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make (deflated 26%) 2022-11-23T01:29:13.2949579Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d (deflated 92%) 2022-11-23T01:29:13.3049125Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o (deflated 80%) 2022-11-23T01:29:13.3050094Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T01:29:13.3050984Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt (deflated 72%) 2022-11-23T01:29:13.3051813Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:29:13.3052603Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 (deflated 75%) 2022-11-23T01:29:13.3053364Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-11-23T01:29:13.3054153Z adding: build/custom_test_artifacts/custom-op-build/detect_rocm_version.cc (deflated 42%) 2022-11-23T01:29:13.3056042Z adding: build/custom_test_artifacts/custom-op-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:29:13.3057263Z adding: build/custom_test_artifacts/custom-op-build/Makefile (deflated 74%) 2022-11-23T01:29:13.3058235Z adding: build/custom_test_artifacts/custom-op-build/cmake_install.cmake (deflated 61%) 2022-11-23T01:29:13.3184734Z adding: build/custom_test_artifacts/custom-op-build/libcustom_ops.so (deflated 72%) 2022-11-23T01:29:13.3270370Z adding: build/custom_test_artifacts/custom-op-build/test_custom_ops (deflated 71%) 2022-11-23T01:29:13.3271138Z adding: build/custom_test_artifacts/jit-hook-build/ (stored 0%) 2022-11-23T01:29:13.3271533Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ (stored 0%) 2022-11-23T01:29:13.3274201Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:29:13.3274890Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:29:13.3275327Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:29:13.3275765Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:29:13.3276199Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:29:13.3277407Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:29:13.3279349Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 82%) 2022-11-23T01:29:13.3280113Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:29:13.3280596Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:29:13.3282719Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:29:13.3284512Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 82%) 2022-11-23T01:29:13.3286463Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 82%) 2022-11-23T01:29:13.3287304Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-11-23T01:29:13.3289014Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2022-11-23T01:29:13.3289996Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 72%) 2022-11-23T01:29:13.3290775Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:29:13.3291533Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-11-23T01:29:13.3292292Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:29:13.3293045Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ (stored 0%) 2022-11-23T01:29:13.3293788Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:29:13.3294669Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make (deflated 20%) 2022-11-23T01:29:13.3295363Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make (deflated 17%) 2022-11-23T01:29:13.3295823Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt (deflated 70%) 2022-11-23T01:29:13.3296289Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake (deflated 45%) 2022-11-23T01:29:13.3296750Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make (deflated 74%) 2022-11-23T01:29:13.3297206Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake (deflated 48%) 2022-11-23T01:29:13.3297672Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make (deflated 45%) 2022-11-23T01:29:13.3298139Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make (deflated 26%) 2022-11-23T01:29:13.3313688Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d (deflated 92%) 2022-11-23T01:29:13.3390948Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o (deflated 80%) 2022-11-23T01:29:13.3392061Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T01:29:13.3392939Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt (deflated 64%) 2022-11-23T01:29:13.3393453Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:29:13.3394205Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 (deflated 68%) 2022-11-23T01:29:13.3394777Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-11-23T01:29:13.3395188Z adding: build/custom_test_artifacts/jit-hook-build/detect_rocm_version.cc (deflated 42%) 2022-11-23T01:29:13.3396309Z adding: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:29:13.3397212Z adding: build/custom_test_artifacts/jit-hook-build/Makefile (deflated 71%) 2022-11-23T01:29:13.3398080Z adding: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake (deflated 61%) 2022-11-23T01:29:13.3464682Z adding: build/custom_test_artifacts/jit-hook-build/test_jit_hooks (deflated 71%) 2022-11-23T01:29:13.3465339Z adding: build/custom_test_artifacts/custom-backend-build/ (stored 0%) 2022-11-23T01:29:13.3465712Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ (stored 0%) 2022-11-23T01:29:13.3468242Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-11-23T01:29:13.3469064Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ (stored 0%) 2022-11-23T01:29:13.3469509Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-11-23T01:29:13.3469966Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-11-23T01:29:13.3470419Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-11-23T01:29:13.3471791Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-11-23T01:29:13.3473734Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 82%) 2022-11-23T01:29:13.3474405Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-11-23T01:29:13.3474866Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-11-23T01:29:13.3476770Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-11-23T01:29:13.3478600Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 82%) 2022-11-23T01:29:13.3480506Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 82%) 2022-11-23T01:29:13.3481372Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-11-23T01:29:13.3483065Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2022-11-23T01:29:13.3484008Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 72%) 2022-11-23T01:29:13.3484789Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-11-23T01:29:13.3485588Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-11-23T01:29:13.3486411Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-11-23T01:29:13.3487165Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ (stored 0%) 2022-11-23T01:29:13.3488146Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts (deflated 15%) 2022-11-23T01:29:13.3489098Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make (deflated 21%) 2022-11-23T01:29:13.3489626Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make (deflated 18%) 2022-11-23T01:29:13.3490108Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt (deflated 69%) 2022-11-23T01:29:13.3490584Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake (deflated 46%) 2022-11-23T01:29:13.3491067Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make (deflated 74%) 2022-11-23T01:29:13.3491562Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake (deflated 48%) 2022-11-23T01:29:13.3492117Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make (deflated 45%) 2022-11-23T01:29:13.3492682Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make (deflated 26%) 2022-11-23T01:29:13.3493527Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d (deflated 89%) 2022-11-23T01:29:13.3667624Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o (deflated 81%) 2022-11-23T01:29:13.3668673Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ (stored 0%) 2022-11-23T01:29:13.3669606Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts (deflated 16%) 2022-11-23T01:29:13.3670311Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make (deflated 20%) 2022-11-23T01:29:13.3670929Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make (deflated 18%) 2022-11-23T01:29:13.3671483Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt (deflated 69%) 2022-11-23T01:29:13.3672029Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake (deflated 49%) 2022-11-23T01:29:13.3672585Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make (deflated 75%) 2022-11-23T01:29:13.3673085Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake (deflated 52%) 2022-11-23T01:29:13.3673591Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make (deflated 45%) 2022-11-23T01:29:13.3674100Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make (deflated 26%) 2022-11-23T01:29:13.3691174Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d (deflated 92%) 2022-11-23T01:29:13.3762624Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o (deflated 79%) 2022-11-23T01:29:13.3763262Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 48%) 2022-11-23T01:29:13.3763820Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt (deflated 74%) 2022-11-23T01:29:13.3764268Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:29:13.3764855Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 (deflated 75%) 2022-11-23T01:29:13.3766366Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-11-23T01:29:13.3767009Z adding: build/custom_test_artifacts/custom-backend-build/detect_rocm_version.cc (deflated 42%) 2022-11-23T01:29:13.3769048Z adding: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt (deflated 79%) 2022-11-23T01:29:13.3770386Z adding: build/custom_test_artifacts/custom-backend-build/Makefile (deflated 75%) 2022-11-23T01:29:13.3770928Z adding: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake (deflated 61%) 2022-11-23T01:29:13.3932393Z adding: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so (deflated 72%) 2022-11-23T01:29:13.3994368Z adding: build/custom_test_artifacts/custom-backend-build/test_custom_backend (deflated 71%) 2022-11-23T01:29:13.3994901Z adding: build/lib/ (stored 0%) 2022-11-23T01:29:13.4000277Z adding: build/lib/libclog.a (deflated 74%) 2022-11-23T01:29:13.4132216Z adding: build/lib/libgtest.a (deflated 73%) 2022-11-23T01:29:13.4164504Z adding: build/lib/libpthreadpool.a (deflated 59%) 2022-11-23T01:29:13.4314055Z adding: build/lib/libbenchmark.a (deflated 70%) 2022-11-23T01:29:13.4483004Z adding: build/lib/libprotobuf-lite.a (deflated 74%) 2022-11-23T01:29:13.4509902Z adding: build/lib/libittnotify.a (deflated 78%) 2022-11-23T01:29:13.4592394Z adding: build/lib/libtensorpipe_uv.a (deflated 66%) 2022-11-23T01:29:13.4720671Z adding: build/lib/libasmjit.a (deflated 62%) 2022-11-23T01:29:13.5561128Z adding: build/lib/libprotobuf.a (deflated 73%) 2022-11-23T01:29:13.5741940Z adding: build/lib/libgloo.a (deflated 71%) 2022-11-23T01:29:13.5788084Z adding: build/lib/libfmt.a (deflated 71%) 2022-11-23T01:29:13.5790102Z adding: build/lib/libcaffe2_nvrtc.so (deflated 80%) 2022-11-23T01:29:13.5790957Z adding: build/lib/libfoxi_loader.a (deflated 59%) 2022-11-23T01:29:13.5898487Z adding: build/lib/libc10.so (deflated 61%) 2022-11-23T01:29:13.5899998Z adding: build/lib/libtorch_global_deps.so (deflated 87%) 2022-11-23T01:29:13.5912661Z adding: build/lib/libcpuinfo.a (deflated 70%) 2022-11-23T01:29:13.5915957Z adding: build/lib/libnnpack_reference_layers.a (deflated 69%) 2022-11-23T01:29:13.5927975Z adding: build/lib/libcpuinfo_internals.a (deflated 70%) 2022-11-23T01:29:13.5957035Z adding: build/lib/libgmock.a (deflated 72%) 2022-11-23T01:29:13.5957924Z adding: build/lib/libgtest_main.a (deflated 63%) 2022-11-23T01:29:13.5958625Z adding: build/lib/libbenchmark_main.a (deflated 64%) 2022-11-23T01:29:14.8126512Z adding: build/lib/libdnnl.a (deflated 80%) 2022-11-23T01:29:14.8954330Z adding: build/lib/libprotoc.a (deflated 71%) 2022-11-23T01:29:14.9823547Z adding: build/lib/libtensorpipe.a (deflated 78%) 2022-11-23T01:29:15.0330175Z adding: build/lib/libgloo_hip.a (deflated 86%) 2022-11-23T01:29:15.0396684Z adding: build/lib/libc10_hip.so (deflated 60%) 2022-11-23T01:29:15.0397561Z adding: build/lib/libgmock_main.a (deflated 63%) 2022-11-23T01:29:15.2176068Z adding: build/lib/libfbgemm.a (deflated 81%) 2022-11-23T01:29:15.2199226Z adding: build/lib/libqnnpack.a (deflated 66%) 2022-11-23T01:29:15.3681304Z adding: build/lib/libdnnl_graph.a (deflated 78%) 2022-11-23T01:29:15.4169744Z adding: build/lib/libkineto.a (deflated 67%) 2022-11-23T01:29:15.4202795Z adding: build/lib/libpytorch_qnnpack.a (deflated 67%) 2022-11-23T01:29:15.4262286Z adding: build/lib/libcaffe2_protos.a (deflated 76%) 2022-11-23T01:29:15.4459335Z adding: build/lib/libXNNPACK.a (deflated 70%) 2022-11-23T01:29:15.4520877Z adding: build/lib/libonnx_proto.a (deflated 77%) 2022-11-23T01:29:15.5436089Z adding: build/lib/libonnx.a (deflated 75%) 2022-11-23T01:29:15.5464055Z adding: build/lib/libnnpack.a (deflated 72%) 2022-11-23T01:29:19.5477785Z adding: build/lib/libtorch_cpu.so (deflated 69%) 2022-11-23T01:29:21.3537045Z adding: build/lib/libtorch_hip.so (deflated 76%) 2022-11-23T01:29:21.3538150Z adding: build/lib/libtorch.so (deflated 87%) 2022-11-23T01:29:21.3575040Z adding: build/lib/libjitbackend_test.so (deflated 62%) 2022-11-23T01:29:21.3661476Z adding: build/lib/libtorchbind_test.so (deflated 70%) 2022-11-23T01:29:21.3708080Z adding: build/lib/libbackend_with_compiler.so (deflated 60%) 2022-11-23T01:29:21.3714474Z adding: build/lib/libshm.so (deflated 65%) 2022-11-23T01:29:21.6589925Z adding: build/lib/libtorch_python.so (deflated 68%) 2022-11-23T01:29:21.6653314Z adding: build/lib/libnnapi_backend.so (deflated 58%) 2022-11-23T01:29:21.6653633Z adding: build/bin/ (stored 0%) 2022-11-23T01:29:21.6653845Z adding: build/bin/CMakeFiles/ (stored 0%) 2022-11-23T01:29:21.6659274Z adding: build/bin/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-11-23T01:29:21.6664974Z adding: build/bin/CMakeFiles/progress.marks (stored 0%) 2022-11-23T01:29:21.6751553Z adding: build/bin/hip_generator_test (deflated 61%) 2022-11-23T01:29:21.6758841Z adding: build/bin/Makefile (deflated 74%) 2022-11-23T01:29:21.6847126Z adding: build/bin/variant_test (deflated 60%) 2022-11-23T01:29:21.6852677Z adding: build/bin/cmake_install.cmake (deflated 58%) 2022-11-23T01:29:21.6945142Z adding: build/bin/undefined_tensor_test (deflated 60%) 2022-11-23T01:29:21.6951162Z adding: build/bin/CTestTestfile.cmake (deflated 40%) 2022-11-23T01:29:21.7040037Z adding: build/bin/c10_CompileTimeFunctionPointer_test (deflated 61%) 2022-11-23T01:29:21.7131074Z adding: build/bin/c10_DeviceGuard_test (deflated 61%) 2022-11-23T01:29:21.7220795Z adding: build/bin/c10_Device_test (deflated 60%) 2022-11-23T01:29:21.7325798Z adding: build/bin/c10_DispatchKeySet_test (deflated 62%) 2022-11-23T01:29:21.7412215Z adding: build/bin/c10_StreamGuard_test (deflated 60%) 2022-11-23T01:29:21.7500591Z adding: build/bin/c10_SymInt_test (deflated 61%) 2022-11-23T01:29:21.7596489Z adding: build/bin/c10_InlineDeviceGuard_test (deflated 61%) 2022-11-23T01:29:21.7695558Z adding: build/bin/c10_InlineStreamGuard_test (deflated 61%) 2022-11-23T01:29:21.7794619Z adding: build/bin/c10_SizesAndStrides_test (deflated 62%) 2022-11-23T01:29:21.7881198Z adding: build/bin/c10_Array_test (deflated 60%) 2022-11-23T01:29:21.7973927Z adding: build/bin/c10_Bitset_test (deflated 61%) 2022-11-23T01:29:21.8060674Z adding: build/bin/c10_ConstexprCrc_test (deflated 60%) 2022-11-23T01:29:21.8151499Z adding: build/bin/c10_C++17_test (deflated 62%) 2022-11-23T01:29:21.8240046Z adding: build/bin/c10_DeadlockDetection_test (deflated 61%) 2022-11-23T01:29:21.8328509Z adding: build/bin/c10_Half_test (deflated 60%) 2022-11-23T01:29:21.8427358Z adding: build/bin/c10_LeftRight_test (deflated 62%) 2022-11-23T01:29:21.8537461Z adding: build/bin/c10_Metaprogramming_test (deflated 65%) 2022-11-23T01:29:21.8626370Z adding: build/bin/c10_Synchronized_test (deflated 61%) 2022-11-23T01:29:21.8867460Z adding: build/bin/c10_SmallVectorTest (deflated 74%) 2022-11-23T01:29:21.8964782Z adding: build/bin/c10_ThreadLocal_test (deflated 62%) 2022-11-23T01:29:21.9055292Z adding: build/bin/c10_TypeIndex_test (deflated 61%) 2022-11-23T01:29:21.9141854Z adding: build/bin/c10_TypeTraits_test (deflated 60%) 2022-11-23T01:29:21.9231955Z adding: build/bin/c10_TypeList_test (deflated 61%) 2022-11-23T01:29:21.9323458Z adding: build/bin/c10_accumulate_test (deflated 60%) 2022-11-23T01:29:21.9421430Z adding: build/bin/c10_bfloat16_test (deflated 61%) 2022-11-23T01:29:21.9518119Z adding: build/bin/c10_complex_math_test (deflated 61%) 2022-11-23T01:29:21.9607397Z adding: build/bin/c10_flags_test (deflated 61%) 2022-11-23T01:29:21.9700550Z adding: build/bin/c10_exception_test (deflated 61%) 2022-11-23T01:29:21.9798089Z adding: build/bin/c10_complex_test (deflated 61%) 2022-11-23T01:29:21.9977607Z adding: build/bin/c10_either_test (deflated 71%) 2022-11-23T01:29:22.0067219Z adding: build/bin/c10_irange_test (deflated 61%) 2022-11-23T01:29:22.0165976Z adding: build/bin/c10_logging_test (deflated 61%) 2022-11-23T01:29:22.0431534Z adding: build/bin/c10_intrusive_ptr_test (deflated 73%) 2022-11-23T01:29:22.0560663Z adding: build/bin/c10_optional_test (deflated 65%) 2022-11-23T01:29:22.0655687Z adding: build/bin/c10_registry_test (deflated 61%) 2022-11-23T01:29:22.0765085Z adding: build/bin/c10_ordered_preserving_dict_test (deflated 63%) 2022-11-23T01:29:22.0855455Z adding: build/bin/c10_tempfile_test (deflated 60%) 2022-11-23T01:29:22.0959046Z adding: build/bin/c10_string_view_test (deflated 62%) 2022-11-23T01:29:22.1058268Z adding: build/bin/c10_typeid_test (deflated 61%) 2022-11-23T01:29:22.1147454Z adding: build/bin/c10_intrusive_ptr_benchmark (deflated 58%) 2022-11-23T01:29:22.1971630Z adding: build/bin/protoc-3.13.0.0 (deflated 61%) 2022-11-23T01:29:22.2796032Z adding: build/bin/protoc (deflated 61%) 2022-11-23T01:29:22.2883040Z adding: build/bin/c10_hip_HIPTest (deflated 60%) 2022-11-23T01:29:22.3341745Z adding: build/bin/vec_test_all_types_DEFAULT (deflated 75%) 2022-11-23T01:29:22.3831966Z adding: build/bin/vec_test_all_types_AVX512 (deflated 75%) 2022-11-23T01:29:22.4363125Z adding: build/bin/vec_test_all_types_AVX2 (deflated 73%) 2022-11-23T01:29:22.4457291Z adding: build/bin/HashStoreTest (deflated 61%) 2022-11-23T01:29:22.4551207Z adding: build/bin/FileStoreTest (deflated 61%) 2022-11-23T01:29:22.4658076Z adding: build/bin/TCPStoreTest (deflated 61%) 2022-11-23T01:29:22.4662121Z adding: build/bin/example_allreduce (deflated 68%) 2022-11-23T01:29:22.4777692Z adding: build/bin/ProcessGroupGlooTest (deflated 61%) 2022-11-23T01:29:22.4869759Z adding: build/bin/Dimname_test (deflated 61%) 2022-11-23T01:29:22.4997203Z adding: build/bin/Dict_test (deflated 64%) 2022-11-23T01:29:22.5098948Z adding: build/bin/NamedTensor_test (deflated 61%) 2022-11-23T01:29:22.5210383Z adding: build/bin/MaybeOwned_test (deflated 65%) 2022-11-23T01:29:22.5320105Z adding: build/bin/static_runtime_bench (deflated 59%) 2022-11-23T01:29:22.5423414Z adding: build/bin/apply_utils_test (deflated 62%) 2022-11-23T01:29:22.5534907Z adding: build/bin/basic (deflated 60%) 2022-11-23T01:29:22.5638190Z adding: build/bin/atest (deflated 62%) 2022-11-23T01:29:22.5735250Z adding: build/bin/broadcast_test (deflated 60%) 2022-11-23T01:29:22.5837996Z adding: build/bin/cpu_generator_test (deflated 62%) 2022-11-23T01:29:22.5932165Z adding: build/bin/cpu_profiling_allocator_test (deflated 60%) 2022-11-23T01:29:22.6369694Z adding: build/bin/static_runtime_test (deflated 69%) 2022-11-23T01:29:22.6458261Z adding: build/bin/dispatch_key_set_test (deflated 60%) 2022-11-23T01:29:22.6613352Z adding: build/bin/cpu_rng_test (deflated 65%) 2022-11-23T01:29:22.6702275Z adding: build/bin/dlconvertor_test (deflated 61%) 2022-11-23T01:29:22.6804721Z adding: build/bin/extension_backend_test (deflated 61%) 2022-11-23T01:29:22.6902339Z adding: build/bin/half_test (deflated 61%) 2022-11-23T01:29:22.6990422Z adding: build/bin/lazy_tensor_test (deflated 61%) 2022-11-23T01:29:22.7085425Z adding: build/bin/math_kernel_test (deflated 60%) 2022-11-23T01:29:22.7254718Z adding: build/bin/ivalue_test (deflated 61%) 2022-11-23T01:29:22.7349574Z adding: build/bin/memory_format_test (deflated 61%) 2022-11-23T01:29:22.7443032Z adding: build/bin/memory_overlapping_test (deflated 61%) 2022-11-23T01:29:22.7532863Z adding: build/bin/operator_name_test (deflated 61%) 2022-11-23T01:29:22.7626838Z adding: build/bin/mobile_memory_cleanup (deflated 60%) 2022-11-23T01:29:22.7727335Z adding: build/bin/native_test (deflated 60%) 2022-11-23T01:29:22.7818417Z adding: build/bin/operators_test (deflated 61%) 2022-11-23T01:29:22.7910534Z adding: build/bin/packedtensoraccessor_test (deflated 60%) 2022-11-23T01:29:22.8011155Z adding: build/bin/quantized_test (deflated 61%) 2022-11-23T01:29:22.8099294Z adding: build/bin/reduce_ops_test (deflated 60%) 2022-11-23T01:29:22.8189717Z adding: build/bin/reportMemoryUsage_test (deflated 61%) 2022-11-23T01:29:22.8305561Z adding: build/bin/pow_test (deflated 62%) 2022-11-23T01:29:22.8406487Z adding: build/bin/scalar_tensor_test (deflated 61%) 2022-11-23T01:29:22.8508603Z adding: build/bin/scalar_test (deflated 61%) 2022-11-23T01:29:22.8601316Z adding: build/bin/stride_properties_test (deflated 61%) 2022-11-23T01:29:22.8605320Z adding: build/bin/thread_init_test (deflated 70%) 2022-11-23T01:29:22.8705115Z adding: build/bin/type_ptr_test (deflated 61%) 2022-11-23T01:29:22.8836537Z adding: build/bin/tensor_iterator_test (deflated 67%) 2022-11-23T01:29:22.8933357Z adding: build/bin/test_parallel (deflated 61%) 2022-11-23T01:29:22.9040779Z adding: build/bin/type_test (deflated 61%) 2022-11-23T01:29:22.9042666Z adding: build/bin/verify_api_visibility (deflated 82%) 2022-11-23T01:29:22.9168306Z adding: build/bin/vmap_test (deflated 62%) 2022-11-23T01:29:22.9259641Z adding: build/bin/weakref_test (deflated 60%) 2022-11-23T01:29:22.9350725Z adding: build/bin/wrapdim_test (deflated 60%) 2022-11-23T01:29:22.9438457Z adding: build/bin/xla_tensor_test (deflated 60%) 2022-11-23T01:29:22.9617246Z adding: build/bin/List_test (deflated 69%) 2022-11-23T01:29:22.9722966Z adding: build/bin/IListRef_test (deflated 62%) 2022-11-23T01:29:22.9929280Z adding: build/bin/kernel_function_legacy_test (deflated 66%) 2022-11-23T01:29:23.0042160Z adding: build/bin/KernelFunction_test (deflated 64%) 2022-11-23T01:29:23.0205862Z adding: build/bin/kernel_function_test (deflated 66%) 2022-11-23T01:29:23.0416012Z adding: build/bin/kernel_lambda_legacy_test (deflated 70%) 2022-11-23T01:29:23.0585780Z adding: build/bin/kernel_lambda_test (deflated 70%) 2022-11-23T01:29:23.0692209Z adding: build/bin/kernel_stackbased_test (deflated 62%) 2022-11-23T01:29:23.0856577Z adding: build/bin/make_boxed_from_unboxed_functor_test (deflated 65%) 2022-11-23T01:29:23.0946858Z adding: build/bin/CppSignature_test (deflated 61%) 2022-11-23T01:29:23.1033125Z adding: build/bin/op_allowlist_test (deflated 61%) 2022-11-23T01:29:23.1132312Z adding: build/bin/backend_fallback_test (deflated 60%) 2022-11-23T01:29:23.1218429Z adding: build/bin/hip_complex_math_test (deflated 61%) 2022-11-23T01:29:23.1311435Z adding: build/bin/inline_container_test (deflated 61%) 2022-11-23T01:29:23.1770276Z adding: build/bin/op_registration_test (deflated 77%) 2022-11-23T01:29:23.1856655Z adding: build/bin/hip_complex_test (deflated 61%) 2022-11-23T01:29:23.1950150Z adding: build/bin/hip_apply_test (deflated 61%) 2022-11-23T01:29:23.2036286Z adding: build/bin/hip_distributions_test (deflated 61%) 2022-11-23T01:29:23.2122612Z adding: build/bin/hip_half_test (deflated 61%) 2022-11-23T01:29:23.2208858Z adding: build/bin/hip_integer_divider_test (deflated 61%) 2022-11-23T01:29:23.2295092Z adding: build/bin/hip_optional_test (deflated 61%) 2022-11-23T01:29:23.2381363Z adding: build/bin/hip_packedtensoraccessor_test (deflated 61%) 2022-11-23T01:29:23.2471825Z adding: build/bin/hip_dlconvertor_test (deflated 61%) 2022-11-23T01:29:23.2558054Z adding: build/bin/hip_vectorized_test (deflated 61%) 2022-11-23T01:29:23.2583982Z adding: build/bin/tutorial_tensorexpr (deflated 66%) 2022-11-23T01:29:23.2681354Z adding: build/bin/test_dist_autograd (deflated 60%) 2022-11-23T01:29:23.2805841Z adding: build/bin/test_cpp_rpc (deflated 60%) 2022-11-23T01:29:23.4207657Z adding: build/bin/test_tensorexpr (deflated 66%) 2022-11-23T01:29:23.4211296Z adding: build/bin/parallel_benchmark (deflated 73%) 2022-11-23T01:29:23.4332032Z adding: build/bin/test_mobile_nnc (deflated 61%) 2022-11-23T01:29:23.4347537Z adding: build/bin/aot_model_compiler_test (deflated 66%) 2022-11-23T01:29:23.4914629Z adding: build/bin/test_lazy (deflated 73%) 2022-11-23T01:29:23.6905115Z adding: build/bin/test_api (deflated 67%) 2022-11-23T01:29:23.6912396Z adding: build/bin/torch_shm_manager (deflated 62%) 2022-11-23T01:29:23.7907656Z adding: build/bin/test_jit (deflated 65%) 2022-11-23T01:29:23.7908803Z adding: .pytorch-test-times.json (deflated 61%) 2022-11-23T01:29:23.7973573Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T01:29:23.7973781Z with: 2022-11-23T01:29:23.7973975Z name: linux-focal-rocm5.2-py3.8 2022-11-23T01:29:23.7974181Z retention-days: 14 2022-11-23T01:29:23.7974378Z if-no-files-found: error 2022-11-23T01:29:23.7974622Z path: artifacts.zip 2022-11-23T01:29:23.7974849Z s3-bucket: gha-artifacts 2022-11-23T01:29:23.7975020Z region: us-east-1 2022-11-23T01:29:23.7975193Z ##[endgroup] 2022-11-23T01:29:24.1598962Z With the provided path, there will be 1 file uploaded 2022-11-23T01:29:24.1599457Z Uploading to s3 prefix: pytorch/pytorch/3528394938/linux-focal-rocm5.2-py3.8 2022-11-23T01:29:24.1661171Z Starting upload of artifacts.zip 2022-11-23T01:29:28.5070883Z Finished upload of artifacts.zip 2022-11-23T01:29:28.5198441Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T01:29:28.5198664Z with: 2022-11-23T01:29:28.5198874Z s3-prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T01:29:28.5199079Z retention-days: 365 2022-11-23T01:29:28.5199274Z if-no-files-found: warn 2022-11-23T01:29:28.5199475Z path: sccache-stats-*.json 2022-11-23T01:29:28.5199647Z name: artifact 2022-11-23T01:29:28.5199826Z s3-bucket: gha-artifacts 2022-11-23T01:29:28.5200112Z region: us-east-1 2022-11-23T01:29:28.5200271Z ##[endgroup] 2022-11-23T01:29:28.8530934Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T01:29:28.8531521Z With the provided path, there will be 1 file uploaded 2022-11-23T01:29:28.8531834Z Uploading to s3 prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T01:29:28.8538539Z Starting upload of sccache-stats-linux-focal-rocm5.2-py3.8-9655215696.json 2022-11-23T01:29:28.9888909Z Finished upload of sccache-stats-linux-focal-rocm5.2-py3.8-9655215696.json 2022-11-23T01:29:29.0009629Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-11-23T01:29:29.0009868Z with: 2022-11-23T01:29:29.0010031Z ##[endgroup] 2022-11-23T01:29:29.0022634Z ##[group]Run set -eou pipefail 2022-11-23T01:29:29.0022860Z set -eou pipefail 2022-11-23T01:29:29.0023042Z  2022-11-23T01:29:29.0023275Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-11-23T01:29:29.0023717Z for _ in $(seq 1440); do 2022-11-23T01:29:29.0023938Z  # Break if no ssh session exists anymore 2022-11-23T01:29:29.0024157Z  if [ "$(who)" = "" ]; then 2022-11-23T01:29:29.0024324Z  break 2022-11-23T01:29:29.0024490Z  fi 2022-11-23T01:29:29.0024658Z  echo "." 2022-11-23T01:29:29.0024817Z  sleep 5 2022-11-23T01:29:29.0024986Z done 2022-11-23T01:29:29.0036429Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:29:29.0036682Z ##[endgroup] 2022-11-23T01:29:29.0060650Z Holding runner for 2 hours until all ssh sessions have logged out 2022-11-23T01:29:29.0149220Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-11-23T01:29:29.0149531Z # ignore expansion of "docker ps -q" since it could be empty 2022-11-23T01:29:29.0149783Z # shellcheck disable=SC2046 2022-11-23T01:29:29.0149992Z docker stop $(docker ps -q) || true 2022-11-23T01:29:29.0150226Z # Prune all of the docker images 2022-11-23T01:29:29.0150439Z docker system prune -af 2022-11-23T01:29:29.0160891Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:29:29.0161122Z ##[endgroup] 2022-11-23T01:29:31.8652710Z 8564f7996dc6 2022-11-23T01:29:32.2332261Z Deleted Containers: 2022-11-23T01:29:32.2332766Z 8564f7996dc6c22f8c2990f5e4bfab35bbf5f040523b842f74f2babd06c2aaac 2022-11-23T01:29:32.2333019Z 2022-11-23T01:29:38.2295083Z Deleted Images: 2022-11-23T01:29:38.2296235Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8:072aae4a77ed7d3a69ad5683420509c41301b940 2022-11-23T01:29:38.2297042Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm5.2-py3.8@sha256:e87a36ec61feda70f611e8b9d81b5905818ddbccaa4370d649a51cd9a3833ba3 2022-11-23T01:29:38.2297499Z deleted: sha256:811bd0469bb7b13f7d5156ef28797d4806c557ef468fb898056e584dc9b3fde0 2022-11-23T01:29:38.2297831Z deleted: sha256:40f845b716462f348011e2ba91ab6a5675027c096def77465b77871cd15a290f 2022-11-23T01:29:38.2298132Z deleted: sha256:3d166ac2263d8d5a9e57bd3467dd58828af57d63a3d7a185d712cf80562ab518 2022-11-23T01:29:38.2298442Z deleted: sha256:d98228f7567fd985456a7068251694ac53bf05e3454a8c46994923b23c59ff1d 2022-11-23T01:29:38.2298744Z deleted: sha256:844261bc1c1859e775f9e666b384b974f7281f39b981734821fc5fd0deef236c 2022-11-23T01:29:38.2299039Z deleted: sha256:7fd7d8a4455910849da9e7809e2504d46636baa263b520254bb12ac496db0543 2022-11-23T01:29:38.2299350Z deleted: sha256:8ae4b73c06615ff0c21140435e8b1c4193290f79a89d3a0d7b27e652b3928da1 2022-11-23T01:29:38.2299677Z deleted: sha256:174330b5dad715921fea7870ffd6d097cb7adc5d56f1c3fdc3722d6ec2325db1 2022-11-23T01:29:38.2300014Z deleted: sha256:6bc9b3c13e41d9c4500b2e5b9156da90d1c2c677dab70baf22b15246c28f79ea 2022-11-23T01:29:38.2300321Z deleted: sha256:471916509094457c1508f205d5ba45daf7c5bfc662733a97575d17bdbb0c26d7 2022-11-23T01:29:38.2300642Z deleted: sha256:5d0210e8c2e3ff1ff61da414bdd3aa7bd490c9ee2b226b107c9ffa11eb1a4f39 2022-11-23T01:29:38.2301141Z deleted: sha256:1c1217e3dc055e1839c74a7b8e46801424265ad6254bd8775d6a4a2bc0a61f5f 2022-11-23T01:29:38.2301452Z deleted: sha256:7ee01ea42603c7e35dab4eefbf877e569bf6c6693eb5053124b2ce26c8066f8e 2022-11-23T01:29:38.2301781Z deleted: sha256:29f7ee02091a916fec8712d865ebf2b16080a05d7b06fbcb77a4e40495fc9d0d 2022-11-23T01:29:38.2302106Z deleted: sha256:ab79ecd2b243a69b35100b7f154a4360c72601d4aeb21de6d01163ebe2f60953 2022-11-23T01:29:38.2302506Z deleted: sha256:a7bfd6a2ac10226b6fde8caf9c0c5b48e91e4e54d80586c69fd01bda995cfed0 2022-11-23T01:29:38.2302832Z deleted: sha256:841e6fd8d7abd96ceb1a537d3659344804f9305a6ef30280656dae98f2356218 2022-11-23T01:29:38.2303143Z deleted: sha256:a38779965df64f48d72de84a490e512fcf416578e41c0898b0a25efd1ff8a117 2022-11-23T01:29:38.2303471Z deleted: sha256:0a3b07af2ffbb4aced35a933a93bd190671fc94f72badb70a8e20e05743b7a61 2022-11-23T01:29:38.2303801Z deleted: sha256:76bfc4ca07b7bccad9b77fb6c7c374e9337a1107d2a325bd190125b862e2417a 2022-11-23T01:29:38.2304130Z deleted: sha256:073e588ddf766dc3c9b535ba91774e376dfe9e50b5ba73005e795589025ff489 2022-11-23T01:29:38.2304443Z deleted: sha256:d2f855071fc9d8a71b4986922088e31bbe1c0b590175ffe97639614bb56a9b14 2022-11-23T01:29:38.2304744Z deleted: sha256:79d09ca583988a64e10a0c959d238107b4049e43bf647150180efde2a1fc8c3d 2022-11-23T01:29:38.2305047Z deleted: sha256:e1a224593c16b117ef5c07cda6c0da7c441b3ed5eae3cd81216b0d880fc7eb55 2022-11-23T01:29:38.2305368Z deleted: sha256:8b9e85ae94ec32e723d030d90e4f18681218b136850026a9219622c5333f40a1 2022-11-23T01:29:38.2305675Z deleted: sha256:5c71a84d060c7c2a23a8164c12bb6e9b51fe33e8dd658a061492e55b4c133479 2022-11-23T01:29:38.2305977Z deleted: sha256:5ee936c2784f74feb337608ae6d4d9987f4c959c12b4ece358b68c33882882f5 2022-11-23T01:29:38.2306287Z deleted: sha256:c1526792c433b08e15a8ab93328e13fec6c9180f34c2988c87e87ccbbffd969f 2022-11-23T01:29:38.2306590Z deleted: sha256:62564532ce94bd57be17892440b338f244fd3854ea2edce249c33015698b9027 2022-11-23T01:29:38.2306916Z deleted: sha256:3fbce988ecf60c54c19a229a2ba3278abb8a4b666cbe8adbbc7816058d414067 2022-11-23T01:29:38.2307250Z deleted: sha256:9cb99aef5ddf50c82ed4005a6dfe89c755f65efe676ebffbf4a4a297e10ffaf8 2022-11-23T01:29:38.2307586Z deleted: sha256:e417a85c427c4ff210949cb6bf3b1d7c8bc4c208e2ef0d718bb121b15b12907e 2022-11-23T01:29:38.2308062Z deleted: sha256:db2cfc6a11ac466fc726103cac9586d34489134fb8b67282e06e0b19594a7b68 2022-11-23T01:29:38.2308382Z deleted: sha256:23f6ac531d46e88e248fe2a8bee1605ce2ffddbf77d230e15a1d56d0ac91ecb1 2022-11-23T01:29:38.2308717Z deleted: sha256:f4462d5b2da2985f37409c9b257afd2b9fb82356ce4e43e804ee34214242e34a 2022-11-23T01:29:38.2308899Z 2022-11-23T01:29:38.2313993Z Total reclaimed space: 22.96GB 2022-11-23T01:29:38.2382193Z Post job cleanup. 2022-11-23T01:29:38.2420385Z Post job cleanup. 2022-11-23T01:29:38.3471001Z [command]/usr/bin/git version 2022-11-23T01:29:38.3724199Z git version 2.37.1 2022-11-23T01:29:38.3765028Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/e4df5a53-d289-4ede-8fc4-ba4d38ccbe71' before making global git config changes 2022-11-23T01:29:38.3765776Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:29:38.3770286Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-11-23T01:29:38.3836483Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:29:38.3866830Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-11-23T01:29:38.4473892Z Entering 'android/libs/fbjni' 2022-11-23T01:29:38.4532423Z Entering 'third_party/FP16' 2022-11-23T01:29:38.4601131Z Entering 'third_party/FXdiv' 2022-11-23T01:29:38.4660456Z Entering 'third_party/NNPACK' 2022-11-23T01:29:38.4719452Z Entering 'third_party/QNNPACK' 2022-11-23T01:29:38.4777892Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:29:38.4845478Z Entering 'third_party/XNNPACK' 2022-11-23T01:29:38.4995906Z Entering 'third_party/benchmark' 2022-11-23T01:29:38.5049423Z Entering 'third_party/cpuinfo' 2022-11-23T01:29:38.5123847Z Entering 'third_party/cub' 2022-11-23T01:29:38.5209292Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:29:38.5321626Z Entering 'third_party/cutlass' 2022-11-23T01:29:38.5445880Z Entering 'third_party/eigen' 2022-11-23T01:29:38.5543199Z Entering 'third_party/fbgemm' 2022-11-23T01:29:38.5701353Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:29:38.5862023Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:29:38.6038810Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:29:38.6148812Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:29:38.6214999Z Entering 'third_party/flatbuffers' 2022-11-23T01:29:38.6301253Z Entering 'third_party/fmt' 2022-11-23T01:29:38.6375820Z Entering 'third_party/foxi' 2022-11-23T01:29:38.6456099Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:29:38.6520118Z Entering 'third_party/gloo' 2022-11-23T01:29:38.6583399Z Entering 'third_party/googletest' 2022-11-23T01:29:38.6636302Z Entering 'third_party/ideep' 2022-11-23T01:29:38.6691766Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:29:38.6799250Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:29:38.6915377Z Entering 'third_party/ios-cmake' 2022-11-23T01:29:38.6974886Z Entering 'third_party/ittapi' 2022-11-23T01:29:38.7037717Z Entering 'third_party/kineto' 2022-11-23T01:29:38.7101237Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:29:38.7161071Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:29:38.7226694Z Entering 'third_party/nccl/nccl' 2022-11-23T01:29:38.7287704Z Entering 'third_party/neon2sse' 2022-11-23T01:29:38.7342680Z Entering 'third_party/nlohmann' 2022-11-23T01:29:38.7410906Z Entering 'third_party/onnx' 2022-11-23T01:29:38.7515497Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:29:38.7572277Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:29:38.7624430Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:29:38.7685539Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:29:38.7769503Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:29:38.7823396Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:29:38.7888385Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:29:38.7942614Z Entering 'third_party/pocketfft' 2022-11-23T01:29:38.7993227Z Entering 'third_party/protobuf' 2022-11-23T01:29:38.8075043Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:29:38.8132959Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:29:38.8199010Z Entering 'third_party/psimd' 2022-11-23T01:29:38.8253667Z Entering 'third_party/pthreadpool' 2022-11-23T01:29:38.8305468Z Entering 'third_party/pybind11' 2022-11-23T01:29:38.8358943Z Entering 'third_party/python-enum' 2022-11-23T01:29:38.8413626Z Entering 'third_party/python-peachpy' 2022-11-23T01:29:38.8469622Z Entering 'third_party/python-six' 2022-11-23T01:29:38.8524413Z Entering 'third_party/sleef' 2022-11-23T01:29:38.8579677Z Entering 'third_party/tbb' 2022-11-23T01:29:38.8646201Z Entering 'third_party/tensorpipe' 2022-11-23T01:29:38.8702684Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:29:38.8758548Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:29:38.8811856Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:29:38.8865564Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:29:38.8922885Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:29:38.8974122Z Entering 'third_party/zstd' 2022-11-23T01:29:38.9036999Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:29:38.9063386Z http.https://github.com/.extraheader 2022-11-23T01:29:38.9071474Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-11-23T01:29:38.9101880Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-11-23T01:29:38.9359247Z Entering 'android/libs/fbjni' 2022-11-23T01:29:38.9378474Z http.https://github.com/.extraheader 2022-11-23T01:29:38.9406378Z Entering 'third_party/FP16' 2022-11-23T01:29:38.9426110Z http.https://github.com/.extraheader 2022-11-23T01:29:38.9452286Z Entering 'third_party/FXdiv' 2022-11-23T01:29:38.9472576Z http.https://github.com/.extraheader 2022-11-23T01:29:38.9498573Z Entering 'third_party/NNPACK' 2022-11-23T01:29:38.9518622Z http.https://github.com/.extraheader 2022-11-23T01:29:38.9545175Z Entering 'third_party/QNNPACK' 2022-11-23T01:29:38.9567503Z http.https://github.com/.extraheader 2022-11-23T01:29:38.9594064Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:29:38.9613617Z http.https://github.com/.extraheader 2022-11-23T01:29:38.9640919Z Entering 'third_party/XNNPACK' 2022-11-23T01:29:38.9660449Z http.https://github.com/.extraheader 2022-11-23T01:29:38.9697302Z Entering 'third_party/benchmark' 2022-11-23T01:29:38.9717600Z http.https://github.com/.extraheader 2022-11-23T01:29:38.9743779Z Entering 'third_party/cpuinfo' 2022-11-23T01:29:38.9764359Z http.https://github.com/.extraheader 2022-11-23T01:29:38.9791138Z Entering 'third_party/cub' 2022-11-23T01:29:38.9811212Z http.https://github.com/.extraheader 2022-11-23T01:29:38.9838069Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:29:38.9858349Z http.https://github.com/.extraheader 2022-11-23T01:29:38.9890842Z Entering 'third_party/cutlass' 2022-11-23T01:29:38.9911480Z http.https://github.com/.extraheader 2022-11-23T01:29:38.9945713Z Entering 'third_party/eigen' 2022-11-23T01:29:38.9966198Z http.https://github.com/.extraheader 2022-11-23T01:29:38.9995461Z Entering 'third_party/fbgemm' 2022-11-23T01:29:39.0015677Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0042622Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:29:39.0061868Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0088785Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:29:39.0107952Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0135374Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:29:39.0155892Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0182317Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:29:39.0202332Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0231490Z Entering 'third_party/flatbuffers' 2022-11-23T01:29:39.0251868Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0280687Z Entering 'third_party/fmt' 2022-11-23T01:29:39.0300525Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0327129Z Entering 'third_party/foxi' 2022-11-23T01:29:39.0346572Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0373377Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:29:39.0392963Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0419270Z Entering 'third_party/gloo' 2022-11-23T01:29:39.0439081Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0464792Z Entering 'third_party/googletest' 2022-11-23T01:29:39.0484720Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0510668Z Entering 'third_party/ideep' 2022-11-23T01:29:39.0530914Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0556737Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:29:39.0575730Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0604356Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:29:39.0623880Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0656133Z Entering 'third_party/ios-cmake' 2022-11-23T01:29:39.0676315Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0702627Z Entering 'third_party/ittapi' 2022-11-23T01:29:39.0722276Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0749159Z Entering 'third_party/kineto' 2022-11-23T01:29:39.0769120Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0795375Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:29:39.0814513Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0839915Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:29:39.0859255Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0886492Z Entering 'third_party/nccl/nccl' 2022-11-23T01:29:39.0906699Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0933466Z Entering 'third_party/neon2sse' 2022-11-23T01:29:39.0954207Z http.https://github.com/.extraheader 2022-11-23T01:29:39.0980582Z Entering 'third_party/nlohmann' 2022-11-23T01:29:39.1000516Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1029208Z Entering 'third_party/onnx' 2022-11-23T01:29:39.1048642Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1086871Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:29:39.1106262Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1132950Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:29:39.1153279Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1181248Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:29:39.1202081Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1227558Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:29:39.1247189Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1278256Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:29:39.1297438Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1324242Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:29:39.1343336Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1369939Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:29:39.1389455Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1420280Z Entering 'third_party/pocketfft' 2022-11-23T01:29:39.1440612Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1466120Z Entering 'third_party/protobuf' 2022-11-23T01:29:39.1485918Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1517192Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:29:39.1536433Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1562713Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:29:39.1581729Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1609785Z Entering 'third_party/psimd' 2022-11-23T01:29:39.1630319Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1656052Z Entering 'third_party/pthreadpool' 2022-11-23T01:29:39.1676966Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1702836Z Entering 'third_party/pybind11' 2022-11-23T01:29:39.1721981Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1748982Z Entering 'third_party/python-enum' 2022-11-23T01:29:39.1768230Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1795117Z Entering 'third_party/python-peachpy' 2022-11-23T01:29:39.1814265Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1840865Z Entering 'third_party/python-six' 2022-11-23T01:29:39.1860357Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1885932Z Entering 'third_party/sleef' 2022-11-23T01:29:39.1905524Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1933300Z Entering 'third_party/tbb' 2022-11-23T01:29:39.1952663Z http.https://github.com/.extraheader 2022-11-23T01:29:39.1980477Z Entering 'third_party/tensorpipe' 2022-11-23T01:29:39.2000179Z http.https://github.com/.extraheader 2022-11-23T01:29:39.2026250Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:29:39.2046403Z http.https://github.com/.extraheader 2022-11-23T01:29:39.2072930Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:29:39.2092832Z http.https://github.com/.extraheader 2022-11-23T01:29:39.2119494Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:29:39.2138710Z http.https://github.com/.extraheader 2022-11-23T01:29:39.2164872Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:29:39.2185145Z http.https://github.com/.extraheader 2022-11-23T01:29:39.2211611Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:29:39.2231330Z http.https://github.com/.extraheader 2022-11-23T01:29:39.2260041Z Entering 'third_party/zstd' 2022-11-23T01:29:39.2280771Z http.https://github.com/.extraheader 2022-11-23T01:29:39.2512653Z Evaluate and set job outputs 2022-11-23T01:29:39.2522071Z Set output 'docker-image' 2022-11-23T01:29:39.2523524Z Cleaning up orphan processes